Skip to content

Commit

Permalink
using tkz-graph for graph in tikz
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Nov 16, 2020
1 parent a321fb7 commit 0460238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slidemaker/template/tikz.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def tikz2image(tikz_src, filetype, outfile):
f = open('tikz.tex', 'w')
f.write("""\\documentclass[tikz]{standalone}
\\usetikzlibrary{arrows.meta}
\\usepackage{tkz-graph}
\\usepackage{graphicx}
\\begin{document}
""")
Expand Down

0 comments on commit 0460238

Please sign in to comment.