me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-njuthesis.

* gnu/packages/tex.scm (texlive-njuthesis): New variable.
master
Nicolas Goaziou 2023-08-22 16:20:53 +02:00
parent 50eca57cf7
commit 459251d0a5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -23240,6 +23240,28 @@ format is required for applications submitted for due dates on or after May
Technology.")
(license license:gpl3+)))
(define-public texlive-njuthesis
(package
(name "texlive-njuthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/njuthesis/"
"source/latex/njuthesis/"
"tex/latex/njuthesis/")
(base32
"0vzm6iwc025vahbng9nirf1iljrdgqd2w0kz30wczaiy70p1lm5q")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/njuthesis")
(synopsis "LaTeX thesis template for Nanjing University")
(description
"The @code{njuthesis} class is intended for typesetting Nanjing
University dissertations with LaTeX, providing support for bachelor, master,
and doctoral theses as well as postdoctoral reports. Compilation of this
class requires either XeLaTeX or LuaLaTeX.")
(license license:lppl1.3c)))
(define-public texlive-nucleardata
(package
(name "texlive-nucleardata")