mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add texlive-cmathbb.
* gnu/packages/tex.scm (texlive-cmathbb): New variable.
This commit is contained in:
parent
eca322cca9
commit
e26f0df8d7
1 changed files with 24 additions and 0 deletions
|
@ -8356,6 +8356,30 @@ (define-public texlive-cm-unicode
|
||||||
and LuaTeX.")
|
and LuaTeX.")
|
||||||
(license license:silofl1.1)))
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
|
(define-public texlive-cmathbb
|
||||||
|
(package
|
||||||
|
(name "texlive-cmathbb")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/cmathbb/"
|
||||||
|
"fonts/enc/dvips/cmathbb/"
|
||||||
|
"fonts/map/dvips/cmathbb/"
|
||||||
|
"fonts/tfm/public/cmathbb/"
|
||||||
|
"fonts/type1/public/cmathbb/"
|
||||||
|
"fonts/vf/public/cmathbb/"
|
||||||
|
"tex/latex/cmathbb/")
|
||||||
|
(base32
|
||||||
|
"1pmzsaskwcbyjihidy7hvz7s2cixhl7ccy0c9cbh2cm3md6gdrqh")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/cmathbb")
|
||||||
|
(synopsis "Computer modern mathematical blackboard bold font")
|
||||||
|
(description
|
||||||
|
"This font contains all digits and latin letters uppercase and lowercase
|
||||||
|
for the Computer Modern font family in blackboard bold.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-cochineal
|
(define-public texlive-cochineal
|
||||||
(package
|
(package
|
||||||
(name "texlive-cochineal")
|
(name "texlive-cochineal")
|
||||||
|
|
Loading…
Reference in a new issue