me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tikz-bagua.

* gnu/packages/tex.scm (texlive-tikz-bagua): New variable.
Nicolas Goaziou 2023-07-13 10:31:29 +02:00
parent 3a5e5f53f1
commit 48e6adaeb1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -4214,6 +4214,26 @@ and fill color can be expressed as parametric functions of polar angles.")
Some interesting uses alongside other packages are also supported.")
(license license:lppl1.3c)))
(define-public texlive-tikz-bagua
(package
(name "texlive-tikz-bagua")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikz-bagua/"
"tex/latex/tikz-bagua/")
(base32
"1kn0ggpxz5ksnnxsfhbhavik7n8mpblm9x3qjxcsg2qhs286lwyh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikz-bagua")
(synopsis "Draw Bagua symbols in Yijing")
(description
"This package provides commands for drawing symbols in Yijing (I Ching)
or Zhouyi using TikZ. There is no need for extra special fonts for showing
these symbols.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")