gnu: Add texlive-bidishadowtext.

* gnu/packages/tex.scm (texlive-bidishadowtext): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:45:55 +02:00
parent b9c3c6b5ab
commit 9f0d9453d9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -891,6 +891,25 @@ (define-public texlive-bidipresentation
right to left and left to right modes.")
(license license:lppl1.3+)))
(define-public texlive-bidishadowtext
(package
(name "texlive-bidishadowtext")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/bidishadowtext/"
"tex/xelatex/bidishadowtext/")
(base32
"1nq71bgz7vag9k138mx8hsf42cjvgry2g4z9jiqmq4almm23a1gq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bidishadowtext")
(synopsis "Bidi-aware shadow text")
(description
"This package allows you to typeset Bidi-aware shadow text. It is
a re-implementation of the @code{shadowtext} package adding Bidi support.")
(license license:lppl1.3+)))
(define-public texlive-libkpathsea
(package/inherit texlive-bin
(name "texlive-libkpathsea")