texlive[56189] Master/texmf-dist: yquant (26aug20)

commits+karl at tug.org commits+karl at tug.org
Wed Aug 26 23:11:42 CEST 2020


Revision: 56189
          http://tug.org/svn/texlive?view=revision&revision=56189
Author:   karl
Date:     2020-08-26 23:11:42 +0200 (Wed, 26 Aug 2020)
Log Message:
-----------
yquant (26aug20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf
    trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex
    trunk/Master/texmf-dist/tex/latex/yquant/yquant-draw.tex
    trunk/Master/texmf-dist/tex/latex/yquant/yquant.sty

Modified: trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex	2020-08-26 21:09:08 UTC (rev 56188)
+++ trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex	2020-08-26 21:11:42 UTC (rev 56189)
@@ -199,7 +199,7 @@
       This document outlines the scope and usage of the \Yquant{} package.
       It contains both a reference and a huge number of examples.
       \Yquant{} is a package that makes typesetting quantum circuits easy; the package is available on CTAN.
-      This alpha version~0.3.1 \emph{should} be stable and interfaces are not very likely to change in an incompatible way in the future.
+      This alpha version~0.3.2 \emph{should} be stable and interfaces are not very likely to change in an incompatible way in the future.
       Please do report all issues and desirable additions.
       
       \subsection{How to read the manual}
@@ -3058,5 +3058,8 @@
          
       \subsection{2020-07-11: Version 0.3.1}
          Add legacy support for very old \TikZ{} versions such as the one used on the arXiv.
+      
+      \subsection{2020-08-24: Version 0.3.2}
+         Fix \href{https://github.com/projekter/yquant/issues/5}{\#5}: Can't draw circuits with more than 9 qubits.
 %END_FOLD
 \end{document}
\ No newline at end of file

Modified: trunk/Master/texmf-dist/tex/latex/yquant/yquant-draw.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/yquant/yquant-draw.tex	2020-08-26 21:09:08 UTC (rev 56188)
+++ trunk/Master/texmf-dist/tex/latex/yquant/yquant-draw.tex	2020-08-26 21:11:42 UTC (rev 56189)
@@ -941,7 +941,7 @@
 
 \protected\def\yquant at draw@@finalize at ctrl@single#1#2{%
    \unless\ifyquant at circuit@operator at hasControls%
-      \yquant at register@set at x#1{\the\dimen2}%
+      \yquant at register@set at x{#1}{\the\dimen2}%
    \fi%
    \eappto\yquant at draw@append{%
       \yquant at draw@callback at wire{#1}%

Modified: trunk/Master/texmf-dist/tex/latex/yquant/yquant.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/yquant/yquant.sty	2020-08-26 21:09:08 UTC (rev 56188)
+++ trunk/Master/texmf-dist/tex/latex/yquant/yquant.sty	2020-08-26 21:11:42 UTC (rev 56189)
@@ -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]



More information about the tex-live-commits mailing list.