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?
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 filequiver.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?