guix-commits
[Top][All Lists]
Advanced

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

221/243: gnu: Add texlive-tap.


From: guix-commits
Subject: 221/243: gnu: Add texlive-tap.
Date: Fri, 11 Aug 2023 08:46:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7f4614b2bca910e75e068c8f7bb2154b6b4de8e1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:25:02 2023 +0200

    gnu: Add texlive-tap.
    
    * gnu/packages/tex.scm (texlive-tap): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f3a33e2dac..294982250b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26044,6 +26044,27 @@ a few situations where longtable has problems.")
 
 (define-deprecated-package texlive-latex-supertabular texlive-supertabular)
 
+(define-public texlive-tap
+  (package
+    (name "texlive-tap")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/tap/" "tex/generic/tap/")
+             (base32
+              "18xfn4p90i0hw5h7am982jgqnsj7qyaijw20zjy3shwihgkaq7fs")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tap";)
+    (synopsis "TeX macros for typesetting complex tables")
+    (description
+     "The package offers a simple notation for pretty complex tables (to
+Michael J.@: Ferguson's credit).  With PostScript, the package allows
+shaded/coloured tables, diagonal rules, etc.  The package is supposed to work
+with both Plain and LaTeX.  An AWK converter from ASCII semigraphic tables to
+TAP notation is included.")
+    (license license:public-domain)))
+
 (define-public texlive-texinfo
   (package
     (name "texlive-texinfo")



reply via email to

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