mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-initials.
* gnu/packages/tex.scm (texlive-initials): New variable.
This commit is contained in:
parent
9610ccaf2d
commit
48969d3158
1 changed files with 25 additions and 0 deletions
|
@ -14891,6 +14891,31 @@ (define-public texlive-includernw
|
|||
installed.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-initials
|
||||
(package
|
||||
(name "texlive-initials")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/initials/"
|
||||
"dvips/initials/"
|
||||
"fonts/afm/public/initials/"
|
||||
"fonts/map/dvips/initials/"
|
||||
"fonts/tfm/public/initials/"
|
||||
"fonts/type1/public/initials/"
|
||||
"tex/latex/initials/")
|
||||
(base32
|
||||
"0hbvk2qjrhcx2l8nkca1s5lj65k5xd2v2fnk4zjxjpwdcwxf09zp")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/initials")
|
||||
(synopsis "Adobe Type 1 decorative initial fonts")
|
||||
(description
|
||||
"This package provides Adobe Type 1 decorative initial fonts. For each
|
||||
font, at least a @file{.pfb} and a @file{.tfm} file is provided, with an
|
||||
@file{.fd} file for use with LaTeX.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-inlinebib
|
||||
(package
|
||||
(name "texlive-inlinebib")
|
||||
|
|
Loading…
Reference in a new issue