From c283f3a6970d2bc9de3501415f5701277da68693 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 24 Feb 2023 03:03:46 +0000 Subject: CTAN sync 202302240303 --- graphics/pgf/contrib/scsnowman/LICENSE | 2 +- graphics/pgf/contrib/scsnowman/README.md | 2 +- graphics/pgf/contrib/scsnowman/scsnowman.pdf | Bin 437193 -> 436973 bytes graphics/pgf/contrib/scsnowman/scsnowman.sty | 9 +++++++-- graphics/pgf/contrib/scsnowman/scsnowman.tex | 3 ++- graphics/pgf/contrib/scsnowman/sctkzsym-base.sty | 4 ++-- 6 files changed, 13 insertions(+), 7 deletions(-) (limited to 'graphics/pgf/contrib/scsnowman') diff --git a/graphics/pgf/contrib/scsnowman/LICENSE b/graphics/pgf/contrib/scsnowman/LICENSE index 0d1ab85360..288ccd21b7 100644 --- a/graphics/pgf/contrib/scsnowman/LICENSE +++ b/graphics/pgf/contrib/scsnowman/LICENSE @@ -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 diff --git a/graphics/pgf/contrib/scsnowman/README.md b/graphics/pgf/contrib/scsnowman/README.md index af14c4af46..1a84d7597a 100644 --- a/graphics/pgf/contrib/scsnowman/README.md +++ b/graphics/pgf/contrib/scsnowman/README.md @@ -27,5 +27,5 @@ Then, execute mktexlsr. 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/ diff --git a/graphics/pgf/contrib/scsnowman/scsnowman.pdf b/graphics/pgf/contrib/scsnowman/scsnowman.pdf index 8a4b247550..0ee4f8f2be 100644 Binary files a/graphics/pgf/contrib/scsnowman/scsnowman.pdf and b/graphics/pgf/contrib/scsnowman/scsnowman.pdf differ diff --git a/graphics/pgf/contrib/scsnowman/scsnowman.sty b/graphics/pgf/contrib/scsnowman/scsnowman.sty index c1cdf1c83a..4c28a1c942 100644 --- a/graphics/pgf/contrib/scsnowman/scsnowman.sty +++ b/graphics/pgf/contrib/scsnowman/scsnowman.sty @@ -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@hy@eight}{PU}{\9046\003}% U+2603 \DeclareTextCommand{\scsnowman@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@hy@eight{\kansuji8} \endgroup + \fi \fi %------------------------------- ZR something END diff --git a/graphics/pgf/contrib/scsnowman/scsnowman.tex b/graphics/pgf/contrib/scsnowman/scsnowman.tex index f58388af28..eea88992b3 100644 --- a/graphics/pgf/contrib/scsnowman/scsnowman.tex +++ b/graphics/pgf/contrib/scsnowman/scsnowman.tex @@ -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.2d & 2018-06-07 & Add new keys \Lopt{nose}, \Lopt{note} \\ 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} diff --git a/graphics/pgf/contrib/scsnowman/sctkzsym-base.sty b/graphics/pgf/contrib/scsnowman/sctkzsym-base.sty index 55099021ac..2ce06fb0cd 100644 --- a/graphics/pgf/contrib/scsnowman/sctkzsym-base.sty +++ b/graphics/pgf/contrib/scsnowman/sctkzsym-base.sty @@ -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} % -- cgit v1.2.3