gnu: Add texlive-basque-book.

* gnu/packages/tex.scm (texlive-basque-book): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:13:33 +02:00
parent 113012033e
commit 36b06a75c9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1907,6 +1907,28 @@ in-line BNF expressions using math mode.")
of mathematical disciplines.")
(license license:lppl1.3+)))
(define-public texlive-basque-book
(package
(name "texlive-basque-book")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/basque-book/"
"source/latex/basque-book/"
"tex/latex/basque-book/")
(base32
"16jgn4pxqbmq2dx5gfyy4p04ykaijkjyy9banp3l3a6ykm2xn8w7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/basque-book")
(synopsis "Class for book-type documents written in Basque")
(description
"The class is derived from the LaTeX @code{book} class. The extensions
solve grammatical and numeration issues that occur when book-type documents
are written in Basque. The class is useful for writing books, PhD and Master
Theses, etc., in Basque.")
(license license:lppl1.2+)))
(define-public texlive-begriff
(package
(name "texlive-begriff")