me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-schulmathematik.

* gnu/packages/tex.scm (texlive-schulmathematik): New variable.
Nicolas Goaziou 2023-08-11 00:02:00 +02:00
parent 8fc7d71cc0
commit 73472c95ab
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -15645,6 +15645,27 @@ model of psychological experience. These symbols are prepared using TikZ.")
using TikZ.") using TikZ.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-schulmathematik
(package
(name "texlive-schulmathematik")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/schulmathematik/"
"tex/latex/schulmathematik/")
(base32
"1lgsn7my9v2jks553c25wcagaqvxzmzjsijwkilys697c936dv57")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/schulmathematik")
(synopsis
"Commands and document classes for German-speaking teachers of
mathematics and physics")
(description
"The @code{schulmathematik} bundle provides two LaTeX packages and six
document classes for German-speaking teachers of mathematics and physics.")
(license license:lppl1.3+)))
(define-public texlive-scratch (define-public texlive-scratch
(package (package
(name "texlive-scratch") (name "texlive-scratch")