summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-21 13:06:58 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-21 16:29:51 +0200
commitfe7f3f80d9e4e827f9fbf05cd3179d19f6461613 (patch)
treec9e51d69a2358dfcf3ab017c87aa1a147c1ee054 /gnu
parent841b8472eea97d734e8fee6c3bbdec892ebbc838 (diff)
gnu: Add texlive-umtypewriter.
* gnu/packages/tex.scm (texlive-umtypewriter): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a0cf09a867b..0d1556fb571 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25339,6 +25339,27 @@ providing the LaTeX user with macros which are used to markup textual
25339information.") 25339information.")
25340 (license license:lppl))) 25340 (license license:lppl)))
25341 25341
25342(define-public texlive-umtypewriter
25343 (package
25344 (name "texlive-umtypewriter")
25345 (version (number->string %texlive-revision))
25346 (source (texlive-origin
25347 name version
25348 (list "doc/fonts/umtypewriter/"
25349 "fonts/opentype/public/umtypewriter/")
25350 (base32
25351 "19skqmchglac4lrk4qhvb4rabi73qmypdi20sbjxnvb8abw0pf3i")))
25352 (outputs '("out" "doc"))
25353 (build-system texlive-build-system)
25354 (home-page "https://ctan.org/pkg/umtypewriter")
25355 (synopsis "Fonts to typeset with the @code{xgreek} package")
25356 (description
25357 "The UMTypewriter font family is a monospaced font family that was built
25358from glyphs from the CB Greek fonts, the CyrTUG Cyrillic alphabet fonts (LH),
25359and the standard Computer Modern font family. It contains four OpenType fonts
25360which are required for use of the @code{xgreek} package for XeLaTeX.")
25361 (license license:silofl1.1)))
25362
25342(define-public texlive-unfonts-core 25363(define-public texlive-unfonts-core
25343 (package 25364 (package
25344 (name "texlive-unfonts-core") 25365 (name "texlive-unfonts-core")