mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-frederika2016.
* gnu/packages/tex.scm (texlive-frederika2016): New variable.
This commit is contained in:
parent
53365c235d
commit
ed37c9ee53
1 changed files with 20 additions and 0 deletions
|
@ -12543,6 +12543,26 @@ (define-public texlive-frcursive
|
||||||
converted to Adobe Type 1 format. LaTeX support is provided.")
|
converted to Adobe Type 1 format. LaTeX support is provided.")
|
||||||
(license license:lppl1.2+)))
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
|
(define-public texlive-frederika2016
|
||||||
|
(package
|
||||||
|
(name "texlive-frederika2016")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/frederika2016/"
|
||||||
|
"fonts/opentype/public/frederika2016/")
|
||||||
|
(base32
|
||||||
|
"10pvx4n4ahn8b251fzz8crg9pijpclan5w4b6jc7m7jjsykzw8xj")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/frederika2016")
|
||||||
|
(synopsis "OpenType Greek calligraphy font")
|
||||||
|
(description
|
||||||
|
"Frederika2016 is an attempt to digitize Hermann Zapf's Frederika font.
|
||||||
|
The font is the Greek companion of Virtuosa by the same designer. This font
|
||||||
|
is a calligraphy font and this is an initial release.")
|
||||||
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
(define-public texlive-frenchmath
|
(define-public texlive-frenchmath
|
||||||
(package
|
(package
|
||||||
(name "texlive-frenchmath")
|
(name "texlive-frenchmath")
|
||||||
|
|
Loading…
Reference in a new issue