gnu: Add texlive-asmejour.

* gnu/packages/tex.scm (texlive-asmejour): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:20:58 +02:00
parent 1fac127870
commit 31e1cf45f2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3619,6 +3619,30 @@ (define-public texlive-asmeconf
This LaTeX template is not a publication of ASME.")
(license license:expat)))
(define-public texlive-asmejour
(package
(name "texlive-asmejour")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/asmejour/" "doc/latex/asmejour/"
"tex/latex/asmejour/")
(base32
"09zncjbvdrqkr8g131mx0m73km4d270sn9782knl5qj6gxh98940")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/asmejour")
(synopsis "Template for ASME journal papers")
(description
"The @code{asmejour} class provides a template to format preprints
submitted to ASME journals. The layout and reference formats closely follow
the style that is currently being used for published papers. The class is
intended to be used with the @file{asmejour.bst} BibTeX style, which is part
of this distribution. The class is compatible with pdfLaTeX or LuaLaTeX.
This package is not a publication of ASME.")
(license license:expat)))
(define-public texlive-aspectratio
(package
(name "texlive-aspectratio")