me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bidi-atbegshi.

* gnu/packages/tex.scm (texlive-bidi-atbegshi): New variable.
Nicolas Goaziou 2023-06-19 15:44:50 +02:00
parent e025003e0f
commit 3db87db2d8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -812,6 +812,27 @@ bidirectional texts with plain TeX and LaTeX. The package includes
adaptations for use with many other commonly-used packages.")
(license license:lppl1.3+)))
(define-public texlive-bidi-atbegshi
(package
(name "texlive-bidi-atbegshi")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/bidi-atbegshi/"
"tex/xelatex/bidi-atbegshi/")
(base32
"08gawna9hf5p3rn0v5qzszk61zqknixafvh6d2x37x960x493gn7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bidi-atbegshi")
(synopsis "Bidi-aware shipout macros")
(description
"The package adds some commands to the @code{atbegshi} package for proper
placement of background material in the left and right corners of the output
page, in both LTR and RTL modes. The package only works with @code{xelatex}
format and should be loaded before the @code{bidi} package.")
(license license:lppl1.3+)))
(define-public texlive-libkpathsea
(package/inherit texlive-bin
(name "texlive-libkpathsea")