[latex3-commits] [git/LaTeX3-latex3-iftex] master: avoid using ^^ for issue #4 (58fae81)

David Carlisle d.p.carlisle at gmail.com
Sun Oct 27 10:57:35 CET 2019


Repository : https://github.com/latex3/iftex
On branch  : master
Link       : https://github.com/latex3/iftex/commit/58fae818005cdd7668271520774f377a1465c8d2

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

commit 58fae818005cdd7668271520774f377a1465c8d2
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Oct 27 09:57:35 2019 +0000

    avoid using ^^ for issue #4


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

58fae818005cdd7668271520774f377a1465c8d2
 iftex.sty | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/iftex.sty b/iftex.sty
index 960123a..75d0920 100644
--- a/iftex.sty
+++ b/iftex.sty
@@ -42,12 +42,12 @@
 % Modified here to do a hard stop and not show any error context lines.
 \def\IFTEX at Require#1#2#3{%
   #1\else
-      \newlinechar=10\relax
-      \errorcontextlines=-1\relax
-      \immediate\write20{^^J
-      ********************************************^^J
-      * #2 is required to compile this document.^^J
-      * Sorry!^^J
+      \newlinechar 64\relax
+      \errorcontextlines -1\relax
+      \immediate\write20{@
+      ********************************************@
+      * #2 is required to compile this document.@
+      * Sorry!@
       ********************************************}%
     \batchmode\read -1 to \@tempa
     #3%





More information about the latex3-commits mailing list