guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

174/243: gnu: Add texlive-milog.


From: guix-commits
Subject: 174/243: gnu: Add texlive-milog.
Date: Fri, 11 Aug 2023 08:46:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 54e015e7cd5d56bfcc5fdfda9f5b9df88ef6f339
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:00:24 2023 +0200

    gnu: Add texlive-milog.
    
    * gnu/packages/tex.scm (texlive-milog): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4e0b043759..b389d1ee7a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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.")
     (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
   (package
     (name "texlive-fp")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]