2 # GNU Enscript configuration file.
3 # Copyright (c) 1995-1998 Markku Rossi.
5 # Author: Markku Rossi <mtr@iki.fi>
9 # This file is part of GNU Enscript.
11 # Enscript is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License as published by
13 # the Free Software Foundation, either version 3 of the License, or
14 # (at your option) any later version.
16 # Enscript is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU General Public License for more details.
21 # You should have received a copy of the GNU General Public License
22 # along with Enscript. If not, see <http://www.gnu.org/licenses/>.
25 # Do we accept PostScript font's composite characters? As a default,
26 # this is false because I think this is GhostScript dependant.
27 AcceptCompositeCharacters: 0
29 # Lookup path for the AFM files.
30 AFMPath: @DATADIR@/enscript/afm:/usr/local/lib/ps:/usr/lib/ps
32 # Append ^D character to the end of the output. Some printers like HP
33 # LaserJet 5 require this but the default is `false'.
36 # How characters greater than 127 are printed:
37 # 1 generate clean 7-bit code; print characters greater than 127
38 # in the backslash-octal notation `\xxx' (default)
39 # 0 generate 8-bit code
42 # Default input encoding.
43 DefaultEncoding: latin1
45 # Default fancy header.
46 DefaultFancyHeader: enscript
48 # Default output media.
51 # Where output goes as a default: `printer' or `stdout'
52 DefaultOutputMethod: printer
54 # Include following font files to all PostScript outputs.
56 # DownloadFont: FooFont1
57 # DownloadFont: FooFont2
59 # The escape character for special escapes.
62 # What to do when a formfeed character is encountered from input:
63 # column move to the beginning of the next column
64 # page move to the beginning of the next page
67 # Specify whether the PageSize page device option is generated to the
71 # The gray level which is used to print highlight bars.
74 # How high highlight bars are in lines. The default is 0 so no
75 # highlight bars are printed.
78 # Library path. Let's use built-in default.
81 # How wrapped lines are marked in printout. Possible values are: `none',
82 # `plus', `box' and `arrow'. As a default, we do not mark them.
83 MarkWrappedLines: none
86 # name width height llx lly urx ury
87 Media: A3 842 1190 24 24 818 1166
88 Media: A4 595 842 24 24 571 818
89 Media: A5 420 595 24 24 396 571
90 Media: Legal 612 1008 24 24 588 984
91 Media: Letter 612 792 38 24 574 768
93 # HP DeskJet media (DeskJet can't print on the bottom 1/2" of the paper).
94 Media: A4dj 595 842 24 50 571 818
95 Media: Letterdj 612 792 24 40 588 768
97 # Spooler option to suppress the job header.
100 # How non-printable characters are printed: `caret', `octal',
101 # `questionmark' or `space'.
102 NonPrintableFormat: octal
104 # PostScript output's first line.
105 OutputFirstLine: %!PS-Adobe-3.0
107 # Default page label format: `short' or `long'.
108 PageLabelFormat: short
110 # Enable / disable page prefeed.
113 # The PostScript language level that enscript should use.
114 PostScriptLevel: @pslevel@
116 # Printer name to spool to. As a default we want to use system's
120 # The spooler command switch to select the printer queue. This option
121 # can also be used to pass other flags to the spooler command but they
122 # must be given bofore the queue switch.
125 # Pass following Page Device options to the generated output.
128 # SetPageDevice: Duplex:true
130 # Printer spooler command name.
133 # An absolute path to the states program.
134 StatesBinary: @BINDIR@/states
136 # Create color outputs with States?
139 # The name of the States configuration file.
140 StatesConfigFile: @DATADIR@/enscript/hl/enscript.st
142 # States' default highlight style.
143 StatesHighlightStyle: emacs
145 # Path for the States program.
146 # StatesPath: @DATADIR@/enscript/hl
148 # Pass following statusdict options to the generated output.
150 # Use always paper tray 1.
151 # StatusDict: setpapertray:1
153 # Format string for table-of-contents entries.
155 # TOCFormat: $3v $-40N $3% pages $4L lines $E $C
157 # As a default, print this underlay text to all document.
158 # Underlay: mtr's printout
160 # Underlay text angle.
163 # Select underlay font.
164 UnderlayFont: Times-Roman200
166 # Select underlay gray.
169 # Underlay text starting position.
170 # UnderlayPosition: +0-0
172 # Underlay style: `outline' or `filled'
173 UnderlayStyle: outline