Next: Global Options, Up: Command line options [Contents][Index]
Task options specify the task a2ps will perform. It will not print, it executes the task and exits successfully.
print version and exit successfully.
Print a short help, and exit successfully.
Display Copyright and copying conditions, and exit successfully.
Act like file
does: display the (key of the) type of the
Files.
For instance, on a C
file, you expect it to answer ‘c’, and
upon a PostScript file, ‘ps’.
This can be very useful on broken systems to understand why a file is printed with a bad style sheet (see Style Sheet Files).
Look in the library for the files which names are given as arguments. For instance:
~ % a2ps --which bw.pro gray.pro /usr/local/share/a2ps/ps/bw.pro /usr/local/share/a2ps/ps/gray.pro |
If there are several library files matching the name, only the first one is reported: this allows to check which occurrence of a file is used by a2ps.
Look in the library for the files which names match the patterns given as arguments. For instance:
~ % a2ps --glob 'g*.pro' /usr/local/share/a2ps/ps/gray.pro /usr/local/share/a2ps/ps/gray2.pro |
Display a report on a2ps’ status with respect to topic, and exit successfully. topic can be any non-ambiguous abbreviation of:
Give an extensive report on a2ps configuration and installation.
Known media, encodings, languages, prologues, printers, variables, delegations and user options are reported. In a word, anything that you may define.
Detailed list of the delegations. See Your Delegations.
Detailed list of known encodings. See Some Encodings.
Detailed list of known media. See Your Media.
Detailed list of PostScript prologues. See Designing PostScript Prologues.
Detailed list of printers and named outputs. See Your Printers.
Detailed list of the known style sheets. See Known Style Sheets.
Detailed list of the user options. See Your Shortcuts.
Detailed list of the variables. See Your Variables.
There are also options meant for the maintainers only, presented for sake of completeness.
Detailed list of known style sheets in Texinfo format. If the
sheet
verbosity is set, report version numbers, requirements and
ancestors.
Detailed list of the style sheets in HTML
format.
Detailed list of encodings, in Texinfo format.
Detailed list of prologues, in Texinfo format.
Next: Global Options, Up: Command line options [Contents][Index]