gnu: Add texlive-ltabptch.

* gnu/packages/tex.scm (texlive-ltabptch): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:54:39 +02:00
parent 067d634b70
commit 8b77d8eb11
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -87685,6 +87685,24 @@ (define-public texlive-lt3rawobjects
already defined and should be introduced by intermediate packages.")
(license license:gpl3+)))
(define-public texlive-ltabptch
(package
(name "texlive-ltabptch")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ltabptch/" "tex/latex/ltabptch/")
(base32
"1jk16qkgvpi1jjw82gcn34p4wqry8sl5ybjv5vfhc820871fwfbl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ltabptch")
(synopsis "Bug fix for longtable")
(description
"This package provides a patch for LaTeX bugs tools/3180 and tools/3480.
The patch applies to version 4.11 of @code{longtable}.")
(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