mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: Add texlive-blochsphere.
* gnu/packages/tex.scm (texlive-blochsphere): New variable.
This commit is contained in:
parent
6e583b00b5
commit
a566b1dc4d
1 changed files with 23 additions and 0 deletions
|
@ -16248,6 +16248,29 @@ (define-public texlive-binarytree
|
||||||
useful if the trees are often moved around.")
|
useful if the trees are often moved around.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-blochsphere
|
||||||
|
(package
|
||||||
|
(name "texlive-blochsphere")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/blochsphere/"
|
||||||
|
"source/latex/blochsphere/"
|
||||||
|
"tex/latex/blochsphere/")
|
||||||
|
(base32
|
||||||
|
"03gl19r0cc1ajychh6f31bdjqpmmlk0cxg1akxg3h47yrf2np245")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/blochsphere")
|
||||||
|
(synopsis "Draw pseudo-3D diagrams of Bloch spheres")
|
||||||
|
(description
|
||||||
|
"This package is used to draw pseudo-3D Blochsphere diagrams. It
|
||||||
|
supports various annotations, such as great and small circles, axes, rotation
|
||||||
|
markings and state vectors. It can be used in a standalone fashion, or nested
|
||||||
|
within a @code{tikzpicture} environment by setting the environment option
|
||||||
|
@code{nested} to @code{true}.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-gates
|
(define-public texlive-gates
|
||||||
(package
|
(package
|
||||||
(name "texlive-gates")
|
(name "texlive-gates")
|
||||||
|
|
Loading…
Reference in a new issue