mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-pdflatexpicscale.
* gnu/packages/tex.scm (texlive-pdflatexpicscale): New variable.
This commit is contained in:
parent
6398d47a95
commit
a3e175e9d2
1 changed files with 22 additions and 0 deletions
|
@ -3040,6 +3040,28 @@ (define-public texlive-pdfjam
|
|||
pages, reducing several source pages onto one output page, etc.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-pdflatexpicscale
|
||||
(package
|
||||
(name "texlive-pdflatexpicscale")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/support/pdflatexpicscale/"
|
||||
"scripts/pdflatexpicscale/")
|
||||
(base32
|
||||
"089n7r17c9kj1hhgm0hkfjhrqp2bhwjrj1czb3qllz7rm2x230h1")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:link-scripts #~(list "pdflatexpicscale.pl")))
|
||||
(inputs (list perl))
|
||||
(home-page "https://ctan.org/pkg/pdflatexpicscale")
|
||||
(synopsis
|
||||
"Support software for downscaling graphics to be included by pdfLaTeX")
|
||||
(description
|
||||
"The package provides a script to scale pictures down to a target
|
||||
resolution before creating a PDF document with pdfLaTeX.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-tex-ini-files
|
||||
(package
|
||||
(name "texlive-tex-ini-files")
|
||||
|
|
Loading…
Reference in a new issue