mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: texlive-pdfpages: Refresh package definition.
* gnu/packages/tex.scm (texlive-pdfpages): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
e1d1b4f992
commit
04460871a7
1 changed files with 18 additions and 23 deletions
|
@ -7673,34 +7673,29 @@ (define-public texlive-pbox
|
||||||
(define-deprecated-package texlive-latex-pbox texlive-pbox)
|
(define-deprecated-package texlive-latex-pbox texlive-pbox)
|
||||||
|
|
||||||
(define-public texlive-pdfpages
|
(define-public texlive-pdfpages
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-pdfpages"
|
(name "texlive-pdfpages")
|
||||||
(list "doc/latex/pdfpages/"
|
(version (number->string %texlive-revision))
|
||||||
"source/latex/pdfpages/"
|
(source (texlive-origin
|
||||||
"tex/latex/pdfpages/")
|
name version
|
||||||
(base32
|
(list "doc/latex/pdfpages/" "source/latex/pdfpages/"
|
||||||
"0a68vxkygk20fp51fkp7nvs8mc7h6irdvxal8qsnn9zrgr965d76"))))
|
"tex/latex/pdfpages/")
|
||||||
(package
|
(base32
|
||||||
(inherit template)
|
"0a68vxkygk20fp51fkp7nvs8mc7h6irdvxal8qsnn9zrgr965d76")))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(build-system texlive-build-system)
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(propagated-inputs
|
||||||
((#:tex-directory _ '())
|
(list texlive-eso-pic texlive-graphics texlive-oberdiek texlive-tools))
|
||||||
"latex/pdfpages")
|
(home-page "https://ctan.org/pkg/pdfpages")
|
||||||
((#:build-targets _ '())
|
(synopsis "Include PDF documents in LaTeX")
|
||||||
#~(list "pdfpages.ins"))))
|
(description
|
||||||
(propagated-inputs
|
"This package simplifies the inclusion of external multi-page PDF
|
||||||
(list texlive-tools texlive-oberdiek texlive-graphics texlive-eso-pic))
|
|
||||||
(home-page "https://ctan.org/macros/latex/contrib/pdfpages")
|
|
||||||
(synopsis "Include PDF documents in LaTeX")
|
|
||||||
(description
|
|
||||||
"This package simplifies the inclusion of external multi-page PDF
|
|
||||||
documents in LaTeX documents. Pages may be freely selected and it is possible
|
documents in LaTeX documents. Pages may be freely selected and it is possible
|
||||||
to put several logical pages onto each sheet of paper. Furthermore a lot of
|
to put several logical pages onto each sheet of paper. Furthermore a lot of
|
||||||
hypertext features like hyperlinks and article threads are provided. The
|
hypertext features like hyperlinks and article threads are provided. The
|
||||||
package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is even possible to
|
package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is even possible to
|
||||||
use this package to insert PostScript files, in addition to PDF files.")
|
use this package to insert PostScript files, in addition to PDF files.")
|
||||||
(license license:lppl1.3+))))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-pdfpages texlive-pdfpages)
|
(define-deprecated-package texlive-latex-pdfpages texlive-pdfpages)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue