guix-commits
[Top][All Lists]
Advanced

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

46/296: gnu: Add texlive-cje.


From: guix-commits
Subject: 46/296: gnu: Add texlive-cje.
Date: Thu, 24 Aug 2023 05:19:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fc692a2d3298dc7c11e2e192073ebc5edd074321
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:30:21 2023 +0200

    gnu: Add texlive-cje.
    
    * gnu/packages/tex.scm (texlive-cje): 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 62042948bb..2dda32beec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9007,6 +9007,28 @@ job without using the indexing facilities, and needs no 
special
 @code{\\cite}-replacement package.")
     (license license:bsd-4)))
 
+(define-public texlive-cje
+  (package
+    (name "texlive-cje")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/cje/" "doc/latex/cje/"
+                   "tex/latex/cje/")
+             (base32
+              "0mxd9z2myzj1pixv4rqib1l6ixj0lq0vy7izgl1gx7k5bwxq945m")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cje";)
+    (synopsis "LaTeX document class for CJE articles")
+    (description
+     "The @code{cje} article class allows authors to format their papers to
+@emph{Canadian Journal of Economics} style with minimum effort.  The class
+includes options for two other formats: @code{review} (double spaced, for use
+at the submission stage) and @code{proof} (used by the typesetters to prepare
+the proof authors will receive for approval).")
+    (license license:lppl1.3c)))
+
 (define-public texlive-cjhebrew
   (package
     (name "texlive-cjhebrew")



reply via email to

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