mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-context-lettrine.
* gnu/packages/tex.scm (texlive-context-lettrine): New variable.
This commit is contained in:
parent
6e4aced69d
commit
57f281132a
1 changed files with 20 additions and 0 deletions
|
@ -10382,6 +10382,26 @@ (define-public texlive-context-letter
|
|||
letters may be amended by a wide range of style specifications.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-beamer")
|
||||
|
|
Loading…
Reference in a new issue