Remove template

This commit is contained in:
Mauricio Baeza 2020-12-17 18:01:02 -06:00
parent 8c659c8af9
commit 76e327e521
1 changed files with 0 additions and 21 deletions

View File

@ -27,27 +27,6 @@ TEMPLATE = """\documentclass{{article}}
\endgroup
\end{{document}}
"""
# ~ TEMPLATE = """\documentclass{{standalone}}
# ~ \\usepackage[a5paper, landscape]{{geometry}}
# ~ \\usepackage{{xcolor}}
# ~ \\usepackage{{amssymb}}
# ~ \\usepackage{{amsmath}}
# ~ \\usepackage{{tikz}}
# ~ \pagestyle{{empty}}
# ~ \\begin{{document}}
# ~ \\begin{{tikzpicture}}
# ~ \\node at (0, 0) {{
# ~ \\begin{{equation*}}
# ~ \[ {} \]
# ~ \end{{equation*}}
# ~ }};
# ~ \end{{tikzpicture}}
# ~ \end{{document}}
# ~ """
class Controllers(object):