From ed88533028118834c653da99bb9f733d02e7bbf1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 27 Feb 2023 20:36:24 +0000 Subject: unicode-alphabets (27feb23) git-svn-id: svn://tug.org/texlive/trunk@66225 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/unicode-alphabets/README.md | 2 +- .../doc/latex/unicode-alphabets/specimen.pdf | Bin 646266 -> 646039 bytes .../doc/latex/unicode-alphabets/specimen.tex | 2 -- .../latex/unicode-alphabets/unicode-alphabets.pdf | Bin 70990 -> 73270 bytes .../latex/unicode-alphabets/unicode-alphabets.tex | 2 -- .../latex/unicode-alphabets/unicode-alphabets.sty | 4 +--- Master/tlpkg/libexec/ctan2tds | 6 ++++-- 7 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/README.md b/Master/texmf-dist/doc/latex/unicode-alphabets/README.md index 347049456b5..7796c6b2012 100644 --- a/Master/texmf-dist/doc/latex/unicode-alphabets/README.md +++ b/Master/texmf-dist/doc/latex/unicode-alphabets/README.md @@ -7,7 +7,7 @@ See [unicode-alphabets.pdf](docs/unicode-alphabets.pdf) for the documentation. 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 diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf b/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf index e9c191c9908..2d9feb131c5 100644 Binary files a/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf and b/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.pdf differ diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex b/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex index 3f52b09cd2b..00c781dbec0 100644 --- a/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex +++ b/Master/texmf-dist/doc/latex/unicode-alphabets/specimen.tex @@ -15,8 +15,6 @@ hidelinks, ]{hyperref} -\include{csvsimple.tmp.patch} - \title{Unicode Alphabets for \LaTeX\\\bigskip\large Specimen} \author{Mikkel Eide Eriksen} diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf index 29907ed86ed..07157b96bdf 100644 Binary files a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf and b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.pdf differ diff --git a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex index 3969d132606..3bca58af213 100644 --- a/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex +++ b/Master/texmf-dist/doc/latex/unicode-alphabets/unicode-alphabets.tex @@ -20,8 +20,6 @@ hidelinks, ]{hyperref} -\include{csvsimple.tmp.patch} - \title{Unicode Alphabets for \LaTeX} \author{Mikkel Eide Eriksen\\\href{mailto:mikkel.eriksen@gmail.com}{mikkel.eriksen@gmail.com}} diff --git a/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty b/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty index 898fa9d4d9c..0dd446dc21b 100644 --- a/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty +++ b/Master/texmf-dist/tex/latex/unicode-alphabets/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 @@ -12,8 +12,6 @@ \RequirePackage{csvsimple} -\input{csvsimple.tmp.patch} - \makeatletter \newcommand\alph@keys[1]{\pgfkeys{/unicode-alphabets/.cd,#1}} diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index cd2144f767e..62b462af0a1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1798,6 +1798,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); '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 POSTzhmetrics { # 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 @@ sub POST_onelevel { } # 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 { -- cgit v1.2.3