mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-mathabx-type1.
* gnu/packages/tex.scm (texlive-mathabx-type1): New variable.
This commit is contained in:
parent
9bfa8b71c2
commit
9a6b0bf7c1
1 changed files with 20 additions and 0 deletions
|
@ -17933,6 +17933,26 @@ (define-public texlive-mathabx
|
|||
available.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-mathabx-type1
|
||||
(package
|
||||
(name "texlive-mathabx-type1")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/mathabx-type1/"
|
||||
"fonts/map/dvips/mathabx-type1/"
|
||||
"fonts/type1/public/mathabx-type1/")
|
||||
(base32
|
||||
"1j9aiwxq512bnwjvah06rygd8m6b68dpfkynagad627sfyrblcaa")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-mathabx))
|
||||
(home-page "https://ctan.org/pkg/mathabx-type1")
|
||||
(synopsis "Outline version of the @code{mathabx} fonts")
|
||||
(description
|
||||
"This is an Adobe Type 1 outline version of the @code{mathabx} fonts.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-mathalpha
|
||||
(package
|
||||
(name "texlive-mathalpha")
|
||||
|
|
Loading…
Reference in a new issue