mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: texlive-symbol: Refresh package definition.
* gnu/packages/tex.scm (texlive-symbol): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
76efb0fbd2
commit
6886a807b6
1 changed files with 27 additions and 16 deletions
|
@ -11003,24 +11003,35 @@ (define-public texlive-caption
|
||||||
|
|
||||||
(define-public texlive-symbol
|
(define-public texlive-symbol
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-symbol")
|
||||||
"texlive-symbol"
|
(version (number->string %texlive-revision))
|
||||||
(list "/dvips/symbol/"
|
(source (texlive-origin
|
||||||
"/fonts/afm/adobe/symbol/"
|
name version
|
||||||
"/fonts/afm/urw/symbol/"
|
(list "dvips/symbol/"
|
||||||
"/fonts/tfm/adobe/symbol/"
|
"fonts/afm/adobe/symbol/"
|
||||||
"/fonts/tfm/urw35vf/symbol/"
|
"fonts/afm/urw/symbol/"
|
||||||
"/fonts/type1/urw/symbol/"
|
"fonts/map/dvips/symbol/"
|
||||||
"/fonts/map/dvips/symbol/"
|
"fonts/tfm/adobe/symbol/"
|
||||||
"/tex/latex/symbol/")
|
"fonts/tfm/monotype/symbol/"
|
||||||
(base32
|
"fonts/tfm/urw35vf/symbol/"
|
||||||
"01xiygb88xwi7rfvh1zrlxzi5pqb5fvylws5zzszg379iz4pyzwj")
|
"fonts/type1/urw/symbol/"
|
||||||
#:trivial? #t))
|
"tex/latex/symbol/")
|
||||||
|
(base32
|
||||||
|
"1pdkpr86bhia5hcmf7q3nhvklnsga4mqqrrirgl8a7al7x6q3ivs")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(home-page "https://ctan.org/pkg/urw-base35")
|
(home-page "https://ctan.org/pkg/urw-base35")
|
||||||
(synopsis "URW Base 35 font pack for LaTeX")
|
(synopsis "URW Base 35 font pack for LaTeX")
|
||||||
(description "This package provides a drop-in replacement for the
|
(description
|
||||||
Symbol font from Adobe's basic set.")
|
"This package provides a set of fonts for use as drop-in replacements for
|
||||||
(license license:gpl2)))
|
Adobe's basic set, comprising: Century Schoolbook (substituting for Adobe's
|
||||||
|
New Century Schoolbook); Dingbats (substituting for Adobe's Zapf Dingbats);
|
||||||
|
Nimbus Mono L (substituting for Abobe's Courier); Nimbus Roman No9
|
||||||
|
L (substituting for Adobe's Times); Nimbus Sans L (substituting for Adobe's
|
||||||
|
Helvetica); Standard Symbols L (substituting for Adobe's Symbol); URW Bookman;
|
||||||
|
URW Chancery L Medium Italic (substituting for Adobe's Zapf Chancery); URW
|
||||||
|
Gothic L Book (substituting for Adobe's Avant Garde); and URW Palladio
|
||||||
|
L (substituting for Adobe's Palatino).")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-mathpazo
|
(define-public texlive-mathpazo
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue