gnu: Add texlive-arabluatex.

* gnu/packages/tex.scm (texlive-arabluatex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 19:14:15 +02:00
parent c0850a2afb
commit 282bbcdc4a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2140,6 +2140,35 @@ (define-public texlive-arabic-book
elsewhere.")
(license license:lppl1.3+)))
(define-public texlive-arabluatex
(package
(name "texlive-arabluatex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/arabluatex/"
"source/lualatex/arabluatex/"
"tex/lualatex/arabluatex/")
(base32
"1g1ai0inai3jniq49avfswyaysxlk1yp6n97l94pq8v3vszx0k8i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/arabluatex")
(synopsis "ArabTeX for LuaLaTeX")
(description
"This package provides for LuaLaTeX an ArabTeX-like interface to generate
Arabic writing from an ascii transliteration. It is particularly well-suited
for complex documents such as technical documents or critical editions where
a lot of left-to-right commands intertwine with Arabic writing.
@code{arabluatex} is able to process any ArabTeX input notation. Its output
can be set in the same modes of vocalization as ArabTeX, or in different roman
transliterations. It further allows many typographical refinements. It will
eventually interact with some other packages yet to come to produce from
@file{.tex} source files, in addition to printed books, TEI XML compliant
critical editions and/or lexicons that can be searched, analyzed and
correlated in various ways.")
(license (list license:gpl3+ license:cc-by-sa4.0))))
(define-public texlive-arara
(package
(name "texlive-arara")