[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/47: gnu: Add texlive-latex-supertabular.
From: |
Ricardo Wurmus |
Subject: |
09/47: gnu: Add texlive-latex-supertabular. |
Date: |
Mon, 17 Jul 2017 08:04:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 84f8035a62135e43ddf386dbfd3ad2ccacff7629
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 9 22:23:42 2017 +0200
gnu: Add texlive-latex-supertabular.
* gnu/packages/tex.scm (texlive-latex-supertabular): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 336b53d..73b282f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1812,6 +1812,28 @@ pdf and HTML backends. The package is distributed with
the @code{backref} and
@code{nameref} packages, which make use of the facilities of @code{hyperref}.")
(license license:lppl1.3+)))
+(define-public texlive-latex-supertabular
+ (package
+ (name "texlive-latex-supertabular")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "supertabular"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "14b2bc7cqz4ckxxycim9sw6jkrr1pahivm1rdbpz5k6hl967w1s3"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/supertabular"))
+ (home-page "http://www.ctan.org/pkg/supertabular")
+ (synopsis "Multi-page tables package")
+ (description
+ "This package was a predecessor of @code{longtable}; the newer
+package (designed on quite different principles) is easier to use and more
+flexible, in many cases, but supertabular retains its usefulness in a few
+situations where longtable has problems.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tex-texinfo
(package
(name "texlive-tex-texinfo")
- branch master updated (b167937 -> 5beecc3), Ricardo Wurmus, 2017/07/17
- 01/47: gnu: Add texlive-latex-ucs., Ricardo Wurmus, 2017/07/17
- 02/47: gnu: Add texlive-latex-preview., Ricardo Wurmus, 2017/07/17
- 04/47: gnu: Add texlive-latex-amsrefs., Ricardo Wurmus, 2017/07/17
- 09/47: gnu: Add texlive-latex-supertabular.,
Ricardo Wurmus <=
- 05/47: gnu: Add texlive-latex-g-brief., Ricardo Wurmus, 2017/07/17
- 08/47: gnu: Add texlive-latex-geometry., Ricardo Wurmus, 2017/07/17
- 06/47: gnu: Add texlive-latex-galois., Ricardo Wurmus, 2017/07/17
- 11/47: gnu: Add texlive-latex-blindtext., Ricardo Wurmus, 2017/07/17
- 14/47: gnu: Add texlive-latex-eqparbox., Ricardo Wurmus, 2017/07/17
- 16/47: gnu: Add texlive-latex-fncychap., Ricardo Wurmus, 2017/07/17
- 03/47: gnu: Add texlive-latex-acronym., Ricardo Wurmus, 2017/07/17
- 18/47: gnu: Add texlive-generic-babel-english., Ricardo Wurmus, 2017/07/17
- 10/47: gnu: Add texlive-latex-polyglossia., Ricardo Wurmus, 2017/07/17
- 07/47: gnu: Add texlive-latex-gcite., Ricardo Wurmus, 2017/07/17