Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xepersian/bidi
Bidirectional typesetting in plain TeX and LaTeX, using XeTeX
https://github.com/xepersian/bidi
bidi bidi-typesetting bidirectional bidirectional-typesetting latex left-to-right plain-tex right-to-left tex typesetting typography xetex
Last synced: 29 days ago
JSON representation
Bidirectional typesetting in plain TeX and LaTeX, using XeTeX
- Host: GitHub
- URL: https://github.com/xepersian/bidi
- Owner: xepersian
- Created: 2024-12-04T08:34:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-14T07:06:08.000Z (about 1 month ago)
- Last Synced: 2024-12-14T07:27:15.575Z (about 1 month ago)
- Topics: bidi, bidi-typesetting, bidirectional, bidirectional-typesetting, latex, left-to-right, plain-tex, right-to-left, tex, typesetting, typography, xetex
- Language: TeX
- Homepage: https://ctan.org/pkg/bidi
- Size: 2.21 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.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).