mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-hobete.
* gnu/packages/tex.scm (texlive-hobete): New variable.
This commit is contained in:
parent
8285d8a34b
commit
2f9046b3c7
1 changed files with 19 additions and 0 deletions
|
@ -16511,6 +16511,25 @@ (define-public texlive-hmtrump
|
|||
"doc/lualatex/hmtrump/nkd04_playing_cards_index/LICENSE")
|
||||
license:cc-by-sa4.0))))
|
||||
|
||||
(define-public texlive-hobete
|
||||
(package
|
||||
(name "texlive-hobete")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/hobete/" "tex/latex/hobete/")
|
||||
(base32
|
||||
"1gccpxh3bfj4sbnag8rjrz8hyrx3107mwxpydl0bcdn8dxyjkfi2")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hobete")
|
||||
(synopsis "Unofficial Beamer theme for the University of Hohenheim")
|
||||
(description
|
||||
"The package provides a Beamer theme which features the Ci colors of the
|
||||
University of Hohenheim. Please note that this is not an official theme, and
|
||||
that there will be no support for it from the University.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-horoscop
|
||||
(package
|
||||
(name "texlive-horoscop")
|
||||
|
|
Loading…
Reference in a new issue