mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add texlive-inconsolata.
* gnu/packages/tex.scm (texlive-inconsolata): New variable.
This commit is contained in:
parent
8ce240fdbf
commit
320dd1195e
1 changed files with 26 additions and 0 deletions
|
@ -4902,6 +4902,32 @@ (define-public texlive-ae
|
||||||
via the CM-super, Latin Modern and (in a restricted way) CM-LGC font sets.")
|
via the CM-super, Latin Modern and (in a restricted way) CM-LGC font sets.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-inconsolata
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-inconsolata"
|
||||||
|
(list "/doc/fonts/inconsolata/"
|
||||||
|
"/fonts/enc/dvips/inconsolata/"
|
||||||
|
"/fonts/map/dvips/inconsolata/"
|
||||||
|
"/fonts/opentype/public/inconsolata/"
|
||||||
|
"/fonts/tfm/public/inconsolata/"
|
||||||
|
"/fonts/type1/public/inconsolata/"
|
||||||
|
"/tex/latex/inconsolata/")
|
||||||
|
(base32
|
||||||
|
"1a77w26m4c4j0202s1qkikz7ha6cxlv8zxhzi9s3l0x1l2pl7cr2")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://www.ctan.org/pkg/inconsolata")
|
||||||
|
(synopsis "Monospaced font with support files for use with TeX")
|
||||||
|
(description
|
||||||
|
"Inconsolata is a monospaced font designed by Raph Levien. This package
|
||||||
|
contains the font (in both Adobe Type 1 and OpenType formats) in regular and
|
||||||
|
bold weights, with additional glyphs and options to control slashed zero,
|
||||||
|
upright quotes and a shapelier lower-case L, plus metric files for use with
|
||||||
|
TeX, and LaTeX font definition and other relevant files.")
|
||||||
|
(license (list license:lppl1.3+
|
||||||
|
license:silofl1.1
|
||||||
|
license:asl2.0))))
|
||||||
|
|
||||||
(define-public texlive-times
|
(define-public texlive-times
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue