summaryrefslogtreecommitdiff
path: root/web2c/texlivecnf.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-03-20 17:14:54 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-03-20 17:14:54 +0100
commit97f560d2993c367fb84ef62eefbe90ca03c19ebc (patch)
tree2008bdbfc92d045d7451e655cc43945b84234868 /web2c/texlivecnf.lua
parent250c5684b9ee44ac972db51f87289ef935182c53 (diff)
downloadcontext-97f560d2993c367fb84ef62eefbe90ca03c19ebc.tar.gz
2023-03-20 15:44:00
Diffstat (limited to 'web2c/texlivecnf.lua')
-rw-r--r--web2c/texlivecnf.lua14
1 files changed, 9 insertions, 5 deletions
diff --git a/web2c/texlivecnf.lua b/web2c/texlivecnf.lua
index e14d5cbfc..3dca87fc5 100644
--- a/web2c/texlivecnf.lua
+++ b/web2c/texlivecnf.lua
@@ -127,19 +127,23 @@ return {
BIBINPUTS = ".;$TEXMF/bibtex/bib//;$TEXMF/tex/context//",
BSTINPUTS = ".;$TEXMF/bibtex/bst//;$TEXMF/tex/context//",
- -- Experimental
+ -- standalone
+
+ -- ICCPROFILES = ".;$TEXMF/colors/icc/{context,profiles}//;$OSCOLORDIR",
+
+ -- texlive
- ICCPROFILES = ".;$TEXMF/colors/icc/{context,profiles}//;$OSCOLORDIR",
+ ICCPROFILES = ".;$TEXMF/tex/context/colors/{icc,profiles}//;$OSCOLORDIR",
-- A few special ones that will change some day.
FONTCONFIG_FILE = "fonts.conf",
-- standalone
-
+
-- FONTCONFIG_PATH = "$TEXMFSYSTEM/fonts/conf",
-
- --texlive
+
+ --texlive
FONTCONFIG_PATH = "$TEXMFSYSVAR/fonts/conf",