gnu: Add texlive-context-lettrine.

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

View file

@ -10382,6 +10382,26 @@ (define-public texlive-context-letter
letters may be amended by a wide range of style specifications.") letters may be amended by a wide range of style specifications.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-context-lettrine
(package
(name "texlive-context-lettrine")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/context/third/lettrine/"
"tex/context/interface/third/"
"tex/context/third/lettrine/")
(base32
"0mhzvnn6ffysfq9qxdj1a6prplppzsh4pb7x2di2r87pnkxwa7f2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-context))
(home-page "https://ctan.org/pkg/context-lettrine")
(synopsis "ConTeXt implementation of lettrines")
(description
"This is a re-implementation of the LaTeX package @code{lettrine}.")
(license license:public-domain)))
(define-public texlive-beamer (define-public texlive-beamer
(package (package
(name "texlive-beamer") (name "texlive-beamer")