summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/modules
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-16 21:11:40 +0000
committerKarl Berry <karl@freefriends.org>2020-03-16 21:11:40 +0000
commit2492300860bc8d58013520b5f27518e886d19216 (patch)
tree77e721f9063fa9306199d9cb24b20fe1febd0887 /Master/texmf-dist/tex/context/modules
parent5f4bef024b26c01d41b3700e8e320b8a1145b5a9 (diff)
context (16mar20)
git-svn-id: svn://tug.org/texlive/trunk@54364 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/modules')
-rw-r--r--Master/texmf-dist/tex/context/modules/mkiv/s-math-ligatures.mkiv25
-rw-r--r--Master/texmf-dist/tex/context/modules/mkiv/x-mathml.lua2
2 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/context/modules/mkiv/s-math-ligatures.mkiv b/Master/texmf-dist/tex/context/modules/mkiv/s-math-ligatures.mkiv
index 39fc4d2a35e..08457e0313f 100644
--- a/Master/texmf-dist/tex/context/modules/mkiv/s-math-ligatures.mkiv
+++ b/Master/texmf-dist/tex/context/modules/mkiv/s-math-ligatures.mkiv
@@ -31,20 +31,21 @@
\continueifinputfile{s-math-ligatures.mkiv}
-\setupbodyfont[dejavu,10pt]
-
-\setuplayout
- [width=middle,
- height=middle,
- topspace=15mm,
- backspace=15mm,
- bottomspace=15mm,
- header=1cm,
- headerdistance=0.5cm,
- footer=0pt]
+\usemodule[article-basics] \setuplayout[tight] \setupbodyfont[10pt]
\starttext
- \showmathligatures
+\showmathligatures
+
+\blank[2*big]
+
+\starttyping
+sp = special
+ml = mathlist
+
+\setupmathematics[collapsing=1] : special
+\setupmathematics[collapsing=2] : special mathlist
+\setupmathematics[collapsing=3] : mathlist special
+\stoptyping
\stoptext
diff --git a/Master/texmf-dist/tex/context/modules/mkiv/x-mathml.lua b/Master/texmf-dist/tex/context/modules/mkiv/x-mathml.lua
index 05feecf479b..c8c77347596 100644
--- a/Master/texmf-dist/tex/context/modules/mkiv/x-mathml.lua
+++ b/Master/texmf-dist/tex/context/modules/mkiv/x-mathml.lua
@@ -15,7 +15,7 @@ local strip = string.strip
local xmlsprint, xmlcprint, xmltext, xmlcontent, xmlempty = xml.sprint, xml.cprint, xml.text, xml.content, xml.empty
local lxmlcollected, lxmlfilter = lxml.collected, lxml.filter
local getid = lxml.getid
-local utfchar, utfcharacters, utfvalues, utfsplit, utflen = utf.char, utf.characters, utf.values, utf.split, utf.len
+local utfchar, utfcharacters, utfsplit, utflen = utf.char, utf.characters, utf.split, utf.len
local lpegmatch, lpegpatterns = lpeg.match, lpeg.patterns
local P, Cs = lpeg.P, lpeg.Cs