summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-13 21:25:41 +0000
committerKarl Berry <karl@freefriends.org>2020-01-13 21:25:41 +0000
commit7b2afae251df578fd99b7a9c03e39cc707bd7178 (patch)
treea4f5000c6b191e7c908ade8bc2cec6cce4939691 /Master/texmf-dist/source
parent5c4906a6f096f91ef65c49499722b82f03654779 (diff)
ascmac (13jan20)
git-svn-id: svn://tug.org/texlive/trunk@53391 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/ascmac/ascmac.dtx20
-rw-r--r--Master/texmf-dist/source/latex/ascmac/ascmac.ins2
2 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/ascmac/ascmac.dtx b/Master/texmf-dist/source/latex/ascmac/ascmac.dtx
index 66badfe8669..95ac10d90c5 100644
--- a/Master/texmf-dist/source/latex/ascmac/ascmac.dtx
+++ b/Master/texmf-dist/source/latex/ascmac/ascmac.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
% 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.
% -------------------------------------------------------------
@@ -11,6 +11,8 @@
%
% \iffalse
%
+% 2020/01/13 v2.0i
+% - Fix a bug: latex in DVI mode of pdfTeX did not work.
% 2018/03/09 v2.0h
% - Moved to new GitHub repository:
% https://github.com/texjporg/ascmac
@@ -74,7 +76,7 @@
%</driver>
%<tascmac>\ProvidesPackage{tascmac}
%<ascmac>\ProvidesPackage{ascmac}
- [2018/03/09 v2.0h
+ [2020/01/13 v2.0i
%<driver|tascmac> ascmac package (community edition)
%<ascmac> ascmac wrapper (community edition)
]
@@ -347,16 +349,18 @@
% \begin{macrocode}
%%
%% 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}
diff --git a/Master/texmf-dist/source/latex/ascmac/ascmac.ins b/Master/texmf-dist/source/latex/ascmac/ascmac.ins
index 413b1eec2ef..47b17c9cdbd 100644
--- a/Master/texmf-dist/source/latex/ascmac/ascmac.ins
+++ b/Master/texmf-dist/source/latex/ascmac/ascmac.ins
@@ -8,7 +8,7 @@
\preamble
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.
-------------------------------------------------------------