me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-vlna.

* gnu/packages/tex.scm (texlive-vlna): New variable.
Nicolas Goaziou 2023-08-04 11:56:25 +02:00
parent 7015018cda
commit de570ecd7e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -6908,6 +6908,26 @@ settings.")
(description "This package provides MetaPost macros for Venn diagrams.") (description "This package provides MetaPost macros for Venn diagrams.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-vlna
(package
(name "texlive-vlna")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/vlna.1"
"doc/man/man1/vlna.man1.pdf" "doc/vlna/")
(base32
"0nfb7mj6y9d4n89z59ppi96grfylwky97mxcv9rjflr5kpqlpga2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/vlna")
(synopsis "Add @samp{~} after non-syllabic preposition, for Czech/Slovak")
(description
"This package provides a preprocessor for TeX source implementing the
Czech/Slovak typographical rule forbidding a non-syllabic preposition alone at
the end of a line.")
(license license:knuth)))
(define-public texlive-witharrows (define-public texlive-witharrows
(package (package
(name "texlive-witharrows") (name "texlive-witharrows")