diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-08 20:42:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-08 20:42:15 +0000 |
commit | 8065b9f4ce6618e2a867b384059805a0d56050cb (patch) | |
tree | b7127cf52237e63f9106eee920ad7a25da4a7555 /Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty | |
parent | 01813c8e0468ce80e613571a4548f9480d117831 (diff) |
lwarp (8aug17)
git-svn-id: svn://tug.org/texlive/trunk@44988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty index 99f2a58711b..74855e62a64 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty @@ -42,37 +42,37 @@ \DeclareInstance{xfrac}{default}{text}{ numerator-format = {% -\let\scalebox\LWR@noscalebox% +\LetLtxMacro{\scalebox}{\LWR@noscalebox}% \LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend}, denominator-format = {% -\let\scalebox\LWR@noscalebox% +\LetLtxMacro{\scalebox}{\LWR@noscalebox}% \LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend}, scaling = false } \DeclareInstance{xfrac}{lmr}{text}{ numerator-format = {% -\let\scalebox\LWR@noscalebox% +\LetLtxMacro{\scalebox}{\LWR@noscalebox}% \LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend}, denominator-format = {% -\let\scalebox\LWR@noscalebox% +\LetLtxMacro{\scalebox}{\LWR@noscalebox}% \LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend}, scaling = false } \DeclareInstance{xfrac}{lmss}{text}{ numerator-format = {% -\let\scalebox\LWR@noscalebox% +\LetLtxMacro{\scalebox}{\LWR@noscalebox}% \LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend}, denominator-format = {% -\let\scalebox\LWR@noscalebox% +\LetLtxMacro{\scalebox}{\LWR@noscalebox}% \LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend}, scaling = false } \DeclareInstance{xfrac}{lmtt}{text}{ numerator-format = {% -\let\scalebox\LWR@noscalebox% +\LetLtxMacro{\scalebox}{\LWR@noscalebox}% \LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend}, denominator-format = {% -\let\scalebox\LWR@noscalebox% +\LetLtxMacro{\scalebox}{\LWR@noscalebox}% \LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend}, scaling = false } |