[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
240/245: gnu: Add texlive-yhmath.
From: |
guix-commits |
Subject: |
240/245: gnu: Add texlive-yhmath. |
Date: |
Sun, 30 Jul 2023 13:47:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f4e9fd923facffa2b952b8de16e73bb6d1bbb75a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 17:00:14 2023 +0200
gnu: Add texlive-yhmath.
* gnu/packages/tex.scm (texlive-yhmath): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5e1c6c97e9..7a19335f51 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6943,6 +6943,32 @@ structural formulas in a way that reflects their
structure. The package
provides three output modes: LaTeX, PostScript and PDF.")
(license license:lppl1.3+)))
+(define-public texlive-yhmath
+ (package
+ (name "texlive-yhmath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/yhmath/"
+ "fonts/map/dvips/yhmath/"
+ "fonts/source/public/yhmath/"
+ "fonts/tfm/public/yhmath/"
+ "fonts/type1/public/yhmath/"
+ "fonts/vf/public/yhmath/"
+ "source/fonts/yhmath/"
+ "tex/latex/yhmath/")
+ (base32
+ "0blzyr94d7ajb639j7bfnrpn52wicwfqwyba38hgh6s9hgx071cv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/yhmath")
+ (synopsis "Extended maths fonts for LaTeX")
+ (description
+ "The @code{yhmath} bundle contains fonts (in Metafont and type 1 format)
+and a LaTeX package for using them.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 170/245: gnu: Add texlive-pinoutikz., (continued)
- 170/245: gnu: Add texlive-pinoutikz., guix-commits, 2023/07/30
- 175/245: gnu: Add texlive-proba., guix-commits, 2023/07/30
- 184/245: gnu: Add texlive-rec-thy., guix-commits, 2023/07/30
- 239/245: gnu: Add texlive-xymtex., guix-commits, 2023/07/30
- 221/245: gnu: Add texlive-sympytexpackage., guix-commits, 2023/07/30
- 195/245: gnu: Add texlive-sesamanuel., guix-commits, 2023/07/30
- 224/245: gnu: Add texlive-tablor., guix-commits, 2023/07/30
- 237/245: gnu: Add texlive-venn., guix-commits, 2023/07/30
- 187/245: gnu: Add texlive-revquantum., guix-commits, 2023/07/30
- 218/245: gnu: Add texlive-subtext., guix-commits, 2023/07/30
- 240/245: gnu: Add texlive-yhmath.,
guix-commits <=
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau., guix-commits, 2023/07/30
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 197/245: gnu: Add texlive-shuffle., guix-commits, 2023/07/30
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30