guix-commits
[Top][All Lists]
Advanced

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

54/243: gnu: Add texlive-patgen2-tutorial.


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

ngz pushed a commit to branch master
in repository guix.

commit 69ee961aa7bd8a2e6e305e1919bc75db480410cf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:22:57 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4876153c1b..9703a44710 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5772,6 +5772,24 @@ customized by means of different @code{\\pascal} macro 
options or the
 @code{\\pascalset} macro.")
     (license license:lppl1.3c)))
 
+(define-public texlive-patgen2-tutorial
+  (package
+    (name "texlive-patgen2-tutorial")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/support/patgen2-tutorial/")
+             (base32
+              "016bx1rp8kpvlywg0yafhbbhlzw4zxdcbdrd5525vffn6fyp9fi3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/patgen2-tutorial";)
+    (synopsis "Tutorial on the use of Patgen 2")
+    (description
+     "This document describes the use of Patgen 2 to create hyphenation
+patterns for wide ranges of languages.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-perfectcut
   (package
     (name "texlive-perfectcut")



reply via email to

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