[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
227/245: gnu: Add texlive-tex-ewd.
From: |
guix-commits |
Subject: |
227/245: gnu: Add texlive-tex-ewd. |
Date: |
Sun, 30 Jul 2023 13:47:27 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 78b0512f828758c594702adff2315317adbf66a9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:58:01 2023 +0200
gnu: Add texlive-tex-ewd.
* gnu/packages/tex.scm (texlive-tex-ewd): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1555324950..0759118d44 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6679,6 +6679,27 @@ with mixed upper and lower indices with spacing, also
typeset preposed
indices.")
(license license:lppl)))
+(define-public texlive-tex-ewd
+ (package
+ (name "texlive-tex-ewd")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/tex-ewd/"
+ "tex/generic/tex-ewd/")
+ (base32
+ "1xlxbnn16mf7mzz57rjzqqv18mcy0immmlcsnksda03dh7hn8b69")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tex-ewd")
+ (synopsis
+ "Macros to typeset calculational proofs and programs in Dijkstra's style")
+ (description
+ "Edsger W. Dijkstra and others suggest a unique style to present
+mathematical proofs and to construct programs. This package provides macros
+that support calculational proofs and Dijkstra's guarded command language.")
+ (license license:bsd-1)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 222/245: gnu: Add texlive-synproof., (continued)
- 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
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30
- 220/245: gnu: Add texlive-syllogism., guix-commits, 2023/07/30
- 223/245: gnu: Add texlive-t-angles., guix-commits, 2023/07/30
- 202/245: gnu: Add texlive-sistyle., guix-commits, 2023/07/30
- 227/245: gnu: Add texlive-tex-ewd.,
guix-commits <=
- 234/245: gnu: Add texlive-moreverb., guix-commits, 2023/07/30
- 201/245: gnu: Add texlive-simplewick., guix-commits, 2023/07/30
- 183/245: gnu: Add texlive-rbt-mathnotes., guix-commits, 2023/07/30
- 190/245: gnu: Add texlive-sankey., guix-commits, 2023/07/30
- 203/245: gnu: Add texlive-siunits., guix-commits, 2023/07/30
- 209/245: gnu: Add texlive-statex2., guix-commits, 2023/07/30
- 199/245: gnu: Add texlive-simpler-wick., guix-commits, 2023/07/30
- 191/245: gnu: Add texlive-sasnrdisplay., guix-commits, 2023/07/30
- 196/245: gnu: Add texlive-sfg., guix-commits, 2023/07/30
- 200/245: gnu: Add texlive-simples-matrices., guix-commits, 2023/07/30