diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 15:50:29 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:10:38 +0200 |
commit | dc68cd7a5c5d699e43077f3361cfe377cb7de240 (patch) | |
tree | 6883d646c77887ec11e1dbc98bf873dcac71269c /gnu/packages | |
parent | e0f90bf9117c31037a0a58458f30112dbf78b285 (diff) | |
download | guix-dc68cd7a5c5d699e43077f3361cfe377cb7de240.tar.gz guix-dc68cd7a5c5d699e43077f3361cfe377cb7de240.zip |
gnu: Add texlive-iodhbwm.
* gnu/packages/tex.scm (texlive-iodhbwm): New variable.
Diffstat (limited to 'gnu/packages')
-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 a8cd3aae58..a22224b7df 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -17381,6 +17381,26 @@ of Freiburg (Germany). The class is based on the KOMA-Script class for mathematics students, ZJGS students, and magazine editors.") (license license:gpl3))) +(define-public texlive-iodhbwm + (package + (name "texlive-iodhbwm") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/iodhbwm/" "tex/latex/iodhbwm/") + (base32 + "10zqg2cyz7vcnsbgqajwlilakjzr23nhn49sqy82555zkqi27gsa"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/iodhbwm") + (synopsis "Unofficial template of the DHBW Mannheim") + (description + "This package provides an unofficial template of the DHBW Mannheim for +the creation of bachelor thesis, studies or project work with LaTeX. The aim +of the package is the quick creation of a basic framework without much +effort.") + (license license:lppl1.3+))) + (define-public texlive-isomath (package (name "texlive-isomath") |