gnu: Add texlive-lualatex-doc.

* gnu/packages/tex.scm (texlive-lualatex-doc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 14:56:09 +02:00
parent c290a4263a
commit f487b57a18
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16558,6 +16558,27 @@ the TeX packages @code{keyval}, @code{kvsetkeys}, @code{kvoptions},
@code{xkeyval}, @code{pgfkeys}, etc.")
(license license:lppl1.3c)))
(define-public texlive-lualatex-doc
(package
(name "texlive-lualatex-doc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/lualatex-doc/"
"source/lualatex/lualatex-doc/")
(base32
"1nbanlp3qfk0hylih64qnkh5cd1mjd3j99jk36rnbjhd3f840d9q")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lualatex-doc")
(synopsis "Guide to use of LaTeX with LuaTeX")
(description
"The document is a guide to the world of LuaLaTeX. Coverage supports
both new users and package developers. Apart from the introductory material,
the document gathers information from several sources, and offers links to
others.")
(license license:fdl1.3+)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")