guix-commits
[Top][All Lists]
Advanced

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

170/296: gnu: Add texlive-proposal.


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

ngz pushed a commit to branch master
in repository guix.

commit 0850db0a337d4965f057dbcdde2d4b4301819617
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:29:35 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 90112dcbd0..d89ea48e11 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25497,6 +25497,41 @@ A cross-referencing system is provided for trees which 
cite line numbers in
 justifications for proof lines or branch closures.")
     (license license:lppl1.3+)))
 
+(define-public texlive-proposal
+  (package
+    (name "texlive-proposal")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/proposal/base/"
+                   "doc/latex/proposal/dfg/"
+                   "doc/latex/proposal/eu/"
+                   "source/latex/proposal/base/"
+                   "source/latex/proposal/bin/"
+                   "source/latex/proposal/dfg/"
+                   "source/latex/proposal/eu/"
+                   "source/latex/proposal/lib/"
+                   "tex/latex/proposal/base/"
+                   "tex/latex/proposal/dfg/"
+                   "tex/latex/proposal/eu/")
+             (base32
+              "0km6i418hdcbl457dfwh1hl3q8qshp1gvqc1frqc84f9a6cr0kzc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/proposal";)
+    (synopsis
+     "Set of LaTeX classes preparing proposals for collaborative projects")
+    (description
+     "The process of preparing a collaborative proposal, to a major funding 
body,
+involves integration of contributions of a many people at many sites.  It is
+therefore an ideal application for a text-based document preparation system
+such as LaTeX, in concert with a distributed version control system such as
+SVN.  The @code{proposal} class itself provides a basis for such an
+enterprise.  The @code{dfgproposal} and @code{dfgproposal} classes provide two
+specialisations of the base class for (respectively) German and European
+research proposals.")
+    (license license:lppl)))
+
 (define-public texlive-pseudo
   (package
     (name "texlive-pseudo")



reply via email to

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