dvitomp fix from Akira
[mplib] / src / texk / kpathsea / mktex.cnf
1 # Public domain.
2
3 # The mktex.cnf file, if it exists, can be used to tailor a setup to
4 # local conditions.  If you use the mktex scripts, this file can contain
5 # generic bourne shell code.  However, the C emulations of the scripts
6 # do not handle anything beyond simple assignment of variables, and doing
7 # more is not exactly recommended.
8 #
9 # To assign variables, use constructs like the examples below, which only
10 # set unassigned variables.  The scripts may malfunction if you do
11 # otherwise.
12 #
13 # Some examples of what you can the mktex.cnf file for:
14 # : ${MT_FEATURES=appendonlydir:varfonts}
15 # : ${MODE=ljfour}
16 # : ${BDPI=600}
17 # : ${ps_to_pk=gsftopk}