From dc68cd7a5c5d699e43077f3361cfe377cb7de240 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 15:50:29 +0200 Subject: gnu: Add texlive-iodhbwm. * gnu/packages/tex.scm (texlive-iodhbwm): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu/packages') 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 @@ (define-public texlive-inkpaper 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") -- cgit v1.2.3