[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/47: gnu: Add texlive-latex-tabulary.
From: |
Ricardo Wurmus |
Subject: |
27/47: gnu: Add texlive-latex-tabulary. |
Date: |
Mon, 17 Jul 2017 08:04:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c73d0e9d5e71aa3da7b94617590fc245fd547735
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 11 08:52:23 2017 +0200
gnu: Add texlive-latex-tabulary.
* gnu/packages/tex.scm (texlive-latex-tabulary): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a2a9867..24b4385 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2960,6 +2960,31 @@ considered obsolete: it was superseded by @code{subfig},
but users may find
the more recent @code{subcaption} package more satisfactory.")
(license license:lppl)))
+(define-public texlive-latex-tabulary
+ (package
+ (name "texlive-latex-tabulary")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "tabulary"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "1adkdx2zkk42g82nqf57lv1nc1z7kwl13jmy8vpcsizsa0xdnx9n"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/tabulary"))
+ (home-page "http://www.ctan.org/pkg/tabulary")
+ (synopsis "Tabular with variable width columns balanced")
+ (description
+ "The package defines a @code{tabular*}-like environment, @code{tabulary},
+taking a \"total width\" argument as well as the column specifications. The
+environment uses column types @code{L}, @code{C}, @code{R} and @code{J} for
+variable width columns (@code{\\raggedright}, @code{\\centering},
address@hidden, and normally justified). In contrast to
address@hidden's @code{X} columns, the width of each column is weighted
+according to the natural width of the widest cell in the column.")
+ (license license:lppl)))
+
(define-public texlive-latex-titlesec
(package
(name "texlive-latex-titlesec")
- 42/47: gnu: texlive-dvips: Install font maps., (continued)
- 42/47: gnu: texlive-dvips: Install font maps., Ricardo Wurmus, 2017/07/17
- 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 <=
- 38/47: gnu: Add texlive-latex-pstool., Ricardo Wurmus, 2017/07/17
- 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