gnu: Add texlive-els-cas-templates.

* gnu/packages/tex.scm (texlive-els-cas-templates): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:36:06 +02:00
parent 4a4e6f82b9
commit d885538a5d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12305,6 +12305,29 @@ (define-public texlive-eledmac
@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")