me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fduthesis.

* gnu/packages/tex.scm (texlive-fduthesis): New variable.
Nicolas Goaziou 2023-08-15 19:50:35 +02:00
parent c421c81add
commit 08a1311ef4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -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")