mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-cleanthesis.
* gnu/packages/tex.scm (texlive-cleanthesis): New variable.
This commit is contained in:
parent
7d1ba37a69
commit
1067b29ac9
1 changed files with 19 additions and 0 deletions
|
@ -9245,6 +9245,25 @@ (define-public texlive-classicthesis
|
|||
in the bundle are templates to make thesis writing easier.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-cleanthesis
|
||||
(package
|
||||
(name "texlive-cleanthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/cleanthesis/"
|
||||
"tex/latex/cleanthesis/")
|
||||
(base32
|
||||
"11fv49w1nydm5fvkp1p2375ywdfd5yh8hayqfnr6wdidzdycpg85")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/cleanthesis")
|
||||
(synopsis "Clean LaTeX style for thesis documents")
|
||||
(description
|
||||
"The package offers a clean, simple, and elegant LaTeX style for thesis
|
||||
documents.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-clearsans
|
||||
(package
|
||||
(name "texlive-clearsans")
|
||||
|
|
Loading…
Reference in a new issue