gnu: Add texlive-context-letter.

* gnu/packages/tex.scm (texlive-context-letter): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 18:33:49 +02:00
parent 81fa2caf2d
commit 6e4aced69d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10359,6 +10359,29 @@ (define-public texlive-context-layout
footer and text body.")
(license license:gpl3+)))
(define-public texlive-context-letter
(package
(name "texlive-context-letter")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/context/third/letter/"
"tex/context/interface/third/"
"tex/context/third/letter/base/"
"tex/context/third/letter/style/")
(base32
"1bygisva06mj7kqcwdyk9mp247dv8v0qxgh2g1a451q8sqnk52yl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-context))
(home-page "https://ctan.org/pkg/context-letter")
(synopsis "ConTeXt package for writing letters")
(description
"This package provides a means of writing vanilla letters and memos is
provided, with support covering ConTeXt Mkii and Mkiv. The design of
letters may be amended by a wide range of style specifications.")
(license license:gpl3+)))
(define-public texlive-beamer
(package
(name "texlive-beamer")