mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add texlive-classicthesis.
* gnu/packages/tex.scm (texlive-classicthesis): New variable.
This commit is contained in:
parent
fc692a2d32
commit
7d1ba37a69
1 changed files with 21 additions and 0 deletions
|
@ -9224,6 +9224,27 @@ (define-public texlive-clara
|
|||
languages.")
|
||||
(license (list license:silofl1.1 license:gpl2+))))
|
||||
|
||||
(define-public texlive-classicthesis
|
||||
(package
|
||||
(name "texlive-classicthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/classicthesis/"
|
||||
"tex/latex/classicthesis/")
|
||||
(base32
|
||||
"0djx7vcrc1ksbgppdbwy31z5qd95flgsgqk6gpzpi3a5rc7h54nz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/classicthesis")
|
||||
(synopsis "Classically styled thesis package")
|
||||
(description
|
||||
"This package provides an elegant layout designed in homage to
|
||||
Bringhurst's @emph{The Elements of Typographic Style}. It makes use of
|
||||
a range of techniques to get the best results achievable using TeX. Included
|
||||
in the bundle are templates to make thesis writing easier.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-clearsans
|
||||
(package
|
||||
(name "texlive-clearsans")
|
||||
|
|
Loading…
Reference in a new issue