guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

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