[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/296: gnu: Add texlive-confproc.
From: |
guix-commits |
Subject: |
50/296: gnu: Add texlive-confproc. |
Date: |
Thu, 24 Aug 2023 05:19:55 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 255f63f3f4875be4cc68b16276fe087412dcd964
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:31:47 2023 +0200
gnu: Add texlive-confproc.
* gnu/packages/tex.scm (texlive-confproc): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8ace0eea4e..ddfe9e4521 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9972,6 +9972,28 @@ the fonts are available in the @code{ecc} bundle, and
Adobe Type 1 versions of
the @code{ecc} fonts are part of the @code{cm-super} bundle.")
(license license:knuth)))
+(define-public texlive-confproc
+ (package
+ (name "texlive-confproc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/confproc/" "doc/latex/confproc/"
+ "makeindex/confproc/"
+ "source/latex/confproc/"
+ "tex/latex/confproc/")
+ (base32
+ "1v3ppwxss1ans62j1pss8mcfjqmx708za7pmcm1wic7z7byc6xdb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/confproc")
+ (synopsis "Set of tools for generating conference proceedings")
+ (description
+ "The @code{confproc} collection comprises a class, a BibTeX style, and
+some scripts for generating conference proceedings.")
+ (license license:lppl)))
+
(define-public texlive-conteq
(package
(name "texlive-conteq")
- 41/296: gnu: Add texlive-cascadilla., (continued)
- 41/296: gnu: Add texlive-cascadilla., guix-commits, 2023/08/24
- 43/296: gnu: Add texlive-chem-journal., guix-commits, 2023/08/24
- 29/296: gnu: Add texlive-beamer-verona., guix-commits, 2023/08/24
- 30/296: gnu: Add texlive-beilstein., guix-commits, 2023/08/24
- 32/296: gnu: Add texlive-bgteubner., guix-commits, 2023/08/24
- 38/296: gnu: Add texlive-brandeis-problemset., guix-commits, 2023/08/24
- 45/296: gnu: Add texlive-chs-physics-report., guix-commits, 2023/08/24
- 33/296: gnu: Add texlive-bjfuthesis., guix-commits, 2023/08/24
- 40/296: gnu: Add texlive-buctthesis., guix-commits, 2023/08/24
- 47/296: gnu: Add texlive-classicthesis., guix-commits, 2023/08/24
- 50/296: gnu: Add texlive-confproc.,
guix-commits <=
- 51/296: gnu: Add texlive-cquthesis., guix-commits, 2023/08/24
- 53/296: gnu: Add texlive-dithesis., guix-commits, 2023/08/24
- 35/296: gnu: Add texlive-bmstu-iu8., guix-commits, 2023/08/24
- 37/296: gnu: Add texlive-brandeis-dissertation., guix-commits, 2023/08/24
- 39/296: gnu: Add texlive-brandeis-thesis., guix-commits, 2023/08/24
- 42/296: gnu: Add texlive-cesenaexam., guix-commits, 2023/08/24
- 44/296: gnu: Add texlive-chifoot., guix-commits, 2023/08/24
- 55/296: gnu: Add texlive-ebsthesis., guix-commits, 2023/08/24
- 57/296: gnu: Add texlive-ejpecp., guix-commits, 2023/08/24
- 46/296: gnu: Add texlive-cje., guix-commits, 2023/08/24