diff --git a/PyTeX/format/pytex_formatter.py b/PyTeX/format/pytex_formatter.py index cb5ef09..1d9267f 100644 --- a/PyTeX/format/pytex_formatter.py +++ b/PyTeX/format/pytex_formatter.py @@ -122,6 +122,7 @@ class PyTeXFormatter(FormatterIF, ABC): [ '%' * 80, self.header.format(**kwargs), # TODO: add standard keywords here - '%' * 80 + '%' * 80, + '' ] )