mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add texlive-localloc.
* gnu/packages/tex.scm (texlive-localloc): New variable.
This commit is contained in:
parent
3f6c9b70d5
commit
3342f91035
1 changed files with 21 additions and 0 deletions
|
@ -3049,6 +3049,27 @@ (define-public texlive-letterspacing
|
|||
considered acceptable in modern typesetting of English.")
|
||||
(license license:knuth)))
|
||||
|
||||
(define-public texlive-localloc
|
||||
(package
|
||||
(name "texlive-localloc")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/localloc/"
|
||||
"source/generic/localloc/"
|
||||
"tex/generic/localloc/")
|
||||
(base32
|
||||
"0vcfdxh800ksr4wrrvykdm27qvlhqkylbik4j93pr59g13h9g90f")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/localloc")
|
||||
(synopsis "Macros for localizing TeX register allocations")
|
||||
(description
|
||||
"This package approaches the problem of the shortage of registers, by
|
||||
providing a mechanism for local allocation. The package works with Plain TeX
|
||||
and LaTeX.")
|
||||
(license license:knuth)))
|
||||
|
||||
(define-public texlive-tex
|
||||
(package
|
||||
(name "texlive-tex")
|
||||
|
|
Loading…
Reference in a new issue