[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/296: gnu: Add texlive-els-cas-templates.
From: |
guix-commits |
Subject: |
60/296: gnu: Add texlive-els-cas-templates. |
Date: |
Thu, 24 Aug 2023 05:19:59 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d885538a5d6a0f9d883bd1fe742bbeda887593c0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:36:06 2023 +0200
gnu: Add texlive-els-cas-templates.
* gnu/packages/tex.scm (texlive-els-cas-templates): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a9f643b135..3f3652e14a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12305,6 +12305,29 @@ indexing by page and by line numbers, and simple
@code{tabular}- and
@code{eledpar} package. The package is now superseded by @code{reledmac}.")
(license license:lppl1.3+)))
+(define-public texlive-els-cas-templates
+ (package
+ (name "texlive-els-cas-templates")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/els-cas-templates/"
+ "doc/latex/els-cas-templates/"
+ "tex/latex/els-cas-templates/")
+ (base32
+ "1drp6gykqn4yaxjsiamsn8v5zv7nhvlqiblfhqg85fq3yl4q1sqk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/els-cas-templates")
+ (synopsis "Elsevier updated LaTeX templates")
+ (description
+ "This bundle provides two class and corresponding template files for
+typesetting journal articles supposed to go through Elsevier's updated
+workflow. One of the sets is meant for one-column, the other for two-column
+layout. These are now accepted for submitting articles both in Elsevier's
+electronic submission system and elsewhere.")
+ (license license:lppl1.2+)))
+
(define-public texlive-eltex
(package
(name "texlive-eltex")
- 57/296: gnu: Add texlive-ejpecp., (continued)
- 57/296: gnu: Add texlive-ejpecp., guix-commits, 2023/08/24
- 46/296: gnu: Add texlive-cje., guix-commits, 2023/08/24
- 48/296: gnu: Add texlive-cleanthesis., guix-commits, 2023/08/24
- 49/296: gnu: Add texlive-cmpj., guix-commits, 2023/08/24
- 52/296: gnu: Add texlive-dccpaper., guix-commits, 2023/08/24
- 54/296: gnu: Add texlive-ebook., guix-commits, 2023/08/24
- 56/296: gnu: Add texlive-ecothesis., guix-commits, 2023/08/24
- 58/296: gnu: Add texlive-ekaia., guix-commits, 2023/08/24
- 61/296: gnu: Add texlive-elsarticle., guix-commits, 2023/08/24
- 64/296: gnu: Add texlive-erdc., guix-commits, 2023/08/24
- 60/296: gnu: Add texlive-els-cas-templates.,
guix-commits <=
- 62/296: gnu: Add texlive-elteikthesis., guix-commits, 2023/08/24
- 65/296: gnu: Add texlive-estcpmm., guix-commits, 2023/08/24
- 68/296: gnu: Add texlive-fbithesis., guix-commits, 2023/08/24
- 59/296: gnu: Add texlive-elbioimp., guix-commits, 2023/08/24
- 70/296: gnu: Add texlive-fcltxdoc., guix-commits, 2023/08/24
- 73/296: gnu: Add texlive-gaceta., guix-commits, 2023/08/24
- 76/296: gnu: Add texlive-gfdl., guix-commits, 2023/08/24
- 80/296: gnu: Add texlive-gzt., guix-commits, 2023/08/24
- 90/296: gnu: Add texlive-hitszthesis., guix-commits, 2023/08/24
- 89/296: gnu: Add texlive-hitszbeamer., guix-commits, 2023/08/24