diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 8274ee1705..28872b1b45 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -14283,6 +14283,33 @@ (define-public texlive-heros-otf defined.") (license license:lppl1.3+))) +(define-public texlive-heuristica + (package + (name "texlive-heuristica") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/heuristica/" + "fonts/enc/dvips/heuristica/" + "fonts/map/dvips/heuristica/" + "fonts/opentype/public/heuristica/" + "fonts/tfm/public/heuristica/" + "fonts/type1/public/heuristica/" + "fonts/vf/public/heuristica/" + "tex/latex/heuristica/") + (base32 + "0jl7mrhbm5z8dncin65qlpdrmkix5cff8h307h4gg5bzcjgsbb4a"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/heuristica") + (synopsis "Fonts extending Utopia, with LaTeX support files") + (description + "The fonts extend the Utopia set with Cyrillic glyphs, additional figure +styles, ligatures and Small Caps in Regular style only. Macro support, and +maths fonts that match the Utopia family, are provided by the Fourier and the +Mathdesign font packages.") + (license license:silofl1.1))) + (define-public texlive-hexboard (package (name "texlive-hexboard")