me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lettre.

* gnu/packages/tex.scm (texlive-lettre): New variable.
master
Nicolas Goaziou 2023-08-29 15:54:10 +02:00
parent 6640ec4014
commit 05093474a4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -87073,6 +87073,23 @@ easy indexing and glossary printing.")
selection of units.")
(license license:lppl1.3+)))
(define-public texlive-lettre
(package
(name "texlive-lettre")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lettre/" "tex/latex/lettre/")
(base32
"1ahcsx9ds5vw3cf9jxs277jcckhbslpcs9ahhj40ycygfrlkw4p8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lettre")
(synopsis "Letters and faxes in French")
(description
"This class is for writing letters and faxes in French.")
(license license:lppl1.3+)))
;;;
;;; 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