me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xevlna.

* gnu/packages/tex.scm (texlive-xevlna): New variable.
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
1 changed files with 19 additions and 0 deletions

View File

@ -7499,6 +7499,25 @@ texts), using XeTeX. It enhances the existing support, in XeTeX, providing
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")