diff options
-rw-r--r-- | data/atril.1 | 100 |
1 files changed, 64 insertions, 36 deletions
diff --git a/data/atril.1 b/data/atril.1 index 01b2901b..b7c90fae 100644 --- a/data/atril.1 +++ b/data/atril.1 @@ -1,41 +1,69 @@ -.TH ATRIL 1 "30 Jan 2007" -.SH NAME -\fBatril\fP \- MATE document viewer - -The Atril Document Viewer application for MATE desktop environment - -.SH SYNTAX -.B atril -.RI [--help] -.RI [--usage] -.RI [--page-label=<label>] -.RI [--quit] -.RI [filename(s)...] -.SH DESCRIPTION -.B atril - -Atril is a document viewer capable of displaying multiple and single -page document formats like PDF and Postscript. For more general -information about Atril please visit our website at -http://www.mate.org/projects/atril/ - -.LP -.SH OPTIONS - +.\" Man page for Atril +.TH ATRIL 1 "30 January 2014" "MATE Desktop Environment" +.\" Please adjust this date when revising the manpage. +.\" +.SH "NAME" +Atril \- The MATE Document Viewer +.SH "SYNTAX" +.B atril [OPTIONS...] [FILES...] +.SH "DESCRIPTION" +Atril is the official Document Viewer of the MATE Desktop Environment, it is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI, XPS and Portable Document Format (PDF) files. .TP -\fB\-\-help\fR -Prints the command line options. +When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. .TP -\fB\-\-page\-label=label\fR -You can pass a page label or page number here, this page will be selected in -the document if it exists. +This manual page briefly documents the \fBatril\fR command. + +.SH "OPTIONS" .TP \fBfilename(s)...\fR -Specifies the file to open when Atril starts. If this is not -specified, Atril will open a blank window. Multiple files can be loaded -if they are separated by spaces. Atril also supports handling of -remote files. For example, you can pass the location on the web or load -a file from a FTP server, like "ftp://adobe.com/sample.pdf". +Specifies the file to open when \fBatril\fR starts. If this is not specified, \fBatril\fR will start with a blank window and you may open a file from the menu or by using the shortcut CTRL+O. Multiple files can be loaded if they are separated by spaces. \fBatril\fR also supports handling of remote files. +.TP +\fB\-p, \-\-page\-label=PAGE\fR +Here you can specify a page label, this page will be selected in the document if it exists. +.TP +\fB\-i, \-\-page\-index=NUMBER\fR +Here you can specify a page number, this page will be selected in the document if it exists. +.TP +\fB\-f, \-\-fullscreen\fR +Start \fBatril\fR in fullscreen mode. You must specify a document to start in fullscreen mode. +.TP +\fB\-s, \-\-presentation\fR +Start \fBatril\fR in presentation mode. You must specify a document to start in presentation mode. +.TP +\fB\-w, \-\-preview\fR +Start \fBatril\fR in preview mode. You must specify a document to start in preview mode. +.TP +\fB\-\-display=DISPLAY\fR +X display to use. +.TP +\fB\-\-version\fR +Output version information and exit. +.TP +\fB\-?, \-h, \-\-help\fR +Print standard command line options. +.TP +\fB\-\-help\-all\fR +Print all command line options. +.P +This program also accepts the standard GTK options. + +.SH "EXAMPLES" +\fBatril \-\-preview ~/Desktop/stuff.ps\fR +.RS 4 +Open stuff.ps from the current users desktop, in preview mode. +.RE +.PP +\fBatril \-i 2 \-s ./document.pdf\fR +.RS 4 +Open document.pdf from the current working directory, on page 2 in presentation mode. -.SH BUGS -If you find a bug, please report it at http://bugzilla.mate.org/enter_bug.cgi?product=atril. +.SH "BUGS" +.SS Should you encounter any bugs, they may be reported at: +http://github.com/mate-desktop/atril/issues +.SH "AUTHORS" +.SS This Man Page has been written for the MATE Desktop Environment by: +Adam Erdman <[email protected]> (2014) +.SH "SEE ALSO" +.SS +Atril documentation can be found from the "Help" menu, or by pressing the F1 key. +Further information may also be available at: http://wiki.mate-desktop.org/docs |