texlive[66939] Master/texmf-dist: textcsc (25apr23)
commits+karl at tug.org
commits+karl at tug.org
Tue Apr 25 21:39:19 CEST 2023
Revision: 66939
http://tug.org/svn/texlive?view=revision&revision=66939
Author: karl
Date: 2023-04-25 21:39:18 +0200 (Tue, 25 Apr 2023)
Log Message:
-----------
textcsc (25apr23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/textcsc/README
trunk/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.pdf
trunk/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.tex
trunk/Master/texmf-dist/tex/latex/textcsc/textcsc.sty
Modified: trunk/Master/texmf-dist/doc/latex/textcsc/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/textcsc/README 2023-04-25 19:39:07 UTC (rev 66938)
+++ trunk/Master/texmf-dist/doc/latex/textcsc/README 2023-04-25 19:39:18 UTC (rev 66939)
@@ -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 @@
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
Modified: trunk/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.tex 2023-04-25 19:39:07 UTC (rev 66938)
+++ trunk/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.tex 2023-04-25 19:39:18 UTC (rev 66939)
@@ -102,16 +102,17 @@
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 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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 @@
% the switch
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\newcommand{\cscshape}{\addfontfeature{RawFeature={+c2sc,+smcp}}}
+\newcommand{\cscshape}{\scshape\addfontfeature{RawFeature={+c2sc}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
% the macro
@@ -164,6 +165,17 @@
\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
Modified: trunk/Master/texmf-dist/tex/latex/textcsc/textcsc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/textcsc/textcsc.sty 2023-04-25 19:39:07 UTC (rev 66938)
+++ trunk/Master/texmf-dist/tex/latex/textcsc/textcsc.sty 2023-04-25 19:39:18 UTC (rev 66939)
@@ -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
More information about the tex-live-commits
mailing list.