me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-opteng.

* gnu/packages/tex.scm (texlive-opteng): New variable.
master
Nicolas Goaziou 2023-08-22 16:22:47 +02:00
parent 03557bd256
commit 2f0c63426c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -23914,6 +23914,27 @@ easily available. Especially, these symbols are used in scientific plots, but
the potential user is allowed to use them in other ways.")
(license license:lppl1.3+)))
(define-public texlive-opteng
(package
(name "texlive-opteng")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/opteng/" "tex/latex/opteng/")
(base32
"1svis9n0ssrc6pnvlshwprfjimdfrbisb0jjnlhhys343dv95jqs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/opteng")
(synopsis "SPIE Optical Engineering and OE Letters manuscript template")
(description
"With this template, and associated style and LaTeX packages, it is
possible to estimate the page length of manuscripts for submission to the SPIE
journals @emph{Optical Engineering} and @emph{Optical Engineering Letters}.
With a strict three-page limit, this is particularly important for the latter.
The template gives simple instructions on how to prepare the manuscript.")
(license license:lppl)))
(define-public texlive-ordinalpt
(package
(name "texlive-ordinalpt")