guix-commits
[Top][All Lists]
Advanced

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

09/53: gnu: Add texlive-dvgloss.


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

ngz pushed a commit to branch master
in repository guix.

commit 8dfc0737266e71a3056aebc068d1d3955330ed66
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:29:11 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7d36f95e1b..f1fda22568 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5314,6 +5314,25 @@ responses and DFTs, while the package DSPBlocks 
(@file{dspblocks.sty})
 supports DSP block diagrams.")
     (license license:lppl)))
 
+(define-public texlive-dvgloss
+  (package
+    (name "texlive-dvgloss")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/dvgloss/" "source/latex/dvgloss/"
+                   "tex/latex/dvgloss/")
+             (base32
+              "1fs5ghbyl3qhg1v0iljjqn723a93m4l7f873h3h81pcga75mng4s")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/dvgloss";)
+    (synopsis "Facilities for setting interlinear glossed text")
+    (description
+     "The package provides extensible macros for setting interlinear glossed
+text --- useful, for instance, for typing linguistics papers.")
+    (license license:lppl)))
+
 (define-public texlive-dyntree
   (package
     (name "texlive-dyntree")



reply via email to

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