mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add texlive-njurepo.
* gnu/packages/tex.scm (texlive-njurepo): New variable.
This commit is contained in:
parent
79946e6255
commit
1423ed76ae
1 changed files with 20 additions and 0 deletions
|
@ -8677,6 +8677,26 @@ (define-public texlive-nuc
|
|||
supported in the package.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-njurepo
|
||||
(package
|
||||
(name "texlive-njurepo")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/njurepo/" "source/latex/njurepo/"
|
||||
"tex/latex/njurepo/")
|
||||
(base32
|
||||
"03dli7kk1h8kycbj83h2gy434zl6wvj4xz0lli91b1h8k59i8fv4")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/njurepo")
|
||||
(synopsis "Reports for Nanjing University")
|
||||
(description
|
||||
"This LaTeX document class provides a thesis template for Nanjing
|
||||
University in order to make it easy to write experiment reports and homework
|
||||
for the bachelor's curriculum.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-nucleardata
|
||||
(package
|
||||
(name "texlive-nucleardata")
|
||||
|
|
Loading…
Reference in a new issue