diff options
Diffstat (limited to 'office/fbpdf/fbpdf.1')
-rw-r--r-- | office/fbpdf/fbpdf.1 | 236 |
1 files changed, 236 insertions, 0 deletions
diff --git a/office/fbpdf/fbpdf.1 b/office/fbpdf/fbpdf.1 new file mode 100644 index 0000000000..7d0fe2c4d8 --- /dev/null +++ b/office/fbpdf/fbpdf.1 @@ -0,0 +1,236 @@ +.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) +.\" +.\" Standard preamble: +.\" ======================================================================== +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Vb \" Begin verbatim text +.ft CW +.nf +.ne \\$1 +.. +.de Ve \" End verbatim text +.ft R +.fi +.. +.\" Set up some character translations and predefined strings. \*(-- will +.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- +.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' +.ie n \{\ +. ds -- \(*W- +. ds PI pi +. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch +. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch +. ds L" "" +. ds R" "" +. ds C` "" +. ds C' "" +'br\} +.el\{\ +. ds -- \|\(em\| +. ds PI \(*p +. ds L" `` +. ds R" '' +. ds C` +. ds C' +'br\} +.\" +.\" Escape single quotes in literal strings from groff's Unicode transform. +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" +.\" If the F register is turned on, we'll generate index entries on stderr for +.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index +.\" entries marked with X<> in POD. Of course, you'll have to process the +.\" output yourself in some meaningful fashion. +.\" +.\" Avoid warning from groff about undefined register 'F'. +.de IX +.. +.nr rF 0 +.if \n(.g .if rF .nr rF 1 +.if (\n(rF:(\n(.g==0)) \{ +. if \nF \{ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" +.. +. if !\nF==2 \{ +. nr % 0 +. nr F 2 +. \} +. \} +.\} +.rr rF +.\" ======================================================================== +.\" +.IX Title "FBPDF 1" +.TH FBPDF 1 "2014-08-22" "20140822" "SlackBuilds.org" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.if n .ad l +.nh +.SH "NAME" +fbpdf \- framebuffer pdf/djvu file viewer. +.SH "SYNOPSIS" +.IX Header "SYNOPSIS" +fbpdf [options] filename +.PP +fbpdf2 [options] filename +.PP +fbdjvu [options] filename +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" +fbpdf is a framebuffer pdf/djvu file viewer. It can use either +mupdf or poppler libraries for rendering pdf files and it uses +djvulibre library for rendering djvu files. Note that fbpdf +uses different binaries for each library. +.IP "fbpdf" 4 +.IX Item "fbpdf" +\&\s-1PDF\s0 viewer, using the mupdf rendering library. +.IP "fbpdf2" 4 +.IX Item "fbpdf2" +\&\s-1PDF\s0 viewer, using the poppler rendering library. +.IP "fbdjvu" 4 +.IX Item "fbdjvu" +DjVu viewer, using the djvulibre rendering library. +.PP +All of the binaries take the same options and use the same +keystrokes. +.SH "OPTIONS" +.IX Header "OPTIONS" +.IP "\fB\-r\fR \fIrotation\fR" 4 +.IX Item "-r rotation" +Set rotation, in degrees. Same as \fBr\fR keystroke. +.IP "\fB\-z\fR \fIzoomx10\fR" 4 +.IX Item "-z zoomx10" +Set default zoom (will be multiplied by 10). Same as \fBz\fR keystroke. +.IP "\fB\-p\fR \fIpage\fR" 4 +.IX Item "-p page" +Set starting page. +.SH "KEYS" +.IX Header "KEYS" +The following table describes the commands available in fbpdf. +Most of these commands accept a numerical prefix. For instance, +\&'^F' tells fbpdf to go to the next page while '5^F' tells it to +move to the fifth next page. +.IP "\fB^F\fR, \fBJ\fR" 4 +.IX Item "^F, J" +next page +.IP "\fB^B\fR, \fBK\fR" 4 +.IX Item "^B, K" +previous page +.IP "\fBG\fR" 4 +.IX Item "G" +go to page (the last page if no prefix) +.IP "\fBo\fR" 4 +.IX Item "o" +set page number (for 'G' command only) +.IP "\fBO\fR" 4 +.IX Item "O" +set page number and go to current page +.IP "\fBz\fR, \fB=\fR" 4 +.IX Item "z, =" +zoom; prefix multiplied by 10 (i.e. '12z' = 120%). Default 15. +.IP "\fB+\fR" 4 +.IX Item "+" +increase zoom by 10% +.IP "\fB\-\fR" 4 +.IX Item "-" +decrease zoom by 10% +.IP "\fBr\fR" 4 +.IX Item "r" +set rotation in degrees +.IP "\fBi\fR" 4 +.IX Item "i" +print info +.IP "\fBq\fR" 4 +.IX Item "q" +quit +.IP "\fB^[\fR" 4 +.IX Item "^[" +(escape) clear numerical prefix +.IP "\fBmx\fR" 4 +.IX Item "mx" +mark page as 'x' (or any other letter) +.IP "\fB'x\fR" 4 +.IX Item "'x" +jump to the page marked as 'x' +.IP "\fB`x\fR" 4 +.IX Item "`x" +jump to the page and position marked as 'x' +.IP "\fBj\fR" 4 +.IX Item "j" +scroll down +.IP "\fBk\fR" 4 +.IX Item "k" +scroll up +.IP "\fBh\fR" 4 +.IX Item "h" +scroll left +.IP "\fBl\fR" 4 +.IX Item "l" +scroll right +.IP "\fB[\fR" 4 +.IX Item "[" +align with the left edge of the page +.IP "\fB]\fR" 4 +.IX Item "]" +align with the right edge of the page +.IP "\fB{\fR" 4 +.IX Item "{" +align with the leftmost character on the page +.IP "\fB}\fR" 4 +.IX Item "}" +align with the rightmost character on the page +.IP "\fBH\fR" 4 +.IX Item "H" +show page top +.IP "\fBM\fR" 4 +.IX Item "M" +center the page vertically +.IP "\fBL\fR" 4 +.IX Item "L" +show page bottom +.IP "\fBC\fR" 4 +.IX Item "C" +center the page horizontally +.IP "\fB' '\fR, \fB^D\fR" 4 +.IX Item "' ', ^D" +(space) page down +.IP "\fB^H\fR, \fB^U\fR" 4 +.IX Item "^H, ^U" +(backspace) page up +.IP "\fB^L\fR" 4 +.IX Item "^L" +redraw +.IP "\fBe\fR" 4 +.IX Item "e" +reload current file +.IP "\fBf\fR" 4 +.IX Item "f" +zoom to fit page height +.IP "\fBw\fR" 4 +.IX Item "w" +zoom to fit page width +.IP "\fBW\fR" 4 +.IX Item "W" +zoom to fit page contents horizontally +.IP "\fBZ\fR" 4 +.IX Item "Z" +the default zoom level for 'z' command +.IP "\fBd\fR" 4 +.IX Item "d" +sleep one second before the next command +.SH "AUTHOR" +.IX Header "AUTHOR" +fbpdf was written by Ali Gholami Rudi (ali at rudi dot ir). +.PP +This man page created from fbpdf's \s-1README\s0 by B. Watson, for the +SlackBuilds.org project. |