mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add texlive-gillcm.
* gnu/packages/tex.scm (texlive-gillcm): New variable.
This commit is contained in:
parent
03e33d8089
commit
101f9e491e
1 changed files with 22 additions and 0 deletions
|
@ -13207,6 +13207,28 @@ (define-public texlive-ghsystem
|
||||||
statements are taken from EU regulation 1272/2008.")
|
statements are taken from EU regulation 1272/2008.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-gillcm
|
||||||
|
(package
|
||||||
|
(name "texlive-gillcm")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/gillcm/"
|
||||||
|
"fonts/map/dvips/gillcm/"
|
||||||
|
"fonts/tfm/public/gillcm/"
|
||||||
|
"fonts/vf/public/gillcm/"
|
||||||
|
"tex/latex/gillcm/")
|
||||||
|
(base32
|
||||||
|
"0cz6aqcq2fv6hb2yv2ymc3j6myb8y73gyqbyigabwc909fmh5qdm")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/gillcm")
|
||||||
|
(synopsis "Alternative unslanted italic Computer Modern fonts")
|
||||||
|
(description
|
||||||
|
"This is a demonstration of the use of virtual fonts for unusual effects:
|
||||||
|
the package implements unslanted italic Computer Modern fonts.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public texlive-glosmathtools
|
(define-public texlive-glosmathtools
|
||||||
(package
|
(package
|
||||||
(name "texlive-glosmathtools")
|
(name "texlive-glosmathtools")
|
||||||
|
|
Loading…
Reference in a new issue