From 800f3919ea46f82dc11cbfb51f08d2f3a1c43a70 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 25 Apr 2023 03:01:27 +0000 Subject: CTAN sync 202304250301 --- macros/unicodetex/latex/textcsc/README | 3 ++- .../latex/textcsc/textcsc-documentation.pdf | Bin 48462 -> 49161 bytes .../latex/textcsc/textcsc-documentation.tex | 26 +++++++++++++++------ macros/unicodetex/latex/textcsc/textcsc.sty | 8 +++---- 4 files changed, 25 insertions(+), 12 deletions(-) (limited to 'macros/unicodetex') diff --git a/macros/unicodetex/latex/textcsc/README b/macros/unicodetex/latex/textcsc/README index 8959a63402..5ff7cb77ec 100644 --- a/macros/unicodetex/latex/textcsc/README +++ b/macros/unicodetex/latex/textcsc/README @@ -1,6 +1,6 @@ textcsc - caps-to-small-caps command -version: 1.0.0 +version: 1.1.0 This package provides a simple command for caps-to-small-caps text, to allow for small caps acronyms to be presented as uppercase in text (useful for things like copying and pasting from a PDF). @@ -12,4 +12,5 @@ For suggestions, feature requests, and bug reports, please use the project's GitHub site: https://github.com/ezgranet/textcsc Version history: +24/04/2023 fixed letterspacing issue 10/09/2022 Package creation \ No newline at end of file diff --git a/macros/unicodetex/latex/textcsc/textcsc-documentation.pdf b/macros/unicodetex/latex/textcsc/textcsc-documentation.pdf index d2a5498b57..e18bc2b423 100644 Binary files a/macros/unicodetex/latex/textcsc/textcsc-documentation.pdf and b/macros/unicodetex/latex/textcsc/textcsc-documentation.pdf differ diff --git a/macros/unicodetex/latex/textcsc/textcsc-documentation.tex b/macros/unicodetex/latex/textcsc/textcsc-documentation.tex index d0c7ec4040..12f1cdd871 100644 --- a/macros/unicodetex/latex/textcsc/textcsc-documentation.tex +++ b/macros/unicodetex/latex/textcsc/textcsc-documentation.tex @@ -102,16 +102,17 @@ breaklines, firstnumber=last ] {latex} -\def\textcscversionnumber{1.0.0} -\ProvidesPackage{textcsc} -[2022/09/10\textcscversionnumber\ + +\def\textcscversionnumber{1.1} +\ProvidesPackage{textcsc-dev} +[2023/04/24\textcscversionnumber\ Command for caps-to-small-caps-text] % This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 +% conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX +% and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. % % This work has the LPPL maintenance status `maintained'. @@ -129,7 +130,7 @@ firstnumber=last %%%%%%%%%%%%%%%%%%%%%%%%%%% \RequirePackage{iftex} \ifPDFTeX { - \PackageError{swungdash} + \PackageError{textcsc} {You are using pdfTeX but this package only works \MessageBreak with XeTeX or LuaTeX}{} } @@ -146,7 +147,7 @@ firstnumber=last % the switch %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% -\newcommand{\cscshape}{\addfontfeature{RawFeature={+c2sc,+smcp}}} +\newcommand{\cscshape}{\scshape\addfontfeature{RawFeature={+c2sc}}} %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% % the macro @@ -164,6 +165,17 @@ firstnumber=last \end{minted} \section{Version History} + + + +\subsection{\texttt{1.1.0}} + +\ttfamily 24 April 2023: Update to fix issue with LetterSpace property not carrying over. + + + + + \subsection{\texttt{1.0.0}} \ttfamily 22 September 2022: Package creation diff --git a/macros/unicodetex/latex/textcsc/textcsc.sty b/macros/unicodetex/latex/textcsc/textcsc.sty index d4421e7729..63c9e27680 100644 --- a/macros/unicodetex/latex/textcsc/textcsc.sty +++ b/macros/unicodetex/latex/textcsc/textcsc.sty @@ -1,6 +1,6 @@ -\def\textcscversionnumber{1.0.1} -\ProvidesPackage{textcsc} -[2022/09/10\textcscversionnumber\ +\def\textcscversionnumber{1.1} +\ProvidesPackage{textcsc-dev} +[2023/04/24\textcscversionnumber\ Command for caps-to-small-caps-text] % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -42,7 +42,7 @@ % the switch %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% -\newcommand{\cscshape}{\addfontfeature{RawFeature={+c2sc,+smcp}}} +\newcommand{\cscshape}{\scshape\addfontfeature{RawFeature={+c2sc}}} %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% % the macro -- cgit v1.2.3