diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def index b54778b84ac..e9694decee5 100644 --- a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def +++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def @@ -4,7 +4,7 @@ %% %% The original source files were: %% -%% bxjscls.dtx (with options: `drvstandard') +%% bxjscls.dtx (with options: `drv,standard') %% %% IMPORTANT NOTICE: %% @@ -36,7 +36,8 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \ProvidesFile{bxjsja-standard.def} - [2015/11/21 v1.0d BXJS document classes] + [2016/02/20 v1.1a BXJS document classes] +%% このファイルは日本語文字を含みます \input{bxjsja-minimal.def} \ifjsWitheTeX \@tempdima=0.25mm @@ -153,16 +154,17 @@ \ifx$#1$\def\bxjs@tmpa{#2}% \else \let\bxjs@tmpa\relax \fi} -\def\jsJaChar#1{% +\newcommand*\jachar[1]{% \begingroup \jsLetHeadChar\bxjs@tmpa{#1}% \ifx\bxjs@tmpa\relax \ClassWarningNoLine\bxjs@clsname - {Illegal argument given to \string\jsJaChar}% + {Illegal argument given to \string\jachar}% \else \expandafter\bxjs@jachar\expandafter{\bxjs@tmpa}% \fi \endgroup} +\let\jsJaChar\jachar \let\bxjs@jachar\@firstofone \PassOptionsToPackage{setpagesize=false}{hyperref} \@onlypreamble\bxjs@fix@hyperref@unicode |