Open MHenderson opened 1 month ago
According to this: https://tex.stackexchange.com/questions/51757/how-can-i-use-tikz-to-make-standalone-svg-graphics
you can convert the output to SVG using options for the standalone
class.
It uses ImageMagick.
Another approach might be to use RMarkdown: https://www.andrewheiss.com/blog/2021/08/27/tikz-knitr-html-svg-fun/
Perhaps use ImageMagick to convert from PDF to either format. Or is there a better tool?