texlive[66225] Master: unicode-alphabets (27feb23)
commits+karl at tug.org
commits+karl at tug.org
Mon Feb 27 21:36:24 CET 2023
Revision: 66225
http://tug.org/svn/texlive?view=revision&revision=66225
Author: karl
Date: 2023-02-27 21:36:24 +0100 (Mon, 27 Feb 2023)
Log Message:
-----------
unicode-alphabets (27feb23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/unicode-alphabets/README.md
trunk/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf
trunk/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex
trunk/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf
trunk/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
trunk/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty
trunk/Master/tlpkg/libexec/ctan2tds
Modified: trunk/Master/texmf-dist/doc/latex/unicode-alphabets/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unicode-alphabets/README.md 2023-02-27 20:33:49 UTC (rev 66224)
+++ trunk/Master/texmf-dist/doc/latex/unicode-alphabets/README.md 2023-02-27 20:36:24 UTC (rev 66225)
@@ -7,7 +7,7 @@
See [specimen.pdf](docs/specimen.pdf) for examples.
-Contents last updated 2020-03-11.
+Contents last updated 2023-02-27.
Package available via CTAN at https://www.ctan.org/pkg/unicode-alphabets
Modified: trunk/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex 2023-02-27 20:33:49 UTC (rev 66224)
+++ trunk/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex 2023-02-27 20:36:24 UTC (rev 66225)
@@ -15,8 +15,6 @@
hidelinks,
]{hyperref}
-\include{csvsimple.tmp.patch}
-
\title{Unicode Alphabets for \LaTeX\\\bigskip\large Specimen}
\author{Mikkel Eide Eriksen}
Modified: trunk/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex 2023-02-27 20:33:49 UTC (rev 66224)
+++ trunk/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex 2023-02-27 20:36:24 UTC (rev 66225)
@@ -20,8 +20,6 @@
hidelinks,
]{hyperref}
-\include{csvsimple.tmp.patch}
-
\title{Unicode Alphabets for \LaTeX}
\author{Mikkel Eide Eriksen\\\href{mailto:mikkel.eriksen at gmail.com}{mikkel.eriksen at gmail.com}}
Modified: trunk/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty 2023-02-27 20:33:49 UTC (rev 66224)
+++ trunk/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty 2023-02-27 20:36:24 UTC (rev 66225)
@@ -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 at gmail.com>
@@ -12,8 +12,6 @@
\RequirePackage{csvsimple}
-\input{csvsimple.tmp.patch}
-
\makeatletter
\newcommand\alph at keys[1]{\pgfkeys{/unicode-alphabets/.cd,#1}}
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2023-02-27 20:33:49 UTC (rev 66224)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2023-02-27 20:36:24 UTC (rev 66225)
@@ -1798,6 +1798,7 @@
'tlcockpit' => '&POST_do_man',
'tlc3-examples' => '&POSTtlc3_examples',
'tudscr' => '&POSTtudscr',
+ 'unicode-alphabets' => '&POST_onelevel',
'unimath-plain-xetex' => '&POSTunimath_plain_xetex',
'uplatex' => '&POST_preserve_man',
'velthuis' => '&POSTvelthuis',
@@ -7583,13 +7584,13 @@
#
sub POST_onelevel {
print "POST_onelevel ($package) - handle doc/source/tex directories\n";
- for my $dir ("opentype", "source", "tex", "lualatex", "luatex") {
+ for my $dir ("opentype", "source", "tex", "latex", "lualatex", "luatex") {
next unless -d $dir;
# theoretically we should use $whichformat, $sourceformat,
# but in practice they are always the same.
my $format = $whichdocformat;
my $destdir = $dir;
- if ($dir =~ /lua(la)?tex/) {
+ if ($dir =~ /(lua)?(la)?tex/) {
$destdir = "tex/$which";
} elsif ($dir =~ /opentype/) {
$destdir = "fonts";
@@ -7599,6 +7600,7 @@
}
# move files in doc/ up to cwd. If there are clashes, will error out.
&xsystem ("$MV doc/* .") if -d "doc";
+ &xsystem ("$MV docs/* .") if -d "docs";
}
sub POST_otherformat {
More information about the tex-live-commits
mailing list.