templates/latex/review-jsbook/review-jsbook.cls in review-3.1.0 vs templates/latex/review-jsbook/review-jsbook.cls in review-3.2.0
- old
+ new
@@ -1,7 +1,7 @@
%#!ptex2pdf -l -u -ot '-synctex=1' test-rejsbk
-% Copyright (c) 2018 Munehiro Yamamoto, Kenshi Muto.
+% Copyright (c) 2018-2019 Munehiro Yamamoto, Kenshi Muto.
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -456,11 +456,11 @@
\else% それ以外の値は単に無視
\fi\fi
%% シンプルな通しノンブル
\ifrecls@serialpage
-\renewcommand*{\pagenumbering}[1]{%
- \gdef\thepage{\@arabic\c@page}}
+\def\pagenumbering#1{%
+ \gdef\thepage{\csname @arabic\endcsname\c@page}}
\fi
%% 開始ページを変更
\g@addto@macro\frontmatter{\setcounter{page}{\the\recls@startpage}}