From 88c79b1089afed4ca1c72394817bb8f55bd1e9aa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 13 Jan 2018 22:25:39 +0000 Subject: unicode-math (13jan18) git-svn-id: svn://tug.org/texlive/trunk@46300 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/unicode-math/unicode-math.ins | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/source/latex/unicode-math/unicode-math.ins') 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 ------------------------------------------------ @@ -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): . ------------------------------------------------ -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 -- cgit v1.2.3