Code

tpdfview(1), help output: Added '-P' switch.
[tpdfview.git] / doc / tpdfview.txt
1 TPDFVIEW(1)
2 ===========
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {tpdfv_version}, 2011-12-28
5 :doctype: manpage
7 NAME
8 ----
9 tpdfview - Portable Document Format (PDF) file presenter
11 SYNOPSIS
12 --------
13 *tpdfview* ['options'] 'PDF-file'
15 DESCRIPTION
16 -----------
17 *tpdfview* is a Portable Document Format (PDF) viewer. It was developed with
18 presentations and accompanying material in mind.
20 OPTIONS
21 -------
22 *-P*::
23         Enable presentation mode. In presentation mode, a second window will be
24         created to display the current and the next slide side by side.
26 *-h*::
27         Display a usage and help summary and exit.
29 *-V*::
30         Display the version number and copyright information.
32 EXIT CODES
33 ----------
34 *0*::
35         Success.
37 *1*::
38         Failure (syntax or usage error; error processing or displaying the PDF
39         file).
41 BUGS
42 ----
43 None known, but there are still some missing features ;-)
45 AUTHOR
46 ------
47 tpdfview was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
49 COPYRIGHT
50 ---------
51 Copyright (C) 2011 Sebastian "tokkee" Harl <sh@tokkee.org>
53 This is free software under the terms of the BSD license, see the source for
54 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
55 FITNESS FOR A PARTICULAR PURPOSE.
57 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :