summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/realscripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-13 22:32:32 +0000
committerKarl Berry <karl@freefriends.org>2016-02-13 22:32:32 +0000
commita66b38a42090ca28256d46362ccacc1ad398ffe5 (patch)
treef8adf2f3e50ef0791dfecf2aab81baa77f4d62f2 /Master/texmf-dist/source/latex/realscripts
parent7f5f2a78bc8bb3065eefc83d44fa948d6b09dfaf (diff)
realscripts (13feb16)
git-svn-id: svn://tug.org/texlive/trunk@39706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/realscripts')
-rw-r--r--Master/texmf-dist/source/latex/realscripts/realscripts.dtx20
-rw-r--r--Master/texmf-dist/source/latex/realscripts/realscripts.ins12
2 files changed, 16 insertions, 16 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}
diff --git a/Master/texmf-dist/source/latex/realscripts/realscripts.ins b/Master/texmf-dist/source/latex/realscripts/realscripts.ins
index be1d9da986f..c68d0669cdf 100644
--- a/Master/texmf-dist/source/latex/realscripts/realscripts.ins
+++ b/Master/texmf-dist/source/latex/realscripts/realscripts.ins
@@ -5,23 +5,23 @@
%% The original source files were:
%%
%% realscripts.dtx (with options: `batchfile')
-%% ____________________________
+%% _____________________________
%% The REALSCRIPTS package
-%% (C) 2010 Will Robertson
+%% (C) 2010--2016 Will Robertson
%% License information appended
%%
\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
@@ -40,7 +40,7 @@ This work consists of the file realscripts.dtx
\generate{\file{realscripts.sty}{\from{realscripts.dtx}{package}}}
\endbatchfile
%%
-%% 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