mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-arabtex.
* gnu/packages/tex.scm (texlive-arabtex): New variable.
This commit is contained in:
parent
282bbcdc4a
commit
7b0a10fa05
1 changed files with 29 additions and 0 deletions
|
@ -2169,6 +2169,35 @@ (define-public texlive-arabluatex
|
|||
correlated in various ways.")
|
||||
(license (list license:gpl3+ license:cc-by-sa4.0))))
|
||||
|
||||
(define-public texlive-arabtex
|
||||
(package
|
||||
(name "texlive-arabtex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/arabtex/"
|
||||
"fonts/map/dvips/arabtex/"
|
||||
"fonts/source/public/arabtex/"
|
||||
"fonts/tfm/public/arabtex/"
|
||||
"fonts/type1/public/arabtex/"
|
||||
"tex/latex/arabtex/")
|
||||
(base32
|
||||
"1z1iaj59lawilydp31d3zxbd5jbny4szpdnkbwl6lrnki4c0s51c")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/arabtex")
|
||||
(synopsis "Macros and fonts for typesetting Arabic")
|
||||
(description
|
||||
"ArabTeX is a package extending the capabilities of TeX and LaTeX to
|
||||
generate Arabic and Hebrew text. Input may be in ASCII transliteration or
|
||||
other encodings (including UTF-8); output may be Arabic, Hebrew, or any of
|
||||
several languages that use the Arabic script. ArabTeX consists of a TeX macro
|
||||
package and Arabic and Hebrew fonts (provided both in Metafont format and
|
||||
Adobe Type 1). The Arabic font is presently only available in the Naskhi
|
||||
style. ArabTeX will run with Plain TeX and also with LaTeX.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-arara
|
||||
(package
|
||||
(name "texlive-arara")
|
||||
|
|
Loading…
Reference in a new issue