From 08a1311ef48ac4be328b809aff2a15ed159f044a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 15 Aug 2023 19:50:35 +0200 Subject: gnu: Add texlive-fduthesis. * gnu/packages/tex.scm (texlive-fduthesis): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 110cc358dd..a52505eb10 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5337,6 +5337,26 @@ (define-public texlive-fascicules exercises and the activities.") (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 (package (name "texlive-filecontentsdef") -- cgit v1.2.3