summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/unicode-math.ins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-13 22:25:39 +0000
committerKarl Berry <karl@freefriends.org>2018-01-13 22:25:39 +0000
commit88c79b1089afed4ca1c72394817bb8f55bd1e9aa (patch)
treea1b8cd74218d99a44eb6d5868644b5e310b34921 /Master/texmf-dist/source/latex/unicode-math/unicode-math.ins
parent62fd25b2444dd76b32175abd5c19d10f9b3efee6 (diff)
unicode-math (13jan18)
git-svn-id: svn://tug.org/texlive/trunk@46300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/unicode-math.ins')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/unicode-math.ins18
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/unicode-math.ins b/Master/texmf-dist/source/latex/unicode-math/unicode-math.ins
index d1366222d04..b87abd1a53a 100644
--- a/Master/texmf-dist/source/latex/unicode-math/unicode-math.ins
+++ b/Master/texmf-dist/source/latex/unicode-math/unicode-math.ins
@@ -7,6 +7,7 @@
\keepsilent
\declarepreamble\defaultpreamble
+
------------------------------------------------
The UNICODE-MATH package <wspr.io/unicode-math>
------------------------------------------------
@@ -14,11 +15,12 @@ This package is free software and may be redistributed and/or modified under
the conditions of the LaTeX Project Public License, version 1.3c or higher
(your choice): <http://www.latex-project.org/lppl/>.
------------------------------------------------
-Copyright 2006-2017 Will Robertson, LPPL "maintainer"
+Copyright 2006-2018 Will Robertson, LPPL "maintainer"
Copyright 2010-2017 Philipp Stephani
Copyright 2011-2017 Joseph Wright
Copyright 2012-2015 Khaled Hosny
------------------------------------------------
+
\endpreamble
\nopostamble
@@ -27,17 +29,19 @@ Copyright 2012-2015 Khaled Hosny
\def\FROM#1#2{\from{#1}{#2}}
\def\FROMDEBUG#1#2{\from{#1}{#2,debug}}
\ifx\DEBUG\undefined\else\let\FROM\FROMDEBUG\fi
+\def\Msg#1{}
+\def\Generate#1#2{%
+ \immediate\write\ttyout{Generating file "#1"}%
+ \generate{\file{#1}{#2}}%
+}
-\generate{\file{unicode-math.sty}{
- \FROM{unicode-math.dtx}{base}
- \FROM{um-code-base.dtx}{base}
- }}
+\Generate{unicode-math.sty}{\FROM{unicode-math.dtx}{base}}
\def\DTX#1{\FROM{#1}{package,XE}}
-\generate{\file{unicode-math-xetex.sty}{\DTXFILES}}
+\Generate{unicode-math-xetex.sty}{\DTXFILES}
\def\DTX#1{\FROM{#1}{package,LU}}
-\generate{\file{unicode-math-luatex.sty}{\DTXFILES}}
+\Generate{unicode-math-luatex.sty}{\DTXFILES}
\endbatchfile
\endinput