me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pdfprivacy.

* gnu/packages/tex.scm (texlive-pdfprivacy): New variable.
master
Nicolas Goaziou 2023-08-29 15:58:03 +02:00
parent 2f59f3a5e8
commit 5683791ef1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -91872,6 +91872,30 @@ embedding (hyperlinking) movies in a way compatible with the PDF Presenter
Console (@command{pdfpc}).")
(license license:lppl1.3c)))
(define-public texlive-pdfprivacy
(package
(name "texlive-pdfprivacy")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pdfprivacy/"
"source/latex/pdfprivacy/"
"tex/latex/pdfprivacy/")
(base32
"1xs4gsgbdp5q8p32d9idq10bscnxn8whbdha1n3l6ki1dmn89g0g")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pdfprivacy")
(synopsis "LaTeX package to remove or suppress pdf meta-data")
(description
"Creating PDFs with pdfLaTeX populates several PDF meta-data fields such as
date/time of creation/modification, information about the LaTeX
installation (e.g., pdfTeX version), and the relative paths of included PDFs.
The @code{pdfprivacy} package provides support for emptying several of these
PDF meta-data fields as well as suppressing some pdfTeX meta-data entries in
the resulting PDF.")
(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