[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/245: gnu: Add texlive-calculation.
From: |
guix-commits |
Subject: |
30/245: gnu: Add texlive-calculation. |
Date: |
Sun, 30 Jul 2023 13:46:32 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0d70c6a3abdb88f28164bb33fabc05d281603609
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:08:47 2023 +0200
gnu: Add texlive-calculation.
* gnu/packages/tex.scm (texlive-calculation): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d2010b6577..c2b4bf671e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2060,6 +2060,32 @@ a packet or in memory.")
in Python, C and Pascal. Program source files may also be input.")
(license license:public-domain)))
+(define-public texlive-calculation
+ (package
+ (name "texlive-calculation")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/calculation/"
+ "source/latex/calculation/"
+ "tex/latex/calculation/")
+ (base32
+ "15sk3v1cwpjln4rp9k877awxaz9js5gbazlzjknmv5fv1cb4d09c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/calculation")
+ (synopsis
+ "Typesetting reasoned calculations, also called calculational proofs")
+ (description
+ "The @code{calculation} environment formats reasoned calculations, also
+called calculational proofs. The package allows steps and expressions to be
+numbered (by LaTeX equation numbers, obeying the LaTeX @code{\\label} command
+to refer to these numbers), and a step doesn't take vertical space if its hint
+is empty. An expression in a calculation can be given a comment; it is placed
+at the side opposite to the equation numbers. Calculations are allowed inside
+hints although numbering and commenting is then disabled.")
+ (license license:lppl1.3+)))
+
(define-public texlive-catcodes
(package
(name "texlive-catcodes")
- 215/245: gnu: Add texlive-struktex., (continued)
- 215/245: gnu: Add texlive-struktex., guix-commits, 2023/07/30
- 233/245: gnu: Add texlive-turnstile., guix-commits, 2023/07/30
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset., guix-commits, 2023/07/30
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30
- 23/245: gnu: Add texlive-bohr., guix-commits, 2023/07/30
- 24/245: gnu: Add texlive-boldtensors., guix-commits, 2023/07/30
- 28/245: gnu: Add texlive-bussproofs-extra., guix-commits, 2023/07/30
- 30/245: gnu: Add texlive-calculation.,
guix-commits <=
- 44/245: gnu: Add texlive-chemschemex., guix-commits, 2023/07/30
- 55/245: gnu: Add texlive-concrete., guix-commits, 2023/07/30
- 57/245: gnu: Add texlive-correctmathalign., guix-commits, 2023/07/30
- 59/245: gnu: Add texlive-csassignments., guix-commits, 2023/07/30
- 64/245: gnu: Add texlive-delimset., guix-commits, 2023/07/30
- 66/245: gnu: Add texlive-diffcoeff., guix-commits, 2023/07/30
- 71/245: gnu: Add texlive-dyntree., guix-commits, 2023/07/30
- 72/245: gnu: Add texlive-easing., guix-commits, 2023/07/30
- 02/245: gnu: Add texlive-accents., guix-commits, 2023/07/30
- 09/245: gnu: Add texlive-algxpar., guix-commits, 2023/07/30