mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-ltabptch.
* gnu/packages/tex.scm (texlive-ltabptch): New variable.
This commit is contained in:
parent
067d634b70
commit
8b77d8eb11
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue