mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-scanpages.
* gnu/packages/tex.scm (texlive-scanpages): New variable.
This commit is contained in:
parent
03d59679f3
commit
15697b794e
1 changed files with 22 additions and 0 deletions
|
@ -94634,6 +94634,28 @@ (define-public texlive-scalerel
|
||||||
general appearance.")
|
general appearance.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-scanpages
|
||||||
|
(package
|
||||||
|
(name "texlive-scanpages")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/scanpages/"
|
||||||
|
"fonts/map/dvips/scanpages/"
|
||||||
|
"fonts/tfm/public/scanpages/"
|
||||||
|
"fonts/type1/public/scanpages/"
|
||||||
|
"tex/latex/scanpages/")
|
||||||
|
(base32
|
||||||
|
"1a94fvacp5hqkz5f0wkshhjlnv97b2nqvm49fc93hylkgvi9pqym")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/scanpages")
|
||||||
|
(synopsis "Support importing and embellishing scanned documents")
|
||||||
|
(description
|
||||||
|
"The bundle provides support for the process of creating documents based on
|
||||||
|
pre-TeX-era material that is available as scanned pages, only.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue