mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: Add texlive-imfellenglish.
* gnu/packages/tex.scm (texlive-imfellenglish): New variable.
This commit is contained in:
parent
7ad664d771
commit
9610ccaf2d
1 changed files with 27 additions and 0 deletions
|
@ -14752,6 +14752,33 @@ (define-public texlive-ijqc
|
||||||
@emph{International Journal of Quantum Chemistry}.")
|
@emph{International Journal of Quantum Chemistry}.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-imfellenglish
|
||||||
|
(package
|
||||||
|
(name "texlive-imfellenglish")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/imfellenglish/"
|
||||||
|
"fonts/enc/dvips/imfellenglish/"
|
||||||
|
"fonts/map/dvips/imfellenglish/"
|
||||||
|
"fonts/opentype/iginomarini/imfellenglish/"
|
||||||
|
"fonts/tfm/iginomarini/imfellenglish/"
|
||||||
|
"fonts/type1/iginomarini/imfellenglish/"
|
||||||
|
"fonts/vf/iginomarini/imfellenglish/"
|
||||||
|
"tex/latex/imfellenglish/")
|
||||||
|
(base32
|
||||||
|
"0pw4nsw4pl1nf99j58sy37064712by6kqcb40xkrcl5d9czx45bh")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/imfellenglish")
|
||||||
|
(synopsis "IM Fell English fonts with LaTeX support")
|
||||||
|
(description
|
||||||
|
"Igino Marini has implemented digital revivals of fonts bequeathed to
|
||||||
|
Oxford University by Dr.@: John Fell, Bishop of Oxford and Dean of Christ
|
||||||
|
Church in 1686. This package provides the English family, consisting of
|
||||||
|
Roman, Italic and Small-Cap fonts.")
|
||||||
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
(define-public texlive-impatient
|
(define-public texlive-impatient
|
||||||
(package
|
(package
|
||||||
(name "texlive-impatient")
|
(name "texlive-impatient")
|
||||||
|
|
Loading…
Reference in a new issue