summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/yquant
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-08-26 21:11:42 +0000
committerKarl Berry <karl@freefriends.org>2020-08-26 21:11:42 +0000
commit7b5487090fb9724487b2821fa71e4f5f330e7d66 (patch)
tree6873873482824508a11887b18c0aec90a1f8ff05 /Master/texmf-dist/tex/latex/yquant
parentc7cde0a7c218c450a501e7bb42bff7e3c132648c (diff)
yquant (26aug20)
git-svn-id: svn://tug.org/texlive/trunk@56189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/yquant')
-rw-r--r--Master/texmf-dist/tex/latex/yquant/yquant-draw.tex2
-rw-r--r--Master/texmf-dist/tex/latex/yquant/yquant.sty2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/yquant/yquant-draw.tex b/Master/texmf-dist/tex/latex/yquant/yquant-draw.tex
index ec4dc808371..a74197192c7 100644
--- a/Master/texmf-dist/tex/latex/yquant/yquant-draw.tex
+++ b/Master/texmf-dist/tex/latex/yquant/yquant-draw.tex
@@ -941,7 +941,7 @@
\protected\def\yquant@draw@@finalize@ctrl@single#1#2{%
\unless\ifyquant@circuit@operator@hasControls%
- \yquant@register@set@x#1{\the\dimen2}%
+ \yquant@register@set@x{#1}{\the\dimen2}%
\fi%
\eappto\yquant@draw@append{%
\yquant@draw@callback@wire{#1}%
diff --git a/Master/texmf-dist/tex/latex/yquant/yquant.sty b/Master/texmf-dist/tex/latex/yquant/yquant.sty
index fe99da5c1ff..9f77ed77c56 100644
--- a/Master/texmf-dist/tex/latex/yquant/yquant.sty
+++ b/Master/texmf-dist/tex/latex/yquant/yquant.sty
@@ -15,7 +15,7 @@
%
% The Current Maintainer of this work is Benjamin Desef.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{yquant}[2020/07/11 v0.3.1 Yet another quantum circuit library for LaTeX]
+\ProvidesPackage{yquant}[2020/08/24 v0.3.2 Yet another quantum circuit library for LaTeX]
\RequirePackage{etoolbox}[2018/02/11]
\RequirePackage{tikz}[2015/08/29]