[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/44: gnu: Add texlive-latex-pdfpages.
From: |
Ricardo Wurmus |
Subject: |
28/44: gnu: Add texlive-latex-pdfpages. |
Date: |
Sun, 9 Jul 2017 11:09:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit adc02c70c2ee2c8f5b8994e40f653339bff0991e
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 2 15:17:19 2017 +0200
gnu: Add texlive-latex-pdfpages.
* gnu/packages/tex.scm (texlive-latex-pdfpages): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a081f5e..4b7caff 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2041,6 +2041,29 @@ the included graphic. LaTeX commands can be placed on
the graphic at defined
positions; a grid for orientation is available.")
(license license:lppl1.0+)))
+(define-public texlive-latex-pdfpages
+ (package
+ (name "texlive-latex-pdfpages")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "pdfpages"))
+ (sha256
+ (base32
+ "06p5smfq66559ppdnmkl3hp8534x84ywbscimsiir4gllpya3i9h"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/pdfpages"))
+ (home-page "http://www.ctan.org/pkg/pdfpages")
+ (synopsis "Include PDF documents in LaTeX")
+ (description
+ "This package simplifies the inclusion of external multi-page PDF
+documents in LaTeX documents. Pages may be freely selected and it is possible
+to put several logical pages onto each sheet of paper. Furthermore a lot of
+hypertext features like hyperlinks and article threads are provided. The
+package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is even possible to
+use this package to insert PostScript files, in addition to PDF files.")
+ (license license:lppl1.3+)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
- 05/44: gnu: Add java-jgit-4.2., (continued)
- 05/44: gnu: Add java-jgit-4.2., Ricardo Wurmus, 2017/07/09
- 06/44: gnu: Add python-py2bit., Ricardo Wurmus, 2017/07/09
- 08/44: build-system: texlive: Only build packages in the current directory., Ricardo Wurmus, 2017/07/09
- 01/44: gnu: Add java-classpathx-servletapi, Ricardo Wurmus, 2017/07/09
- 04/44: gnu: Add java-jgit., Ricardo Wurmus, 2017/07/09
- 12/44: gnu: texlive-generic-ifxetex: Fix description., Ricardo Wurmus, 2017/07/09
- 17/44: gnu: Add texlive-latex-changebar., Ricardo Wurmus, 2017/07/09
- 13/44: gnu: Add texlive-fonts-amsfonts., Ricardo Wurmus, 2017/07/09
- 18/44: gnu: Add texlive-latex-colortbl., Ricardo Wurmus, 2017/07/09
- 21/44: gnu: Add texlive-latex-fancyvrb., Ricardo Wurmus, 2017/07/09
- 28/44: gnu: Add texlive-latex-pdfpages.,
Ricardo Wurmus <=
- 11/44: gnu: texlive-latex-oberdiek: Build ifpdf package., Ricardo Wurmus, 2017/07/09
- 15/44: gnu: Add texlive-latex-anysize., Ricardo Wurmus, 2017/07/09
- 19/44: gnu: Add texlive-latex-fancybox., Ricardo Wurmus, 2017/07/09
- 23/44: gnu: Add texlive-latex-footmisc., Ricardo Wurmus, 2017/07/09
- 29/44: gnu: Add texlive-fonts-stmaryrd., Ricardo Wurmus, 2017/07/09
- 31/44: gnu: Add texlive-latex-titlesec., Ricardo Wurmus, 2017/07/09
- 36/44: gnu: Add texlive-latex-eepic., Ricardo Wurmus, 2017/07/09
- 41/44: gnu: lilypond: Use texlive-union., Ricardo Wurmus, 2017/07/09
- 25/44: gnu: Add texlive-latex-jknapltx., Ricardo Wurmus, 2017/07/09
- 27/44: gnu: Add texlive-latex-overpic., Ricardo Wurmus, 2017/07/09