mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Add texlive-elocalloc.
* gnu/packages/tex.scm (texlive-elocalloc): New variable.
This commit is contained in:
parent
234967d21e
commit
89a13e7815
1 changed files with 21 additions and 0 deletions
|
@ -16981,6 +16981,27 @@ (define-public texlive-ellipse
|
||||||
using the standard LaTeX2e @code{picture} environment.")
|
using the standard LaTeX2e @code{picture} environment.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-elocalloc
|
||||||
|
(package
|
||||||
|
(name "texlive-elocalloc")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/elocalloc/"
|
||||||
|
"source/latex/elocalloc/"
|
||||||
|
"tex/latex/elocalloc/")
|
||||||
|
(base32
|
||||||
|
"121hpnka88y6laayjbhgiphbqn8qv42024bjda21qcc076s4b632")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/elocalloc")
|
||||||
|
(synopsis "Local allocation macros for LaTeX 2015")
|
||||||
|
(description
|
||||||
|
"This package provides local allocation macros, with names taken from
|
||||||
|
@file{etex.sty} but with implementation based on the LaTeX 2015 allocation
|
||||||
|
macros.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-endofproofwd
|
(define-public texlive-endofproofwd
|
||||||
(package
|
(package
|
||||||
(name "texlive-endofproofwd")
|
(name "texlive-endofproofwd")
|
||||||
|
|
Loading…
Reference in a new issue