me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-phfextendedabstract.

* gnu/packages/tex.scm (texlive-phfextendedabstract): New variable.
master
Nicolas Goaziou 2023-08-29 15:58:16 +02:00
parent 68800cdd52
commit f40ac7d95e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 28 additions and 0 deletions

View File

@ -92149,6 +92149,34 @@ automatically to each commenter by default, and the appearance of all comments
is highly customizable.")
(license license:lppl1.3+)))
(define-public texlive-phfextendedabstract
(package
(name "texlive-phfextendedabstract")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/phfextendedabstract/"
"source/latex/phfextendedabstract/"
"tex/latex/phfextendedabstract/")
(base32
"1a9jrsmlafi2q67bqzzwmdxiivqnrzscz9nb99is08rkwnfwmj97")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/phfextendedabstract")
(synopsis "Typeset extended abstracts for conferences")
(description
"Several conferences in various fields require the submission of extended
abstracts. An extended abstract is a summary of a scientific result,
presented at a high level, and consisting of at most a small handful of pages.
The @code{phfextendedabstract} LaTeX class provides a simple style for such
abstracts. There are only two sectioning levels, sections and paragraphs, and
the style is optimized to save space as well as to guide the reader's eye
through the overall structure of the document. An option will try to compress
all vertical space to save some space, in case you need to satisfy page
constraints. The style builds upon the powerful RevTeX class, so you can use
all of RevTeX's features such as author affiliations, etc.")
(license license:lppl1.3+)))
;;;
;;; 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