me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-matc3mem.

* gnu/packages/tex.scm (texlive-matc3mem): New variable.
master
Nicolas Goaziou 2023-08-22 16:14:21 +02:00
parent 10291c62e6
commit 42a5e5346f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -20753,6 +20753,28 @@ Mathématiques Appliquées et Industrielles (SMAI).")
mathematical textbooks for use in Italian high schools.") mathematical textbooks for use in Italian high schools.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-matc3mem
(package
(name "texlive-matc3mem")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/matc3mem/"
"source/latex/matc3mem/"
"tex/latex/matc3mem/")
(base32
"10igcyqzddl25gxasa9dxj2j49gqs9vi2g1ay0z6jyd5nfsp8ic0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/matc3mem")
(synopsis "Class for MatematicaC3 textbooks")
(description
"The class is a development of @code{memoir}, with
additions (specifically, mathematical extensions) that provide support for
writing the books for the Matematica C3 project to produce mathematical
textbooks for use in Italian high schools.")
(license license:lppl1.3+)))
(define-public texlive-math-into-latex-4 (define-public texlive-math-into-latex-4
(package (package
(name "texlive-math-into-latex-4") (name "texlive-math-into-latex-4")