guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/93: gnu: Add texlive-fixpdfmag.


From: guix-commits
Subject: 27/93: gnu: Add texlive-fixpdfmag.
Date: Thu, 20 Jul 2023 05:21:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5df0245cc7ae28f2fba70438336beac14379ef5c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:50:12 2023 +0200

    gnu: Add texlive-fixpdfmag.
    
    * gnu/packages/tex.scm (texlive-fixpdfmag): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]