From 9ac166fbd970eb39508b98ba7bee17ac2f29a016 Mon Sep 17 00:00:00 2001 From: Iey4iej3 <1880768+Iey4iej3@users.noreply.github.com> Date: Sat, 28 Oct 2023 01:49:06 +0200 Subject: [PATCH] Include amsmath package It is necessary for macros such as `\text`. --- python/tm_quiver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tm_quiver.py b/python/tm_quiver.py index 2da3335..a69fbd8 100755 --- a/python/tm_quiver.py +++ b/python/tm_quiver.py @@ -47,6 +47,7 @@ def __init__(self, name = "quiver"): self.pre_code = """ \\documentclass[tikz]{standalone} +\\usepackage{amsmath} \\input "%s/latex/quiver.sty" \\begin{document} """ % (the_plugin_path)