add more formatters
This commit is contained in:
parent
8e8d2a56c6
commit
b7aaa974d2
2 changed files with 10 additions and 0 deletions
5
PyTeX/format/dtx_formatter.py
Normal file
5
PyTeX/format/dtx_formatter.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from .tex_formatter import TexFormatter
|
||||||
|
|
||||||
|
|
||||||
|
class DTXFormatter(TexFormatter):
|
||||||
|
pass
|
5
PyTeX/format/simple_tex_formatter.py
Normal file
5
PyTeX/format/simple_tex_formatter.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from .tex_formatter import TexFormatter
|
||||||
|
|
||||||
|
|
||||||
|
class SimpleTeXFormatter(TexFormatter):
|
||||||
|
pass
|
Loading…
Reference in a new issue