mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add texlive-srdp-mathematik.
* gnu/packages/tex.scm (texlive-srdp-mathematik): New variable.
This commit is contained in:
parent
217dd37dae
commit
0651519e3d
1 changed files with 23 additions and 0 deletions
|
@ -28047,6 +28047,29 @@ (define-public texlive-srbtiks
|
|||
Macedonian languages.")
|
||||
(license (list license:silofl1.1 license:lppl1.3+))))
|
||||
|
||||
(define-public texlive-srdp-mathematik
|
||||
(package
|
||||
(name "texlive-srdp-mathematik")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/srdp-mathematik/"
|
||||
"tex/latex/srdp-mathematik/")
|
||||
(base32
|
||||
"0pbsj6gkk5zblvhwgpymz64gwzf84mzciybm2m9jqf7x9va2xqp0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/srdp-mathematik")
|
||||
(synopsis "Typeset Austrian SRDP in mathematics")
|
||||
(description
|
||||
"This package provides basic commands for the defined formats of the
|
||||
Austrian @acronym{sRDP, Standardisierte Reife- und Diplomprufung} in
|
||||
mathematics. Furthermore, it includes ways to implement answers in the
|
||||
@file{.tex} file which can optionally be displayed in the PDF file, and it
|
||||
offers a way to vary the answers in order to create different groups (e.g.,
|
||||
for tests) easily.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-stage
|
||||
(package
|
||||
(name "texlive-stage")
|
||||
|
|
Loading…
Reference in a new issue