mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: Add texlive-unicode-bidi.
* gnu/packages/tex.scm (texlive-unicode-bidi): New variable.
This commit is contained in:
parent
0c77a0fd60
commit
98d4d2140a
1 changed files with 19 additions and 0 deletions
|
@ -7197,6 +7197,25 @@ (define-public texlive-ucharclasses
|
||||||
``when entering block ..., switch font to use ...''.")
|
``when entering block ..., switch font to use ...''.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-unicode-bidi
|
||||||
|
(package
|
||||||
|
(name "texlive-unicode-bidi")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/xelatex/unicode-bidi/"
|
||||||
|
"tex/xelatex/unicode-bidi/")
|
||||||
|
(base32
|
||||||
|
"0anwaaf21qcdgni9z85hqap1wb4y9pv13p96x13w29hbqizmf69l")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/unicode-bidi")
|
||||||
|
(synopsis "Experimental Unicode Bidi package for XeTeX")
|
||||||
|
(description
|
||||||
|
"The experimental Unicode-Bidi package allows to mix non-RTL script with
|
||||||
|
RTL script without any markup.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-currfile
|
(define-public texlive-currfile
|
||||||
(package
|
(package
|
||||||
(name "texlive-currfile")
|
(name "texlive-currfile")
|
||||||
|
|
Loading…
Reference in a new issue