mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-bclogo.
* gnu/packages/tex.scm (texlive-bclogo): New variable.
This commit is contained in:
parent
ffe2b9c3ad
commit
580f98d661
1 changed files with 19 additions and 0 deletions
|
@ -2114,6 +2114,25 @@ (define-public texlive-basque-date
|
||||||
issues of numbers in Basque.")
|
issues of numbers in Basque.")
|
||||||
(license license:lppl1.2+)))
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
|
(define-public texlive-bclogo
|
||||||
|
(package
|
||||||
|
(name "texlive-bclogo")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/bclogo/" "metapost/bclogo/"
|
||||||
|
"tex/latex/bclogo/")
|
||||||
|
(base32
|
||||||
|
"1hdg99xkmdca23s7i63099r9jvgw2larv8aawjllj9mw18195jr9")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/bclogo")
|
||||||
|
(synopsis "Creating colourful boxes with logos")
|
||||||
|
(description
|
||||||
|
"The package facilitates the creation of colorful boxes with a title and logo.
|
||||||
|
It may use either TikZ or PSTricks as graphics engine.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-begriff
|
(define-public texlive-begriff
|
||||||
(package
|
(package
|
||||||
(name "texlive-begriff")
|
(name "texlive-begriff")
|
||||||
|
|
Loading…
Reference in a new issue