mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add texlive-ot-tableau.
* gnu/packages/tex.scm (texlive-ot-tableau): New variable.
This commit is contained in:
parent
97a2a61e75
commit
2cb613673e
1 changed files with 21 additions and 0 deletions
|
@ -5261,6 +5261,27 @@ (define-public texlive-oplotsymbl
|
||||||
the potential user is allowed to use them in other ways.")
|
the potential user is allowed to use them in other ways.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-ot-tableau
|
||||||
|
(package
|
||||||
|
(name "texlive-ot-tableau")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/ot-tableau/"
|
||||||
|
"tex/latex/ot-tableau/")
|
||||||
|
(base32
|
||||||
|
"1f4pxs7k6zv7wk7v3739wznpbrmbihw5hrg5y7l3r0hh71rj9ipj")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ot-tableau")
|
||||||
|
(synopsis "Optimality Theory tableaux in LaTeX")
|
||||||
|
(description
|
||||||
|
"The package makes it easy to create beautiful optimality-theoretic tableaux.
|
||||||
|
The LaTeX source is visually very similar to a formatted tableau, which makes
|
||||||
|
working with the source code painless (well, less painful). A variety of
|
||||||
|
stylistic variants are available to suit personal taste.")
|
||||||
|
(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