mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-lkproof.
* gnu/packages/tex.scm (texlive-lkproof): New variable.
This commit is contained in:
parent
ab4790fec9
commit
57d2f6f87a
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue