mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-etex-pkg.
* gnu/packages/tex.scm (texlive-etex-pkg): New variable.
This commit is contained in:
parent
d62b35bbe9
commit
62fad0e46e
1 changed files with 21 additions and 0 deletions
|
@ -1668,6 +1668,27 @@ (define-public texlive-etex
|
||||||
incorporates the e-TeX extensions.")
|
incorporates the e-TeX extensions.")
|
||||||
(license license:knuth)))
|
(license license:knuth)))
|
||||||
|
|
||||||
|
(define-public texlive-etex-pkg
|
||||||
|
(package
|
||||||
|
(name "texlive-etex-pkg")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/etex-pkg/" "tex/latex/etex-pkg/")
|
||||||
|
(base32
|
||||||
|
"10bvvn3s3lmzjscnb2qxkj1ba9qxx0q1w2spcsjpwf20dvym19py")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/etex-pkg")
|
||||||
|
(synopsis "E-TeX support package")
|
||||||
|
(description
|
||||||
|
"The package provides support for LaTeX documents to use many of the
|
||||||
|
extensions offered by e-TeX; in particular, it modifies LaTeX's register
|
||||||
|
allocation macros to make use of the extended register range. The
|
||||||
|
@code{etextools} package provides macros that make more sophisticated use of
|
||||||
|
e-TeX's facilities.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-plain
|
(define-public texlive-plain
|
||||||
(package
|
(package
|
||||||
(name "texlive-plain")
|
(name "texlive-plain")
|
||||||
|
|
Loading…
Reference in a new issue