mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: Add texlive-checkend.
* gnu/packages/tex.scm (texlive-checkend): New variable.
This commit is contained in:
parent
4ec0cc5273
commit
4bb80da5ac
1 changed files with 22 additions and 0 deletions
|
@ -75833,6 +75833,28 @@ (define-public texlive-cheatsheet
|
||||||
"The package provides a clean, multi-column design intended for cheat sheets.")
|
"The package provides a clean, multi-column design intended for cheat sheets.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public texlive-checkend
|
||||||
|
(package
|
||||||
|
(name "texlive-checkend")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/checkend/" "tex/latex/checkend/")
|
||||||
|
(base32
|
||||||
|
"0p3zs72kqfdqzcksjiap6n2nzj4awcr78bhkmjvrshrn2gkhzl6k")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/checkend")
|
||||||
|
(synopsis "Extend ``improperly closed environment'' messages")
|
||||||
|
(description
|
||||||
|
"When an environment is left open, LaTeX gives an error at the end of the
|
||||||
|
document. However it only informs about the first of them, while the rest are
|
||||||
|
shown with meaningless errors: (``\\end occurred inside a group at level N'')
|
||||||
|
This package replaces these errors with more useful messages which show which
|
||||||
|
environments (in reverse order) were not closed. There are no user macros:
|
||||||
|
just use the package.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue