diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-02 01:13:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-02 01:13:04 +0000 |
commit | b979b6977fcd5d334404b254bba05601f4fd0bcb (patch) | |
tree | d7febc11a0a450253d52e673648767615dabf8d8 /Master/texmf-dist/tex/latex/realscripts | |
parent | 36f9061a512acdc9fa1866e89fa967b0bae3464c (diff) |
realscripts (28feb13)
git-svn-id: svn://tug.org/texlive/trunk@29262 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/realscripts')
-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> %% |