me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-orientation.

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

View File

@ -90950,6 +90950,26 @@ searching.")
hyperlinked to the URL of the researcher whose iD was specified.")
(license license:lppl1.3c)))
(define-public texlive-orientation
(package
(name "texlive-orientation")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/orientation/"
"tex/latex/orientation/")
(base32
"1qb9a3wmccih89q609r45bjbl0gq95didgz9766wyzzx3sq2zbxx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/orientation")
(synopsis "Set page orientation with Dvips/Ghostscript")
(description
"This package provides commands for manual (per-page and per-document)
orientation of pages in a PDF created with
dvips/Ghostscript (@command{ps2pdf}).")
(license license:cc0)))
;;;
;;; 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