diff --git a/source/ZAZLaTex2SVG.py b/source/ZAZLaTex2SVG.py index 4072fe5..9ae5f29 100644 --- a/source/ZAZLaTex2SVG.py +++ b/source/ZAZLaTex2SVG.py @@ -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):