mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-librecaslon.
* gnu/packages/tex.scm (texlive-librecaslon): New variable.
This commit is contained in:
parent
58ce8aaa0d
commit
548424bab5
1 changed files with 26 additions and 0 deletions
|
@ -16591,6 +16591,32 @@ (define-public texlive-librebodoni
|
||||||
Fuenzalida, based on the 19th century Morris Fuller Benton's.")
|
Fuenzalida, based on the 19th century Morris Fuller Benton's.")
|
||||||
(license (list license:silofl1.1 license:lppl))))
|
(license (list license:silofl1.1 license:lppl))))
|
||||||
|
|
||||||
|
(define-public texlive-librecaslon
|
||||||
|
(package
|
||||||
|
(name "texlive-librecaslon")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/librecaslon/"
|
||||||
|
"fonts/enc/dvips/librecaslon/"
|
||||||
|
"fonts/map/dvips/librecaslon/"
|
||||||
|
"fonts/opentype/impallari/librecaslon/"
|
||||||
|
"fonts/tfm/impallari/librecaslon/"
|
||||||
|
"fonts/type1/impallari/librecaslon/"
|
||||||
|
"fonts/vf/impallari/librecaslon/"
|
||||||
|
"tex/latex/librecaslon/")
|
||||||
|
(base32
|
||||||
|
"16lmaa0rsrgrib00r8rsj9librkybq2zf1as11l3hiw5zcq3wj0w")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/librecaslon")
|
||||||
|
(synopsis "Libre Caslon fonts, with LaTeX support")
|
||||||
|
(description
|
||||||
|
"The Libre Caslon fonts are designed by Pablo Impallari. Although they
|
||||||
|
have been designed for use as web fonts, they work well as conventional text
|
||||||
|
fonts. An artificially generated BoldItalic variant has been added.")
|
||||||
|
(license (list license:silofl1.1 license:lppl))))
|
||||||
|
|
||||||
(define-public texlive-lie-hasse
|
(define-public texlive-lie-hasse
|
||||||
(package
|
(package
|
||||||
(name "texlive-lie-hasse")
|
(name "texlive-lie-hasse")
|
||||||
|
|
Loading…
Reference in a new issue