me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lualatex-truncate.

* gnu/packages/tex.scm (texlive-lualatex-truncate): New variable.
Nicolas Goaziou 2023-06-26 14:56:22 +02:00
parent f487b57a18
commit 9460219a1a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -16579,6 +16579,26 @@ the document gathers information from several sources, and offers links to
others.") others.")
(license license:fdl1.3+))) (license license:fdl1.3+)))
(define-public texlive-lualatex-truncate
(package
(name "texlive-lualatex-truncate")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/lualatex-truncate/"
"source/lualatex/lualatex-truncate/"
"tex/lualatex/lualatex-truncate/")
(base32
"1ash4zy97qr9vl3j0gpf16srhi8ymfz3h9khlp59kyq9c921rcla")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lualatex-truncate")
(synopsis "Wrapper for using the @code{truncate} package with LuaLaTeX")
(description
"This package provides a wrapper for the @code{truncate} package, thus
fixing issues related to LuaTeX's hyphenation algorithm.")
(license license:lppl1.3c)))
(define-public texlive-babel-czech (define-public texlive-babel-czech
(package (package
(name "texlive-babel-czech") (name "texlive-babel-czech")