gnu: Add texlive-pdfscreen.

* gnu/packages/tex.scm (texlive-pdfscreen): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:58:05 +02:00
parent f79d39ef5f
commit 81fbdd2ad4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -91926,6 +91926,28 @@ (define-public texlive-pdfreview
opened by clicking on them; instead, the notes are simply shown as text.")
(license license:lppl)))
(define-public texlive-pdfscreen
(package
(name "texlive-pdfscreen")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pdfscreen/"
"tex/latex/pdfscreen/")
(base32
"0g6jydzd4zs4qpz3v53fiagca24vzn3slqd3fsw5kghx3zysq145")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pdfscreen")
(synopsis "Support screen-based document design")
(description
"This package is an extension of the @code{hyperref} package that provides
a screen-based document design. This package helps to generate PDF documents
that are readable on screen and will fit the screen's aspect ratio. Also it
can be used with various options to produce regular print versions of the same
document without any extra effort.")
(license license:lppl)))
;;;
;;; 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