varkor / quiver

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

Include installation instructions for TikZ libraries #231

Closed ncfavier closed 6 months ago

ncfavier commented 6 months ago

In addition to listing the required TikZ libraries, it would be nice to include the installation command (e.g. \usetikzlibrary{nfold}) so that people don't need to remember how to install TikZ libraries (I was trying \usepackage{tikz-nfold}...)

varkor commented 6 months ago

quiver links to the CTAN page for tikz-nfold, whose documentation explains how to use it. My feeling is that if quiver suggested the command \usetikzlibrary{nfold}, people may try it without having the package installed, and then be confused when it doesn't work.

ncfavier commented 6 months ago

That's fair enough.