gnu: Add texlive-longnamefilelist.

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

View file

@ -87537,6 +87537,29 @@ (define-public texlive-longfigure
display a stream of figures as a single figure that can break across pages.")
(license license:lppl1.3+)))
(define-public texlive-longnamefilelist
(package
(name "texlive-longnamefilelist")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/longnamefilelist/"
"source/latex/longnamefilelist/"
"tex/latex/longnamefilelist/")
(base32
"05bjbn4l45ydyj2npaxki3k5kd4d2pwlbp672xg0mbh6aj1bnanr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/longnamefilelist")
(synopsis "Tidy @code{\\listfiles} with long file names")
(description
"The package equips LaTeX's @code{\\listfiles} command with an optional
argument for the number of characters in the longest base filename. This way
you get a neatly aligned file list even when it contains files whose base
names have more than 8 characters. The package can be combined with the
@code{myfilist} package as explained in the documentation.")
(license license:lppl1.3+)))
;;;
;;; 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