guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

84/296: gnu: Add texlive-hecthese.


From: guix-commits
Subject: 84/296: gnu: Add texlive-hecthese.
Date: Thu, 24 Aug 2023 05:20:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit db921966285467f6763d8177b8c942a9212ba9c6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:45:17 2023 +0200

    gnu: Add texlive-hecthese.
    
    * gnu/packages/tex.scm (texlive-hecthese): New variable.
---
 gnu/packages/tex.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]