gnu: texlive-latex-ebproof -> texlive-ebproof.
* gnu/packages/tex.scm (texlive-ebproof): New variable. (texlive-latex-ebproof): Deprecate variable.
This commit is contained in:
parent
8d32fb327d
commit
f6d9293d96
1 changed files with 14 additions and 17 deletions
|
@ -11437,27 +11437,22 @@ theorems. The package supports saving and reuse of source code and text
|
||||||
parts.")
|
parts.")
|
||||||
(license license:lppl1.3c+))))
|
(license license:lppl1.3c+))))
|
||||||
|
|
||||||
(define-public texlive-latex-ebproof
|
(define-public texlive-ebproof
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-ebproof")
|
(name "texlive-ebproof")
|
||||||
(version "2.1.1")
|
(version (number->string %texlive-revision))
|
||||||
(source
|
(source (texlive-origin
|
||||||
(origin
|
name version
|
||||||
(method git-fetch)
|
(list "doc/latex/ebproof/" "source/latex/ebproof/"
|
||||||
(uri (git-reference
|
"tex/latex/ebproof/")
|
||||||
(url "https://framagit.org/manu/ebproof")
|
(base32
|
||||||
(commit version)))
|
"1a3203jgxsgihfgb6wwm0gfpaxbf1lg5axcakan9rj316xrrj4lc")))
|
||||||
(file-name (git-file-name name version))
|
(outputs '("out" "doc"))
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1zkrfaf343js0yc1x7m3d8hzbh5izn0lb01jrmdpjm51kdbh30xq"))))
|
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/ebproof"))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-l3kernel))
|
(list texlive-l3kernel))
|
||||||
(home-page "http://www.ctan.org/pkg/ebproof")
|
(home-page "https://ctan.org/pkg/ebproof")
|
||||||
(synopsis
|
(synopsis "Formal proofs in the style of sequent calculus")
|
||||||
"Formal proofs in the style of sequent calculus")
|
|
||||||
(description
|
(description
|
||||||
"This package provides commands to typeset proof trees in the style of
|
"This package provides commands to typeset proof trees in the style of
|
||||||
sequent calculus and related systems. The commands allow for writing
|
sequent calculus and related systems. The commands allow for writing
|
||||||
|
@ -11466,6 +11461,8 @@ an arbitrary point. Various options allow complete control over spacing,
|
||||||
styles of inference rules, placement of labels, etc.")
|
styles of inference rules, placement of labels, etc.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-ebproof texlive-ebproof)
|
||||||
|
|
||||||
(define-public texlive-latex-bussproofs
|
(define-public texlive-latex-bussproofs
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-latex-bussproofs"
|
"texlive-latex-bussproofs"
|
||||||
|
|
Reference in a new issue