gnu: Add texlive-iodhbwm.

* gnu/packages/tex.scm (texlive-iodhbwm): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:50:29 +02:00
parent e0f90bf911
commit dc68cd7a5c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")