summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/platex/base/ascmac.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/platex/base/ascmac.dtx')
-rw-r--r--Master/texmf-dist/source/platex/base/ascmac.dtx9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/platex/base/ascmac.dtx b/Master/texmf-dist/source/platex/base/ascmac.dtx
index 84f2197343f..edb5b6d0340 100644
--- a/Master/texmf-dist/source/platex/base/ascmac.dtx
+++ b/Master/texmf-dist/source/platex/base/ascmac.dtx
@@ -11,6 +11,8 @@
%
% \iffalse
%
+% 2017/12/06 v2.0e
+% - Again works with non-e-TeX engines.
% 2017/07/22 v2.0d
% - Check existing \Return definition and throw an error
% if it is not compatible with ascmac.
@@ -65,7 +67,7 @@
%</driver>
%<tascmac>\ProvidesPackage{tascmac}
%<ascmac>\ProvidesPackage{ascmac}
- [2017/07/22 v2.0d
+ [2017/12/06 v2.0e
%<driver|tascmac> ascmac package (community edition)
%<ascmac> ascmac wrapper (community edition)
]
@@ -326,16 +328,17 @@
% pdf\LaTeX{}$B$d(BLua\LaTeX{}$B$N%W%j%_%F%#%V$r;H$C$F!"(Bascgrp$B$N(BType1$B%U%)%s%H$r(B
% $B;HMQ$G$-$k$h$&$K@_Dj$7$^$9!#(B
% \changes{2016/08/21}{v2.0c}{pdf\LaTeX{}$B$G(Bascgrp$B$N(BType1$B%U%)%s%H$r;HMQ(B}
+% \changes{2017/12/06}{v2.0e}{$BG0$N$?$a(Be-$B3HD%$J$7$N%(%s%8%s$G$N%(%i!<$rKI;_(B}
% \begin{macrocode}
%%
%% Use Type1 font for ascgrp (pdfLaTeX, LuaLaTeX)
\ifascmac@ptex\else
- \ifdefined\pdfextension
+ \ifx\pdfextension\@undefined
% LuaTeX (>=0.85)
\pdfextension mapline{+ascgrp <ascgrp.pfb}
\pdfextension mapline{+ascii10 <ascii10.pfb}
\pdfextension mapline{+ascii36 <ascii36.pfb}
- \else\ifdefined\pdfmapline
+ \else\ifx\pdfmapline\@undefined
% pdfTeX, LuaTeX (<=0.81)
\pdfmapline{+ascgrp <ascgrp.pfb}
\pdfmapline{+ascii10 <ascii10.pfb}