gnu: Add texlive-xevlna.

* gnu/packages/tex.scm (texlive-xevlna): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:58:04 +02:00
parent 3e09a00e30
commit 05dbdd6244
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7499,6 +7499,25 @@ (define-public texlive-xetexko
features that provide quality typesetting.")
(license license:lppl1.3c)))
(define-public texlive-xevlna
(package
(name "texlive-xevlna")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/xevlna/" "tex/xelatex/xevlna/")
(base32
"0gwh1rd5s01rnb11nxk6nxwyqj32bi739p10hwqz3sw1hfy8mnfi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xevlna")
(synopsis "Insert non-breakable spaces using XeTeX")
(description
"The package will directly insert nonbreakable spaces (in Czech, vlna or
vlnka), after nonsyllabic prepositions and single letter conjuctions, while
the document is being typeset.")
(license license:lppl1.3+)))
(define-public texlive-currfile
(package
(name "texlive-currfile")