gnu: Add texlive-sffms.

* gnu/packages/tex.scm (texlive-sffms): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:00:49 +02:00
parent 1f93523bc4
commit 1813a4097a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -95218,6 +95218,26 @@ (define-public texlive-sf298
a document delivered, for instance, on a U.S. government contract.")
(license license:lppl1.2+)))
(define-public texlive-sffms
(package
(name "texlive-sffms")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sffms/" "source/latex/sffms/"
"tex/latex/sffms/")
(base32
"1bijlqr55fbd1jx6739242vbi04zai5mcqmy23dzhpn8bbayzvrj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sffms")
(synopsis "Typesetting science fiction/fantasy manuscripts")
(description
"The class is designed for typesetting science fiction and fantasy manuscripts.
Sffms now includes several options for specific publishers as well as
extensive documentation aimed at new LaTeX users.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar