summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/yquant/tex/yquant.sty
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/yquant/tex/yquant.sty')
-rw-r--r--graphics/pgf/contrib/yquant/tex/yquant.sty8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/pgf/contrib/yquant/tex/yquant.sty b/graphics/pgf/contrib/yquant/tex/yquant.sty
index 75b1cfd214..1b44a60c79 100644
--- a/graphics/pgf/contrib/yquant/tex/yquant.sty
+++ b/graphics/pgf/contrib/yquant/tex/yquant.sty
@@ -15,7 +15,7 @@
%
% The Current Maintainer of this work is Benjamin Desef.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{yquant}[2021/12/28 v0.6 Yet another quantum circuit library for LaTeX]
+\ProvidesPackage{yquant}[2022/02/05 v0.7 Yet another quantum circuit library for LaTeX]
\RequirePackage{etoolbox}[2018/02/11]
\RequirePackage{tikz}[2015/08/29]
@@ -37,15 +37,17 @@
\fi
\newif\ifyquantdebug
-\input yquant-config.tex
+\pgfdeclarelayer{wires}
+\pgfdeclarelayer{behindwires}
\input yquant-tools.tex
+\input yquant-shapes.tex
+\input yquant-config.tex
\input yquant-registers.tex
\input yquant-env.tex
\input yquant-langhelper.tex
\input yquant-circuit.tex
\input yquant-prepare.tex
\input yquant-draw.tex
-\input yquant-shapes.tex
\input yquant-lang.tex
% usually, \\ is robust; but when using \centering, it is \let to \@centercr, which is not robust (probably because this happens only when not protecting). Fix this, so that \\ does not require \protect if a centered circuit is drawn.