From 38e94b20d4c8e684070d86501cea97cff2ff8c6d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 11:53:18 +0200 Subject: [PATCH] gnu: Add texlive-cfr-initials. * gnu/packages/tex.scm (texlive-cfr-initials): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7e58caf2a2..af9d162aa4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7206,6 +7206,26 @@ (define-public texlive-cell package is also provided.") (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 (package (name "texlive-chbibref")