guix-commits
[Top][All Lists]
Advanced

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

08/37: gnu: Add texlive-latex-epstopdf-pkg.


From: guix-commits
Subject: 08/37: gnu: Add texlive-latex-epstopdf-pkg.
Date: Sat, 5 Jun 2021 18:16:53 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 0a64d8e00581748bb4b85118787df95d1a37ed65
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 17:51:22 2021 +0200

    gnu: Add texlive-latex-epstopdf-pkg.
    
    * gnu/packages/tex.scm (texlive-latex-epstopdf-pkg): New public variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b4b1cad..87b1914 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2828,6 +2828,24 @@ of the @file{.aux} file.")
 @file{.aux} files.")
     (license license:lppl1.3c+)))
 
+(define-public texlive-latex-epstopdf-pkg
+  (package
+    (inherit (simple-texlive-package
+              "texlive-latex-epstopdf-pkg"
+              '("/doc/latex/epstopdf-pkg/"
+                "/tex/latex/epstopdf-pkg/")
+              (base32
+               "0zl6jiyp2cvvyqx3lwxdkcvvnkqgbwj4issq07cagf61gljq6fns")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/epstopdf-pkg";)
+    (synopsis "Call @command{epstopdf} \"on the fly\"")
+    (description
+     "The package adds support for EPS files in the @code{graphicx} package
+when running under pdfTeX.  If an EPS graphic is detected, the package
+spawns a process to convert the EPS to PDF, using the script
+@command{epstopdf}.")
+    (license license:lppl1.3c+)))
+
 (define-public texlive-latex-filecontents
   (package
     (name "texlive-latex-filecontents")



reply via email to

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