me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fixpdfmag.

* gnu/packages/tex.scm (texlive-fixpdfmag): New variable.
Nicolas Goaziou 2023-07-20 10:50:12 +02:00
parent 4575ae283f
commit 5df0245cc7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -2544,6 +2544,23 @@ enough context to enable you to find the hyphenated word that's being
referenced.")
(license license:gpl2)))
(define-public texlive-fixpdfmag
(package
(name "texlive-fixpdfmag")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/plain/fixpdfmag/")
(base32
"0s5ilsmnhvi57x9cqwp7nwpagfribmgkbl0z1ci55aw2a6bff9hn")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fixpdfmag")
(synopsis "Fix magnification in pdfTeX")
(description
"This package provides a recent change to pdfTeX has caused magnification
to apply to page dimensions.")
(license license:public-domain)))
(define-public texlive-fontools
(package
(name "texlive-fontools")