1
vote
1answer
89 views

Change font size in arabtex package

I need to write some words in Arabic in a LaTeX file. I'm currently using arabtex package to do that as following: \documentclass[10pt]{article} \usepackage{arabtex} \begin{document} \RL{f.s.hY ...
4
votes
2answers
192 views

Inserting some Arabic script in an English article

Until now I was using XePersian package to typeset Persian articles, now I want insert some Persian word in an English document, what is minimum code to do that without using XePersian package? ...
4
votes
1answer
142 views

Arabic and German in ConTeXt

I'm totally new to ConTeXt; how to use Arabic and German in one document? \mainlanguage[de] \definefont[ArabicFont][file:alq2.ttf*arabic at 18pt] \setuppapersize [A5] \starttext \setupalign[r2l] ...
6
votes
3answers
491 views

How to typeset an Arabic paper with the equations in the usual Latin in Latex?

I want to typeset a paper so that the text is in Arabic and the equations are in Latin (I mean, the equations as usual, you know what I mean). How can I do that?
9
votes
3answers
1k views

Ottoman Turkish (Arabic letters)

Is it possible to write Ottoman Turkish with TeX, LaTeX, or ArabTeX?
8
votes
4answers
2k views

Typesetting a document using Arabic script

I'm using TeXlive (2009-7) on Ubuntu 10.04. I've installed texlive-lang-arabic and I can't find out how should I compose the preamble to be able to use it. The babel's documentation I've found in the ...