diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/realscripts/realscripts.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/realscripts/realscripts.sty | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/realscripts/realscripts.sty b/Master/texmf-dist/tex/latex/realscripts/realscripts.sty index 0b068db781c..84cf7236651 100644 --- a/Master/texmf-dist/tex/latex/realscripts/realscripts.sty +++ b/Master/texmf-dist/tex/latex/realscripts/realscripts.sty @@ -11,7 +11,7 @@ %% License information appended %% \ProvidesPackage{realscripts} - [2010/09/30 v0.3 Access OpenType subscripts and superscripts] + [2013/02/27 v0.3b Access OpenType subscripts and superscripts] \RequirePackage{fontspec} \ExplSyntaxOn \DeclareDocumentCommand \fakesubscript {m} { @@ -139,12 +139,6 @@ \textsubsuperscript #1 [#2] {#3} {#2} } \dim_new:N \subsupersep -\cs_set:Nn \dim_max:nn { - \dim_compare:nTF {#1>#2} {#1} {#2} -} -\cs_set:Nn \dim_min:nn { - \dim_compare:nTF {#2>#1} {#1} {#2} -} %% %% Copyright (C) 2010 by Will Robertson <will.robertson@latex-project.org> %% |