me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cstex.

* gnu/packages/tex.scm (texlive-cstex): New variable.
Nicolas Goaziou 2023-08-04 11:54:45 +02:00
parent 7cd6ab1df7
commit e145c90eea
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -11834,6 +11834,23 @@ see the structure of a document by looking at the source file of the manual.")
"This package provides LaTeX support for Czech and Slovak typesetting.")
(license license:gpl3+)))
(define-public texlive-cstex
(package
(name "texlive-cstex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/cstex/")
(base32
"1vsbq9a31ymvrj0bx48n93chyqmma3q7b49k7dmhb0hkic6h73aj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cstex")
(synopsis "Support for Czech/Slovak languages")
(description
"CSTeX is a Czech and Slovak languages distribution of Plain and LaTeX.")
(license license:gpl2)))
(define-public texlive-cweb
(package
(name "texlive-cweb")