[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/44: gnu: Add texlive-latex-colortbl.
From: |
Ricardo Wurmus |
Subject: |
18/44: gnu: Add texlive-latex-colortbl. |
Date: |
Sun, 9 Jul 2017 11:09:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e003a5f06d7e13e0f2e3796023277d14f845a85e
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 2 15:14:01 2017 +0200
gnu: Add texlive-latex-colortbl.
* gnu/packages/tex.scm (texlive-latex-colortbl): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index df3be6f..8486d9e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1768,6 +1768,25 @@ package uses 'drivers' to place the bars; the available
drivers can work with
drivers, and VTeX and pdfTeX.")
(license license:lppl)))
+(define-public texlive-latex-colortbl
+ (package
+ (name "texlive-latex-colortbl")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "colortbl"))
+ (sha256
+ (base32
+ "190pmq8la2rq07xry8bn8z8yywzxv6fqyqaj7yjfj5rgw6x0mas8"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/colortbl"))
+ (home-page "http://www.ctan.org/pkg/colortbl")
+ (synopsis "Add colour to LaTeX tables")
+ (description
+ "This package allows rows, columns, and even individual cells in LaTeX
+tables to be coloured.")
+ (license license:lppl)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
- 10/44: gnu: texlive-latex-base: Fix xetex and xelatex formats., (continued)
- 10/44: gnu: texlive-latex-base: Fix xetex and xelatex formats., Ricardo Wurmus, 2017/07/09
- 09/44: build-system: texlive: Build union in configure phase., Ricardo Wurmus, 2017/07/09
- 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 <=
- 21/44: gnu: Add texlive-latex-fancyvrb., Ricardo Wurmus, 2017/07/09
- 28/44: gnu: Add texlive-latex-pdfpages., Ricardo Wurmus, 2017/07/09
- 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