From 76e327e52118cedca0d8f0e6a15ba6fd842db688 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Thu, 17 Dec 2020 18:01:02 -0600 Subject: [PATCH] Remove template --- source/ZAZLaTex2SVG.py | 21 --------------------- 1 file changed, 21 deletions(-) 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):