Created
November 27, 2023 12:50
-
-
Save h20y6m/f51942719b0f770e1970220de89ce42b to your computer and use it in GitHub Desktop.
ipamjm.sty を新しめの LaTeX に対応させる
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- C:/texlive/texmf-local/tex/platex/ipamjm/ipamjm-2022-01-09.sty Thu Jan 9 22:42:00 2020 | |
+++ C:/texlive/texmf-local/tex/platex/ipamjm/ipamjm.sty Sun Nov 26 20:39:04 2023 | |
@@ -29,6 +29,7 @@ | |
\ifnum \@tempcntb<65536 | |
\divide\@tempcntb by "1000 | |
\kanjishape{\ifcase\@tempcntb0\or1\or2\or3\or4\or5\or6\or7\or8\or9\or a\or b\or c\or d\or e\or f\fi}% | |
+ \selectfont | |
\multiply\@tempcntb by "1000 | |
\advance\@tempcnta by -\@tempcntb | |
\else | |
@@ -39,6 +40,7 @@ | |
\advance\@tempcnta by -90001 | |
\kanjishape{z}% | |
\fi | |
+ \selectfont | |
\fi | |
\@tempcntb=\@tempcnta | |
\divide\@tempcntb by "40 | |
@@ -46,11 +48,9 @@ | |
\advance\@tempcnta by \@tempcntb | |
\if@ipamjm@uplatex | |
\advance\@tempcnta by "113030 | |
- \selectfont | |
\char\@tempcnta | |
\else | |
\advance\@tempcnta by "3030 | |
- \selectfont | |
\char\jis\@tempcnta | |
\fi | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment