guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/243: gnu: Add texlive-vlna.


From: guix-commits
Subject: 08/243: gnu: Add texlive-vlna.
Date: Fri, 11 Aug 2023 08:45:23 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit de570ecd7e7c74157f0b6140b546418650184384
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 11:56:25 2023 +0200

    gnu: Add texlive-vlna.
    
    * gnu/packages/tex.scm (texlive-vlna): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 35a9ffb36b..161e85e228 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6908,6 +6908,26 @@ settings.")
     (description "This package provides MetaPost macros for Venn diagrams.")
     (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
   (package
     (name "texlive-witharrows")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]