gnu: Add texlive-fduthesis.
* gnu/packages/tex.scm (texlive-fduthesis): New variable.
parent
c421c81add
commit
08a1311ef4
|
@ -5337,6 +5337,26 @@ the chapters. Each chapter can consist of three sections: the lesson, the
|
||||||
exercises and the activities.")
|
exercises and the activities.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-fduthesis
|
||||||
|
(package
|
||||||
|
(name "texlive-fduthesis")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/fduthesis/"
|
||||||
|
"source/latex/fduthesis/"
|
||||||
|
"tex/latex/fduthesis/")
|
||||||
|
(base32
|
||||||
|
"1imgp79fa048nyvyjzfky1fzzmak4h4j7xa4168ak07qgr5gdq87")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/fduthesis")
|
||||||
|
(synopsis "LaTeX thesis template for Fudan University")
|
||||||
|
(description
|
||||||
|
"This package is a LaTeX thesis template package for Fudan University.
|
||||||
|
It can make it easy to write theses both in Chinese and English.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-filecontentsdef
|
(define-public texlive-filecontentsdef
|
||||||
(package
|
(package
|
||||||
(name "texlive-filecontentsdef")
|
(name "texlive-filecontentsdef")
|
||||||
|
|
Reference in New Issue