\documentclass[12pt]{article} \usepackage{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}