me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-novel.

* gnu/packages/tex.scm (texlive-novel): New variable.
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
1 changed files with 23 additions and 0 deletions

View File

@ -6144,6 +6144,29 @@ the NotoSerif, NotoSans and NotoSansMono families of fonts, designed by Steve
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")