me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lualatex-doc-de.

* gnu/packages/tex.scm (texlive-lualatex-doc-de): New variable.
Nicolas Goaziou 2023-08-10 23:59:31 +02:00
parent abe5e21d08
commit e135f05064
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -20555,6 +20555,26 @@ package provides the @code{\\luaexec} command and the @code{luacode}
environments to help with these problems.")
(license license:lppl1.3+)))
(define-public texlive-lualatex-doc-de
(package
(name "texlive-lualatex-doc-de")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lualatex-doc-de/")
(base32
"0vnmgs475bzbqi14m9sm45cwjfsbvbk45wkb8m73j1bnk7wg7hh4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lualatex-doc-de")
(synopsis "Guide to LuaLaTeX (German translation)")
(description
"The document is a German translation of the map/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-lualatex-math
(package
(name "texlive-lualatex-math")