correct header for expl3
This commit is contained in:
parent
8e115b46c2
commit
a50c4935be
1 changed files with 2 additions and 2 deletions
|
@ -49,12 +49,12 @@ class SimpleTeXFormatter(TexFormatter):
|
|||
)
|
||||
else:
|
||||
self._shipout_line(
|
||||
r'\ProvidesExpl%s{%s}{%s}{%s}{%s}'
|
||||
'\\ProvidesExpl%s { %s } { %s } { %s }\n { %s }'
|
||||
% (
|
||||
self.config.tex_type.value.capitalize(),
|
||||
self.name,
|
||||
self.config.version,
|
||||
self.attribute_dict[FormatterProperty.date.value],
|
||||
self.config.version,
|
||||
self.config.description
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue