fix correct providing of class / package
This commit is contained in:
parent
9a31d695c8
commit
11c4c432e4
1 changed files with 3 additions and 1 deletions
|
@ -34,4 +34,6 @@ class SimpleTeXFormatter(TexFormatter):
|
||||||
return line.rstrip()
|
return line.rstrip()
|
||||||
|
|
||||||
def format_post_header(self) -> None:
|
def format_post_header(self) -> None:
|
||||||
self._shipout_line(self._get_provides_text())
|
self._shipout_line(self._get_provides_text(
|
||||||
|
self.config.tex_type.value.capitalize(),
|
||||||
|
))
|
||||||
|
|
Loading…
Reference in a new issue