mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add texlive-ehhline.
* gnu/packages/tex.scm (texlive-ehhline): New variable.
This commit is contained in:
parent
f7cfde7022
commit
971106a126
1 changed files with 18 additions and 0 deletions
|
@ -80234,6 +80234,24 @@ (define-public texlive-egplot
|
||||||
document source itself.")
|
document source itself.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-ehhline
|
||||||
|
(package
|
||||||
|
(name "texlive-ehhline")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/ehhline/" "tex/latex/ehhline/")
|
||||||
|
(base32
|
||||||
|
"11xyd7qj0k9rvggslpx762x0g2x2y5y3rw36580ih5mj8z9n217n")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ehhline")
|
||||||
|
(synopsis "Extend the @code{\\hhline} command")
|
||||||
|
(description
|
||||||
|
"This package extends the @code{\\hhline} command with a @samp{!@{...@}}
|
||||||
|
token, which allows to create lines with arbitrary LaTeX commands.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue