me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hpsdiss.

* gnu/packages/tex.scm (texlive-hpsdiss): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:32 +02:00
parent 0a4df424b9
commit 502e5b94c0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -85010,6 +85010,25 @@ included packages via @code{\\RequirePackage} rather than copying their
source.")
(license license:lppl1.3c)))
(define-public texlive-hpsdiss
(package
(name "texlive-hpsdiss")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hpsdiss/" "source/latex/hpsdiss/"
"tex/latex/hpsdiss/")
(base32
"15md2rk5bimgy7fjsiq9jvgg18i4ajnrljpzyvy0cc7rfla1myks")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hpsdiss")
(synopsis "Dissertation class")
(description
"The class was developed to typeset a dissertation at ETH Zurich. The
requirements were to use A5 paper and 10pt type.")
(license license:gpl3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar