mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-profcollege.
* gnu/packages/tex.scm (texlive-profcollege): New variable.
This commit is contained in:
parent
b52fd40802
commit
491f5b3776
1 changed files with 20 additions and 0 deletions
|
@ -6831,6 +6831,26 @@ (define-public texlive-proba
|
|||
filtrations (calligraphic).")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-profcollege
|
||||
(package
|
||||
(name "texlive-profcollege")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/profcollege/"
|
||||
"metapost/profcollege/"
|
||||
"tex/latex/profcollege/")
|
||||
(base32
|
||||
"06bj5crnqslqlg2dkh43b30jvdvknblg8l4fri15gpdx1z5k1d6h")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/profcollege")
|
||||
(synopsis "LaTeX package for French maths teachers in college")
|
||||
(description
|
||||
"This package provides some commands to help French mathematics teachers
|
||||
for 11-16 years olds.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-proof-at-the-end
|
||||
(package
|
||||
(name "texlive-proof-at-the-end")
|
||||
|
|
Loading…
Reference in a new issue