From 7b549bb76c8ed4c3e09c585240f10add3d9e8cba Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 15:27:04 +0200 Subject: [PATCH] gnu: Add texlive-brandeis-dissertation. * gnu/packages/tex.scm (texlive-brandeis-dissertation): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f9f5090c9e..e7f34f82ed 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7237,6 +7237,27 @@ the LaTeX package takes the tags and prints out corresponding Braille symbols.") (license license:lppl1.3+))) +(define-public texlive-brandeis-dissertation + (package + (name "texlive-brandeis-dissertation") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/brandeis-dissertation/" + "source/latex/brandeis-dissertation/" + "tex/latex/brandeis-dissertation/") + (base32 + "12w95gcrdvxx54a2vajz71flarm82wppl1rbrxg9vxkmp1b9yham"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/brandeis-dissertation") + (synopsis "Class for Brandeis University dissertations") + (description + "The class will enable the user to typeset a dissertation which adheres +to the formatting guidelines of Brandeis University @acronym{GSAS, Graduate +School of Arts and Sciences}.") + (license license:lppl1.2+))) + (define-public texlive-breakcites (package (name "texlive-breakcites")