fix race condition by Michael J Gruber
[PyX/mjg.git] / pyxrc
blob53c209f0b471f1f2ea9e25ea2be96bfe934df3e5
1 # This file is an example containing the runtime configuration options
2 # of PyX and its default values. You may adapt this file and copy it
3 # to /etc/pyxrc for systemwide configuration overwriting the PyX
4 # defaults. Alternatively you may copy it to ~/.pyxrc for personal
5 # configuration overwritting both, the PyX defaults and the systemwide
6 # configuration.
8 [general]
9 # general options
11 # warnings are issued using pythons warning module. You can influence
12 # the output by the following option, using the values "default" (for
13 # the python default), "short" (for a single line format), and
14 # "shortest" for printing the warning message itself only.
15 warnings = shortest
17 [text]
18 # runtime configuration of the text module
20 # 'fontmaps' is a string, namely a whitespace separated list of font
21 # mapping files. Those files contain information about the available
22 # type1 fonts. Depending on your TeX-installation you may need to add
23 # further font mapping files like psfonts.cmz if your TeX installation
24 # is not configured to use type1 fonts by default. For further
25 # information browse the FAQ for the term 'font mapping file'.
26 fontmaps = psfonts.map
28 # 'waitfortex' is an positive integer, namely the number of seconds
29 # to be waited for an appropriate response from TeX/LaTeX.
30 waitfortex = 60
32 # 'showwaitfortex' is an non-negative integer, namely the number of
33 # seconds to be waited until (and between) emitting messages
34 # indicating the waiting for an appropriate response from TeX/LaTeX.
35 # This feature can be turned off by setting showwaitfortex to 0.
36 showwaitfortex = 5
38 # 'texipc' is a boolean controlling the usage of the --ipc option of
39 # TeX/LaTeX. You should turn on this option when the ipc-extension is
40 # available in your TeX installation (check the output of tex --help).
41 # You will gain immediate access to the dvi-output of TeX by that,
42 # which will substantially improve the performance of certain
43 # operations (e.g. the usage of PyX markers).
44 texipc = 0