gnu: texlive-mathpazo: Refresh package definition.
* gnu/packages/tex.scm (texlive-mathpazo): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
9aa2f5228d
commit
76efb0fbd2
1 changed files with 24 additions and 20 deletions
|
@ -11024,28 +11024,32 @@ Symbol font from Adobe's basic set.")
|
||||||
|
|
||||||
(define-public texlive-mathpazo
|
(define-public texlive-mathpazo
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-mathpazo")
|
||||||
"texlive-mathpazo"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/latex/mathpazo/"
|
(source (texlive-origin
|
||||||
"/fonts/afm/public/mathpazo/"
|
name version
|
||||||
"/fonts/tfm/public/mathpazo/"
|
(list "doc/latex/mathpazo/"
|
||||||
"/fonts/type1/public/mathpazo/"
|
"fonts/afm/public/mathpazo/"
|
||||||
"/fonts/vf/public/mathpazo/")
|
"fonts/tfm/public/mathpazo/"
|
||||||
(base32
|
"fonts/type1/public/mathpazo/"
|
||||||
"02in6hdnbnkz216mpy8g6fk3wmlls8nh5982vmg37vhbj77lk0rh")
|
"fonts/vf/public/mathpazo/"
|
||||||
#:trivial? #t))
|
"source/latex/mathpazo/")
|
||||||
(home-page "http://www.ctan.org/pkg/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")
|
(synopsis "Fonts to typeset mathematics to match Palatino")
|
||||||
(description "The Pazo Math fonts are a family of PostScript fonts
|
(description "The Pazo Math fonts are a family of PostScript fonts
|
||||||
suitable for typesetting mathematics in combination with the Palatino
|
suitable for typesetting mathematics in combination with the Palatino family
|
||||||
family of text fonts. The Pazo Math family is made up of five fonts
|
of text fonts. The Pazo Math family is made up of five fonts provided in
|
||||||
provided in Adobe Type 1 format. These contain glyphs that are
|
Adobe Type 1 format. These contain glyphs that are usually not available in
|
||||||
usually not available in Palatino and for which Computer Modern looks
|
Palatino and for which Computer Modern looks odd when combined with Palatino.
|
||||||
odd when combined with Palatino. These glyphs include the uppercase
|
These glyphs include the uppercase Greek alphabet in upright and slanted
|
||||||
Greek alphabet in upright and slanted shapes, the lowercase Greek
|
shapes, the lowercase Greek alphabet in slanted shape, several mathematical
|
||||||
alphabet in slanted shape, several mathematical glyphs and the
|
glyphs and the uppercase letters commonly used to represent various number
|
||||||
uppercase letters commonly used to represent various number sets.
|
sets. LaTeX macro support is provided in package @code{psnfss}.")
|
||||||
LaTeX macro support is provided in package @code{psnfss}.")
|
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-fp
|
(define-public texlive-fp
|
||||||
|
|
Reference in a new issue