mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-seuthesix.
* gnu/packages/tex.scm (texlive-seuthesix): New variable.
This commit is contained in:
parent
975c797350
commit
f98fd73a4d
1 changed files with 22 additions and 0 deletions
|
@ -27261,6 +27261,28 @@ (define-public texlive-seuthesis
|
||||||
China.")
|
China.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public texlive-seuthesix
|
||||||
|
(package
|
||||||
|
(name "texlive-seuthesix")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/seuthesix/"
|
||||||
|
"doc/latex/seuthesix/"
|
||||||
|
"source/latex/seuthesix/"
|
||||||
|
"tex/latex/seuthesix/")
|
||||||
|
(base32
|
||||||
|
"0k87ib96pbihph399rc3kl1c3ncb4w4ljmwmvw880vvrxvz8mxjs")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/seuthesix")
|
||||||
|
(synopsis "LaTeX class for theses at Southeast University, Nanjing, China")
|
||||||
|
(description
|
||||||
|
"This project provides a LaTeX document class as well as a bibliography
|
||||||
|
style file for typesetting theses at the Southeast University, Nanjing, China.
|
||||||
|
It is based on the @code{seuthesis}.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public texlive-sfg
|
(define-public texlive-sfg
|
||||||
(package
|
(package
|
||||||
(name "texlive-sfg")
|
(name "texlive-sfg")
|
||||||
|
|
Loading…
Reference in a new issue