summaryrefslogtreecommitdiff
path: root/web2c
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-10-20 01:20:14 +0300
committerMarius <mariausol@gmail.com>2013-10-20 01:20:14 +0300
commit965214d981e6129b782c67adcaf3a81aedcb0bac (patch)
tree84f5945aae8efc9b6eb1898b873be5453cafe43d /web2c
parente7d0d90a434e5452ff9e86c8abab5a4cac35e2f1 (diff)
downloadcontext-965214d981e6129b782c67adcaf3a81aedcb0bac.tar.gz
stable 2013.05.28 00:36
Diffstat (limited to 'web2c')
-rw-r--r--web2c/context.cnf2
-rw-r--r--web2c/contextcnf.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/web2c/context.cnf b/web2c/context.cnf
index 83abd5bfa..aad2c51eb 100644
--- a/web2c/context.cnf
+++ b/web2c/context.cnf
@@ -89,7 +89,7 @@ OTFFONTS = .;$TEXMF/fonts/otf/{data,xetex,}//;$OSFONTDIR
TEXINPUTS = .;$TEXMF/tex/{$progname,plain,generic,}//
TEXINPUTS.context = .;$TEXMF/tex/{context,plain/base,generic}//
-MPINPUTS = .;$TEXMF/metapost/{context,base}//
+MPINPUTS = .;$TEXMF/metapost/{context,base,}//
BSTINPUTS = .;$TEXMF/bibtex/bst//
BIBINPUTS = .;$TEXMF/bibtex/bib//
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua
index c0ff5e4c9..9adbff9b8 100644
--- a/web2c/contextcnf.lua
+++ b/web2c/contextcnf.lua
@@ -207,7 +207,7 @@ return {
-- In an edit cycle it can be handy to launch an editor. The
-- preferred one can be set here.
- -- ["pdfview.method"] = "sumatra",
+ -- ["pdfview.method"] = "okular", -- default (often acrobat) xpdf okular
},