me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hang.

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

View File

@ -84629,6 +84629,24 @@ supports preparation of such handouts when writing the talk.")
scaled slides.")
(license license:lppl1.3c)))
(define-public texlive-hang
(package
(name "texlive-hang")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hang/" "tex/latex/hang/")
(base32
"19b7sff10b1w2acnrp3kgg6wpspw29qqphrdxj805s88wmf3vv57")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hang")
(synopsis "Environments for hanging paragraphs and list items")
(description
"This package provides environments for hanging paragraphs and list items. In
addition, it defines environments for labeled paragraphs and list items.")
(license license:lppl1.3+)))
;;;
;;; 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