mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: Add texlive-figbas.
* gnu/packages/tex.scm (texlive-figbas): New variable.
This commit is contained in:
parent
966680d525
commit
585a7d56f1
1 changed files with 24 additions and 0 deletions
|
@ -6101,6 +6101,30 @@ (define-public texlive-fduthesis
|
|||
It can make it easy to write theses both in Chinese and English.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-figbas
|
||||
(package
|
||||
(name "texlive-figbas")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/figbas/"
|
||||
"fonts/afm/public/figbas/"
|
||||
"fonts/map/dvips/figbas/"
|
||||
"fonts/tfm/public/figbas/"
|
||||
"fonts/type1/public/figbas/")
|
||||
(base32
|
||||
"07dc19989sx968hbn3h2m1bbplp8zqh1yj9v92mcp54876rk8bbp")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/figbas")
|
||||
(synopsis "Mini-fonts for figured-bass notation in music")
|
||||
(description
|
||||
"This package consists of three mini-fonts (and associated metrics) of
|
||||
conventional ligatures for the figured-bass notations 2+, 4+, 5+, 6+ and 9+ in
|
||||
music manuscripts. The fonts are usable with Computer Modern Roman and Sans,
|
||||
and Palatino/Palladio, respectively.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-filecontentsdef
|
||||
(package
|
||||
(name "texlive-filecontentsdef")
|
||||
|
|
Loading…
Reference in a new issue