guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/306: gnu: Add texlive-cfr-initials.


From: guix-commits
Subject: 53/306: gnu: Add texlive-cfr-initials.
Date: Mon, 21 Aug 2023 10:35:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 38e94b20d4c8e684070d86501cea97cff2ff8c6d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:53:18 2023 +0200

    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 @@ distribution), developed from the same author's JMB 
style.  A supporting LaTeX
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]