add more formatters

This commit is contained in:
Maximilian Keßler 2022-02-06 19:40:14 +01:00
parent 8e8d2a56c6
commit b7aaa974d2
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from .tex_formatter import TexFormatter
class DTXFormatter(TexFormatter):
pass

View file

@ -0,0 +1,5 @@
from .tex_formatter import TexFormatter
class SimpleTeXFormatter(TexFormatter):
pass