From 5df0245cc7ae28f2fba70438336beac14379ef5c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 20 Jul 2023 10:50:12 +0200 Subject: gnu: Add texlive-fixpdfmag. * gnu/packages/tex.scm (texlive-fixpdfmag): New variable. --- gnu/packages/tex.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 3921b1c7d9..b5ed30db9f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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") -- cgit 1.4.1