me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-njustthesis.

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

View File

@ -23219,6 +23219,27 @@ format is required for applications submitted for due dates on or after May
25, 2015.")
(license license:lppl1.3+)))
(define-public texlive-njustthesis
(package
(name "texlive-njustthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/njustthesis/"
"source/latex/njustthesis/"
"tex/latex/njustthesis/")
(base32
"11xbxz3vvq15v5nr32ww6llq08v7r0x52zmq13dp90nmh0xyj7y6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/njustthesis")
(synopsis
"Thesis template for the Nanjing University of Science and Technology")
(description
"This is a thesis template for the Nanjing University of Science and
Technology.")
(license license:gpl3+)))
(define-public texlive-nucleardata
(package
(name "texlive-nucleardata")