[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/245: gnu: Add texlive-principia.
From: |
guix-commits |
Subject: |
174/245: gnu: Add texlive-principia. |
Date: |
Sun, 30 Jul 2023 13:46:59 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7fb8654f8f8874eef26c601588740d155a79a97c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:41:50 2023 +0200
gnu: Add texlive-principia.
* gnu/packages/tex.scm (texlive-principia): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1e3b0e8e10..a68a038a4a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5560,6 +5560,25 @@ of all rational roots is implemented via such macros.")
deduction calculi, sequent-like calculi, and similar.")
(license license:gpl3+)))
+(define-public texlive-principia
+ (package
+ (name "texlive-principia")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/principia/"
+ "tex/latex/principia/")
+ (base32
+ "1pq9plcp0zp5a4nhz80kbkhbg00axp10p20r1bwq4ck7giwci3jf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/principia")
+ (synopsis "Notations for typesetting the @emph{Principia Mathematica}")
+ (description
+ "This package supports typesetting the Peanese notation in Volume I of
+Whitehead and Russell's 1910 @emph{Principia Mathematica}.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 152/245: gnu: Add texlive-nchairx., (continued)
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus., guix-commits, 2023/07/30
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30
- 163/245: gnu: Add texlive-overarrows., guix-commits, 2023/07/30
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 174/245: gnu: Add texlive-principia.,
guix-commits <=
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30