guix-commits
[Top][All Lists]
Advanced

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

225/296: gnu: Add texlive-tuda-ci.


From: guix-commits
Subject: 225/296: gnu: Add texlive-tuda-ci.
Date: Thu, 24 Aug 2023 05:21:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit de2841e5f4b6c4f30f901cd83e8ab26f4d280109
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:53:10 2023 +0200

    gnu: Add texlive-tuda-ci.
    
    * gnu/packages/tex.scm (texlive-tuda-ci): 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 abd848a4f2..09e5e844aa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30104,6 +30104,26 @@ The package @code{lingmacros.sty} defines a few macros 
for linguists:
 @code{tabular}-based non-connected tree macros, and gloss macros.")
     (license license:lppl1.0+)))
 
+(define-public texlive-tuda-ci
+  (package
+    (name "texlive-tuda-ci")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tuda-ci/" "tex/latex/tuda-ci/")
+             (base32
+              "0bga3v6byk8v18xzj3vp7hp10wmapil5snqj1qp721a5lakwx0w9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tuda-ci";)
+    (synopsis "LaTeX templates of Technische Universitat Darmstadt")
+    (description
+     "The TUDa-CI-Bundle provides a possibility to use the corporate design
+of TU Darmstadt in LaTeX.  It contains document classes as well as
+some helper packages and config files together with some templates for
+user documentation, which currently are only available in German.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-turabian-formatting
   (package
     (name "texlive-turabian-formatting")



reply via email to

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