diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-07 23:14:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-07 23:14:48 +0000 |
commit | a1e3748b2a855f1a0c875df7f9585e1a01c44d9a (patch) | |
tree | 5ccf5e657c7ddb77a0c9657e2e6103ce11c6c71d /Master/texmf-dist/tex/latex/pm-isomath | |
parent | 19ca5ad9055c34322b8400af8c7b1b83f65d7829 (diff) |
pm-isomath (7dec17)
git-svn-id: svn://tug.org/texlive/trunk@46012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pm-isomath')
-rw-r--r-- | Master/texmf-dist/tex/latex/pm-isomath/pm-isomath.sty | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/pm-isomath/pm-isomath.sty b/Master/texmf-dist/tex/latex/pm-isomath/pm-isomath.sty index 519d9f4930f..02b60567fb5 100644 --- a/Master/texmf-dist/tex/latex/pm-isomath/pm-isomath.sty +++ b/Master/texmf-dist/tex/latex/pm-isomath/pm-isomath.sty @@ -14,14 +14,13 @@ %% \NeedsTeXFormat{LaTeX2e}[2017/01/01] \ProvidesPackage{pm-isomath}[% -2017/08/22 v.1.0.00 +2017/12/07 v.1.0.02 Poor man package for typesetting ISO compliant math when using pdfLaTeX] -%%typeset with the following code \@ifpackageloaded{iftex}{}{\RequirePackage{iftex}} \unless\ifPDFTeX - \PackageError{ISOrules4pdfLaTeX}{% + \PackageError{pm-isomath}{% ******************************************\MessageBreak This package should be used only when \MessageBreak typesetting with pdfLaTeX. \MessageBreak @@ -35,7 +34,7 @@ Poor man package for typesetting ISO compliant math when using pdfLaTeX] } \expandafeter\@firstoftwo \else - \PackageInfo{ISOrules4pdfLaTeX}{% + \PackageInfo{pm-isomath}{% ******************************************\MessageBreak Typesetting this document with pdfLaTeX! \MessageBreak ******************************************\MessageBreak @@ -70,11 +69,6 @@ Poor man package for typesetting ISO compliant math when using pdfLaTeX] \switchvarsymbols{Omega} \@ifpackageloaded{alphabeta}{}{\RequirePackage{alphabeta}} -%% & slanted & sl & & \\ -%% & & & serif & rs \\ -%% & & & serif oblique & rs \\ -%%%%%% Queste sono le impostazioni di default per la famiglia, -%%%%%% la serie e la forma: \def\ISOfam{lmr}\def\ISOser{m}\def\ISOsha{n} \NewDocumentCommand\MathLatin{m gO{m}D(){it}}{\bgroup \edef\y{\IfNoValueTF{#2}{\ISOfam}{#2}}% @@ -175,7 +169,7 @@ Poor man package for typesetting ISO compliant math when using pdfLaTeX] \DeclareRobustCommand\textormath{% \unless\ifmmode\expandafter\@firstoftwo \else\expandafter\@secondoftwo\fi} -\AfterEndPreamble{\let\ped\undefined\let\ap\endefined +\AfterEndPreamble{\let\ped\undefined\let\ap\undefined \DeclareRobustCommand*\ped[1]{% \textormath{\textsubscript{#1}}{_{\mathrm{#1}}}}% \providecommand\ap{} |