diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 16:53:10 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:11:13 +0200 |
commit | de2841e5f4b6c4f30f901cd83e8ab26f4d280109 (patch) | |
tree | b63b1a9658348f2432feaf35ddd67533cf2272c0 | |
parent | 298b085580e5fd7316c7ff45225be1188aea8bfc (diff) |
gnu: Add texlive-tuda-ci.
* gnu/packages/tex.scm (texlive-tuda-ci): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
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") |