[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/93: gnu: Add texlive-chronosys.
From: |
guix-commits |
Subject: |
10/93: gnu: Add texlive-chronosys. |
Date: |
Thu, 20 Jul 2023 05:21:13 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 45e916cb95a14c41d26338f457b03160ab865337
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:44:53 2023 +0200
gnu: Add texlive-chronosys.
* gnu/packages/tex.scm (texlive-chronosys): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9fbf6fef3f..baf125ad6f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1393,6 +1393,25 @@ mechanism.
@end itemize")
(license license:lppl1.3+)))
+(define-public texlive-chronosys
+ (package
+ (name "texlive-chronosys")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/chronosys/"
+ "tex/generic/chronosys/")
+ (base32
+ "145ap67ykdkp2f0ahasp9sjccrv1wzxdfl05nq6hbi6z65pk56s5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chronosys")
+ (synopsis "Drawing time-line diagrams")
+ (description
+ "This package provides macros to produce time line diagrams.
+Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
+ (license license:lppl1.3+)))
+
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")
- branch master updated (6547d3852b -> f019ce027c), guix-commits, 2023/07/20
- 01/93: gnu: Add texlive-abbr., guix-commits, 2023/07/20
- 03/93: gnu: Add texlive-apnum., guix-commits, 2023/07/20
- 05/93: gnu: Add texlive-barr., guix-commits, 2023/07/20
- 07/93: gnu: Add texlive-borceux., guix-commits, 2023/07/20
- 09/93: gnu: Add texlive-catcodes., guix-commits, 2023/07/20
- 10/93: gnu: Add texlive-chronosys.,
guix-commits <=
- 11/93: gnu: Add texlive-colorsep., guix-commits, 2023/07/20
- 18/93: gnu: Add texlive-dowith., guix-commits, 2023/07/20
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx., guix-commits, 2023/07/20
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20
- 04/93: gnu: Add texlive-autoaligne., guix-commits, 2023/07/20
- 06/93: gnu: Add texlive-bitelist., guix-commits, 2023/07/20
- 13/93: gnu: Add texlive-crossrefenum., guix-commits, 2023/07/20
- 17/93: gnu: Add texlive-docbytex., guix-commits, 2023/07/20