guix-commits
[Top][All Lists]
Advanced

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

181/243: gnu: Add texlive-tipa-de.


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

ngz pushed a commit to branch master
in repository guix.

commit 310b09266c054d2c7b48723870c0c162f761f551
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:03:21 2023 +0200

    gnu: Add texlive-tipa-de.
    
    * gnu/packages/tex.scm (texlive-tipa-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 75b32af65d..21c0eb3157 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22347,6 +22347,24 @@ T3, and the set of addendum symbols as encoding TS3.  
Times-like Adobe Type
 1 versions are provided for both the T3 and the TS3 fonts.")
     (license license:lppl)))
 
+(define-public texlive-tipa-de
+  (package
+    (name "texlive-tipa-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tipa-de/")
+             (base32
+              "16gwc0dpdls6s2vdl3hmd6307d88gfzsa3kbw3vhl0z5iawvwj4h")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tipa-de";)
+    (synopsis "German translation of @code{tipa} documentation")
+    (description
+     "This is a German translation of Fukui Rei's @code{tipaman} from the
+@code{tipa} bundle.")
+    (license license:lppl)))
+
 (define-public texlive-amsrefs
   (package
     (name "texlive-amsrefs")



reply via email to

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