me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cfr-initials.

* gnu/packages/tex.scm (texlive-cfr-initials): New variable.
Nicolas Goaziou 2023-08-21 11:53:18 +02:00
parent 45ec943dba
commit 38e94b20d4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -7206,6 +7206,26 @@ distribution), developed from the same author's JMB style. A supporting LaTeX
package is also provided.") package is also provided.")
(license license:public-domain))) (license license:public-domain)))
(define-public texlive-cfr-initials
(package
(name "texlive-cfr-initials")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cfr-initials/"
"tex/latex/cfr-initials/")
(base32
"03isx6wck9q2nmn2gm6zmd1830d2v9bps5g1k9qw6y02wdac8az9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cfr-initials")
(synopsis "LaTeX packages for use of initials")
(description
"This is a set of 23 tiny packages designed to make it easier to use
fonts from the initials package in LaTeX, e.g., with the @code{lettrine}
package.")
(license license:lppl1.3+)))
(define-public texlive-chbibref (define-public texlive-chbibref
(package (package
(name "texlive-chbibref") (name "texlive-chbibref")