From 8a871e6f19b3b8c6110be3087bd45d7e360a1c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 17 Feb 2022 21:46:02 +0100 Subject: [PATCH] fix wrong ins_file text --- PyTeX/format/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTeX/format/constants.py b/PyTeX/format/constants.py index 046eec0..73b1e50 100644 --- a/PyTeX/format/constants.py +++ b/PyTeX/format/constants.py @@ -50,9 +50,9 @@ INS_FILE = [ r'', r'\endpostamble', r'\askforoverwritefalse', - r''',''' + r'', r'\generate{{\file{{{outfile}}}{{\from{{{infile}}}{{{guards}}}}}}}', - r''',''' + r'', r'\def\tmpa{{plain}}', r'\ifx\tmpa\fmtname\endgroup\expandafter\bye\fi', r'\endgroup',