guix-commits
[Top][All Lists]
Advanced

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

173/243: gnu: Add texlive-microtype-de.


From: guix-commits
Subject: 173/243: gnu: Add texlive-microtype-de.
Date: Fri, 11 Aug 2023 08:46:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 307c5eca6a00b52b72503d4f0cf3fd8cfcbc4668
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:59:55 2023 +0200

    gnu: Add texlive-microtype-de.
    
    * gnu/packages/tex.scm (texlive-microtype-de): 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 c014f0c094..4e0b043759 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31907,6 +31907,24 @@ a straight-forward and flexible way.  An alternative 
package
 bundle.")
     (license license:lppl1.3c)))
 
+(define-public texlive-microtype-de
+  (package
+    (name "texlive-microtype-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/microtype-de/")
+             (base32
+              "069d2f0jcg9m4fv8dli2dr9ags9gz6mkwy6fzz37ns4jzrqfsvwi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/microtype-de";)
+    (synopsis "Translation into German of the documentation of 
@code{microtype}")
+    (description
+     "This package provides the translation into German of the documentation
+of @code{microtype}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-minitoc
   (package
     (name "texlive-minitoc")



reply via email to

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