Copyright © 2015-2024
The package is designed for typesetting the Holy Quran. It offers several macros for typesetting the entire text or specific sections, based on its traditional divisions.
\documentclass{article}
\usepackage{arabxetex}
\usepackage{quran}
\begin{document}
\begin{arab}[utf]
\quransurah
\medskip
\quransurah*[108]
\end{arab}
\end{document}
For further details, please refer to this link.
The LaTeX project public license (LPPL), version 1.3c
@misc{quran,
title={{quran}: An easy way to typeset any part of The Holy Quran},
url={https://ctan.org/pkg/quran},
note={Available at https://github.com/javadr/quran},
author={Javad Razavian},
year={2015},
}