mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-context-cmttbf.
* gnu/packages/tex.scm (texlive-context-cmttbf): New variable.
This commit is contained in:
parent
b9b02c6a0a
commit
e0975b96ed
1 changed files with 20 additions and 0 deletions
|
@ -10118,6 +10118,26 @@ (define-public texlive-context-cmscbf
|
|||
set.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-context-cmttbf
|
||||
(package
|
||||
(name "texlive-context-cmttbf")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/context/third/cmttbf/"
|
||||
"tex/context/third/cmttbf/")
|
||||
(base32
|
||||
"0c88d2h6sn2l8s1lvy18h8vd6hc7im5gd85ilway4gq2nhvl4ahw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-context))
|
||||
(home-page "https://ctan.org/pkg/context-cmttbf")
|
||||
(synopsis "Use Computer Modern Typewriter bold font in ConTeXt")
|
||||
(description
|
||||
"The module makes provision for bold typewriter CM fonts, in ConTeXt.
|
||||
Such a font may be found in the Computer Modern extra bold font set.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-beamer
|
||||
(package
|
||||
(name "texlive-beamer")
|
||||
|
|
Loading…
Reference in a new issue