[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/245: gnu: Add texlive-decision-table.
From: |
guix-commits |
Subject: |
61/245: gnu: Add texlive-decision-table. |
Date: |
Sun, 30 Jul 2023 13:46:38 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 74ea71f560723814533e08b389a34c701c274890
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:49:30 2023 +0200
gnu: Add texlive-decision-table.
* gnu/packages/tex.scm (texlive-decision-table): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c191648a31..8bc28a7629 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2900,6 +2900,34 @@ Environmental scores will be part of a future release.")
"This package contains parts of CWEB that are no longer useful.")
(license license:knuth)))
+(define-public texlive-decision-table
+ (package
+ (name "texlive-decision-table")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/decision-table/"
+ "source/latex/decision-table/"
+ "tex/latex/decision-table/")
+ (base32
+ "14cgf142wmi2qlrxaa8dmyr7grb7d33ngfpg8sbrm82a78cvl1yc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/decision-table")
+ (synopsis "Create Decision Model and Notation decision tables")
+ (description
+ "The decision-table package allows for an easy way to generate decision
+tables in the Decision Model and Notation (DMN) format. This package ensures
+consistency in the tables (i.e., fontsize), and is thus a better alternative
+to inserting tables via images.
+
+The decision-table package adds the @code{\\dmntable} command, with which
+tables can be created. This command expands into a tabular, so it can be used
+within a @code{table} or @code{figure} environment. Furthermore, this allows
+labels and captions to be added seamlessly. It is also possible to place
+multiple DMN tables in one table/figure environment.")
+ (license license:lppl1.3c)))
+
(define-public texlive-dinat
(package
(name "texlive-dinat")
- 11/245: gnu: Add texlive-amscdx., (continued)
- 11/245: gnu: Add texlive-amscdx., guix-commits, 2023/07/30
- 17/245: gnu: Add texlive-backnaur., guix-commits, 2023/07/30
- 22/245: gnu: Add texlive-bodeplot., guix-commits, 2023/07/30
- 36/245: gnu: Add texlive-chemcompounds., guix-commits, 2023/07/30
- 48/245: gnu: Add texlive-clrscode3e., guix-commits, 2023/07/30
- 45/245: gnu: Add texlive-chemsec., guix-commits, 2023/07/30
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 61/245: gnu: Add texlive-decision-table.,
guix-commits <=
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30