gnu: Add texlive-proflycee.
* gnu/packages/tex.scm (texlive-proflycee): New variable.
This commit is contained in:
parent
e53575f73f
commit
9ffc717440
1 changed files with 19 additions and 0 deletions
|
@ -6869,6 +6869,25 @@ for 11-16 years olds.")
|
||||||
drawings (using TikZ) for laboratory stuff.")
|
drawings (using TikZ) for laboratory stuff.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-proflycee
|
||||||
|
(package
|
||||||
|
(name "texlive-proflycee")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/proflycee/"
|
||||||
|
"tex/latex/proflycee/")
|
||||||
|
(base32
|
||||||
|
"0kvwdppbw4gmdfa90blgj1gxv03clfx21nahdgvzk9i2dyccfllv")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/proflycee")
|
||||||
|
(synopsis "LaTeX package for French maths teachers in high school")
|
||||||
|
(description
|
||||||
|
"This package provides some commands to help French mathematics teachers
|
||||||
|
for 15-18 years olds.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-proof-at-the-end
|
(define-public texlive-proof-at-the-end
|
||||||
(package
|
(package
|
||||||
(name "texlive-proof-at-the-end")
|
(name "texlive-proof-at-the-end")
|
||||||
|
|
Reference in a new issue