diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/quantikz/quantikz.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/quantikz/quantikz.sty | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/quantikz/quantikz.sty b/Master/texmf-dist/tex/latex/quantikz/quantikz.sty new file mode 100644 index 00000000000..be72bcd7ab6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/quantikz/quantikz.sty @@ -0,0 +1,11 @@ +%This is the quantikz library for typesetting quantum circuits using LaTeX/Tikz. version 0.9.6 +% Written by Alastair Kay, 2018. Published under a CC-BY-4.0 licence +% Please email me (alastair.kay@rhul.ac.uk) with any bug reports or feature requests. +% If you find this library useful, please cite its usage in your work, using arXiv:1809.03842, and possibly the DOI: 10.17637/rh.7000520. +% Usage is at your own risk. + +\ProvidesPackage{quantikz}[2020/04/27 typeset quantum circuit diagrams] +\RequirePackage{tikz}[2013/12/13] % pgf version 3.0.0 required +\usetikzlibrary{quantikz} + +\endinput |