mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add texlive-turnstile.
* gnu/packages/tex.scm (texlive-turnstile): New variable.
This commit is contained in:
parent
46431ff8df
commit
25f683b55d
1 changed files with 21 additions and 0 deletions
|
@ -6805,6 +6805,27 @@ (define-public texlive-tiscreen
|
||||||
display calculators, specifically the TI-82 STATS.")
|
display calculators, specifically the TI-82 STATS.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-turnstile
|
||||||
|
(package
|
||||||
|
(name "texlive-turnstile")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/turnstile/"
|
||||||
|
"source/latex/turnstile/"
|
||||||
|
"tex/latex/turnstile/")
|
||||||
|
(base32
|
||||||
|
"05ffizykplpisjy75s8zbaphpj5vk8r09ii5jzv929y54mi2qs06")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/turnstile")
|
||||||
|
(synopsis "Typeset the (logic) turnstile notation")
|
||||||
|
(description
|
||||||
|
"This package typesets the turnstile sign. Among other uses, this sign
|
||||||
|
is used by logicians for denoting a consequence relation, related to a given
|
||||||
|
logic, between a collection of formulas and a derived formula.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue