diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/ascmac/ascmac.sty | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ascmac/tascmac.sty | 18 |
2 files changed, 12 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/ascmac/ascmac.sty b/Master/texmf-dist/tex/latex/ascmac/ascmac.sty index 5ce995d9cf8..2c0d7e9e400 100644 --- a/Master/texmf-dist/tex/latex/ascmac/ascmac.sty +++ b/Master/texmf-dist/tex/latex/ascmac/ascmac.sty @@ -7,7 +7,7 @@ %% ascmac.dtx (with options: `ascmac') %% %% Copyright (c) 2010 ASCII MEDIA WORKS -%% Copyright (c) 2016-2018 Japanese TeX Development Community +%% Copyright (c) 2016-2020 Japanese TeX Development Community %% %% This file is part of ascmac community edition. %% ------------------------------------------------------------- @@ -16,7 +16,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{ascmac} - [2018/03/09 v2.0h + [2020/01/13 v2.0i ascmac wrapper (community edition) ] \RequirePackage{tascmac} diff --git a/Master/texmf-dist/tex/latex/ascmac/tascmac.sty b/Master/texmf-dist/tex/latex/ascmac/tascmac.sty index 41e2b52123b..1a965b7e61e 100644 --- a/Master/texmf-dist/tex/latex/ascmac/tascmac.sty +++ b/Master/texmf-dist/tex/latex/ascmac/tascmac.sty @@ -7,7 +7,7 @@ %% ascmac.dtx (with options: `tascmac') %% %% Copyright (c) 2010 ASCII MEDIA WORKS -%% Copyright (c) 2016-2018 Japanese TeX Development Community +%% Copyright (c) 2016-2020 Japanese TeX Development Community %% %% This file is part of ascmac community edition. %% ------------------------------------------------------------- @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{tascmac} - [2018/03/09 v2.0h + [2020/01/13 v2.0i ascmac package (community edition) ] %% @@ -51,16 +51,18 @@ \fi %% %% Use Type1 font for ascgrp (pdfLaTeX, LuaLaTeX) -\ifascmac@ptex\else - \ifx\pdfextension\@undefined - \ifx\pdfmapline\@undefined\else - % pdfTeX, LuaTeX (<=0.81) +\ifx\pdfextension\@undefined + \ifx\pdfmapline\@undefined\else + % pdfTeX, LuaTeX (<=0.81) + \ifnum\pdfoutput>\z@\relax \pdfmapline{+ascgrp <ascgrp.pfb} \pdfmapline{+ascii10 <ascii10.pfb} \pdfmapline{+ascii36 <ascii36.pfb} \fi - \else - % LuaTeX (>=0.85) + \fi +\else + % LuaTeX (>=0.85) + \ifnum\outputmode>\z@\relax \pdfextension mapline{+ascgrp <ascgrp.pfb} \pdfextension mapline{+ascii10 <ascii10.pfb} \pdfextension mapline{+ascii36 <ascii36.pfb} |