You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
623 B
17 lines
623 B
-- (Public domain.)
|
|
-- This texmfcnf.lua file should contain only your personal changes from the
|
|
-- original texmfcnf.lua (for example, as chosen in the installer).
|
|
--
|
|
-- That is, if you need to make changes to texmfcnf.lua, put your custom
|
|
-- settings in this file, which is .../texlive/YYYY/texmfcnf.lua, rather than
|
|
-- the distributed file (.../texlive/YYYY/texmf-dist/web2c/texmfcnf.lua).
|
|
-- And include *only* your changed values, not a copy of the whole thing!
|
|
|
|
return {
|
|
content = {
|
|
variables = {
|
|
TEXMFLOCAL = "selfautoparent:/texmf-local",
|
|
ASYMPTOTE_HOME = "$TEXMFCONFIG/asymptote",
|
|
},
|
|
},
|
|
}
|
|
|