diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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{% |