diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-16 22:08:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-16 22:08:55 +0000 |
commit | f5840027e2f938dff5ddc3d372e81bbb3aba68d2 (patch) | |
tree | ab256f05202b2d7b0a2c39a634502eb475696390 /Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls | |
parent | ac52384c58060459a3468596344e7430c9fa1259 (diff) |
bxjscls (16feb20)
git-svn-id: svn://tug.org/texlive/trunk@53812 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls b/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls index b3d64922209..77054520414 100644 --- a/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls +++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesClass{bxjsslide} - [2020/02/05 v1.9j BXJS document classes] + [2020/02/15 v1.9k BXJS document classes] %% このファイルは日本語文字を含みます. \def\bxjs@clsname{bxjsslide} \newif\ifjsc@needsp@tch @@ -214,6 +214,8 @@ \else\ifdim\@tempdima=10.95pt \long\def\@ptsize{1}% \else\ifdim\@tempdima=12pt \long\def\@ptsize{2}% \else \long\edef\@ptsize{\jsUnusualPtSize}\fi\fi\fi} +\def\bxjs@setjbasefontsize#1{% + \setkeys{bxjs}{jbase=#1}} \newif\ifjsc@mag \newif\ifjsc@mag@xreal \DeclareOption{8pt}{\bxjs@setbasefontsize{8pt}} |