gnu: Add texlive-listliketab.

* gnu/packages/tex.scm (texlive-listliketab): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:54:21 +02:00
parent 1c18a45b11
commit e1776180d4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -87315,6 +87315,28 @@ (define-public texlive-listlbls
references right.)")
(license license:lppl1.3+)))
(define-public texlive-listliketab
(package
(name "texlive-listliketab")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/listliketab/"
"source/latex/listliketab/"
"tex/latex/listliketab/")
(base32
"0gmd78nnjgq8ka4x9a7zmbq9f9345lcpms9pk9dhiz9a5kwpi7ii")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/listliketab")
(synopsis "Typeset lists as tables")
(description
"The @code{listliketab} package helps the user make list-like tabulars, i.e.,
a tabular that is indistinguishable from an @code{itemize} or @code{enumerate}
environment. The advantage of using a tabular is that the user can add
additional columns to each entry in the list.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar