[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/245: gnu: Add texlive-complexity.
From: |
guix-commits |
Subject: |
52/245: gnu: Add texlive-complexity. |
Date: |
Sun, 30 Jul 2023 13:46:36 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit cf4d8d84fa5a8b196cc1474143324adf289af6aa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:38:10 2023 +0200
gnu: Add texlive-complexity.
* gnu/packages/tex.scm (texlive-complexity): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fc6761d918..c5a48709cf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2646,6 +2646,28 @@ argument is less than, equal to, or greater than the
second argument. Sorting
is alphabetic, using ASCII collating order.")
(license license:public-domain)))
+(define-public texlive-complexity
+ (package
+ (name "texlive-complexity")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/complexity/"
+ "tex/latex/complexity/")
+ (base32
+ "0yqv0qp4i6jkjkrsvjzq5r2x282y5maq6w5cbvkspp7d0g4sg0ph")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/complexity")
+ (synopsis "Computational complexity class names")
+ (description
+ "Complexity is a LaTeX package that defines commands to typeset
+Computational Complexity Classes such as @samp{$\\P$} and @samp{$\\NP$} (as
+well as hundreds of others). It also offers several options including which
+font classes are typeset in and how many are defined (all of them or just the
+basic, most commonly used ones).")
+ (license license:lppl1.3c)))
+
(define-public texlive-crossrefenum
(package
(name "texlive-crossrefenum")
- 72/245: gnu: Add texlive-easing., (continued)
- 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
- 11/245: gnu: Add texlive-amscdx., guix-commits, 2023/07/30
- 17/245: gnu: Add texlive-backnaur., guix-commits, 2023/07/30
- 22/245: gnu: Add texlive-bodeplot., guix-commits, 2023/07/30
- 36/245: gnu: Add texlive-chemcompounds., guix-commits, 2023/07/30
- 48/245: gnu: Add texlive-clrscode3e., guix-commits, 2023/07/30
- 45/245: gnu: Add texlive-chemsec., guix-commits, 2023/07/30
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity.,
guix-commits <=
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 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