gnu: Add texlive-lkproof.

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

View file

@ -87364,6 +87364,24 @@ (define-public texlive-listofsymbols
@file{nomencl.sty} does it.")
(license license:lppl)))
(define-public texlive-lkproof
(package
(name "texlive-lkproof")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lkproof/" "tex/latex/lkproof/")
(base32
"0hlf5wgvkbi12p52dy1jh7fq9d6sw8vma1hcv9s6b9fzk03h21v4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lkproof")
(synopsis "LK Proof figure macros")
(description
"The package defines a pair of commands @code{\\infer} and @code{\\deduce},
that are used in constructing LK proof diagrams.")
(license license:gpl3+)))
;;;
;;; 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