diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-13 22:32:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-13 22:32:32 +0000 |
commit | a66b38a42090ca28256d46362ccacc1ad398ffe5 (patch) | |
tree | f8adf2f3e50ef0791dfecf2aab81baa77f4d62f2 /Master/texmf-dist/tex/latex/realscripts | |
parent | 7f5f2a78bc8bb3065eefc83d44fa948d6b09dfaf (diff) |
realscripts (13feb16)
git-svn-id: svn://tug.org/texlive/trunk@39706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/realscripts')
-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 |