me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-harpoon.

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

View File

@ -84666,6 +84666,26 @@ addition, it defines environments for labeled paragraphs and list items.")
adding an experience timeline'.")
(license license:public-domain)))
(define-public texlive-harpoon
(package
(name "texlive-harpoon")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/harpoon/" "tex/latex/harpoon/")
(base32
"163457fhnpc11r2r3lvf4zfcqdvjrahwgjfxl3xa7zhhdx9ai4v7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/harpoon")
(synopsis "Extra harpoons, using the @code{graphics} package")
(description
"This package provides over- and under-harpoon symbol commands; the harpoons
may point in either direction, with the hook pointing up or down. The covered
object is provided as an argument to the commands, so that they have the look
of accent commands.")
(license license:public-domain)))
;;;
;;; 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