summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-25 19:39:18 +0000
committerKarl Berry <karl@freefriends.org>2023-04-25 19:39:18 +0000
commitc2024c4574b0cec2c071e668f9ea690c3eb0e509 (patch)
treec9e1bd8294c268e6f714087e5f6c475eb098737b /Master/texmf-dist/doc
parent9784b80878ad172acd7ad1df92229756e0a5e119 (diff)
textcsc (25apr23)
git-svn-id: svn://tug.org/texlive/trunk@66939 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/textcsc/README3
-rw-r--r--Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.pdfbin48462 -> 49161 bytes
-rw-r--r--Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.tex26
3 files changed, 21 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/textcsc/README b/Master/texmf-dist/doc/latex/textcsc/README
index 8959a634024..5ff7cb77ecf 100644
--- a/Master/texmf-dist/doc/latex/textcsc/README
+++ b/Master/texmf-dist/doc/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/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.pdf b/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.pdf
index d2a5498b572..e18bc2b4238 100644
--- a/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.pdf
+++ b/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.tex b/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.tex
index d0c7ec40403..12f1cdd8713 100644
--- a/Master/texmf-dist/doc/latex/textcsc/textcsc-documentation.tex
+++ b/Master/texmf-dist/doc/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