summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/quran/quran-test1.tex
blob: ab69571355ca928997a1e6176ea6ec03ae5f0753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass[12pt]{article}

\usepackage[uthmani, wordwise]{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][1-99]}
\textarabic{\textbf{\quranayah*[2][10-20][100]}}
\end{document}