[latex3-commits] [git/LaTeX3-latex3-iftex] master: stringify @ fixes #5 (9d29065)

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


Repository : https://github.com/latex3/iftex
On branch  : master
Link       : https://github.com/latex3/iftex/commit/9d29065947e21a6df854787292836374183035cd

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

commit 9d29065947e21a6df854787292836374183035cd
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Oct 27 09:51:02 2019 +0000

    stringify @ fixes #5


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

9d29065947e21a6df854787292836374183035cd
 iftex.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iftex.sty b/iftex.sty
index e0b11bf..960123a 100644
--- a/iftex.sty
+++ b/iftex.sty
@@ -35,7 +35,7 @@
 \fi
 
 %Save @ catcode, to restore at end, not needed in LaTeX.
-\expandafter\chardef\csname IFTEX at at@catcode\endcsname\catcode64
+\expandafter\chardef\csname IFTEX\string @atcatcode\endcsname\catcode64
 \catcode 64 11
 
 % Message format used in several pre-existing if*tex packages
@@ -222,4 +222,4 @@ end
 }
 \fi
 
-\catcode64 \IFTEX at at@catcode
+\catcode64 \IFTEX at atcatcode





More information about the latex3-commits mailing list