[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/245: gnu: Add texlive-concmath.
From: |
guix-commits |
Subject: |
54/245: gnu: Add texlive-concmath. |
Date: |
Sun, 30 Jul 2023 13:46:37 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit baf37a1a26565941167f2214b0fc4701f4f50a6d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:48:14 2023 +0200
gnu: Add texlive-concmath.
* gnu/packages/tex.scm (texlive-concmath): 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 0018fce64f..2ab42c34ae 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2691,6 +2691,27 @@ it since it contains a lot of features such as more
intelligent references,
a set of theorem definitions, an algorithm environment, and more.")
(license license:lppl1.2+)))
+(define-public texlive-concmath
+ (package
+ (name "texlive-concmath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/concmath/"
+ "source/latex/concmath/"
+ "tex/latex/concmath/")
+ (base32
+ "0lc1bj2yqbyn13bq4fwiqf1hijbj5kwxadifzbg1riscwal3z5vw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/concmath")
+ (synopsis "Concrete Math fonts")
+ (description
+ "This package provides a LaTeX package and font definition files to
+access the Concrete mathematics fonts, which were derived from Computer Modern
+math fonts using parameters from Concrete Roman text fonts.")
+ (license license:lppl)))
+
(define-public texlive-crossrefenum
(package
(name "texlive-crossrefenum")
- 17/245: gnu: Add texlive-backnaur., (continued)
- 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, 2023/07/30
- 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 <=
- 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, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30