gnu: Add texlive-frletter.

* gnu/packages/tex.scm (texlive-frletter): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-10 09:17:12 +02:00
parent aa88221652
commit efc8fdbe0d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4196,6 +4196,26 @@ (define-public texlive-frenchmath
@end itemize") @end itemize")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-frletter
(package
(name "texlive-frletter")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/frletter/" "tex/latex/frletter/")
(base32
"0h8lsfmv0icb616kwhkqqbfh64l43vwc63p4bl8sw9xy2lfal5xm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/frletter")
(synopsis "Typeset letters in the French style")
(description
"This package provides a small class for typesetting letters in France.
No assumption is made about the language in use. The class represents a small
modification of the @code{beletter} class, which is itself a modification of
the standard LaTeX @code{letter} class.")
(license license:public-domain)))
(define-public texlive-functan (define-public texlive-functan
(package (package
(name "texlive-functan") (name "texlive-functan")