ngz pushed a commit to branch master
in repository guix.
commit d95fa8ead01f130186028837c502fbc906255f53
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:24:51 2023 +0200
gnu: Add texlive-hep-font.
* gnu/packages/tex.scm (texlive-hep-font): 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 fc7c1a039c..7c2fc8d44a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14090,6 +14090,27 @@ makes full use of all BibTeX fields provided by
Discover High-Energy
Physics.")
(license license:lppl1.3c)))
+(define-public texlive-hep-font
+ (package
+ (name "texlive-hep-font")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hep-font/"
+ "source/fonts/hep-font/"
+ "tex/latex/hep-font/")
+ (base32
+ "0wf39qf896abj0ypgz0655pm055ywch3jlpnxd8pgaip6igbs5g9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hep-font")
+ (synopsis "Latin modern extended by Computer Modern")
+ (description
+ "The @code{hep-font} package loads standard font packages and extends the
+usual Latin Modern implementations by replacing missing fonts with Computer
+Modern counterparts.")
+ (license license:lppl1.3c)))
+
(define-public texlive-hep-reference
(package
(name "texlive-hep-reference")