me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-imtekda.

* gnu/packages/tex.scm (texlive-imtekda): New variable.
master
Nicolas Goaziou 2023-08-22 15:50:06 +02:00
parent 89c82d71fa
commit 99777960a9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -17342,6 +17342,27 @@ documents for the International Modal Analysis Conference. The bundle
provides a LaTeX package and a BibTeX style file.") provides a LaTeX package and a BibTeX style file.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-imtekda
(package
(name "texlive-imtekda")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/imtekda/" "source/latex/imtekda/"
"tex/latex/imtekda/")
(base32
"0pbv50c6g024dhyw8mpnnyafp18pvf0cqy7j1fvhrbqwf13bn37x")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/imtekda")
(synopsis "IMTEK thesis class")
(description
"The class permits typesetting of diploma, bachelor's and master's theses
for the @acronym{IMTEK, Institute of Microsystem Technology} at the University
of Freiburg (Germany). The class is based on the KOMA-Script class
@code{scrbook}.")
(license license:lppl)))
(define-public texlive-isomath (define-public texlive-isomath
(package (package
(name "texlive-isomath") (name "texlive-isomath")