[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")
- 214/296: gnu: Add texlive-thesis-qom., (continued)
- 214/296: gnu: Add texlive-thesis-qom., guix-commits, 2023/08/24
- 233/296: gnu: Add texlive-uafthesis., guix-commits, 2023/08/24
- 158/296: gnu: Add texlive-nwafuthesis., guix-commits, 2023/08/24
- 159/296: gnu: Add texlive-nwejm., guix-commits, 2023/08/24
- 160/296: gnu: Add texlive-onrannual., guix-commits, 2023/08/24
- 162/296: gnu: Add texlive-oup-authoring-template., guix-commits, 2023/08/24
- 165/296: gnu: Add texlive-pkuthss., guix-commits, 2023/08/24
- 168/296: gnu: Add texlive-pracjourn., guix-commits, 2023/08/24
- 169/296: gnu: Add texlive-prociagssymp., guix-commits, 2023/08/24
- 175/296: gnu: Add texlive-resphilosophica., guix-commits, 2023/08/24
- 170/296: gnu: Add texlive-proposal.,
guix-commits <=
- 176/296: gnu: Add texlive-resumecls., guix-commits, 2023/08/24
- 178/296: gnu: Add texlive-revtex4-1., guix-commits, 2023/08/24
- 179/296: gnu: Add texlive-rutitlepage., guix-commits, 2023/08/24
- 180/296: gnu: Add texlive-ryersonsgsthesis., guix-commits, 2023/08/24
- 183/296: gnu: Add texlive-sapthesis., guix-commits, 2023/08/24
- 189/296: gnu: Add texlive-se2thesis., guix-commits, 2023/08/24
- 190/296: gnu: Add texlive-seu-ml-assign., guix-commits, 2023/08/24
- 194/296: gnu: Add texlive-datetime., guix-commits, 2023/08/24
- 202/296: gnu: Add texlive-spie., guix-commits, 2023/08/24
- 200/296: gnu: Add texlive-soton., guix-commits, 2023/08/24