[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/93: gnu: Add texlive-gfnotation.
From: |
guix-commits |
Subject: |
33/93: gnu: Add texlive-gfnotation. |
Date: |
Thu, 20 Jul 2023 05:21:18 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f2179ba604a4d3b87de8ed9f35dbcdc937a84b9e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:51:49 2023 +0200
gnu: Add texlive-gfnotation.
* gnu/packages/tex.scm (texlive-gfnotation): 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 8a19c6d141..f76e96c82a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2760,6 +2760,27 @@ from a dictionary, which includes options which
themselves have arguments.
The package was designed for use with Plain TeX.")
(license license:cecill-b)))
+(define-public texlive-gfnotation
+ (package
+ (name "texlive-gfnotation")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/gfnotation/"
+ "tex/plain/gfnotation/")
+ (base32
+ "18yl6qhwd3fk6fyi6plj0bcb6iwzr4yx9aqmhs77rs5k4j2rgxsf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfnotation")
+ (synopsis "Typeset Gottlob Frege's notation in plain TeX")
+ (description
+ "The package implements macros for plain TeX to typeset the notation
+invented by Gottlob Frege in 1879 for his books @emph{Begriffsschrift} and
+@emph{Grundgesetze der Arithmetik} (two volumes). The output styles of both
+books are supported.")
+ (license license:gpl3)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 66/93: gnu: Add texlive-pwebmac., (continued)
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20
- 28/93: gnu: Add texlive-fltpoint., guix-commits, 2023/07/20
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation.,
guix-commits <=
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20