mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-statistik.
* gnu/packages/tex.scm (texlive-statistik): New variable.
This commit is contained in:
parent
949c40d590
commit
091e151fa7
1 changed files with 20 additions and 0 deletions
|
@ -6352,6 +6352,26 @@ (define-public texlive-statistics
|
|||
graphs.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-statistik
|
||||
(package
|
||||
(name "texlive-statistik")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/statistik/"
|
||||
"source/latex/statistik/"
|
||||
"tex/latex/statistik/")
|
||||
(base32
|
||||
"1j1g9hidkq02v3f4alafi53qny3diazpfxb1w936dcy4wi5l584x")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/statistik")
|
||||
(synopsis "Store statistics of a document")
|
||||
(description
|
||||
"The package counts the numbers of pages per chapter, and stores the
|
||||
results in a separate file; the format of the file is selectable.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue