guix-commits
[Top][All Lists]
Advanced

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

51/243: gnu: Add texlive-memoirchapterstyles.


From: guix-commits
Subject: 51/243: gnu: Add texlive-memoirchapterstyles.
Date: Fri, 11 Aug 2023 08:45:37 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7d40a10a0e9f779d79a1f27635629b0cd71109be
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:22:13 2023 +0200

    gnu: Add texlive-memoirchapterstyles.
    
    * gnu/packages/tex.scm (texlive-memoirchapterstyles): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 86bfcc7f5f..c7e5bbe10d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5167,6 +5167,28 @@ business of book design.  It is an extended version of 
what used to be the
 first part of the @code{memoir} users manual.")
     (license license:lppl1.3+)))
 
+(define-public texlive-memoirchapterstyles
+  (package
+    (name "texlive-memoirchapterstyles")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/memoirchapterstyles/")
+             (base32
+              "0jxd7sbh5vc3j5d5jd3zmyg58kwhy550l5z8q14b4msm00fp6z0a")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/memoirchapterstyles";)
+    (synopsis "Chapter styles in @code{memoir} class")
+    (description
+     "This package provides a showcase of chapter styles available to users of
+@code{memoir}: the six provided in the class itself, plus many from
+elsewhere (by the present author and others).  The package's resources apply
+only to @code{memoir}, but the package draws from a number of sources relating
+to standard classes, including the @code{fncychap} package, and Vincent
+Zoonekynd's tutorial on headings.")
+    (license license:lppl)))
+
 (define-public texlive-memorygraphs
   (package
     (name "texlive-memorygraphs")



reply via email to

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