[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Avoid duplicating pdftex.map loading (096d5732)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jan 30 18:32:18 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/096d573293ea4acca912a33038eae4c5e2d609c2

>---------------------------------------------------------------

commit 096d573293ea4acca912a33038eae4c5e2d609c2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 30 17:30:49 2023 +0000

    Avoid duplicating pdftex.map loading


>---------------------------------------------------------------

096d573293ea4acca912a33038eae4c5e2d609c2
 support/test2e.tex | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/support/test2e.tex b/support/test2e.tex
index 98b0ff6f..ac7f0cc3 100644
--- a/support/test2e.tex
+++ b/support/test2e.tex
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% Copyright (C) 1992-2023 by David Carlisle, Frank Mittelbach.  
+% Copyright (C) 1992-2022 by David Carlisle, Frank Mittelbach.  
 % All rights reserved.
 % 
 % This file is part of the validate package.
@@ -24,10 +24,9 @@
 % Version 1.0g, 2015/09/11 luatex support
 % Version 1.0h, 2018/09/27 added \SHOWFILE
 % Version 1.0i, 2022/11/06 prevent release data from showing up
-% Version 1.0j, 2023/01/17 prevent pdftex.map from showing up
 
-% \def\fileversion{v1.0j}
-% \def\filedate{2023/11/17}
+% \def\fileversion{v1.0i}
+% \def\filedate{2022/11/06}
 
 % This file should not be used as a package or class file, 
 % it should be \input.
@@ -332,18 +331,6 @@ end
 \AddToHook{enddocument/info}[kernel/testmode]{}
 \DeclareHookRule{enddocument/info}{kernel/testmode}{voids}{kernel/release}
 
-% Load the map file early so it does not appear in the log.
-\ifx\pdfoutput\@undefined
-  \ifx\outputmode\@undefined
-  \else
-    \ifnum\outputmode>0 %
-      \pdfextension mapfile{pdftex.map}%
-    \fi
-  \fi
-\else
-  \ifnum\pdfoutput>0 %
-    \pdfmapfile{pdftex.map}%
-  \fi
-\fi
+
 
 \endinput





More information about the latex3-commits mailing list.