mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Add texlive-fascicules.
* gnu/packages/tex.scm (texlive-fascicules): New variable.
This commit is contained in:
parent
bbaf446c46
commit
438244da07
1 changed files with 22 additions and 0 deletions
|
@ -3583,6 +3583,28 @@ (define-public texlive-faktor
|
||||||
@code{\\faktor} command.")
|
@code{\\faktor} command.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-fascicules
|
||||||
|
(package
|
||||||
|
(name "texlive-fascicules")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/fascicules/"
|
||||||
|
"source/latex/fascicules/"
|
||||||
|
"tex/latex/fascicules/")
|
||||||
|
(base32
|
||||||
|
"0hsap900psylamhn3my7gsn7n06glqczcff0yw53zs9gjwyh4s13")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/fascicules")
|
||||||
|
(synopsis "Create mathematical manuals for schools")
|
||||||
|
(description
|
||||||
|
"This package enables LaTeX users to create math books for middle and
|
||||||
|
high schools. It provides commands to create the front page of the manual and
|
||||||
|
the chapters. Each chapter can consist of three sections: the lesson, the
|
||||||
|
exercises and the activities.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue