mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add texlive-pdfscreen.
* gnu/packages/tex.scm (texlive-pdfscreen): New variable.
This commit is contained in:
parent
f79d39ef5f
commit
81fbdd2ad4
1 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue