summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/unicode-bidi/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-09 22:39:21 +0000
committerKarl Berry <karl@freefriends.org>2016-11-09 22:39:21 +0000
commit2141bc0c5fa9525ba4c9955ea27f438bc1eafc5b (patch)
treedd8860b2c44c393730a35fb5c6e635a825d22569 /Master/texmf-dist/doc/xelatex/unicode-bidi/README.md
parent96fffd8a6d4dee7ae0d9fcc4c9f4f890f87c4b67 (diff)
unicode-bidi (9nov16)
git-svn-id: svn://tug.org/texlive/trunk@42475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/unicode-bidi/README.md')
-rwxr-xr-xMaster/texmf-dist/doc/xelatex/unicode-bidi/README.md63
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/unicode-bidi/README.md b/Master/texmf-dist/doc/xelatex/unicode-bidi/README.md
new file mode 100755
index 00000000000..27f93fe1ac3
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/unicode-bidi/README.md
@@ -0,0 +1,63 @@
+The `unicode-bidi` package
+========
+
+The experimental `unicode-bidi` package allows you to mix non-RTL script with RTL script without any markup.
+
+Usage
+-----
+
+To use the `unicode-bidi` package, you just need to load it
+
+````latex
+\usepackage{unicode-bidi}
+````
+
+Example
+-------
+
+Here is a sample `xepersian` document:
+
+````latex
+\documentclass{article}
+\usepackage{xepersian}
+\usepackage{unicode-bidi}
+\settextfont{Yas}
+\begin{document}
+این یک آزمایش است (یک آزمایش)
+One, two, and three (numbers) or [numbers]
+و آزمایش بعدی,
+This is a [real test].
+و این هم یک [آزمایش دیگر] است.
+
+نام نخستین شرکت هواپیمایی ایران
+Iran Air or \hbox{Homa airlines}
+بوده است که به بسیاری از نقاط دنیا پرواز داشته است.
+
+
+من نام
+\hbox{من و you and we ما می‌شویم.}
+را دوست می‌دارم.
+
+Joanne 123 and you
+نام من در زبان انگلیسی می‌باشد.
+
+\begin{latin}
+This is a test as you can see
+
+\end{latin}
+
+نام من به زبان انگلیسی
+Joanne Patterson
+هست.
+\end{document}
+````
+
+
+
+
+Reporting bugs
+-------
+Please use [the issue tracker][1] to report bugs.
+
+
+ [1]: https://github.com/vafa/unicode-bidi/issues \ No newline at end of file