From 8a5e405389b1245313091723aebfbc26459ca653 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 17:11:12 +0200 Subject: gnu: Add texlive-unitn-bimrep. * gnu/packages/tex.scm (texlive-unitn-bimrep): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu') 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 @@ (define-public texlive-unigrazpub 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") -- cgit v1.2.3