mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-helvetic.
* gnu/packages/tex.scm (texlive-helvetic): New variable.
This commit is contained in:
parent
0390d786bb
commit
05b2826122
1 changed files with 26 additions and 0 deletions
|
@ -1319,6 +1319,32 @@ (define-public texlive-tex-plain
|
|||
discussed in the book).")
|
||||
(license license:knuth)))
|
||||
|
||||
(define-public texlive-helvetic
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-helvetic"
|
||||
(list "/dvips/helvetic/"
|
||||
"/fonts/afm/adobe/helvetic/"
|
||||
"/fonts/afm/urw/helvetic/"
|
||||
"/fonts/map/dvips/helvetic/"
|
||||
"/fonts/tfm/adobe/helvetic/"
|
||||
"/fonts/tfm/monotype/helvetic/"
|
||||
"/fonts/tfm/urw35vf/helvetic/"
|
||||
"/fonts/type1/urw/helvetic/"
|
||||
"/fonts/vf/adobe/helvetic/"
|
||||
"/fonts/vf/monotype/helvetic/"
|
||||
"/fonts/vf/urw35vf/helvetic/"
|
||||
"/tex/latex/helvetic/")
|
||||
(base32
|
||||
"0c3f1ly7y6404z0akbfbbfql13sz717v0n0g69qjpr69hi4n0nsl")
|
||||
#:trivial? #t))
|
||||
(home-page "https://ctan.org/pkg/urw-base35")
|
||||
(synopsis "URW Base 35 font pack for LaTeX")
|
||||
(description "This package provides a drop-in replacements for the Helvetica
|
||||
font from Adobe's basic set.")
|
||||
;; No license version specified.
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-hyphen-afrikaans
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
|
|
Loading…
Reference in a new issue