mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add texlive-pdflscape.
* gnu/packages/tex.scm (texlive-pdflscape): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
96e50a219d
commit
79faefb8af
1 changed files with 19 additions and 0 deletions
|
@ -11141,3 +11141,22 @@ (define-public texlive-pgfgantt
|
|||
that contain various elements (titles, bars, milestones, groups and links).
|
||||
Several keys customize the appearance of the chart elements.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-pdflscape
|
||||
(package
|
||||
(inherit
|
||||
(simple-texlive-package
|
||||
"texlive-pdflscape"
|
||||
(list "doc/latex/pdflscape/"
|
||||
"source/latex/pdflscape/"
|
||||
"tex/latex/pdflscape/")
|
||||
(base32 "05vvmwd8vlzs2x2rm6pfzlvrrihqf924d7krlrkvc6giiwyfsic4")
|
||||
#:trivial? #t))
|
||||
(home-page "https://ctan.org/pkg/pdflscape")
|
||||
(synopsis "Make landscape pages display as landscape")
|
||||
(description
|
||||
"The @code{pdflscape} package adds PDF support to the @code{landscape}
|
||||
environment of package @code{lscape}, by setting the PDF @code{/Rotate} page
|
||||
attribute. Pages with this attribute will be displayed in landscape
|
||||
orientation by conforming PDF viewers.")
|
||||
(license license:lppl1.3+)))
|
||||
|
|
Loading…
Reference in a new issue