guix-commits
[Top][All Lists]
Advanced

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

183/245: gnu: Add texlive-rbt-mathnotes.


From: guix-commits
Subject: 183/245: gnu: Add texlive-rbt-mathnotes.
Date: Sun, 30 Jul 2023 13:47:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9517327631cddad0e7c5a59290376aed3cbd40e1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:43:30 2023 +0200

    gnu: Add texlive-rbt-mathnotes.
    
    * gnu/packages/tex.scm (texlive-rbt-mathnotes): 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 3d32e89638..46cb2f6ca7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5746,6 +5746,26 @@ theory.  The purpose of this package is to ease drawing 
of rank 2 root
 systems, with Weyl chambers, weight lattices, and parabolic subgroups.")
     (license license:lppl1.3c)))
 
+(define-public texlive-rbt-mathnotes
+  (package
+    (name "texlive-rbt-mathnotes")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/rbt-mathnotes/"
+                   "tex/latex/rbt-mathnotes/")
+             (base32
+              "12zhnciww00z4rkxp2pr2l31nwgsp10h38pla5jqgicvvz77x67c")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/rbt-mathnotes";)
+    (synopsis
+     "Rebecca Turner's personal macros and styles for typesetting mathematics 
notes")
+    (description
+     "This package includes styles for typesetting mathematics notes, classes
+for typesetting homework assignments, and formula cheat sheets for exams.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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