mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add texlive-natded.
* gnu/packages/tex.scm (texlive-natded): New variable.
This commit is contained in:
parent
d7e86e263a
commit
fe0a706b6b
1 changed files with 18 additions and 0 deletions
|
@ -5033,6 +5033,24 @@ (define-public texlive-namedtensor
|
||||||
(description "This style file provides macros for named tensor notation.")
|
(description "This style file provides macros for named tensor notation.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public texlive-natded
|
||||||
|
(package
|
||||||
|
(name "texlive-natded")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/natded/" "tex/latex/natded/")
|
||||||
|
(base32
|
||||||
|
"01zfxh4ryjjv5qyvbs1pgwpcnq19rdrg3drd2gfx3c4ppqvwbxp4")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/natded")
|
||||||
|
(synopsis "Typeset natural deduction proofs")
|
||||||
|
(description
|
||||||
|
"The package provides commands to typeset proofs in the style used by Jaskowski,
|
||||||
|
or that of Kalish and Montague.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue