varkor / quiver

A modern commutative diagram editor for the web.
https://q.uiver.app
MIT License
2.42k stars 82 forks source link

Loading order between xcolor and quiver #175

Closed Spamakin closed 1 year ago

Spamakin commented 1 year ago

It should be documented somewhere that quiver should be loaded before xcolor. Specifically I am running into issues if I load quiver before xcolor as such

\usepackage{quiver}
\usepackage[dvipsnames,usenames,cmyk]{xcolor}
varkor commented 1 year ago

Do you mean quiver should be loaded after xcolor? I think this would make sense, since quiver loads tikz (via tikz-cd), which loads xcolor itself, and so the package options might clash.

Spamakin commented 1 year ago

Yea I was saying that the order I pasted above caused issues. This should maybe be documented somewhere. I couldn't find anything in the README or any other documentation.