[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
195/245: gnu: Add texlive-sesamanuel.
From: |
guix-commits |
Subject: |
195/245: gnu: Add texlive-sesamanuel. |
Date: |
Sun, 30 Jul 2023 13:47:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ea18b8e6cd683e98b826a98ea233baefd1da6427
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:46:40 2023 +0200
gnu: Add texlive-sesamanuel.
* gnu/packages/tex.scm (texlive-sesamanuel): 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 13fed981d1..a9676a4658 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6011,6 +6011,28 @@ LaTeX documents. This may be particularly useful for
Math Teachers and IT
specialists.")
(license license:lppl1.3c)))
+(define-public texlive-sesamanuel
+ (package
+ (name "texlive-sesamanuel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sesamanuel/"
+ "source/latex/sesamanuel/"
+ "tex/latex/sesamanuel/")
+ (base32
+ "1jgr6syi26qbzdg37rq4d633klgb7s5bp1k3zvb3r538bawag8kc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sesamanuel")
+ (synopsis "Class and package for sesamath books or paper")
+ (description
+ "The package contains a @code{sesamanuel} class which could be used to
+compose a student's classroom book with LaTeX, and also
+a @code{sesamanuelTIKZ} style to be used for TikZ pictures in the Sesamath
+book.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 173/245: gnu: Add texlive-prftree., (continued)
- 173/245: gnu: Add texlive-prftree., guix-commits, 2023/07/30
- 176/245: gnu: Add texlive-proof-at-the-end., guix-commits, 2023/07/30
- 161/245: gnu: Add texlive-ot-tableau., guix-commits, 2023/07/30
- 178/245: gnu: Add texlive-pseudo., guix-commits, 2023/07/30
- 162/245: gnu: Add texlive-oubraces., guix-commits, 2023/07/30
- 170/245: gnu: Add texlive-pinoutikz., guix-commits, 2023/07/30
- 175/245: gnu: Add texlive-proba., guix-commits, 2023/07/30
- 184/245: gnu: Add texlive-rec-thy., guix-commits, 2023/07/30
- 239/245: gnu: Add texlive-xymtex., guix-commits, 2023/07/30
- 221/245: gnu: Add texlive-sympytexpackage., guix-commits, 2023/07/30
- 195/245: gnu: Add texlive-sesamanuel.,
guix-commits <=
- 224/245: gnu: Add texlive-tablor., guix-commits, 2023/07/30
- 237/245: gnu: Add texlive-venn., guix-commits, 2023/07/30
- 187/245: gnu: Add texlive-revquantum., guix-commits, 2023/07/30
- 218/245: gnu: Add texlive-subtext., guix-commits, 2023/07/30
- 240/245: gnu: Add texlive-yhmath., guix-commits, 2023/07/30
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau., guix-commits, 2023/07/30
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30