mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-asmejour.
* gnu/packages/tex.scm (texlive-asmejour): New variable.
This commit is contained in:
parent
1fac127870
commit
31e1cf45f2
1 changed files with 24 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue