[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
407/409: gnu: Add texlive-sansmathfonts.
From: |
guix-commits |
Subject: |
407/409: gnu: Add texlive-sansmathfonts. |
Date: |
Sat, 20 May 2023 04:03:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a6dd61f16a69c9ab1038fd9c1ed0bc530229c320
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 15:43:50 2023 +0200
gnu: Add texlive-sansmathfonts.
* gnu/packages/tex.scm (texlive-sansmathfonts): 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 ad5fe8805c..b1cba6a66b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4154,6 +4154,32 @@ base LaTeX code now supports multiple dots and spaces,
and this package by
default is a stub that just loads @code{graphicx}.")
(license license:lppl1.3c+)))
+(define-public texlive-sansmathfonts
+ (package
+ (name "texlive-sansmathfonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/sansmathfonts/"
+ "fonts/map/dvips/sansmathfonts/"
+ "fonts/source/public/sansmathfonts/"
+ "fonts/tfm/public/sansmathfonts/"
+ "fonts/type1/public/sansmathfonts/"
+ "fonts/vf/public/sansmathfonts/"
+ "tex/latex/sansmathfonts/")
+ (base32
+ "1l6q26590kdr2b24psdwgjw199p3sgk2hh74gq6fd6qircc1z3cy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list texlive-amsfonts texlive-cm texlive-ec texlive-metafont))
+ (home-page "https://ctan.org/pkg/sansmathfonts")
+ (synopsis "Correct placement of accents in sans-serif maths")
+ (description
+ "This package provides sans serif small caps and math fonts for use with
+Computer Modern.")
+ (license license:lppl1.3c)))
+
(define-public texlive-stringenc
(package
(name "texlive-stringenc")
- 373/409: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 373/409: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 380/409: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 382/409: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 384/409: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 387/409: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 386/409: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 392/409: gnu: texlive-etex: Fix build., guix-commits, 2023/05/20
- 394/409: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/20
- 391/409: gnu: texlive-cm: Fix build., guix-commits, 2023/05/20
- 407/409: gnu: Add texlive-sansmathfonts.,
guix-commits <=
- 402/409: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/20
- 405/409: gnu: texlive-lh: Fix build., guix-commits, 2023/05/20
- 395/409: gnu: texlive-ec: Fix build., guix-commits, 2023/05/20
- 401/409: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/20
- 409/409: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/20