mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: Add texlive-cfr-initials.
* gnu/packages/tex.scm (texlive-cfr-initials): New variable.
This commit is contained in:
parent
45ec943dba
commit
38e94b20d4
1 changed files with 20 additions and 0 deletions
|
@ -7206,6 +7206,26 @@ (define-public texlive-cell
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue