summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/x-mathml-html.mkiv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-20 22:13:45 +0000
committerKarl Berry <karl@freefriends.org>2014-05-20 22:13:45 +0000
commit9ba2fcaafccbb637ee550675f33459315d78e96d (patch)
tree859ab3d875a18121b1d9b10d0335d3ea7055e8a7 /Master/texmf-dist/tex/context/base/x-mathml-html.mkiv
parentdef0145c3e802f10af78664e8b25082554efad0b (diff)
context (May 20, size 11858187)
git-svn-id: svn://tug.org/texlive/trunk@34158 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/x-mathml-html.mkiv')
-rw-r--r--Master/texmf-dist/tex/context/base/x-mathml-html.mkiv40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/x-mathml-html.mkiv b/Master/texmf-dist/tex/context/base/x-mathml-html.mkiv
new file mode 100644
index 00000000000..2ac7d3cba87
--- /dev/null
+++ b/Master/texmf-dist/tex/context/base/x-mathml-html.mkiv
@@ -0,0 +1,40 @@
+%D \modul
+%D [ file=x-mathml,
+%D version=2014.05.18,
+%D title=\CONTEXT\ XML Modules,
+%D subtitle=\MATHML\ embedded HTML,
+%D author=Hans Hagen,
+%D date=\currentdate,
+%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
+%C
+%C This module is part of the \CONTEXT\ macro||package and is
+%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
+%C details.
+
+% maybe some more
+
+\startmodule [mathml-html]
+
+\startxmlsetups mml:html:b
+ \bold{\xmlflush{#1}}
+\stopxmlsetups
+
+\startxmlsetups mml:html:i
+ \italic{\xmlflush{#1}}
+\stopxmlsetups
+
+\startxmlsetups mml:html:tt
+ \mono{\xmlflush{#1}}
+\stopxmlsetups
+
+\startxmlsetups mml:html:em
+ \emphasized{\xmlflush{#1}}
+\stopxmlsetups
+
+\startxmlsetups mml:html
+ \xmlsetsetup{#1}{mml:b|mml:i|mml:tt|mml:em}{mml:html:*}
+\stopxmlsetups
+
+\xmlregistersetup{mml:html}
+
+\stopmodule