mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-xhfill.
* gnu/packages/tex.scm (texlive-xhfill): New variable.
This commit is contained in:
parent
f40f001f5e
commit
f7cfb7aa4d
1 changed files with 18 additions and 0 deletions
|
@ -100221,6 +100221,24 @@ (define-public texlive-xfakebold
|
|||
are defined by their outline.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-xhfill
|
||||
(package
|
||||
(name "texlive-xhfill")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/xhfill/" "tex/latex/xhfill/")
|
||||
(base32
|
||||
"0a69ri107qpzzhclja1jn01nb33wlzs5g6x8c8k0iz9qzwbrm3by")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/xhfill")
|
||||
(synopsis "Extending @code{\\hrulefill}")
|
||||
(description
|
||||
"The package provides extended macros for the default @code{\\hrulefill} command. It
|
||||
allows modification of the width and the colour of the line.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue