me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-embedfile.

* gnu/packages/tex.scm (texlive-embedfile): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:04 +02:00
parent 614527df86
commit ae75a8157a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -80409,6 +80409,29 @@ used in creating your project. In particular, it can embed images, external
TeX files, and external codes.")
(license license:lppl1.2+)))
(define-public texlive-embedfile
(package
(name "texlive-embedfile")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/embedfile/"
"source/latex/embedfile/"
"tex/generic/embedfile/"
"tex/latex/embedfile/")
(base32
"0khpr65fap1rr7rgyv9wbfjpiij2wpazf9xarkzn62wp25yzplag")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/embedfile")
(synopsis "Embed files into PDF")
(description
"This package embeds files in a PDF document, using the PDF format's embedding
operation (note the contrast with the attach operation used by the
@code{attachfile} and @code{attachfile2} packages). Currently only pdfTeX, in
PDF mode, is supported.")
(license license:lppl1.3c)))
;;;
;;; 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