guix-commits
[Top][All Lists]
Advanced

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

81/296: gnu: Add texlive-h2020proposal.


From: guix-commits
Subject: 81/296: gnu: Add texlive-h2020proposal.
Date: Thu, 24 Aug 2023 05:20:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7efc188161f1bdece5bae891d698163a228755a1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:43:44 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3007054d59..cec9ccff9c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15559,6 +15559,26 @@ and provide a number of tools (commands and 
environments) to facilitate the
 drafting of documents, in particular those containing mathematical formulas.")
     (license license:lppl1.3c)))
 
+(define-public texlive-h2020proposal
+  (package
+    (name "texlive-h2020proposal")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/h2020proposal/"
+                   "tex/latex/h2020proposal/")
+             (base32
+              "0fq43vpq3ixj6fc99fbmj129487xxzcmz22gisqmn469bam5qxj5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/h2020proposal";)
+    (synopsis "LaTeX class and template for EU H2020 RIA proposal")
+    (description
+     "This package consists of a class file as well as FET and ICT proposal
+templates for writing EU H2020 RIA proposals and generating automatically the
+many cross-referenced tables that are required.")
+    (license license:gpl3)))
+
 (define-public texlive-hacm
   (package
     (name "texlive-hacm")



reply via email to

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