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/source/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/source/latex/realscripts')
-rw-r--r-- | Master/texmf-dist/source/latex/realscripts/realscripts.dtx | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/realscripts/realscripts.dtx b/Master/texmf-dist/source/latex/realscripts/realscripts.dtx index c131fd3202e..3e77892b5a3 100644 --- a/Master/texmf-dist/source/latex/realscripts/realscripts.dtx +++ b/Master/texmf-dist/source/latex/realscripts/realscripts.dtx @@ -47,7 +47,7 @@ This work consists of the file realscripts.dtx %</driver> %<package>\ProvidesPackage{realscripts} %<*package> - [2010/09/30 v0.3 Access OpenType subscripts and superscripts] + [2013/02/27 v0.3b Access OpenType subscripts and superscripts] %</package> % \end{macrocode} % @@ -149,7 +149,6 @@ This work consists of the file realscripts.dtx % Finally, the `combined' commands. Note the dimension available % to add some extra space between the sub- and super-scripts, and % the optional argument for specifying alignment. -% for specifying alignment % \begin{quotation}\color{niceblue} % \fontspec{Skia} % |\textsubsuperscript{…}{…} | @@ -159,7 +158,7 @@ This work consists of the file realscripts.dtx % |\textsubsuperscript[c]{…}{…} | % A {\textsubsuperscript[c]{123}{456789}} Z\par\smallskip % |\textsubsuperscript[r]{…}{…} | -% A {\textsubsuperscript[x]{123456}{789}} Z\par\smallskip +% A {\textsubsuperscript[r]{123456}{789}} Z\par\smallskip % \end{quotation} % % \newpage @@ -307,7 +306,7 @@ This work consists of the file realscripts.dtx % \begin{macro}{\textsubsuperscript} % \begin{macro}{\textsupersubscript} % Although the implementation below would be fine outside of this package too, -% no point writing yet another small package. Or is there? +% no point writing yet another small package. % \begin{macrocode} \DeclareDocumentCommand \textsubsuperscript {s O{l} mm} { \group_begin: @@ -396,16 +395,6 @@ This work consists of the file realscripts.dtx % \end{macro} % \end{macro} % -% Until these are available in expl3: -% \begin{macrocode} -\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} -} -% \end{macrocode} -% % Fin. % %\iffalse |