[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
202/296: gnu: Add texlive-spie.
From: |
guix-commits |
Subject: |
202/296: gnu: Add texlive-spie. |
Date: |
Thu, 24 Aug 2023 05:21:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 21b16bcdf99d92936a68fd649516583bf55a07d9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:40:20 2023 +0200
gnu: Add texlive-spie.
* gnu/packages/tex.scm (texlive-spie): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a93384dba7..290aa7f5a0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27961,6 +27961,25 @@ However, modifying the class for conformation to a
different guideline should
not be difficult.")
(license license:public-domain)))
+(define-public texlive-spie
+ (package
+ (name "texlive-spie")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/spie/" "bibtex/bst/spie/"
+ "doc/latex/spie/" "tex/latex/spie/")
+ (base32
+ "1z4nbm2w96lvwfcj8ghnzarv5f5klriyr3b6jjnb34wd3kw52xg8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/spie")
+ (synopsis "Support for formatting SPIE Proceedings manuscripts")
+ (description
+ "This package provides support for formatting SPIE Proceedings
+manuscripts. A class and a BibTeX style are provided.")
+ (license license:lppl)))
+
(define-public texlive-splitbib
(package
(name "texlive-splitbib")
- 175/296: gnu: Add texlive-resphilosophica., (continued)
- 175/296: gnu: Add texlive-resphilosophica., guix-commits, 2023/08/24
- 170/296: gnu: Add texlive-proposal., guix-commits, 2023/08/24
- 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 <=
- 200/296: gnu: Add texlive-soton., guix-commits, 2023/08/24
- 209/296: gnu: Add texlive-technion-thesis-template., guix-commits, 2023/08/24
- 224/296: gnu: Add texlive-toptesi., guix-commits, 2023/08/24
- 229/296: gnu: Add texlive-tugboat-plain., guix-commits, 2023/08/24
- 228/296: gnu: Add texlive-tugboat., guix-commits, 2023/08/24
- 226/296: gnu: Add texlive-mathastext., guix-commits, 2023/08/24
- 225/296: gnu: Add texlive-tuda-ci., guix-commits, 2023/08/24
- 231/296: gnu: Add texlive-turabian., guix-commits, 2023/08/24
- 238/296: gnu: Add texlive-ucsmonograph., guix-commits, 2023/08/24
- 239/296: gnu: Add texlive-ucthesis., guix-commits, 2023/08/24