mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-sectionbox.
* gnu/packages/tex.scm (texlive-sectionbox): New variable.
This commit is contained in:
parent
71492af810
commit
974474d216
1 changed files with 21 additions and 0 deletions
|
@ -94906,6 +94906,27 @@ (define-public texlive-secnum
|
|||
intuitively.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-sectionbox
|
||||
(package
|
||||
(name "texlive-sectionbox")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/sectionbox/"
|
||||
"tex/latex/sectionbox/")
|
||||
(base32
|
||||
"0lhjf0pmp9i0ka24flfpn88z4k66mxid0vrhvwxfq01bcr695wcf")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/sectionbox")
|
||||
(synopsis "Create fancy boxed ((sub)sub)sections")
|
||||
(description
|
||||
"@code{sectionbox} is a LaTeX package for putting fancy colored boxes around
|
||||
sections, subsections, and subsubsections, especially for use in posters, etc.
|
||||
It was designed with the @code{sciposter} class in mind, and certainly works
|
||||
with that class and with derived classes.")
|
||||
(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