mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-ditaa.
* gnu/packages/tex.scm (texlive-ditaa): New variable.
This commit is contained in:
parent
aff44b98e3
commit
8d585145ea
1 changed files with 18 additions and 0 deletions
|
@ -16753,6 +16753,24 @@ (define-public texlive-diagmac2
|
||||||
using @code{pict2e} so that the restrictions on line direction are removed.")
|
using @code{pict2e} so that the restrictions on line direction are removed.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-ditaa
|
||||||
|
(package
|
||||||
|
(name "texlive-ditaa")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/ditaa/" "tex/latex/ditaa/")
|
||||||
|
(base32
|
||||||
|
"1dk915p169hnpy9888kpslawhkmlipbkdrsnk1pajypcl7jyrniw")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ditaa")
|
||||||
|
(synopsis "Use ditaa diagrams within LaTeX documents")
|
||||||
|
(description
|
||||||
|
"With this package, @acronym{DITAA, DIagrams Through Ascii Art} diagrams
|
||||||
|
can be embedded directly into LaTeX files.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-gates
|
(define-public texlive-gates
|
||||||
(package
|
(package
|
||||||
(name "texlive-gates")
|
(name "texlive-gates")
|
||||||
|
|
Loading…
Reference in a new issue