mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add texlive-thubeamer.
* gnu/packages/tex.scm (texlive-thubeamer): New variable.
This commit is contained in:
parent
73126e99c4
commit
0a4f487b5b
1 changed files with 20 additions and 0 deletions
|
@ -29712,6 +29712,26 @@ (define-public texlive-thuaslogos
|
|||
of Applied Sciences}. These Logos are available in English and in Dutch.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-thubeamer
|
||||
(package
|
||||
(name "texlive-thubeamer")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/thubeamer/"
|
||||
"doc/latex/thubeamer/"
|
||||
"source/latex/thubeamer/"
|
||||
"tex/latex/thubeamer/")
|
||||
(base32
|
||||
"07jha3pfklqas3f2mwpxqfi6h7dm4sl9jm4kl9kg68an4drzp4zj")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/thubeamer")
|
||||
(synopsis "Beamer theme for Tsinghua University")
|
||||
(description
|
||||
"This package provides a Beamer theme designed for Tsinghua University.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-tinos
|
||||
(package
|
||||
(name "texlive-tinos")
|
||||
|
|
Loading…
Reference in a new issue