guix-commits
[Top][All Lists]
Advanced

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

06/53: gnu: Add texlive-covington.


From: guix-commits
Subject: 06/53: gnu: Add texlive-covington.
Date: Wed, 16 Aug 2023 14:27:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 905d8997cd3c52277ed627c945ef6a6ec57ef8ca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:27:08 2023 +0200

    gnu: Add texlive-covington.
    
    * gnu/packages/tex.scm (texlive-covington): 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 10cdb0af1e..848f828d30 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4645,6 +4645,26 @@ files created by pLaTeX or upLaTeX, using 
@code{hyperref}.")
 mathematical environments.")
     (license license:bsd-2)))
 
+(define-public texlive-covington
+  (package
+    (name "texlive-covington")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/covington/"
+                   "tex/latex/covington/")
+             (base32
+              "0h47zgbiylnirwcjprh31q2n8g842qlhlddd733xn1zal3n5alsz")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/covington";)
+    (synopsis "LaTeX macros for Linguistics")
+    (description
+     "This package provides numerous minor LaTeX enhancements for linguistics,
+including multiple accents on the same letter, interline glosses (word-by-word
+translations), Discourse Representation Structures, and example numbering.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-crossrefenum
   (package
     (name "texlive-crossrefenum")



reply via email to

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