beta-0.89.2
[luatex.git] / source / texk / kpathsea / mktex.cnf
blob16421874eb455bdd53f3b47feb2f10a5e3e84fde
1 # $Id: mktex.cnf 12069 2009-02-04 00:09:54Z karl $
2 # Public domain.
3
4 # The mktex.cnf file, if it exists, can be used to tailor a setup to
5 # local conditions.  If you use the mktex scripts, this file can contain
6 # generic Bourne shell code.  However, the C (and other possible future)
7 # implementations of the scripts do not handle anything beyond simple
8 # assignment of variables, and so doing more is not recommended.
10 # To assign variables, use constructs like the examples below, which only
11 # set unassigned variables.  The scripts may malfunction if you do
12 # otherwise.
14 # Some examples of what you can use the mktex.cnf file for:
15 # : ${MT_FEATURES=appendonlydir:varfonts}
16 # : ${MODE=ljfour}
17 # : ${BDPI=600}
18 # : ${ps_to_pk=gsftopk}