https://github.com/xepersian/bidi
Bidirectional typesetting with plain TeX and LaTeX formats in XeTeX and LuaTeX engines
https://github.com/xepersian/bidi
bidi bidi-typesetting bidirectional bidirectional-typesetting latex left-to-right luatex plain-tex right-to-left tex typesetting typography unicode xetex
Last synced: 8 days ago
JSON representation
Bidirectional typesetting with plain TeX and LaTeX formats in XeTeX and LuaTeX engines
- Host: GitHub
- URL: https://github.com/xepersian/bidi
- Owner: xepersian
- Created: 2024-12-04T08:34:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T14:04:48.000Z (3 months ago)
- Last Synced: 2025-05-07T22:07:45.847Z (8 days ago)
- Topics: bidi, bidi-typesetting, bidirectional, bidirectional-typesetting, latex, left-to-right, luatex, plain-tex, right-to-left, tex, typesetting, typography, unicode, xetex
- Language: TeX
- Homepage: https://ctan.org/pkg/bidi
- Size: 2.75 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# The bidi Package
The `bidi` package provides a convenient interface for typesetting
bidirectional texts with plain TeX and LaTeX formats in XeTeX and
LuaTeX engines.The package includes adaptations for use with many other commonly-used
packages.The official versions of the package are released on [CTAN](https://ctan.org/pkg/bidi).
## Using the Package
The following example illustrates how the package can be used.
````tex
\documentclass{article}
\usepackage{bidi}
\setRTL
\begin{document}
...
\end{document}
````## Reporting Issues
If you think that you have found an issue in the package, please use
[the package issue tracker](https://github.com/xepersian/bidi/issues)
to report it.## Discussions
You may also have conversations, ask questions and post answers
without opening issues using the [Discussions space](https://github.com/xepersian/bidi/discussions).## Announcements
The announcements for the new releases of the package will
also appear in the Discussions space under the [Announcements
category](https://github.com/xepersian/bidi/discussions/categories/announcements).