mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: Add texlive-tree-dvips.
* gnu/packages/tex.scm (texlive-tree-dvips): New variable.
This commit is contained in:
parent
c32e529af3
commit
084594ddfb
1 changed files with 25 additions and 0 deletions
|
@ -12587,6 +12587,31 @@ display calculators, specifically the TI-82 STATS.")
|
||||||
the @code{tabbing} package.")
|
the @code{tabbing} package.")
|
||||||
(license license:lppl1.0+)))
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
|
(define-public texlive-tree-dvips
|
||||||
|
(package
|
||||||
|
(name "texlive-tree-dvips")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tree-dvips/" "dvips/tree-dvips/"
|
||||||
|
"tex/latex/tree-dvips/")
|
||||||
|
(base32
|
||||||
|
"0wk86z29aqfrsg947h5qbp98fngdx55v8xcx6dgniv5fv7d9ffrp")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tree-dvips")
|
||||||
|
(synopsis "Trees and other linguists' macros")
|
||||||
|
(description
|
||||||
|
"The package defines a mechanism for specifying connected trees that uses
|
||||||
|
a @code{tabular} environment to generate node positions. The package uses
|
||||||
|
PostScript code, loaded by Dvips, so output can only be generated by use of
|
||||||
|
Dvips.
|
||||||
|
|
||||||
|
The package @code{lingmacros.sty} defines a few macros for linguists:
|
||||||
|
@code{\\enumsentence} for enumerating sentence examples, simple
|
||||||
|
@code{tabular}-based non-connected tree macros, and gloss macros.")
|
||||||
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
(define-public texlive-turnstile
|
(define-public texlive-turnstile
|
||||||
(package
|
(package
|
||||||
(name "texlive-turnstile")
|
(name "texlive-turnstile")
|
||||||
|
|
Loading…
Add table
Reference in a new issue