me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dithesis.

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

View File

@ -11154,6 +11154,26 @@ styles, that conform to the requirements of the Russian standard GOST
R 7.0.11-2011, are provided.") R 7.0.11-2011, are provided.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-dithesis
(package
(name "texlive-dithesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dithesis/" "tex/latex/dithesis/")
(base32
"1yz53jabca56k65pddhl68d3384k2f2jn4zrfkg2d4x8aa1dnvvx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dithesis")
(synopsis "Class for undergraduate theses at the University of Athens")
(description
"The class conforms to the requirements of the Department of Informatics
and Telecommunications at the University of Athens regarding the preparation
of undergraduate theses, as of Sep 1, 2011. The class is designed for use
with XeLaTeX.")
(license license:lppl)))
(define-public texlive-dk-bib (define-public texlive-dk-bib
(package (package
(name "texlive-dk-bib") (name "texlive-dk-bib")