[latex3-commits] [git/LaTeX3-latex3-iftex] master: define the vtex specific ifs to false in other engines (319f3a5)

David Carlisle d.p.carlisle at gmail.com
Sun Oct 27 17:29:43 CET 2019


Repository : https://github.com/latex3/iftex
On branch  : master
Link       : https://github.com/latex3/iftex/commit/319f3a5d241d538c7b5efeb8b72cbf4310b80610

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

commit 319f3a5d241d538c7b5efeb8b72cbf4310b80610
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Oct 27 16:29:43 2019 +0000

    define the vtex specific ifs to false in other engines


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

319f3a5d241d538c7b5efeb8b72cbf4310b80610
 ifvtex.sty | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ifvtex.sty b/ifvtex.sty
index 9e5653e..109cf1c 100644
--- a/ifvtex.sty
+++ b/ifvtex.sty
@@ -16,14 +16,14 @@
   \RequirePackage{iftex}
 \fi
 
-\ifvtex
 
-  \IFTEX at let{vtexdvi}{false}
-  \IFTEX at let{vtexpdf}{false}
-  \IFTEX at let{vtexps}{false}
-  \IFTEX at let{vtexhtml}{false}
-  \IFTEX at let{vtexgex}{false}
+\IFTEX at let{vtexdvi}{false}
+\IFTEX at let{vtexpdf}{false}
+\IFTEX at let{vtexps}{false}
+\IFTEX at let{vtexhtml}{false}
+\IFTEX at let{vtexgex}{false}
 
+\ifvtex
   \ifcase\OpMode\relax
     \IFTEX at let{vtexdvi}{true}
   \or % 1





More information about the latex3-commits mailing list