me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-na-position.

* gnu/packages/tex.scm (texlive-na-position): New variable.
Nicolas Goaziou 2023-06-19 15:50:18 +02:00
parent 6e33208a28
commit 388d0c1439
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -6248,6 +6248,28 @@ trees. One command and several parameters to control the output are
provided.")
(license license:lppl1.3+)))
(define-public texlive-na-position
(package
(name "texlive-na-position")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/na-position/"
"tex/xelatex/na-position/")
(base32
"0rp1css44sl6j762kfwzq53k6690djgag6yc85dd9134i837gvqr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/na-position")
(synopsis
"Tables of relative positions of curves, asymptotes, tangents in Arabic documents")
(description
"This package facilitates, in most cases, the creation of tables of
relative positions of a curve and its asymptote, or a curve and a tangent in
one of its points. This package has to be used with @code{polyglossia} and
XeLaTeX to produce documents in Arabic.")
(license license:lppl)))
(define-public texlive-natbib
(package
(name "texlive-natbib")