summaryrefslogtreecommitdiff
path: root/web2c
diff options
context:
space:
mode:
Diffstat (limited to 'web2c')
-rw-r--r--web2c/context.cnf2
-rw-r--r--web2c/contextcnf.lua6
2 files changed, 5 insertions, 3 deletions
diff --git a/web2c/context.cnf b/web2c/context.cnf
index e47e9cf03..6aa8fe687 100644
--- a/web2c/context.cnf
+++ b/web2c/context.cnf
@@ -48,7 +48,7 @@ OSFONTDIR =
TEXPSHEADERS = .;$TEXMF/{fonts/{enc,map,type1,truetype},dvips,pdftex,tex}//;$TEXMF/{etex,tex,pdftex,dvips,fonts/type1}//
TEXFONTMAPS.dvipdfm = .;$TEXMF/fonts/map/{dvipdfm,dvips,}//
-TEXFONTMAPS.dvipdfmx = .;$TEXMF/fonts/map/{dvipdfm,dvips,}//
+TEXFONTMAPS.dvipdfmx = .;$TEXMF/fonts/map/{dvipdfm,pdftex,dvips,}//
TEXFONTMAPS.pdftex = .;$TEXMF/fonts/map/{pdftex,dvips,}//
TEXFONTMAPS.pdfetex = .;$TEXMF/fonts/map/{pdftex,dvips,}//
TEXFONTMAPS.luatex = .;$TEXMF/fonts/map/{pdftex,dvips,}//
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua
index d2708a925..166a7504e 100644
--- a/web2c/contextcnf.lua
+++ b/web2c/contextcnf.lua
@@ -30,7 +30,9 @@
-- not cached.
return {
+-- LUACSTRIP = 'f', -- don't strip luc files (only use this for debugging, otherwise slower loading and bigger cache)
+-- CACHEINTDS = 't', -- keep filedatabase and configuration in tds tree
-- PURGECACHE = 't', -- this saves disk space
--- TEXMFCACHE = 'c:/temp', -- installers can change this
- TEXMFBOGUS = 'It works!', -- a test string
+ TEXMFCACHE = 'c:/temp', -- installers can change this
+-- TEXMFBOGUS = 'It works!', -- a test string
}