A wrapper around TikzPictures.jl
for easier drawing of commutative diagrams using
tikz-cd
In order to use this library, lualatex
must be installed.
You must also have dvisvgm
installed.
On Ubuntu, you can get these, if not already present, by running:
$ sudo apt-get install texlive-latex-base texlive-binaries texlive-luatex
tp = TikzCD(L"""
A \arrow{rd} \arrow{r} & B \\
& C
""", options="scale=0.25")
For more usage details, check out the TikzPictures.jl repository.