diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-14 21:33:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-14 21:33:05 +0000 |
commit | 8a1ba7a964445830b92ee48b50d7d692c9329289 (patch) | |
tree | 0f024d4730c9ce18bf7d9d58a75332c25422a19b /Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty | |
parent | 8f4d3d5af538ac2403f2f7f34f7161a102d186a3 (diff) |
lwarp (14feb18)
git-svn-id: svn://tug.org/texlive/trunk@46638 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 | 42 |
1 files changed, 34 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 ace5816c046..9744eb1546d 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty @@ -42,43 +42,69 @@ \DeclareInstance{xfrac}{default}{text}{ numerator-format = {% +\begingroup% \LetLtxMacro{\scalebox}{\LWR@noscalebox}% -\LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend}, +\LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend% +\endgroup% +}, denominator-format = {% +\begingroup% \LetLtxMacro{\scalebox}{\LWR@noscalebox}% -\LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend}, +\LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend% +\endgroup% +}, scaling = false } \DeclareInstance{xfrac}{lmr}{text}{ numerator-format = {% +\begingroup% \LetLtxMacro{\scalebox}{\LWR@noscalebox}% -\LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend}, +\LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend% +\endgroup% +}, denominator-format = {% +\begingroup% \LetLtxMacro{\scalebox}{\LWR@noscalebox}% -\LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend}, +\LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend% +\endgroup% +}, scaling = false } \DeclareInstance{xfrac}{lmss}{text}{ numerator-format = {% +\begingroup% \LetLtxMacro{\scalebox}{\LWR@noscalebox}% -\LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend}, +\LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend% +\endgroup% +}, denominator-format = {% +\begingroup% \LetLtxMacro{\scalebox}{\LWR@noscalebox}% -\LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend}, +\LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend% +\endgroup% +}, scaling = false } \DeclareInstance{xfrac}{lmtt}{text}{ numerator-format = {% +\begingroup% \LetLtxMacro{\scalebox}{\LWR@noscalebox}% -\LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend}, +\LWR@htmlsmallfontstart\textsuperscript{#1}\,\LWR@htmlsmallfontend% +\endgroup% +}, denominator-format = {% +\begingroup% \LetLtxMacro{\scalebox}{\LWR@noscalebox}% -\LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend}, +\LWR@htmlsmallfontstart{}\,#1\LWR@htmlsmallfontend% +\endgroup% +}, scaling = false } + + \end{warpHTML} \endinput %% |