mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Add texlive-cqubeamer.
* gnu/packages/tex.scm (texlive-cqubeamer): New variable.
This commit is contained in:
parent
6ca69d6632
commit
6155972866
1 changed files with 21 additions and 0 deletions
|
@ -4574,6 +4574,27 @@ (define-public texlive-cmexb
|
|||
@file{.pfb} file.")
|
||||
(license license:public-domain))) ;see "README-cmexb"
|
||||
|
||||
(define-public texlive-cqubeamer
|
||||
(package
|
||||
(name "texlive-cqubeamer")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/xelatex/cqubeamer/"
|
||||
"tex/xelatex/cqubeamer/")
|
||||
(base32
|
||||
"13ma7i3z64w59m2hkrh68j3vqa2k93hhb2lmarqb4pkhr72vk4s7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/cqubeamer")
|
||||
(synopsis "LaTeX Beamer Template for Chongqing University")
|
||||
(description
|
||||
"This package provides a LaTeX beamer template designed for researchers
|
||||
of Chongqing University. It can be used for academic reports, conferences, or
|
||||
thesis defense, and can be helpful for delivering a speech. It should be used
|
||||
with the XeTeX engine.")
|
||||
(license (list license:expat license:cc-by4.0))))
|
||||
|
||||
(define-public texlive-cs
|
||||
(package
|
||||
(name "texlive-cs")
|
||||
|
|
Loading…
Reference in a new issue