gnu: Add texlive-novel.

* gnu/packages/tex.scm (texlive-novel): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 14:50:50 +02:00
parent 76b2288826
commit 985069096c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6144,6 +6144,29 @@ (define-public texlive-noto
Matteson for Google.")
(license (list license:lppl license:silofl1.1))))
(define-public texlive-novel
(package
(name "texlive-novel")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/novel/"
"fonts/opentype/novel/"
"tex/lualatex/novel/")
(base32
"0qg6rs54w1n1vr5dmi6vjks8xn8x04zngk8zz4cv0035jxn4irpc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/novel")
(synopsis "Class for printing fiction, such as novels")
(description
"This LuaLaTeX document class is specifically written to meet the needs
of original fiction writers, who are typesetting their own novels for
non-color print-on-demand technology. The package is well suited for
detective novels, science fiction, and short stories. It is however not
recommended for creating color picture books or dissertations.")
(license (list license:lppl1.3c license:silofl1.1))))
(define-public texlive-pdftexcmds
(package
(name "texlive-pdftexcmds")