guix-commits
[Top][All Lists]
Advanced

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

257/296: gnu: Add texlive-unitn-bimrep.


From: guix-commits
Subject: 257/296: gnu: Add texlive-unitn-bimrep.
Date: Thu, 24 Aug 2023 05:21:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8a5e405389b1245313091723aebfbc26459ca653
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:11:12 2023 +0200

    gnu: Add texlive-unitn-bimrep.
    
    * gnu/packages/tex.scm (texlive-unitn-bimrep): 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 b67a113c5a..6c9728f797 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31127,6 +31127,29 @@ Florence (Italy).")
 of the Library Publishing Services of University of Graz.")
     (license license:lppl1.3c)))
 
+(define-public texlive-unitn-bimrep
+  (package
+    (name "texlive-unitn-bimrep")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/unitn-bimrep/"
+                   "tex/latex/unitn-bimrep/")
+             (base32
+              "0id55sfi9bzj7vp7dm9wxy355ca6k6dmxq488r4dwmndy2z4v8hl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/unitn-bimrep";)
+    (synopsis
+     "Bimonthly report class for the PhD School of Materials,
+Mechatronics and System Engineering")
+    (description
+     "This package allows to rapidly write the bimonthly report for The PhD
+School in Materials, Mechatronics and System Engineering.  It allows to define
+the research activities, the participation to school and congress, and the
+publication performed by a student.")
+    (license license:expat)))
+
 (define-public texlive-unitsdef
   (package
     (name "texlive-unitsdef")



reply via email to

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