guix-commits
[Top][All Lists]
Advanced

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

158/243: gnu: Add texlive-dhua.


From: guix-commits
Subject: 158/243: gnu: Add texlive-dhua.
Date: Fri, 11 Aug 2023 08:46:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f1bb36e791e2411468de83babffa95f51920b947
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:41:33 2023 +0200

    gnu: Add texlive-dhua.
    
    * gnu/packages/tex.scm (texlive-dhua): 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 29131e3127..914f0f7822 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31380,6 +31380,25 @@ well as the optional active quotes are freely 
configurable.")
      "This is a German translation of the documentation of @code{csquotes}.")
     (license license:lppl)))
 
+(define-public texlive-dhua
+  (package
+    (name "texlive-dhua")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/dhua/" "source/latex/dhua/"
+                   "tex/latex/dhua/")
+             (base32
+              "0npf0bz5cdl6a98gc4l66v0hxwgg94af31bdrz8xai6r4vwjbzhl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/dhua";)
+    (synopsis "German abbreviations using thin space")
+    (description
+     "The package provides commands for those abbreviations of German phrases
+for which the use of thin space is recommended.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-logreq
   (package
     (name "texlive-logreq")



reply via email to

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