mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-musixtex-fonts.
* gnu/packages/tex.scm (texlive-musixtex-fonts): New variable.
This commit is contained in:
parent
81b448d8db
commit
4e6c50ebb1
1 changed files with 25 additions and 0 deletions
|
@ -10004,6 +10004,31 @@ (define-public texlive-musixtex
|
|||
compiles a simpler input language to MusiXTeX macros.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-musixtex-fonts
|
||||
(package
|
||||
(name "texlive-musixtex-fonts")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/musixtex-fonts/"
|
||||
"fonts/map/dvips/musixtex-fonts/"
|
||||
"fonts/opentype/public/musixtex-fonts/"
|
||||
"fonts/source/public/musixtex-fonts/"
|
||||
"fonts/tfm/public/musixtex-fonts/"
|
||||
"fonts/type1/public/musixtex-fonts/")
|
||||
(base32
|
||||
"0ychs959d1yvxkhwayf73iwvl4qg0a6v5fk7lnw8w3hk8n7zvp86")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/musixtex-fonts")
|
||||
(synopsis "Fonts used by MusixTeX")
|
||||
(description
|
||||
"These are fonts for use with MusixTeX; they are provided both as
|
||||
original Metafont source, and as converted Adobe Type 1. The bundle renders
|
||||
the older (Type 1 fonts only) bundle @code{musixtex-t1fonts} obsolete.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-musixtnt
|
||||
(package
|
||||
(name "texlive-musixtnt")
|
||||
|
|
Loading…
Reference in a new issue