me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-asmeconf.

* gnu/packages/tex.scm (texlive-asmeconf): New variable.
master
Nicolas Goaziou 2023-08-22 15:20:46 +02:00
parent ed432a62a7
commit 1fac127870
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -3595,6 +3595,30 @@ writing support. It uses only native picture macros and fonts for drawing
boxes and is thus driver independent.")
(license license:bsd-3)))
(define-public texlive-asmeconf
(package
(name "texlive-asmeconf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/asmeconf/" "doc/latex/asmeconf/"
"tex/latex/asmeconf/")
(base32
"05wic7mb1flxdnl27lbhkjnbalnc8bqy4xj1w2rk5kzxmw525288")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/asmeconf")
(synopsis "LaTeX template for ASME conference papers")
(description
"The @code{asmeconf} class provides a LaTeX template for ASME conference
papers, following ASME's guidelines for margins, fonts, headings, captions,
and reference formats as of 2022. This LaTeX template is intended to be used
with the @file{asmeconf.bst} BibTeX style, for reference formatting, which is
part of this distribution. The code is compatible with pdfLaTeX or LuaLaTeX.
This LaTeX template is not a publication of ASME.")
(license license:expat)))
(define-public texlive-aspectratio
(package
(name "texlive-aspectratio")