blob: 5ab1ba55c5dcfde88492ffd0f999380d936889f0 (
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.2 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".
|