mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-hacm.
* gnu/packages/tex.scm (texlive-hacm): New variable.
This commit is contained in:
parent
5bc6cc6f41
commit
1b8ffae4df
1 changed files with 24 additions and 0 deletions
|
@ -13804,6 +13804,30 @@ (define-public texlive-gustprog
|
|||
directories.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-hacm
|
||||
(package
|
||||
(name "texlive-hacm")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/hacm/"
|
||||
"fonts/map/dvips/hacm/"
|
||||
"fonts/tfm/public/hacm/"
|
||||
"fonts/type1/public/hacm/"
|
||||
"fonts/vf/public/hacm/"
|
||||
"tex/latex/hacm/")
|
||||
(base32
|
||||
"19n0mlb96ix4vlqaw95fgwah7mbn80l6jm1dim8sigagmhh3bimd")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hacm")
|
||||
(synopsis "Font support for the Arka language")
|
||||
(description
|
||||
"The package supports typesetting @emph{hacm}, the alphabet of the
|
||||
constructed language Arka. The bundle provides nine official fonts, in Adobe
|
||||
Type 1 format.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-hanoi
|
||||
(package
|
||||
(name "texlive-hanoi")
|
||||
|
|
Loading…
Reference in a new issue