diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-04 22:27:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-04 22:27:01 +0000 |
commit | 872c91a9ad594e73ac59279f431f8fff6a0a8945 (patch) | |
tree | adf9b5e55162710f0cd35c1bba5debae6b1ca8fe /Master/texmf-dist/tex | |
parent | b0bd9715b1c3d53f6da98005d98f487af1b9f1f2 (diff) |
pm-isomath (5may21)
git-svn-id: svn://tug.org/texlive/trunk@59077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pm-isomath/pm-isomath.sty | 14 |
1 files changed, 7 insertions, 7 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 9c02e0b10ec..1caf8015fd5 100644 --- a/Master/texmf-dist/tex/latex/pm-isomath/pm-isomath.sty +++ b/Master/texmf-dist/tex/latex/pm-isomath/pm-isomath.sty @@ -7,14 +7,14 @@ %% pm-isomath.dtx (with options: `style') %% ______________________________________________________ %% The PM-ISOmath bundle -%% Copyright (C) 2017-2020 Claudio Beccari +%% Copyright (C) 2017-2021 Claudio Beccari %% All rights reserved %% %% License information appended %% \NeedsTeXFormat{LaTeX2e}[2017/01/01] \ProvidesPackage{pm-isomath}[% - 2021/05/01 v.1.1.00 + 2021/05/03 v.1.1.01 Poor man package for typesetting ISO compliant math when using pdfLaTeX] @@ -173,11 +173,11 @@ Poor man package for typesetting ISO compliant math when using pdfLaTeX] {\renewcommand*\micro{\textormath{\textmu}{\ISOmu(rs)}}}% {\renewcommand*\micro{\ISOmu(rs)}}% } -\providecommand*\ohm{} -\AtBeginDocument{\@ifpackageloaded{textcomp}% - {\renewcommand*\ohm{\textormath{{\textohm}}{\ISOOmega(n)}}}% - {\renewcommand*\ohm{\ISOOmega(n)}}% -} +\providecommand*\ohm{}\def\ISOohm{\ISOOmega(n)} +\AtBeginDocument{% + \@ifpackageloaded{siunitx}{\let\ohm\ISOohm}{\let\ohm\ISOohm}% +}% + \global\csletcs{bbl@it@ped}{undefined} \global\csletcs{bbl@it@ap}{undefined} \DeclareRobustCommand\textormath{% |