aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-22 15:45:17 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-24 11:10:33 +0200
commitdb921966285467f6763d8177b8c942a9212ba9c6 (patch)
tree84cb8bb6e3a96249c8d1ae157c3c030e94da81ab /gnu/packages
parentc0fba5b0ccf94fec1cc6e8ed9fe7a16e2aa23762 (diff)
downloadguix-db921966285467f6763d8177b8c942a9212ba9c6.tar
guix-db921966285467f6763d8177b8c942a9212ba9c6.tar.gz
gnu: Add texlive-hecthese.
* gnu/packages/tex.scm (texlive-hecthese): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/tex.scm31
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9582a7198d..6cab37ee26 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15836,6 +15836,37 @@ whose authors offer no description of their behaviour.")
in the games of Havannah and Hex.")
(license license:lppl1.2+)))
+(define-public texlive-hecthese
+ (package
+ (name "texlive-hecthese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hecthese/"
+ "source/latex/hecthese/"
+ "tex/latex/hecthese/")
+ (base32
+ "023yqg7g612c5jdla70m0afpk0249k07sbg3xba5l77pkjw6851c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hecthese")
+ (synopsis "Class for dissertations and theses at HEC Montreal")
+ (description
+ "This package provides the @code{hecthese} class, a class based on
+@code{memoir} and compatible with LaTeX. Using this class, postgraduate
+students at HEC Montreal will be able to write their dissertation or thesis
+while complying with all the presentation standards required by the
+University. This class is meant to be as flexible as possible; in particular,
+there are very few hard-coded features except those that take care of the
+document's layout.
+
+Dissertations and theses at HEC Montreal can be written on a per-chapter or
+per-article basis. Documents that are written on a per-article basis require
+a bibliography for each of the included articles and a general bibliography
+for the entire document. The @code{hecthese} class takes care of these
+requirements.")
+ (license license:lppl1.3c)))
+
(define-public texlive-helmholtz-ellis-ji-notation
(package
(name "texlive-helmholtz-ellis-ji-notation")