me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fancyhandout.

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

View File

@ -81690,6 +81690,31 @@ tree, or a femaleline/matrilineal tree. For Japanese, the @file{jlreq.cls}
vertical option (@emph{tate}) is supported.")
(license license:gpl2+)))
(define-public texlive-fancyhandout
(package
(name "texlive-fancyhandout")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fancyhandout/"
"tex/latex/fancyhandout/")
(base32
"1y59v6kivaqbzc2zms1bzjvkz6xz13rmiqzsm6w9diw5wbfd2q9m")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fancyhandout")
(synopsis "LaTeX class for producing nice-looking handouts")
(description
"This package breaks with some of LaTeX's principles and redefines basic LaTeX
commands with the aim of producing well-designed and clearly structured
handouts: a sans-serif font is used by default; sections are not numbered, but
highlighted by underlining; head- and footline display document information;
and in order to avoid too much whitespace around the text the margin sizes are
adjusted to smaller values. All in all, @code{fancyhandout} provides a means
of typesetting documents not exclusively consisting of running text in
a beautiful way.")
(license license:lppl1.3c)))
;;;
;;; 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