diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/realscripts/realscripts.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/realscripts/realscripts.sty b/Master/texmf-dist/tex/latex/realscripts/realscripts.sty index afda375cb42..1ab3b8866e8 100644 --- a/Master/texmf-dist/tex/latex/realscripts/realscripts.sty +++ b/Master/texmf-dist/tex/latex/realscripts/realscripts.sty @@ -5,13 +5,13 @@ %% The original source files were: %% %% realscripts.dtx (with options: `package') -%% ____________________________ +%% _____________________________ %% The REALSCRIPTS package -%% (C) 2010 Will Robertson +%% (C) 2010--2016 Will Robertson %% License information appended %% \ProvidesPackage{realscripts} - [2013/03/18 v0.3c Access OpenType subscripts and superscripts] + [2016/02/13 v0.3d Access OpenType subscripts and superscripts] \RequirePackage{fontspec} \ExplSyntaxOn \DeclareDocumentCommand \fakesubscript {m} { @@ -84,7 +84,7 @@ { \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} @@ -143,7 +143,7 @@ } \dim_new:N \subsupersep %% -%% 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 |