gnu: Add texlive-templates-fenn.

* gnu/packages/tex.scm (texlive-templates-fenn): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:02:37 +02:00
parent 73472c95ab
commit 245121aa0f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16013,6 +16013,37 @@ (define-public texlive-table-fct
a function and a convexity table of its graph.")
(license license:lppl1.3+)))
(define-public texlive-templates-fenn
(package
(name "texlive-templates-fenn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/templates-fenn/")
(base32
"1s91swqsysva49cjrb9khgik5mvhxcb3wr2wz4l2683gdgxlbgkf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/templates-fenn")
(synopsis "Templates for TeX usage")
(description
"This package provides a set of templates for using LaTeX packages that
the author uses, comprising:
@itemize
@item @file{scrlttr2.tex}: a letter, written with @code{scrlttr2.cls} from the
KOMA-Script bundl,
@item @file{dinbrief.tex}: a letter according to the German
(DIN) standards, written with @file{dinbrief.cls},
@item @file{kbrief.tex}: a brief memo (@emph{Kurzbrief}) to accompany
enclosures, as used in German offices, again based on @code{dinbrief},
@item @file{vermerk.tex}: a general form for taking down notes on events in
the office,
@item @file{diabetes.tex}: a diary for the basis-bolus insulin therapy of
diabetes mellitus, using @file{scrartcl.cls} from the KOMA-Script bundle.
@end itemize")
(license license:lppl)))
(define-public texlive-tex4ht
(package
(name "texlive-tex4ht")