me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-zitie.

* gnu/packages/tex.scm (texlive-zitie): New variable.
Nicolas Goaziou 2023-08-15 13:13:56 +02:00
parent 516b6c1ef8
commit 7e968555e3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -10660,6 +10660,24 @@ providing lots more features. Skew and coloured tableaux are easy, and
pgfkeys-enabled options are provided both at package load and configurably.") pgfkeys-enabled options are provided both at package load and configurably.")
(license license:lppl1.2+))) (license license:lppl1.2+)))
(define-public texlive-zitie
(package
(name "texlive-zitie")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/zitie/" "tex/xelatex/zitie/")
(base32
"0la4fg42c20isdip5gnynzhkj0hn295lf48hbyjjfvadx7zx408s")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/zitie")
(synopsis "Create CJK character calligraphy practicing sheets")
(description
"This is a LaTeX package for creating CJK character calligraphy
practicing sheets (copybooks). Currently, only XeTeX is supported.")
(license license:lppl1.3c)))
(define-public texlive-zx-calculus (define-public texlive-zx-calculus
(package (package
(name "texlive-zx-calculus") (name "texlive-zx-calculus")