summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/realscripts/realscripts.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/realscripts/realscripts.dtx')
-rw-r--r--Master/texmf-dist/source/latex/realscripts/realscripts.dtx20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/realscripts/realscripts.dtx b/Master/texmf-dist/source/latex/realscripts/realscripts.dtx
index e042d021328..e59103e55a9 100644
--- a/Master/texmf-dist/source/latex/realscripts/realscripts.dtx
+++ b/Master/texmf-dist/source/latex/realscripts/realscripts.dtx
@@ -7,15 +7,15 @@
\input docstrip.tex
\keepsilent
\preamble
- ____________________________
+ _____________________________
The REALSCRIPTS package
- (C) 2010 Will Robertson
+ (C) 2010--2016 Will Robertson
License information appended
\endpreamble
\postamble
-Copyright (C) 2010 by Will Robertson <will.robertson@latex-project.org>
+Copyright (C) 2010--2016 by Will Robertson <will.robertson@latex-project.org>
Distributable under the LaTeX Project Public License,
version 1.3c or higher (your choice). The latest version of
@@ -47,7 +47,7 @@ This work consists of the file realscripts.dtx
%</driver>
%<package>\ProvidesPackage{realscripts}
%<*package>
- [2013/03/18 v0.3c Access OpenType subscripts and superscripts]
+ [2016/02/13 v0.3d Access OpenType subscripts and superscripts]
%</package>
% \end{macrocode}
%
@@ -86,7 +86,7 @@ This work consists of the file realscripts.dtx
%
% If you are using the \pkg{fontspec} package\footnote{The \pkg{fontspec} package requires \XeLaTeX\ or \hologo{LuaLaTeX}.} to select OpenType fonts
% (or other sorts of fonts with the necessary font features), then loading
-% this package will provide versions of the \cmd\textsuperscript\ and
+% this package will redefine the \cmd\textsuperscript\ and
% \cmd\textsubscript\ commands that take advantage of the OpenType font
% features.
%
@@ -97,13 +97,13 @@ This work consists of the file realscripts.dtx
%
% \section{Technical details}
%
-% The new commands are defined in starred form (e.g., \cs{textsubscript*}) for cases where the new commands are not appropriate.
+% The old commands are defined in starred form (e.g., \cs{textsubscript*}) for cases where the new commands are not appropriate.
% The functionality of the starred and non-starred commands can
% also be accessed using the macros
% \cmd\realsubscript,
% \cmd\realsuperscript,
% \cmd\fakesubscript, and
-% \cmd\fakesuperscript, in case another package (or you wish to)
+% \cmd\fakesuperscript, in case another package (or you)
% redefine the original \cmd\text\dots\ commands.
%
% This package will also patch the default \LaTeX\ footnote mechanism to
@@ -112,7 +112,7 @@ This work consists of the file realscripts.dtx
% by redefining \cs{footnotemarkfont}; e.g.:
% {\par\qquad\verb|\renewcommand\footnotemarkfont|\marg{font switch}\par}
% \noindent and users of \pkg{KOMA-Script} may use instead
-% {\par\qquad\verb|\setfkomafont{footnotelabel}|\marg{font switch}\par}
+% {\par\qquad\verb|\setkomafont{footnotelabel}|\marg{font switch}\par}
% \noindent where \meta{font switch} is a command such as \cs{sffamily} or a \pkg{fontspec} font defined with \cs{newfontfamily}.
%
% Beware of other packages, however, that change the footnote mechanism. (Usually by redefining \cs{@makefnmark}.) I can often work around or work with such packages so \pkg{realscripts} cooperates gracefully with them; please report any conflicts to me.
@@ -133,7 +133,7 @@ This work consists of the file realscripts.dtx
% |\textsuperscript*{…} | A \textsuperscript*{abcdefghijklmnopqrstuvwxyz1234567890} Z\par
% |\textsubscript*{…} | A \textsubscript*{abcdefghijklmnopqrstuvwxyz1234567890} Z
% \end{quotation}
-% When the glyphs are not available the commands will fall back on the standard technique of scaling down the text font:
+% When the font features are not available the commands will fall back on the standard technique of scaling down the text font:
% (this is Mac\,OS\,X's `{\fontspec{Didot} Didot}')
% \begin{quotation}\color{niceblue}
% \fontspec{Didot}
@@ -324,7 +324,7 @@ This work consists of the file realscripts.dtx
{ \box_move_down:nn \subsupersep {\box_use:N \l_tmpa_box} }
\hbox_set:Nn \l_tmpb_box
{ \box_move_up:nn \subsupersep {\box_use:N \l_tmpb_box} }
- \str_case:nnn {#2}
+ \str_case:nnF {#2}
{
{l}{\use_i:nnn}
{c}{\use_ii:nnn}