me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-minim-xmp.

* gnu/packages/tex.scm (texlive-minim-xmp): New variable.
Nicolas Goaziou 2023-06-26 15:05:04 +02:00
parent 8ebd428f58
commit 21e09455fc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -17064,6 +17064,26 @@ structure of a PDF document. The implementation is rather basic, but should
allow you to make your PDFs fully PDF/A-compliant.")
(license license:eupl1.2)))
(define-public texlive-minim-xmp
(package
(name "texlive-minim-xmp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/luatex/minim-xmp/"
"tex/luatex/minim-xmp/")
(base32
"1g50pal1vxcyl0xvdkbrk26z70kn8s38sqy5c848jdbl0fx29vla")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/minim-xmp")
(synopsis "Embed XMP metadata in PDF with LuaTeX")
(description
"This package enables the inclusion of XMP (eXtensible Metadata Platform)
data in the pdf output generated by (plain) LuaTeX. The use of XMP is
required by PDF standards such as PDF/A.")
(license license:eupl1.2)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")