From e1a663e3010f4cb36ed18fe5452baf76ccec61d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 17 Feb 2022 20:52:56 +0100 Subject: [PATCH] fix wrong constant --- PyTeX/format/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTeX/format/constants.py b/PyTeX/format/constants.py index 5b5e65a..046eec0 100644 --- a/PyTeX/format/constants.py +++ b/PyTeX/format/constants.py @@ -51,7 +51,7 @@ INS_FILE = [ r'\endpostamble', r'\askforoverwritefalse', r''',''' - r'\generate{{\file{{{{outfile}}}{{\from{{{infile}}}{{{guards}}}}}}}', + r'\generate{{\file{{{outfile}}}{{\from{{{infile}}}{{{guards}}}}}}}', r''',''' r'\def\tmpa{{plain}}', r'\ifx\tmpa\fmtname\endgroup\expandafter\bye\fi',