[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
407/416: gnu: Add texlive-sansmathfonts.
From: |
guix-commits |
Subject: |
407/416: gnu: Add texlive-sansmathfonts. |
Date: |
Sun, 28 May 2023 02:33:42 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 64258b61c01385934a9ff24cb950bd8dff08cf2c
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 55b474111b..448cd17dcf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4152,6 +4152,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")
- 388/416: gnu: simple-texlive-package: Remove it., (continued)
- 388/416: gnu: simple-texlive-package: Remove it., guix-commits, 2023/05/28
- 389/416: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/28
- 393/416: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/05/28
- 392/416: gnu: texlive-etex: Fix build., guix-commits, 2023/05/28
- 395/416: gnu: texlive-ec: Fix build., guix-commits, 2023/05/28
- 398/416: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 400/416: gnu: texlive-tipa: Fix build., guix-commits, 2023/05/28
- 402/416: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/28
- 403/416: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/28
- 404/416: gnu: texlive-cs: Fix build., guix-commits, 2023/05/28
- 407/416: gnu: Add texlive-sansmathfonts.,
guix-commits <=
- 410/416: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/28
- 413/416: guix: import: Improve importing texlive meta packages., guix-commits, 2023/05/28
- 416/416: gnu: faif: Update texlive package names., guix-commits, 2023/05/28
- 129/416: gnu: Add texlive-gincltex., guix-commits, 2023/05/28
- 150/416: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/28
- 153/416: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/28
- 154/416: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/28
- 174/416: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 166/416: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28
- 159/416: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/28