mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add texlive-hang.
* gnu/packages/tex.scm (texlive-hang): New variable.
This commit is contained in:
parent
b563b72434
commit
6440d867a2
1 changed files with 18 additions and 0 deletions
|
@ -84629,6 +84629,24 @@ (define-public texlive-handoutwithnotes
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue