me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ditaa.

* gnu/packages/tex.scm (texlive-ditaa): New variable.
Nicolas Goaziou 2023-07-12 22:15:57 +02:00
parent aff44b98e3
commit 8d585145ea
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -16753,6 +16753,24 @@ arrows (morphism), positioned in a Cartesian coordinate system.")
using @code{pict2e} so that the restrictions on line direction are removed.")
(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
(package
(name "texlive-gates")