me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-elteikthesis.

* gnu/packages/tex.scm (texlive-elteikthesis): New variable.
master
Nicolas Goaziou 2023-08-22 15:36:32 +02:00
parent 7e91618e16
commit 4d28b31fef
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -12349,6 +12349,26 @@ electronic submission system and elsewhere.")
articles both in Elsevier's electronic submission system and elsewhere.") articles both in Elsevier's electronic submission system and elsewhere.")
(license license:lppl1.2+))) (license license:lppl1.2+)))
(define-public texlive-elteikthesis
(package
(name "texlive-elteikthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/elteikthesis/"
"tex/latex/elteikthesis/")
(base32
"0brfkpg32vqm42cwp10vbjbk752jcfq5g65znl0z539xdynf1nnp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/elteikthesis")
(synopsis "Thesis template for Eotvos Lorand University (Informatics)")
(description
"This package provides a bachelor and master thesis template for the
Eotvos Lorand University, Faculty of Informatics (Budapest, Hungary). The
template supports producing both Hungarian and English theses.")
(license license:expat)))
(define-public texlive-eltex (define-public texlive-eltex
(package (package
(name "texlive-eltex") (name "texlive-eltex")