[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/47: gnu: Add texlive-latex-pstool.
From: |
Ricardo Wurmus |
Subject: |
38/47: gnu: Add texlive-latex-pstool. |
Date: |
Mon, 17 Jul 2017 08:04:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5a1ee7d83556599b004ad6cf5561ae3c97b0e125
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 11 12:05:40 2017 +0200
gnu: Add texlive-latex-pstool.
* gnu/packages/tex.scm (texlive-latex-pstool): New variable.
---
gnu/packages/tex.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8d786b4..0d44a89 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1956,6 +1956,41 @@ with a user specified LaTeX construction, properly
aligned, scaled, and/or
rotated.")
(license (license:fsf-free "file://psfrag.dtx"))))
+(define-public texlive-latex-pstool
+ (package
+ (name "texlive-latex-pstool")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "pstool"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "1kwlk1x67lad4xb7gpkxqgdlxwpi6nvq1r9wika7m92abmyf18h3"))))
+ (build-system texlive-build-system)
+ (arguments
+ '(#:tex-directory "latex/pstool"
+ #:tex-format "latex"))
+ (inputs
+ `(("texlive-fonts-cm" ,texlive-fonts-cm)
+ ("texlive-latex-filecontents" ,texlive-latex-filecontents)))
+ (propagated-inputs
+ `(("texlive-latex-bigfoot" ,texlive-latex-bigfoot)
+ ("texlive-latex-filemod" ,texlive-latex-filemod)
+ ("texlive-latex-graphics" ,texlive-latex-graphics)
+ ("texlive-latex-ifplatform" ,texlive-latex-ifplatform)
+ ("texlive-latex-oberdiek" ,texlive-latex-oberdiek)
+ ("texlive-latex-psfrag" ,texlive-latex-psfrag)
+ ("texlive-latex-trimspaces" ,texlive-latex-trimspaces)))
+ (home-page "http://www.ctan.org/pkg/pstool")
+ (synopsis "Process PostScript graphisc within pdfLaTeX documents")
+ (description
+ "This is a package for processing PostScript graphics with @code{psfrag}
+labels within pdfLaTeX documents. Every graphic is compiled individually,
+drastically speeding up compilation time when only a single figure needs
+re-processing.")
+ (license license:lppl)))
+
(define-public texlive-latex-seminar
(package
(name "texlive-latex-seminar")
- 33/47: gnu: Add texlive-latex-environ., (continued)
- 33/47: gnu: Add texlive-latex-environ., Ricardo Wurmus, 2017/07/17
- 47/47: gnu: Add sooperlooper., Ricardo Wurmus, 2017/07/17
- 44/47: gnu: Add texlive-fonts-txfonts., Ricardo Wurmus, 2017/07/17
- 24/47: gnu: Add texlive-latex-mdwtools., Ricardo Wurmus, 2017/07/17
- 30/47: gnu: Add texlive-latex-wrapfig., Ricardo Wurmus, 2017/07/17
- 36/47: gnu: Add texlive-latex-psfrag., Ricardo Wurmus, 2017/07/17
- 34/47: gnu: Add texlive-latex-filemod., Ricardo Wurmus, 2017/07/17
- 41/47: gnu: texlive-union: Add texlive-fontname to defaults., Ricardo Wurmus, 2017/07/17
- 23/47: gnu: Add texlive-latex-framed., Ricardo Wurmus, 2017/07/17
- 27/47: gnu: Add texlive-latex-tabulary., Ricardo Wurmus, 2017/07/17
- 38/47: gnu: Add texlive-latex-pstool.,
Ricardo Wurmus <=
- 46/47: gnu: texlive-union: Silence union-build., Ricardo Wurmus, 2017/07/17
- 28/47: gnu: Add texlive-latex-threeparttable., Ricardo Wurmus, 2017/07/17