[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/245: gnu: Add texlive-mathcomp.
From: |
guix-commits |
Subject: |
127/245: gnu: Add texlive-mathcomp. |
Date: |
Sun, 30 Jul 2023 13:46:50 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit da3005f87491075827b2506247aa27b0011ef67b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:29:28 2023 +0200
gnu: Add texlive-mathcomp.
* gnu/packages/tex.scm (texlive-mathcomp): 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 82895b6ece..140deb7f17 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4498,6 +4498,27 @@ The primary objective of this package is to be used
together with the
knowledge package for a proper handling of mathematical notations.")
(license license:lppl1.3+)))
+(define-public texlive-mathcomp
+ (package
+ (name "texlive-mathcomp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mathcomp/"
+ "source/latex/mathcomp/"
+ "tex/latex/mathcomp/")
+ (base32
+ "0a7y6r9ikasr9v48671ij40z31j0mxiliy1k3yg3ldbiggrjh07i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mathcomp")
+ (synopsis "Text symbols in maths mode")
+ (description
+ "This package provides a package which provides access to some
+interesting characters of the Text Companion fonts (TS1 encoding) in maths
+mode.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 116/245: gnu: Add texlive-karnaugh-map., (continued)
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp.,
guix-commits <=
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30
- 139/245: gnu: Add texlive-messagepassing., guix-commits, 2023/07/30
- 133/245: gnu: Add texlive-matlab-prettifier., guix-commits, 2023/07/30
- 143/245: gnu: Add texlive-mhequ., guix-commits, 2023/07/30