gnu: Add texlive-brandeis-dissertation.

* gnu/packages/tex.scm (texlive-brandeis-dissertation): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:27:04 +02:00
parent 5e07c00793
commit 7b549bb76c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

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