diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikz-cd/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-cd/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikz-cd/README.md b/Master/texmf-dist/doc/latex/tikz-cd/README.md new file mode 100644 index 00000000000..b988d1dc069 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikz-cd/README.md @@ -0,0 +1,16 @@ +tikz-cd — Commutative diagrams with TikZ +======================================== + +The general-purpose drawing package [TikZ][pgf] can be used to typeset +commutative diagrams and other kinds of mathematical pictures, +generating high-quality results. This TikZ library facilitates the +creation of such diagrams by providing a convenient set of macros and +reasonable default settings. It can be used in plain TeX, LaTeX and +ConTeXt. See [the manual][tikz-cd-doc] for further details and many +examples. + +This software is distributed under the terms of the GNU General Public +License, version 3 or later. + +[pgf]: https://ctan.org/pkg/pgf +[tikz-cd-doc]: http://mirrors.ctan.org/graphics/pgf/contrib/tikz-cd/tikz-cd-doc.pdf |