diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-05 21:42:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-05 21:42:36 +0000 |
commit | 7e7d846832cfc0229d189eaa73eb7e131cbfd1d6 (patch) | |
tree | 9211db17036808b3a6bdccb4dff538f4a919667d /Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty | |
parent | 12ac83f490d6410efcbb4f9cda35be26d7479e8d (diff) |
lwarp (5jan24)
git-svn-id: svn://tug.org/texlive/trunk@69305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty index bedab9b7f17..e09ac024345 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty @@ -18,6 +18,8 @@ \LWR@ProvidesPackagePass{SIunits}[2007/12/02] \ifbool{mathjax}{ \DeclareRobustCommand{\LWR@HTML@unit}[2]{% + \begingroup% + \boolfalse{LWR@HTMLsanitize@tmpb@removebackslash}% \LWR@subsingledollar*% lwarp {% alt tag \textbackslash{}unit% @@ -28,6 +30,7 @@ {% #1\,{#2}% }% contents + \endgroup% } }{% not MathJax \DeclareRobustCommand{\LWR@HTML@unit}[2]{% |