me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tqft.

* gnu/packages/tex.scm (texlive-tqft): New variable.
Nicolas Goaziou 2023-07-13 10:55:11 +02:00
parent ffcd953c37
commit 4649e211c2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -5559,6 +5559,27 @@ tone values. Currently, unt's model is implemented. Support for more models
is planned.")
(license license:asl2.0)))
(define-public texlive-tqft
(package
(name "texlive-tqft")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tqft/" "source/latex/tqft/"
"tex/latex/tqft/")
(base32
"08lykpnw0hifhmh96pb7s3dd8sbzmz3gqyrwy5ann9fqxxjczf2d")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tqft")
(synopsis "Drawing TQFT diagrams with TikZ/PGF")
(description
"The package defines some node shapes useful for drawing TQFT diagrams
with TikZ/PGF. That is, it defines highly customisable shapes that look like
cobordisms between circles, such as those used in TQFT and other mathematical
diagrams.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")