summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/zx-calculus/zx-calculus.sty
blob: 4cb629b51382c606ffb7fc170760203ecb574f55 (plain)
1
2
3
4
5
6
7
8
9
10
% 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}[v2.0 A package to typeset ZX calculus and circuits directly in LaTeX, based on tikz/tikzcd.]

\RequirePackage{tikz}
\RequirePackage{tikz-cd}

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