summaryrefslogtreecommitdiff
path: root/web2c
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
parent250c5684b9ee44ac972db51f87289ef935182c53 (diff)
downloadcontext-97f560d2993c367fb84ef62eefbe90ca03c19ebc.tar.gz
2023-03-20 15:44:00
Diffstat (limited to 'web2c')
-rw-r--r--web2c/contextcnf.lua34
-rw-r--r--web2c/texlivecnf.lua14
2 files changed, 28 insertions, 20 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua
index 5ad9ea6d8..3c27eda19 100644
--- a/web2c/contextcnf.lua
+++ b/web2c/contextcnf.lua
@@ -45,9 +45,9 @@ return {
-- but there can be more readable paths.
-- standalone:
-
+
TEXMFCACHE = "$SELFAUTOPARENT/texmf-cache",
-
+
-- texlive
-- TEXMFVAR = "home:" .. hiddentexlivepath .. "/texmf-var",
@@ -63,21 +63,21 @@ return {
-- tex root relocatable.
TEXMFOS = "selfautodir:",
-
- -- standalone:
-
+
+ -- standalone:
+
TEXMFSYSTEM = "selfautoparent:texmf-$SELFAUTOSYSTEM",
TEXMFMAIN = "selfautoparent:texmf",
TEXMFCONTEXT = "selfautoparent:texmf-context",
TEXMFMODULES = "selfautoparent:texmf-modules",
-
+
-- texlive:
-
+
-- TEXMFDIST = "selfautoparent:texmf-dist",
-- TEXMFSYSCONFIG = "selfautoparent:texmf-config",
-
+
-- The texmf-local path is only used for (maybe) some additional configuration file.
-
+
TEXMFLOCAL = "selfautoparent:texmf-local",
TEXMFFONTS = "selfautoparent:texmf-fonts",
TEXMFPROJECT = "selfautoparent:texmf-project",
@@ -91,9 +91,9 @@ return {
-- standalone:
TEXMF = "{$TEXMFHOME,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFMODULES,!!$TEXMFCONTEXT,!!$TEXMFSYSTEM,!!$TEXMFMAIN}",
-
+
-- texlive:
-
+
-- TEXMF = "{$TEXMFCONFIG,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFDIST}",
TEXFONTMAPS = ".;$TEXMF/fonts/data//;$TEXMF/fonts/map/{pdftex,dvips}//",
@@ -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/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",
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",