me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lacheck.

* gnu/packages/tex.scm (texlive-lacheck): New variable.
Nicolas Goaziou 2023-07-16 17:12:03 +02:00
parent f5cb25f113
commit 7b9dbd6717
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -2478,6 +2478,24 @@ is a plugin for Cinderella that allows to generate graphics using KETpic. The
generated code can be included in any LaTeX document.")
(license license:gpl3+)))
(define-public texlive-lacheck
(package
(name "texlive-lacheck")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/lacheck.1"
"doc/man/man1/lacheck.man1.pdf")
(base32
"1hhx65yd800bl3y2sq20lix60wd2b2j3k7n9s788mlsn8b0p7yq3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lacheck")
(synopsis "LaTeX checker")
(description
"Lacheck is a tool for finding common mistakes in LaTeX documents.")
(license license:gpl3+)))
(define-public texlive-tex-ini-files
(package
(name "texlive-tex-ini-files")