guix-commits
[Top][All Lists]
Advanced

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

09/17: gnu: Add texlive-ltablex.


From: guix-commits
Subject: 09/17: gnu: Add texlive-ltablex.
Date: Wed, 3 Aug 2022 11:44:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 734805d15d6397dd050c4befbefbd646bd32b7bb
Author: Fabio Natali <me@fabionatali.com>
AuthorDate: Sat Jul 16 15:45:10 2022 +0100

    gnu: Add texlive-ltablex.
    
    * gnu/packages/tex.scm (texlive-ltablex): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0cd10e25ea..2f2cb3a697 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11207,3 +11207,20 @@ provide any translations!  Its purpose is simply to 
track which languages have
 been requested by the user.  Generic TeX code is in @code{tracklang.tex} for
 non-LaTeX users.")
     (license license:lppl1.3+)))
+
+(define-public texlive-ltablex
+  (package
+    (inherit
+     (simple-texlive-package
+      "texlive-ltablex"
+      (list "doc/latex/ltablex/" "tex/latex/ltablex/")
+      (base32 "14lmgj820j6zwj1xnd6ad38kzb9w132kp7sp55cv5bk9vhx3621w")
+      #:trivial? #t))
+    (home-page "https://ctan.org/pkg/ltablex";)
+    (synopsis "Table package extensions")
+    (description
+     "The @code{ltablex} package modifies the @code{tabularx} environment to
+combine the features of the @code{tabularx} package (auto-sized columns in a
+fixed-width table) with those of the @code{longtable} package (multi-page
+tables).")
+    (license license:lppl)))



reply via email to

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