me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tdsfrmath.

* gnu/packages/tex.scm (texlive-tdsfrmath): New variable.
Nicolas Goaziou 2023-08-10 09:24:48 +02:00
parent 89b925928e
commit 2af4a94ac4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -7953,6 +7953,27 @@ package requires that shell escape be enabled.")
variations of functions as they are used in France.")
(license license:lppl1.3+)))
(define-public texlive-tdsfrmath
(package
(name "texlive-tdsfrmath")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tdsfrmath/"
"source/latex/tdsfrmath/"
"tex/latex/tdsfrmath/")
(base32
"1z1z3jy0mbn6dc75pnfsq9877y8yafvdhv5p8a54dbxxkzdcl3ll")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tdsfrmath")
(synopsis "Macros for French teachers of mathematics")
(description
"This package provides a collection of macros for French maths teachers
in colleges and lycées (and perhaps elsewhere). It is hoped that the package
will facilitate the everyday use of LaTeX by mathematics teachers.")
(license license:lppl)))
(define-public texlive-tensind
(package
(name "texlive-tensind")