gnu: Add texlive-sapthesis.
* gnu/packages/tex.scm (texlive-sapthesis): New variable.
This commit is contained in:
parent
42cf038f73
commit
34a7fa399e
1 changed files with 20 additions and 0 deletions
|
@ -26685,6 +26685,26 @@ fixes the positioning of such accents when the default font (@code{cmssi}) is
|
||||||
used for sans serif maths.")
|
used for sans serif maths.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-sapthesis
|
||||||
|
(package
|
||||||
|
(name "texlive-sapthesis")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/sapthesis/"
|
||||||
|
"doc/latex/sapthesis/"
|
||||||
|
"tex/latex/sapthesis/")
|
||||||
|
(base32
|
||||||
|
"15livlw0xbc6ys408pqqvh3qvzphigar9cr57dd0is4zrh4c2y36")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/sapthesis")
|
||||||
|
(synopsis "Typeset theses for Sapienza-University, Rome")
|
||||||
|
(description
|
||||||
|
"The class will typeset PhD, master, and bachelor theses that adhere to
|
||||||
|
the publishing guidelines of the Sapienza University of Rome.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-sasnrdisplay
|
(define-public texlive-sasnrdisplay
|
||||||
(package
|
(package
|
||||||
(name "texlive-sasnrdisplay")
|
(name "texlive-sasnrdisplay")
|
||||||
|
|
Reference in a new issue