[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
195/418: gnu: texlive-mathpazo: Refresh package definition.
From: |
guix-commits |
Subject: |
195/418: gnu: texlive-mathpazo: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 448cb76c68e04a15af81fc367a284ed9c05d5e06
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:26:59 2023 +0200
gnu: texlive-mathpazo: Refresh package definition.
* gnu/packages/tex.scm (texlive-mathpazo): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 44 ++++++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0e97512614..bb92881fda 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11032,28 +11032,32 @@ Symbol font from Adobe's basic set.")
(define-public texlive-mathpazo
(package
- (inherit (simple-texlive-package
- "texlive-mathpazo"
- (list "/doc/latex/mathpazo/"
- "/fonts/afm/public/mathpazo/"
- "/fonts/tfm/public/mathpazo/"
- "/fonts/type1/public/mathpazo/"
- "/fonts/vf/public/mathpazo/")
- (base32
- "02in6hdnbnkz216mpy8g6fk3wmlls8nh5982vmg37vhbj77lk0rh")
- #:trivial? #t))
- (home-page "http://www.ctan.org/pkg/mathpazo")
+ (name "texlive-mathpazo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mathpazo/"
+ "fonts/afm/public/mathpazo/"
+ "fonts/tfm/public/mathpazo/"
+ "fonts/type1/public/mathpazo/"
+ "fonts/vf/public/mathpazo/"
+ "source/latex/mathpazo/")
+ (base32
+ "0g10rjgg1kb78lgyxmwjrkgpy24yq3v0m47h6zhbc68rrmmawvwp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-fpl texlive-palatino))
+ (home-page "https://ctan.org/pkg/mathpazo")
(synopsis "Fonts to typeset mathematics to match Palatino")
(description "The Pazo Math fonts are a family of PostScript fonts
-suitable for typesetting mathematics in combination with the Palatino
-family of text fonts. The Pazo Math family is made up of five fonts
-provided in Adobe Type 1 format. These contain glyphs that are
-usually not available in Palatino and for which Computer Modern looks
-odd when combined with Palatino. These glyphs include the uppercase
-Greek alphabet in upright and slanted shapes, the lowercase Greek
-alphabet in slanted shape, several mathematical glyphs and the
-uppercase letters commonly used to represent various number sets.
-LaTeX macro support is provided in package @code{psnfss}.")
+suitable for typesetting mathematics in combination with the Palatino family
+of text fonts. The Pazo Math family is made up of five fonts provided in
+Adobe Type 1 format. These contain glyphs that are usually not available in
+Palatino and for which Computer Modern looks odd when combined with Palatino.
+These glyphs include the uppercase Greek alphabet in upright and slanted
+shapes, the lowercase Greek alphabet in slanted shape, several mathematical
+glyphs and the uppercase letters commonly used to represent various number
+sets. LaTeX macro support is provided in package @code{psnfss}.")
(license license:gpl3+)))
(define-public texlive-fp
- 157/418: gnu: texlive-pdflscape: Refresh package definition., (continued)
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/29
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/29
- 170/418: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/29
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/05/29
- 184/418: gnu: Add texlive-etextools., guix-commits, 2023/05/29
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/29
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/29
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/29
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/29
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/29
- 195/418: gnu: texlive-mathpazo: Refresh package definition.,
guix-commits <=
- 210/418: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/29
- 209/418: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/29
- 206/418: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/05/29
- 201/418: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/05/29
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/29
- 203/418: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/29
- 208/418: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/29
- 222/418: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/29
- 214/418: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/29
- 213/418: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/29