Archived
1
0
Fork 0

gnu: Add texlive-milog.

* gnu/packages/tex.scm (texlive-milog): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:00:24 +02:00
parent 307c5eca6a
commit 54e015e7cd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32142,6 +32142,29 @@ layouts and designs. The class also provides the functionality of over thirty
of the more popular packages, thus simplifying document sources.") of the more popular packages, thus simplifying document sources.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-milog
(package
(name "texlive-milog")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/milog/" "tex/latex/milog/")
(base32
"1114i8hgs84nnvmkiy8azbh6rgk0gjzp387idvvkx651vcyc82kf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/milog")
(synopsis
"LaTeX class for documentation duties according to the German minimum wage law
MiLoG")
(description
"The @file{milog.cls} class provides means to fulfill the documentation
duties by the German minimum wage law MiLoG. The recording of working hours
is carried out in a simple CSV file from which the class will automatically
create a time sheet. Alternatively, data can also be collected by a CSV
export of a suitable app.")
(license license:lppl)))
(define-public texlive-fp (define-public texlive-fp
(package (package
(name "texlive-fp") (name "texlive-fp")