Added manpages for glabels-qt and glabels-batch-qt.

This commit is contained in:
Jim Evins
2018-12-29 14:10:04 -05:00
parent 8a23466db6
commit c2d024f47e
11 changed files with 571 additions and 0 deletions
+88
View File
@@ -0,0 +1,88 @@
glabels-batch-qt
================
SYNOPSIS
--------
**glabels-batch-qt** [*options*] [*filename*]
DESCRIPTION
-----------
:program:`glabels-batch-qt` is a utility for printing files previously
prepared with :program:`glabels-qt` from the command line. It is suitable
for use with scripts.
OPTIONS
-------
.. program:: glabels-batch-qt
.. option:: -h, --help
Displays usage information and exits.
.. option:: -v, --version
Displays version information and exits.
.. program:: glabels-batch-qt
.. option:: -p <printer>, --printer <printer>
Send output to <printer>.
.. option:: -o <filename>, --output <filename>
Set output filename to <filename>. Set to "-" for stdout.
(Default="output.pdf")
.. option:: -s <n>, --sheets <n>
Set number of sheets to <n>. (Default=1)
.. option:: -c <n>, --copies <n>
Set number of copies to <n>. (Default=1)
.. option:: -f <n>, --first <n>
Set starting label on 1st page to <n>. (Default=1)
.. option:: -l, --outlines
Print label outlines.
.. option:: -m, --crop-marks
Print crop marks.
.. option:: -r, --reverse
Print in reverse (mirror image).
FILES
-----
.. describe:: ${prefix}/share/glabels-qt/templates/
Directory containing predefined product templates distributed with glabels.
.. describe:: ${XDG_CONFIG_HOME}/glabels.org/glabels-qt/
Directory containing user defined product templates created with the
gLabels Product Template Designer. **Do not place manually created
templates here!**
.. describe:: ${HOME}/.glabels/
Directory for manually created product templates.
SEE ALSO
--------
:manpage:`glabels-qt(1)`
The gLabels homepage at <http://glabels.org/>.