[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
211/245: gnu: Add texlive-statistik.
From: |
guix-commits |
Subject: |
211/245: gnu: Add texlive-statistik. |
Date: |
Sun, 30 Jul 2023 13:47:11 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 091e151fa7876c886b6fe0531acecbc0b04892e6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:51:00 2023 +0200
gnu: Add texlive-statistik.
* gnu/packages/tex.scm (texlive-statistik): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b94a10653c..80acc65d02 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6352,6 +6352,26 @@ of them. Similarly @code{statistics} can draw only some
parts of the
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")
- 169/245: gnu: Add texlive-physunits., (continued)
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 174/245: gnu: Add texlive-principia., guix-commits, 2023/07/30
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik.,
guix-commits <=
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30
- 238/245: gnu: Add texlive-witharrows., guix-commits, 2023/07/30
- 214/245: gnu: Add texlive-structmech., guix-commits, 2023/07/30
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath., guix-commits, 2023/07/30