texlive[66104] branches/branch2022.final/Master/texmf-dist: scsnowman
commits+karl at tug.org
commits+karl at tug.org
Thu Feb 23 22:33:27 CET 2023
Revision: 66104
http://tug.org/svn/texlive?view=revision&revision=66104
Author: karl
Date: 2023-02-23 22:33:27 +0100 (Thu, 23 Feb 2023)
Log Message:
-----------
scsnowman (23feb23) (branch)
Modified Paths:
--------------
branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/LICENSE
branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/README.md
branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/scsnowman.pdf
branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/scsnowman.tex
branches/branch2022.final/Master/texmf-dist/tex/latex/scsnowman/scsnowman.sty
branches/branch2022.final/Master/texmf-dist/tex/latex/scsnowman/sctkzsym-base.sty
Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/LICENSE
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/LICENSE 2023-02-23 21:32:58 UTC (rev 66103)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/LICENSE 2023-02-23 21:33:27 UTC (rev 66104)
@@ -1,6 +1,6 @@
(The BSD 2-Clause License)
-Copyright (c) 2015-2018 Hironobu Yamashita
+Copyright (c) 2015-2023 Hironobu Yamashita
All rights reserved.
Redistribution and use in source and binary forms, with or without
Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/README.md
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/README.md 2023-02-23 21:32:58 UTC (rev 66103)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/README.md 2023-02-23 21:33:27 UTC (rev 66104)
@@ -27,5 +27,5 @@
This package is distributed under the BSD 2-Clause License.
See [LICENSE](./LICENSE).
-Copyright (c) 2015-2018 Hironobu Yamashita
+Copyright (c) 2015-2023 Hironobu Yamashita
http://acetaminophen.hatenablog.com/
Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/scsnowman.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/scsnowman.tex
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/scsnowman.tex 2023-02-23 21:32:58 UTC (rev 66103)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/scsnowman/scsnowman.tex 2023-02-23 21:33:27 UTC (rev 66104)
@@ -1,6 +1,6 @@
%%
%% This is the documentation of scsnowman package.
-%% (Last Update: 2023/02/14)
+%% (Last Update: 2023/02/23)
%% Maintained on GitHub:
%% https://github.com/aminophen/scsnowman
%%
@@ -455,6 +455,7 @@
Version 1.2e & 2019-08-12 & Fix a bug of possible infinite loop \\
Version 1.3a & 2020-10-10 & Update for new \LaTeX \\
Version 1.3b & 2023-02-14 & Fix a bug of up\TeX\ engine detection \\
+Version 1.3c & 2023-02-23 & Another bug fix of engine detection \\
\end{tabular}
\end{table}
Modified: branches/branch2022.final/Master/texmf-dist/tex/latex/scsnowman/scsnowman.sty
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/latex/scsnowman/scsnowman.sty 2023-02-23 21:32:58 UTC (rev 66103)
+++ branches/branch2022.final/Master/texmf-dist/tex/latex/scsnowman/scsnowman.sty 2023-02-23 21:33:27 UTC (rev 66104)
@@ -10,7 +10,7 @@
%% Twitter : @aminophen
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{scsnowman}[2023/02/14 v1.3b Snowman variants using TikZ]
+\ProvidesPackage{scsnowman}[2023/02/23 v1.3c Snowman variants using TikZ]
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{sctkzsym-base}}
\ProcessOptions\relax
\RequirePackage{sctkzsym-base}[2017/08/08]
@@ -176,11 +176,16 @@
\DeclareTextCommand{\scsnowman at hy@eight}{PU}{\9046\003}% U+2603
\DeclareTextCommand{\scsnowman at hy@eight}{PD1}{8}%fallback
-\ifnum \ifx\ucs\@undefined\z@\else\ucs"3000 \fi ="3000 %upTeX
+% upTeX since v0.10 has both \kchardef and \ucs.
+% N.B. TL2023 uses e-upTeX (euc/sjis) as a default engine of pLaTeX.
+% N.B. luatexja has \ucs, but neither \kchardef nor \kansujichar.
+\ifx\kchardef\@undefined \else
+ \ifnum\jis"2121="3000 %upTeX
\begingroup
\kansujichar8="2603
\xdef\scsnowman at hy@eight{\kansuji8}
\endgroup
+ \fi
\fi
%------------------------------- ZR something END
Modified: branches/branch2022.final/Master/texmf-dist/tex/latex/scsnowman/sctkzsym-base.sty
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/latex/scsnowman/sctkzsym-base.sty 2023-02-23 21:32:58 UTC (rev 66103)
+++ branches/branch2022.final/Master/texmf-dist/tex/latex/scsnowman/sctkzsym-base.sty 2023-02-23 21:33:27 UTC (rev 66104)
@@ -3,7 +3,7 @@
%% Maintained on GitHub:
%% https://github.com/aminophen/scsnowman
%%
-%% Copyright (c) 2015-2020 Hironobu Yamashita
+%% Copyright (c) 2015-2023 Hironobu Yamashita
%% Email : h.y.acetaminophen[a t]gmail.com
%% GitHub : https://github.com/aminophen
%% Blog : http://acetaminophen.hatenablog.com/
@@ -11,7 +11,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{sctkzsym-base}
- [2023/02/14 v1.3b Base for emoji variants using TikZ]
+ [2023/02/23 v1.3c Base for emoji variants using TikZ]
\RequirePackage{tikz}% pgfutil-latex.def requires everyshi
\RequirePackage{keyval}
%
More information about the tex-live-commits
mailing list.