[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56601] [PATCH] gnu: Add texlive-pdflscape.
From: |
Fabio Natali |
Subject: |
[bug#56601] [PATCH] gnu: Add texlive-pdflscape. |
Date: |
Sat, 16 Jul 2022 15:36:03 +0100 |
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2c6c961879..6aa79c4d2c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11084,3 +11084,21 @@ (define-public texlive-pgfgantt
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/macros/latex/contrib/pdflscape")
+ (synopsis "Make landscape pages display as landscape")
+ (description
+ "The package adds PDF support to the landscape environment of package
lscape, by
+setting the PDF /Rotate page attribute. Pages with this attribute will be
+displayed in landscape orientation by conforming PDF viewers.")
+ (license license:lppl1.3+)))
base-commit: 4ce7f1fb24a111f3e92d5b889d1271bebf109d09
prerequisite-patch-id: 15fbd940ff2c4d720e5400d6413ffbfdf01ead36
prerequisite-patch-id: 4b09fce4186da53607ac1503a21a16c410eb0287
prerequisite-patch-id: 59d5d41ee572d700fb228981ac6c0acbf01953a1
--
2.36.1
- [bug#56601] [PATCH] gnu: Add texlive-mdframed., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-setspace., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-pdflscape.,
Fabio Natali <=
- [bug#56601] [PATCH] gnu: Add texlive-tracklang., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-everysel., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-pgfgantt., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-datetime2., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-ltablex., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-ragged2e., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Improved TeX Live everysel package synopsis., Fabio Natali, 2022/07/28
- [bug#56601] [PATCH] gnu: Add texlive-everyshi., Fabio Natali, 2022/07/28
- [bug#56601] [PATCH] gnu: Fixed home-page URLs and improved descriptions in various TeX packages., Fabio Natali, 2022/07/28