mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add texlive-tetex.
* gnu/packages/tex.scm (texlive-tetex): New variable.
This commit is contained in:
parent
81ca46147d
commit
192ad4d16f
1 changed files with 17 additions and 0 deletions
|
@ -3014,6 +3014,23 @@ (define-public texlive-url
|
|||
(define-public texlive-latex-url
|
||||
(deprecated-package "texlive-latex-url" texlive-url))
|
||||
|
||||
(define-public texlive-tetex
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-tetex"
|
||||
(list "/dvips/tetex/"
|
||||
"/fonts/enc/dvips/tetex/"
|
||||
"/fonts/map/dvips/tetex/")
|
||||
(base32
|
||||
"1si3as8mwi8837965djlw6jhwwzsp3r1hkflvdxv2avx9vb45hjb")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/tetex")
|
||||
(synopsis "Font maps originally from teTeX")
|
||||
(description "This package provides font maps that were originally part of
|
||||
the now obsolete teTeX distributions but are still used at the core of the TeX
|
||||
Live distribution.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-latex-l3kernel
|
||||
(package
|
||||
(name "texlive-latex-l3kernel")
|
||||
|
|
Loading…
Reference in a new issue