summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/yquant
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-01 21:58:21 +0000
committerKarl Berry <karl@freefriends.org>2020-11-01 21:58:21 +0000
commita57cb9b59c62dd3cf8f6824616c29dc7e39af503 (patch)
tree931d43d98c74e931a1bde54488792b9fc52f70dd /Master/texmf-dist/tex/latex/yquant
parent7e52dea18f375ae45ccdd7234b67d139882a43aa (diff)
yquant (1nov20)
git-svn-id: svn://tug.org/texlive/trunk@56830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/yquant')
-rw-r--r--Master/texmf-dist/tex/latex/yquant/yquant-shapes.tex8
-rw-r--r--Master/texmf-dist/tex/latex/yquant/yquant.sty2
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/yquant/yquant-shapes.tex b/Master/texmf-dist/tex/latex/yquant/yquant-shapes.tex
index 7ce146171b3..22b9601c4e0 100644
--- a/Master/texmf-dist/tex/latex/yquant/yquant-shapes.tex
+++ b/Master/texmf-dist/tex/latex/yquant/yquant-shapes.tex
@@ -545,15 +545,15 @@
\inheritanchorborder[from=yquant-rectangle]%
\backgroundpath{%
\shorten%
- \pgf@xa=\dimexpr\yradius+\pgf@x\relax%
- \pgf@ya=\dimexpr\yradius+\pgf@y\relax%
+ \pgf@xa=\dimexpr\yradius-\pgf@x\relax%
+ \pgf@ya=\dimexpr\yradius-\pgf@y\relax%
\pgfpathmoveto{\pgfqpoint{0pt}{\pgf@xa}}%
\pgfpathlineto{\pgfqpoint{0pt}{-\pgf@ya}}%
}%
\clippath{%
\shorten%
- \@tempdima=\dimexpr\yradius+\pgf@x\relax%
- \@tempdimb=\dimexpr\yradius+\pgf@y\relax%
+ \@tempdima=\dimexpr\yradius-\pgf@x\relax%
+ \@tempdimb=\dimexpr\yradius-\pgf@y\relax%
\pgfpathrectanglecorners%
{\pgfqpoint{-.5\pgflinewidth}{\@tempdima}}%
{\pgfqpoint{.5\pgflinewidth}{-\@tempdimb}}%
diff --git a/Master/texmf-dist/tex/latex/yquant/yquant.sty b/Master/texmf-dist/tex/latex/yquant/yquant.sty
index 9f77ed77c56..2d6631b8f2b 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/08/24 v0.3.2 Yet another quantum circuit library for LaTeX]
+\ProvidesPackage{yquant}[2020/10/27 v0.3.3 Yet another quantum circuit library for LaTeX]
\RequirePackage{etoolbox}[2018/02/11]
\RequirePackage{tikz}[2015/08/29]