[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/44: gnu: Add texlive-latex-multirow.
From: |
Ricardo Wurmus |
Subject: |
26/44: gnu: Add texlive-latex-multirow. |
Date: |
Sun, 9 Jul 2017 11:09:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ecffeeb54ff9399e16cf633691da7a28d6c26d3a
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 2 15:16:44 2017 +0200
gnu: Add texlive-latex-multirow.
* gnu/packages/tex.scm (texlive-latex-multirow): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 34dac6e..94f423b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1986,6 +1986,26 @@ transliterate semitic languages; patches to make (La)TeX
formulae embeddable
in SGML; use maths minus in text as appropriate; simple Young tableaux.")
(license license:gpl2)))
+(define-public texlive-latex-multirow
+ (package
+ (name "texlive-latex-multirow")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "multirow"))
+ (sha256
+ (base32
+ "0qlxy47f1f8plgch3jqfsnrdgpyz20sz46yp33i2jwvf9hvfczf0"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/multirow"))
+ (home-page "http://www.ctan.org/pkg/multirow")
+ (synopsis "Create tabular cells spanning multiple rows")
+ (description
+ "The package provides tools for creating tabular cells spanning multiple
+rows. It has a lot of flexibility, including an option for specifying an
+entry at the \"natural\" width of its text.")
+ (license license:lppl1.3+)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
- 30/44: gnu: Add texlive-latex-subfigure., (continued)
- 30/44: gnu: Add texlive-latex-subfigure., Ricardo Wurmus, 2017/07/09
- 32/44: gnu: Add texlive-latex-wasysym., Ricardo Wurmus, 2017/07/09
- 39/44: gnu: lilypond: Update to 2.19.63., Ricardo Wurmus, 2017/07/09
- 38/44: gnu: Add texlive-metapost., Ricardo Wurmus, 2017/07/09
- 42/44: gnu: Add texlive-fonts-rsfs., Ricardo Wurmus, 2017/07/09
- 37/44: gnu: Add texlive-latex-lh., Ricardo Wurmus, 2017/07/09
- 16/44: gnu: Add texlive-latex-appendix., Ricardo Wurmus, 2017/07/09
- 20/44: gnu: Add texlive-latex-fancyhdr., Ricardo Wurmus, 2017/07/09
- 22/44: gnu: Add texlive-latex-float., Ricardo Wurmus, 2017/07/09
- 24/44: gnu: Add texlive-latex-listings., Ricardo Wurmus, 2017/07/09
- 26/44: gnu: Add texlive-latex-multirow.,
Ricardo Wurmus <=
- 43/44: gnu: dblatex: Use texlive-union., Ricardo Wurmus, 2017/07/09