gnu: Add texlive-tabbing.

* gnu/packages/tex.scm (texlive-tabbing): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:02:22 +02:00
parent fc47d7b3de
commit f36fbb2e53
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -97021,6 +97021,28 @@ (define-public texlive-synttree
the tree.")
(license license:lppl)))
(define-public texlive-tabbing
(package
(name "texlive-tabbing")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tabbing/" "source/latex/tabbing/"
"tex/latex/tabbing/")
(base32
"1dpkirz4318031ikq3y1134y19cyq6lgzhj610w12zywfmdy5jcj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tabbing")
(synopsis "Tabbing with accented letters")
(description
"By default, some of the tabbing environment's commands clash with default
accent commands; LaTeX provides the odd commands @code{\\a'}, etc., to deal
with the clash. The package offers a variant of the @code{tabbing}
environment which does not create this difficulty, so that users need not
learn two sets of accent commands.")
(license license:lppl1.0+)))
;;;
;;; 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