me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-elpres.

* gnu/packages/tex.scm (texlive-elpres): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:00 +02:00
parent de46aaa764
commit 984be7fadf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -80314,6 +80314,28 @@ mathematical mode. The package allows one to directly type in Greek letters (in
ISO 8859-7 encoding) in math mode.")
(license license:lppl)))
(define-public texlive-elpres
(package
(name "texlive-elpres")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/elpres/" "tex/latex/elpres/")
(base32
"0mx36x88rcgjga1pqqf0rnyyq81lc4728gzjkp2scwz26yn6b6zv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/elpres")
(synopsis "Simple class for electronic presentations")
(description
"The @code{elpres} class is intended to be used for presentations on a screen
or with a beamer/projector. It is derived from LaTeX's @code{article} class
and can be used with with LaTeX, pdfLaTeX, and LuaLaTeX. The default
``virtual paper size'' of presentations generated by this class corresponds to
a 4:3 (width:height) aspect ratio. Other aspect ratios for widescreen
monitors (16:9, 16:10) may be selected.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar