[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")
- 65/243: gnu: Add texlive-tex-refs., (continued)
- 65/243: gnu: Add texlive-tex-refs., guix-commits, 2023/08/11
- 66/243: gnu: Add texlive-tex-vpat., guix-commits, 2023/08/11
- 67/243: gnu: Add texlive-texbytopic., guix-commits, 2023/08/11
- 68/243: gnu: Add texlive-texonly., guix-commits, 2023/08/11
- 70/243: gnu: Add texlive-tlc2., guix-commits, 2023/08/11
- 71/243: gnu: Add texlive-tlc3-examples., guix-commits, 2023/08/11
- 60/243: gnu: Add texlive-tamethebeast., guix-commits, 2023/08/11
- 43/243: gnu: Add texlive-latexcheat., guix-commits, 2023/08/11
- 49/243: gnu: Add texlive-maths-symbols., guix-commits, 2023/08/11
- 50/243: gnu: Add texlive-memdesign., guix-commits, 2023/08/11
- 51/243: gnu: Add texlive-memoirchapterstyles.,
guix-commits <=
- 52/243: gnu: Add texlive-metafont-beginners., guix-commits, 2023/08/11
- 57/243: gnu: Add texlive-short-math-guide., guix-commits, 2023/08/11
- 58/243: gnu: Add texlive-simplified-latex., guix-commits, 2023/08/11
- 59/243: gnu: Add texlive-svg-inkscape., guix-commits, 2023/08/11
- 63/243: gnu: Add texlive-tex-nutshell., guix-commits, 2023/08/11
- 69/243: gnu: Add texlive-titlepages., guix-commits, 2023/08/11
- 72/243: gnu: Add texlive-tlmgrbasics., guix-commits, 2023/08/11
- 73/243: gnu: Add texlive-undergradmath., guix-commits, 2023/08/11
- 78/243: gnu: Add texlive-armtex., guix-commits, 2023/08/11
- 79/243: gnu: Add texlive-babel-albanian., guix-commits, 2023/08/11