diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/fontspec.ins | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec.ins b/Master/texmf-dist/source/latex/fontspec/fontspec.ins index ded3b28730c..9952c8729db 100644 --- a/Master/texmf-dist/source/latex/fontspec/fontspec.ins +++ b/Master/texmf-dist/source/latex/fontspec/fontspec.ins @@ -20,8 +20,13 @@ the conditions of the LaTeX Project Public License, version 1.3c or higher \endpreamble \nopostamble \askforoverwritefalse + \def\MetaPrefix{-- } -\generate{\file{fontspec.lua}{\from{fontspec.dtx}{lua}\from{fontspec-lua.dtx}{lua}}} +\generate{\file{fontspec.lua}{ + \from{fontspec.dtx}{lua} + \from{fontspec-lua.dtx}{lua} +}} + \let\MetaPrefix\DoubleperCent \ifx\FontspecDebug\undefined\def\FSDEBUG{}\else\def\FSDEBUG{,debug}\fi @@ -30,10 +35,10 @@ the conditions of the LaTeX Project Public License, version 1.3c or higher \from{fontspec-code-load.dtx}{fontspec,load\FSDEBUG} }} -\def\DTX#1{\from{#1}{fontspec,XE,xetexx\FSDEBUG}} +\def\DTX#1{\from{#1}{fontspec,XE\FSDEBUG}} \generate{\file{fontspec-xetex.sty}{\FONTSPECDTX}} -\def\DTX#1{\from{#1}{fontspec,LU,luatex\FSDEBUG}} +\def\DTX#1{\from{#1}{fontspec,LU\FSDEBUG}} \generate{\file{fontspec-luatex.sty}{\FONTSPECDTX}} \endbatchfile @@ -44,7 +49,9 @@ the conditions of the LaTeX Project Public License, version 1.3c or higher % The FONTSPEC package <wspr.io/fontspec> % ------------------------------------------------ % Copyright 2004-2017 Will Robertson, LPPL "maintainer" -% Copyright 2009-2013 Khaled Hosny +% Copyright 2009-2015 Khaled Hosny +% Copyright 2013 Philipp Gesang +% Copyright 2013-2016 Joseph Wright % ------------------------------------------------ % 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 |