mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add texlive-dejavu.
* gnu/packages/tex.scm (texlive-dejavu): New variable.
This commit is contained in:
parent
40557391ab
commit
223c447349
1 changed files with 29 additions and 0 deletions
|
@ -5383,6 +5383,35 @@ (define-public texlive-libertine
|
|||
license:silofl1.1
|
||||
license:lppl))))
|
||||
|
||||
(define-public texlive-dejavu
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-dejavu"
|
||||
(list "/doc/fonts/dejavu/"
|
||||
|
||||
"/fonts/enc/dvips/dejavu/"
|
||||
"/fonts/map/dvips/dejavu/"
|
||||
|
||||
"/fonts/afm/public/dejavu/"
|
||||
"/fonts/tfm/public/dejavu/"
|
||||
"/fonts/truetype/public/dejavu/"
|
||||
"/fonts/type1/public/dejavu/"
|
||||
"/fonts/vf/public/dejavu/"
|
||||
|
||||
"/tex/latex/dejavu/")
|
||||
(base32
|
||||
"0y4qf5jl0xncah9nkcaalmy69wwq02n3j895zp71n2p0nfi24aka")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/libertine")
|
||||
(synopsis "LaTeX support for the DejaVu fonts")
|
||||
(description
|
||||
"The package contains LaTeX support for the DejaVu fonts, which are
|
||||
derived from the Vera fonts but contain more characters and styles. The fonts
|
||||
are included in the original TrueType format, and in converted Type 1 format.
|
||||
The (currently) supported encodings are: OT1, T1, IL2, TS1, T2*, X2, QX, and
|
||||
LGR. The package doesn't (currently) support mathematics.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-latex-titlesec
|
||||
(package
|
||||
(name "texlive-latex-titlesec")
|
||||
|
|
Loading…
Reference in a new issue