mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add texlive-texnegar.
* gnu/packages/tex.scm (texlive-texnegar): New variable.
This commit is contained in:
parent
0c1408bef3
commit
5c2d76397d
1 changed files with 22 additions and 0 deletions
|
@ -20560,6 +20560,28 @@ (define-public texlive-texlogsieve
|
|||
a summary report.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-texnegar
|
||||
(package
|
||||
(name "texlive-texnegar")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/texnegar/"
|
||||
"source/latex/texnegar/"
|
||||
"tex/latex/texnegar/")
|
||||
(base32
|
||||
"0rza5bmn7cm85aznnffpmfv6b8776jxkpfwhs0y04f83sdjapw63")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/texnegar")
|
||||
(synopsis "Kashida justification in XeLaTeX and LuaLaTeX")
|
||||
(description
|
||||
"In some cursive scripts such as Persian or Arabic, kashida is used to
|
||||
create justification. In this type of justification characters are elongated
|
||||
rather than expanding spaces between words. This package extends the kashida
|
||||
justification to be used with the LuaTeX engine.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-texosquery
|
||||
(package
|
||||
(name "texlive-texosquery")
|
||||
|
|
Loading…
Reference in a new issue