summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/quran/doc/quran-test1.tex
blob: 53dd6a6e08bb7529fe31bb66631100b55c23faed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass[12pt]{article}

\usepackage[uthmani]{quran}
%%% for typesetting arabic text
\usepackage{polyglossia}
\setotherlanguage{arabic}
\usepackage{fontspec}
\setmainfont{Scheherazade}

%%% for typesetting in Rigth-To-Left direction
\usepackage{bidi}

\begin{document} 
\setRTL
\textarabic{\quranayah[2][10-20]}

\textarabic{\quranayah*[2][10-20]}
\end{document}