artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
457 stars 27 forks source link

Adding support for quiver #80

Open Spouncer opened 2 months ago

Spouncer commented 2 months ago

A common way for me to draw commutative diagrams quickly is to use the website quiver (it's great!). However, it uses its own stylesheet which references at the beginning with a call \usepackage{quiver}. Normally, I just make a file quiver.sty with the code they want and render my LaTeX document as normal but here it's not clear how to do that.

Would it be possible to add support for quiver rendering?

cyrusknopf commented 2 months ago

+1. Or anyone know how to include the quiver.sty into each TikzJax block?

oscar-carlsson commented 1 month ago

I went here in order to see if it was possible to use custom packages for this exact reason. Hope this comes to pass in the near future!