mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-iodhbwm.
* gnu/packages/tex.scm (texlive-iodhbwm): New variable.
This commit is contained in:
parent
e0f90bf911
commit
dc68cd7a5c
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue