mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-gsemthesis.
* gnu/packages/tex.scm (texlive-gsemthesis): New variable.
This commit is contained in:
parent
9d5de8aaac
commit
7e28e88e2b
1 changed files with 23 additions and 0 deletions
|
@ -15295,6 +15295,29 @@ (define-public texlive-grundgesetze
|
|||
Laws of Arithmetic).")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-gsemthesis
|
||||
(package
|
||||
(name "texlive-gsemthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/gsemthesis/"
|
||||
"source/latex/gsemthesis/"
|
||||
"tex/latex/gsemthesis/")
|
||||
(base32
|
||||
"0wwd6pddxb91gj6jr6zc0xy0sr0s0mbdjzyw856w9ds0lp0k6cl9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/gsemthesis")
|
||||
(synopsis "Geneva School of Economics and Management PhD thesis format")
|
||||
(description
|
||||
"The class provides a PhD thesis template for the @acronym{GSEM,
|
||||
Geneva School of Economics and Management}, University of Geneva, Switzerland.
|
||||
The class provides utilities to easily set up the cover page, the front matter
|
||||
pages, the page headers, etc., conformant to the official guidelines of the
|
||||
GSEM Faculty for writing PhD dissertations.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-gtrcrd
|
||||
(package
|
||||
(name "texlive-gtrcrd")
|
||||
|
|
Loading…
Reference in a new issue