[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/245: gnu: Add texlive-formal-grammar.
From: |
guix-commits |
Subject: |
91/245: gnu: Add texlive-formal-grammar. |
Date: |
Sun, 30 Jul 2023 13:46:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a1d65b45bec5498d0a0ea7225988941269f1427f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:19:33 2023 +0200
gnu: Add texlive-formal-grammar.
* gnu/packages/tex.scm (texlive-formal-grammar): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b316a0416..b611a7aa4f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3673,6 +3673,29 @@ and complex notation. Further many macros and shortcuts
are added, e.g., for
spaces, operators, physics unit, etc.")
(license license:lppl)))
+(define-public texlive-formal-grammar
+ (package
+ (name "texlive-formal-grammar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/formal-grammar/"
+ "source/latex/formal-grammar/"
+ "tex/latex/formal-grammar/")
+ (base32
+ "00vr0gdz6jikdycsbfn7n8ddb8391h9fl314vjf8yxz25rn75qz4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/formal-grammar")
+ (synopsis "Typeset formal grammars")
+ (description
+ "This package provides a new environment and associated commands to
+typeset BNF grammars. It allows to easily write formal grammars. Its
+original motivation was to typeset grammars for beamer presentations,
+therefore, there are macros to emphasize or downplay some parts of the
+grammar (which is the main novelty compared to other BNF packages).")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 61/245: gnu: Add texlive-decision-table., (continued)
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 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 <=
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh., guix-commits, 2023/07/30
- 96/245: gnu: Add texlive-ghsystem., guix-commits, 2023/07/30
- 97/245: gnu: Add texlive-glosmathtools., guix-commits, 2023/07/30
- 102/245: gnu: Add texlive-hep., guix-commits, 2023/07/30
- 111/245: gnu: Add texlive-ionumbers., guix-commits, 2023/07/30
- 109/245: gnu: Add texlive-includernw., guix-commits, 2023/07/30