mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-drs.
* gnu/packages/tex.scm (texlive-drs): New variable.
This commit is contained in:
parent
b71f77dc96
commit
6901fadbb9
1 changed files with 22 additions and 0 deletions
|
@ -16873,6 +16873,28 @@ (define-public texlive-dratex
|
|||
a high-level (@file{AlDraTex.sty}) drawing package written entirely in TeX.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-drs
|
||||
(package
|
||||
(name "texlive-drs")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/drs/" "tex/latex/drs/")
|
||||
(base32
|
||||
"0vvwbn1qxxh42v1jjvk3nra79zv0lz0fyrj5c6q8yjppn2rj10h0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/drs")
|
||||
(synopsis "Typeset Discourse Representation Structures (DRS)")
|
||||
(description
|
||||
"The package draws Discourse Representation Structures (DRSs). It can
|
||||
draw embedded DRSs, if-then conditions and quantificational duplex
|
||||
conditions (with a properly scaled connecting diamond). Formatting parameters
|
||||
allow the user to control the appearance and placement of DRSs, and of DRS
|
||||
variables and conditions. The package is based on DRS macros in the
|
||||
@code{covington} package.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-gates
|
||||
(package
|
||||
(name "texlive-gates")
|
||||
|
|
Loading…
Reference in a new issue