diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-05 22:10:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-05 22:10:32 +0000 |
commit | 4f8b3e4ed4705d02b41abf5a895611ea067f1802 (patch) | |
tree | d1b1dda195e8111c484f0f645fe15eec6fd51778 /Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def | |
parent | 45b6a4705fb0917584f76cd9b3389ff3bd2822e4 (diff) |
bxjscls (5mar18)
git-svn-id: svn://tug.org/texlive/trunk@46845 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def | 39 |
1 files changed, 8 insertions, 31 deletions
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def index 2485dcf0910..8d3dadeede5 100644 --- a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def +++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{bxjsja-standard.def} - [2018/02/04 v1.7c BXJS document classes] + [2018/03/03 v1.8 BXJS document classes] %% このファイルは日本語文字を含みます \input{bxjsja-minimal.def} \bxjs@simplejasetupfalse @@ -54,15 +54,22 @@ \PackageWarningNoLine\bxjs@clsname {Cannot support pTeX units (zw etc.), since\MessageBreak the package 'bxcalc' is too old}% + \bxjs@jp@unitsfalse \else \usepTeXunits \fi }{%else \PackageWarningNoLine\bxjs@clsname {Cannot support pTeX units (zw etc.), since\MessageBreak the package 'bxcalc' is unavailable}% + \bxjs@jp@unitsfalse } \fi \ifbxjs@jp@units +\def\bxjs@parse@qh#1{\let\bxjs@tmpb\relax} +\let\bxjs@parse@qh@a\@undefined +\let\bxjs@parse@qh@b\@undefined +\fi +\ifbxjs@jp@units \def\bxjs@let@lenexpr#1#2{% \edef#1{#2}% \expandafter\CUXParseExpr\expandafter#1\expandafter{#1}} @@ -90,36 +97,6 @@ \@tempdima\bxjs@truept \bxjs@invscale\@tempdima\jsScale \protected\edef\ascpt{\dimexpr\the\@tempdima\relax} \fi -\def\jsSetQHLength#1#2{% - \begingroup - \bxjs@parse@qh{#2}% - \ifx\bxjs@tmpb\relax \setlength\@tempdima{#2}% - \else \@tempdima\bxjs@tmpb\relax - \fi - \xdef\bxjs@g@tmpa{\the\@tempdima}% - \endgroup - #1=\bxjs@g@tmpa\relax} -\if j\jsEngine -\def\bxjs@parse@qh#1{% - \let\bxjs@tmpb\relax} -\else\ifbxjs@jp@units -\def\bxjs@parse@qh#1{% - \let\bxjs@tmpb\relax} -\else -\def\bxjs@parse@qh#1{% - \def\bxjs@tmpa{#1}\let\bxjs@tmpb\relax - \bxjs@parse@qh@a{trueQ}\trueQ - \bxjs@parse@qh@a{trueH}\trueH - \bxjs@parse@qh@a{Q}\jQ - \bxjs@parse@qh@a{H}\jH} -\def\bxjs@parse@qh@a#1#2{% - \ifx\bxjs@tmpb\relax - \def\bxjs@next##1#1\@nil##2\@nnil{\bxjs@parse@qh@b{##1}{##2}}% - \expandafter\bxjs@next\bxjs@tmpa\@nil#1\@nil\@nnil{#2}% - \fi} -\def\bxjs@parse@qh@b#1#2#3{% - \ifx\@nnil#2\@nnil\else \def\bxjs@tmpb{#1#3}\fi} -\fi\fi \def\jafontsize#1#2{% \begingroup \bxjs@jafontsize@a{#1}% |