me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-quantikz.

* gnu/packages/tex.scm (texlive-quantikz): New variable.
Nicolas Goaziou 2023-07-13 09:41:13 +02:00
parent d46b8fa544
commit 185a8ced2a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -3615,6 +3615,24 @@ typeset quantum circuits, using @code{xy-pic} package, offering macros
designed to help users generate circuits.")
(license license:gpl2)))
(define-public texlive-quantikz
(package
(name "texlive-quantikz")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/quantikz/" "tex/latex/quantikz/")
(base32
"1pa9ry2sn70sjkxqj0f569148xfc5iq77rw0sjnd344m3xsz38db")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/quantikz")
(synopsis "Draw quantum circuit diagrams")
(description
"The purpose of this package is to extend TikZ with the functionality for
drawing quantum circuit diagrams.")
(license license:cc-by4.0)))
(define-public texlive-amiri
(package
(name "texlive-amiri")