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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/latex/realscripts/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/realscripts/realscripts.pdf | bin | 107499 -> 107108 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/realscripts/realscripts.dtx | 17 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/realscripts/realscripts.sty | 8 |
4 files changed, 12 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/realscripts/README b/Master/texmf-dist/doc/latex/realscripts/README index f721500b09e..03b30c34471 100644 --- a/Master/texmf-dist/doc/latex/realscripts/README +++ b/Master/texmf-dist/doc/latex/realscripts/README @@ -18,9 +18,14 @@ For more information see the documentation realscripts.pdf. Change History -------------- +v0.3b 2013/02/27 + + * Remove internal definition of two functions that have since been defined + in expl3 (`\dim_min:nn` and `\dim_max:nn`). + v0.3 2010/09/30 - * New commands \textsubsuperscript and \textsupersubscript added. + * New commands `\textsubsuperscript` and `\textsupersubscript` added. * Fix an "infinite loop" bug added in the last version, triggered when loading the `xltxtra` package with the `[no-sscript]` option. @@ -35,11 +40,11 @@ v0.1 * First release * Extracted from the xltxtra package - + Maintenance ----------- -The release version of this package is available from CTAN: +The release version of this package is available from CTAN: * <http://ctan.org/pkg/realscripts> diff --git a/Master/texmf-dist/doc/latex/realscripts/realscripts.pdf b/Master/texmf-dist/doc/latex/realscripts/realscripts.pdf Binary files differindex f14e7104195..462b621969d 100644 --- a/Master/texmf-dist/doc/latex/realscripts/realscripts.pdf +++ b/Master/texmf-dist/doc/latex/realscripts/realscripts.pdf 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 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> %% |