Next: Output Options, Previous: Input Options, Up: Command line options [Contents][Index]
These options are related to the pretty printing features of a2ps.
Specify the level of highlighting. level can be
no highlighting
regular highlighting
even more highlighting.
See the documentation of the style sheets (‘--list=style-sheets’) for a description of ‘heavy’ highlighting.
Alias for ‘--highlight-level=heavy’.
With no arguments, set automatic style selection on. Otherwise, set style to language. Note that setting language to ‘plain’ turns off pretty-printing. See Known Style Sheets, and the output of ‘--list=style-sheets’ for the available style sheets.
If language is ‘key.ssh’, then don’t look in the library path, but use the file key.ssh. This is to ease debugging non installed style sheets.
Depending on the value of num:
everything is printed;
regular comments are not printed
strong comments are not printed
no comment is printed.
This option is valuable for instance in java
in which case strong
comments are the so called documentation comments, or in SDL
for
which some graphical editors pollutes the specification with internal
data as comments.
Note that the current implementation is not satisfactory: some undesired blank lines remain. This is planed to be fixed.