summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/zx-calculus/zx-calculus.sty
blob: d3ce3beea8714559a55c0f519f9f2048c5419ce3 (plain)
1
2
3
4
5
6
7
8
9
% This is a zx library to typeset ZX calculus directly in LaTeX.
% Written by Léo Colisson. Report bugs on https://github.com/leo-colisson/zx-calculus/issues
% Published under the MIT license.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zx-calculus}[2021/10/15 A package to typeset ZX calculus in directly in LaTeX, based on tikz/tikzcd.]

\RequirePackage{tikz}

\usetikzlibrary{zx-calculus} % See library in "tikzlibraryzx.code.tex".