diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-29 21:14:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-29 21:14:42 +0000 |
commit | 408dec1e544ce9b5ac984764f19a58f2d3e9810d (patch) | |
tree | a50a5d97b379b4273a3b7a062746f1c6557df1c8 /Master/texmf-dist/tex | |
parent | b2a5f8bdbb658a1384f9f44896b2174e8d8b4bfb (diff) |
unisc (29apr22)
git-svn-id: svn://tug.org/texlive/trunk@63178 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/unisc/unisc.sty | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/unisc/unisc.sty b/Master/texmf-dist/tex/latex/unisc/unisc.sty index e2315ba9417..b9a79ac9195 100644 --- a/Master/texmf-dist/tex/latex/unisc/unisc.sty +++ b/Master/texmf-dist/tex/latex/unisc/unisc.sty @@ -7,14 +7,14 @@ %% unisc.dtx (with options: `package') %% ---------------------------------------------------------- %% Package: unisc -%% Version: v0.1 (21 April, 2022) +%% Version: v0.2 (29 April, 2022) %% Author: निरंजन %% Description: Unicode small caps with Lua/XeLaTeX. %% Repository: https://puszcza.gnu.org.ua/projects/unisc %% License: GPLv3+, GFDLv1.3+ %% ---------------------------------------------------------- %% -%% LaTeX Package unisc v0.1 +%% LaTeX Package unisc v0.2 %% Copyright © 2022 निरंजन %% %% This program is free software: you can redistribute it @@ -40,14 +40,14 @@ %% and the derived file unisc.sty. %% ---------------------------------------------------------- \def\uniscname{unisc} -\def\uniscversion{0.1} -\def\uniscdate{2022-04-21} +\def\uniscversion{0.2} +\def\uniscdate{2022-04-29} \def\uniscdescription{% Unicode small caps with Xe/LuaLaTeX.% } -\ProvidesPackage{unisc}[2022/04/21 v0.1 +\ProvidesPackage{unisc}[2022/04/29 v0.2 Unicode small caps with Lua/XeLaTeX.] \RequirePackage{pgfparser} \RequirePackage{xpatch} @@ -223,8 +223,8 @@ Unicode small caps with Lua/XeLaTeX.] \pgfparserdef{scparser}{initiated}x{% \unisc@outputexpanded{\symbol{"0078}}% \PackageWarning{unisc}{% - You have used the unsupported character `x' in the\MessageBreak - argument of \string\textsc + You have used the unsupported character `x' with the\MessageBreak + \string\textsc\space or \string\scshape\space command% }% } \pgfparserdef{scparser}{initiated}X{% @@ -256,8 +256,8 @@ Unicode small caps with Lua/XeLaTeX.] \RenewDocumentCommand\scshape{ }{% \ifdefined\unisc@initiated \PackageError{unisc}{Nested use not allowed}{% - You somehow made \string\nirshape\space expand inside - the parser. This isn't supported.% + \string\unisc@initiated\space already defined, + this shouldn't happen. Aborting.% }% \expandafter\@gobbletwo \else |