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