gnu: Add texlive-rbt-mathnotes.

* gnu/packages/tex.scm (texlive-rbt-mathnotes): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:43:30 +02:00
parent c0e85049d0
commit 9517327631
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5746,6 +5746,26 @@ (define-public texlive-rank-2-roots
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")