gnu: Add texlive-tetragonos.

* gnu/packages/tex.scm (texlive-tetragonos): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:52:54 +02:00
parent 1a09e224c8
commit e099105bf8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7034,6 +7034,25 @@ (define-public texlive-suanpan
"The package provides macros for drawing Chinese and Japanese abaci.")
(license license:lppl)))
(define-public texlive-tetragonos
(package
(name "texlive-tetragonos")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/tetragonos/"
"tex/xelatex/tetragonos/")
(base32
"191727d2craai25847i2xfzlm04852afvrwdjsk3jjss46a43ixn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tetragonos")
(synopsis "Four-Corner codes of Chinese characters")
(description
"This is a XeLaTeX package for mapping Chinese characters to their codes
in the Four-Corner method.")
(license license:lppl1.3c)))
(define-public texlive-threeddice
(package
(name "texlive-threeddice")