mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add texlive-minim-xmp.
* gnu/packages/tex.scm (texlive-minim-xmp): New variable.
This commit is contained in:
parent
8ebd428f58
commit
21e09455fc
1 changed files with 20 additions and 0 deletions
|
@ -17064,6 +17064,26 @@ (define-public texlive-minim-pdf
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue