me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dotarrow.

* gnu/packages/tex.scm (texlive-dotarrow): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:22 +02:00
parent d6d4ccdd83
commit 8960b0f40c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -79356,6 +79356,26 @@ specify this package with the stylesheet configuration option, e.g.,
@samp{rst2latex --stylesheet=docutils exampledocument.txt}.")
(license license:bsd-2)))
(define-public texlive-dotarrow
(package
(name "texlive-dotarrow")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dotarrow/"
"source/latex/dotarrow/"
"tex/latex/dotarrow/")
(base32
"10zw1j5adkw0nz2ym1kll47sv1wxmwxkbas5cnyhpg818wzagckf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dotarrow")
(synopsis "Extendable dotted arrows")
(description
"The package can draw dotted arrows that are extendable, in the same was as
@code{\\xrightarrow}.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar