Actually, I want to add some sentences in Arabic script inside my PhD thesis. Will it be possible just by adding some \usepackage statement in the preamble or need more than this? This is a bit tricky requirement in the sense that English script is written from left to right but the Persian/Arabic text is written other way around! I don't know how LaTeX deals with such requirements. Any idea?
Asked
Active
Viewed 8,627 times
11
-
Please have a look at this it includes an example http://tex.stackexchange.com/a/12406/963. – yannisl Mar 12 '12 at 12:52
-
http://tex.stackexchange.com/questions/89428/inserting-some-arabic-script-in-an-english-article – Real Dreams Jun 28 '13 at 12:29
1 Answers
3
You can try the ArabTeX package:
http://ctan.org/tex-archive/language/arabtex
It uses a transliteration system so that you can write Arabic or Farsi using latin letters (hence you won't have directional problems and you can use any text editor).
Marc Baudoin
- 2,676
-
Thank you for the response. I tried this but it changes the whole document into Arabic text. How to avoid this from happening? How to make sure that only desired sentences appear in Arabic text? – Shah Mar 12 '12 at 12:54
-
Use
\begin{RLtext}salAm\end{RLtext}to get a whole paragraph, orThis is a greeting: \<salAm>in running text. – imnothere Mar 12 '12 at 13:15 -
-
7