mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add texlive-xduthesis.
* gnu/packages/tex.scm (texlive-xduthesis): New variable.
This commit is contained in:
parent
c69290c539
commit
5d5f04ca0b
1 changed files with 23 additions and 0 deletions
|
@ -32138,6 +32138,29 @@ (define-public texlive-xcite
|
|||
a stub that loads @code{xr}.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-xduthesis
|
||||
(package
|
||||
(name "texlive-xduthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/xduthesis/"
|
||||
"source/latex/xduthesis/"
|
||||
"tex/latex/xduthesis/")
|
||||
(base32
|
||||
"1sdl1m869s4hcxdj3q2205x9xdgx0qy9ri9vjyma9rsv70sa648p")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/xduthesis")
|
||||
(synopsis "XeLaTeX template for writing Xidian University thesis")
|
||||
(description
|
||||
"This is a XeLaTeX template for writing theses to apply academic degrees
|
||||
in Xidian University. The template is designed according to the official
|
||||
requirements on typesetting theses. The template currently supports all
|
||||
levels of degrees from bachelor to doctor, including both academic master and
|
||||
professional master.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-xecjk
|
||||
(package
|
||||
(name "texlive-xecjk")
|
||||
|
|
Loading…
Reference in a new issue