3d function plots
[PyX/mjg.git] / pyxrc
blob6e03b2e864014b0414cd927ffdf3441c5e173b2f
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 [text]
9 # runtime configuration of the text module
11 # 'fontmaps' is a string, namely a whitespace separated list of font
12 # mapping files. Those files contain information about the available
13 # type1 fonts. Depending on your TeX-installation you may need to add
14 # further font mapping files like psfonts.cmz if your TeX installation
15 # is not configured to use type1 fonts by default. For further
16 # information browse the FAQ for the term 'font mapping file'.
17 fontmaps = psfonts.map
19 # 'waitfortex' is an positive integer, namely the number of seconds
20 # to be waited for an appropriate response from TeX/LaTeX.
21 waitfortex = 60
23 # 'showwaitfortex' is an non-negative integer, namely the number of
24 # seconds to be waited until (and between) emitting messages
25 # indicating the waiting for an appropriate response from TeX/LaTeX.
26 # This feature can be turned off by setting showwaitfortex to 0.
27 showwaitfortex = 5
29 # 'texipc' is a boolean controlling the usage of the --ipc option of
30 # TeX/LaTeX. You should turn on this option when the ipc-extension is
31 # available in your TeX installation (check the output of tex --help).
32 # You will gain immediate access to the dvi-output of TeX by that,
33 # which will substantially improve the performance of certain
34 # operations (e.g. the usage of PyX markers).
35 texipc = 0