[latex3-commits] [l3svn] 01/02: Fix logic of last commit

noreply at latex-project.org noreply at latex-project.org
Sat May 21 19:39:34 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 57639e1378802d940a9ea6f850d1b9c98a9706b1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat May 21 18:08:35 2016 +0100

    Fix logic of last commit
---
 l3build/l3build.dtx |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 71abb47..7fe2740 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1344,19 +1344,9 @@
 % any version numbers.
 %    \begin{macrocode}
 \ifnum 0%
-  \ifx\pdfoutout\@undefined\else\ifnum\pdfoutout>0 1\fi\fi
-  \ifx\ouputmode\@undefined\else\ifnum\ouputmode>0 1\fi\fi
+  \ifx\pdfoutput\@undefined\else\ifnum\pdfoutput>0 1\fi\fi
+  \ifx\outputmode\@undefined\else\ifnum\outputmode>0 1\fi\fi
   >0 %
-  \special{%
-    pdf: docinfo 
-      <<
-        /Creator        (TeX)
-        /CreationDate   ()
-        /ModDate        ()
-        /Producer       (\ifx\XeTeXversion\@undefined\else x\fi dvipdfmx)
-      >>
-  }
-\else
   \ifx\pdfvariable\@undefined
     \pdfinfo{/Producer (\ifx\directlua\@undefined pdf\else Lua\fi TeX)}
     \ifx\pdfinfoomitdate\@undefined\else
@@ -1373,6 +1363,16 @@
         +  64 % ModDate
       \relax
   \fi
+\else
+  \special{%
+    pdf: docinfo
+      <<
+        /Creator        (TeX)
+        /CreationDate   ()
+        /ModDate        ()
+        /Producer       (\ifx\XeTeXversion\@undefined\else x\fi dvipdfmx)
+      >>
+  }
 \fi
 %    \end{macrocode}
 %

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list