summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/unicode-alphabets/latex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-28 03:02:32 +0000
committerNorbert Preining <norbert@preining.info>2023-02-28 03:02:32 +0000
commited106ad4cb2e3cb0269bdc9f721ff75df77532cf (patch)
tree4cbe8c477935516497526c9a01ed2ab240c782bb /macros/latex/contrib/unicode-alphabets/latex
parent86d5a04282aa958addab4585c4df899ec9a92e50 (diff)
CTAN sync 202302280302
Diffstat (limited to 'macros/latex/contrib/unicode-alphabets/latex')
-rw-r--r--macros/latex/contrib/unicode-alphabets/latex/csvsimple.tmp.patch.tex20
-rw-r--r--macros/latex/contrib/unicode-alphabets/latex/unicode-alphabets.sty4
2 files changed, 1 insertions, 23 deletions
diff --git a/macros/latex/contrib/unicode-alphabets/latex/csvsimple.tmp.patch.tex b/macros/latex/contrib/unicode-alphabets/latex/csvsimple.tmp.patch.tex
deleted file mode 100644
index ea229dad78..0000000000
--- a/macros/latex/contrib/unicode-alphabets/latex/csvsimple.tmp.patch.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-% https://github.com/T-F-S/csvsimple/issues/7
-
-\makeatletter
-
-\def\set@csv@autohead{%
- \toks0=\expandafter{\csname\csv@headnameprefix\csv@current@col\endcsname}%
- \toks1=\expandafter{\csname csvcol\romannumeral\c@csvcol\endcsname}%
- \begingroup\edef\csv@temp{\endgroup\noexpand\gdef\the\toks0{\the\toks1}\noexpand\csv@AtEndLoop{\noexpand\gdef\the\toks0{}}}%
- \csv@temp%
-}
-
-\csvset{%
- head to column names prefix/.store in=\csv@headnameprefix,%
- head to column names prefix=,%
- xltabular/.style 2 args={
- @table={\csv@pretable\begin{xltabular}{#1}{#2}\csv@tablehead}{\csv@tablefoot\end{xltabular}\csv@posttable},
- late after line=\\},
-}
-
-\makeatother
diff --git a/macros/latex/contrib/unicode-alphabets/latex/unicode-alphabets.sty b/macros/latex/contrib/unicode-alphabets/latex/unicode-alphabets.sty
index 898fa9d4d9..0dd446dc21 100644
--- a/macros/latex/contrib/unicode-alphabets/latex/unicode-alphabets.sty
+++ b/macros/latex/contrib/unicode-alphabets/latex/unicode-alphabets.sty
@@ -1,4 +1,4 @@
-\ProvidesPackage{unicode-alphabets}[2020/03/11 Unicode alphabets in the Private Use Area]
+\ProvidesPackage{unicode-alphabets}[2023/02/27 Unicode alphabets in the Private Use Area]
% License: CC-BY-SA 4.0
% Author: Mikkel Eide Eriksen <mikkel.eriksen@gmail.com>
@@ -12,8 +12,6 @@
\RequirePackage{csvsimple}
-\input{csvsimple.tmp.patch}
-
\makeatletter
\newcommand\alph@keys[1]{\pgfkeys{/unicode-alphabets/.cd,#1}}