guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: Add texlive-booktabs.


From: guix-commits
Subject: 13/13: gnu: Add texlive-booktabs.
Date: Thu, 5 Sep 2019 16:46:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 66d213350019f94c95e8a3f7efb7dfb2de8894ef
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Sep 5 22:24:57 2019 +0200

    gnu: Add texlive-booktabs.
    
    * gnu/packages/tex.scm (texlive-booktabs): 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 2b15ffb..43e1c44 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7337,3 +7337,25 @@ The package also provides backward-compatibility with 
@code{SIunits},
 @code{sistyle}, @code{unitsdef} and @code{units}.  The aim is to have one
 package to handle all of the possible unit-related needs of LaTeX users.")
     (license license:lppl1.3c)))
+
+(define-public texlive-booktabs
+  (package
+    (name "texlive-booktabs")
+    (version (number->string %texlive-revision))
+    (source
+     (origin
+       (method svn-fetch)
+       (uri (texlive-ref "latex" "booktabs"))
+       (sha256
+        (base32
+         "1dqid48vgh25wmw8xzmx6x3pfgz1y9f0r8aza1yxq2mjny5yf68x"))))
+    (build-system texlive-build-system)
+    (arguments '(#:tex-directory "latex/booktabs"))
+    (home-page "http://www.ctan.org/pkg/booktabs";)
+    (synopsis "Publication quality tables in LaTeX")
+    (description
+     "This package enhances the quality of tables in LaTeX, providing extra
+commands as well as behind-the-scenes optimisation.  Guidelines are given as
+to what constitutes a good table in this context.  The package offers
+@code{longtable} compatibility.")
+    (license license:lppl1.3+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]