diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 292c23a80c..3c70532fea 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")