mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: Add texlive-foekfont.
* gnu/packages/tex.scm (texlive-foekfont): New variable.
This commit is contained in:
parent
b84184430d
commit
0d9782d9dc
1 changed files with 22 additions and 0 deletions
|
@ -12169,6 +12169,28 @@ (define-public texlive-fnspe
|
||||||
spaces, operators, physics unit, etc.")
|
spaces, operators, physics unit, etc.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-foekfont
|
||||||
|
(package
|
||||||
|
(name "texlive-foekfont")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/foekfont/"
|
||||||
|
"fonts/map/dvips/foekfont/"
|
||||||
|
"fonts/tfm/public/foekfont/"
|
||||||
|
"fonts/type1/public/foekfont/"
|
||||||
|
"tex/latex/foekfont/")
|
||||||
|
(base32
|
||||||
|
"01l6mj5dh52cdaqdkv74j8qw2pfd6w7x53n856vsjgdha4r8362y")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/foekfont")
|
||||||
|
(synopsis "Title font of the @emph{Mads Fok} magazine")
|
||||||
|
(description
|
||||||
|
"The bundle provides the Foek font, an Adobe Type 1 font, and LaTeX
|
||||||
|
support for its use.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-fontsize
|
(define-public texlive-fontsize
|
||||||
(package
|
(package
|
||||||
(name "texlive-fontsize")
|
(name "texlive-fontsize")
|
||||||
|
|
Loading…
Reference in a new issue