mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-luatextra.
* gnu/packages/tex.scm (texlive-luatextra): New variable.
This commit is contained in:
parent
8db7053537
commit
6a7cf8060c
1 changed files with 21 additions and 0 deletions
|
@ -16867,6 +16867,27 @@ (define-public texlive-luatexko
|
|||
engines.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-luatextra
|
||||
(package
|
||||
(name "texlive-luatextra")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/lualatex/luatextra/"
|
||||
"source/lualatex/luatextra/"
|
||||
"tex/lualatex/luatextra/")
|
||||
(base32
|
||||
"1i82x51rcdll5r6x63j5qqahb277a1xdrzpck30xlggwwlns0jdc")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/luatextra")
|
||||
(synopsis "Additional macros for Plain TeX and LaTeX in LuaTeX")
|
||||
(description
|
||||
"The package provides a coherent extended programming environment for use
|
||||
with LuaTeX. It loads packages @code{fontspec}, @code{luatexbase} and
|
||||
@code{lualibs}, and provides additional user-level features and goodies.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-babel-czech
|
||||
(package
|
||||
(name "texlive-babel-czech")
|
||||
|
|
Loading…
Reference in a new issue