quran icon indicating copy to clipboard operation
quran copied to clipboard

Simplifying The Holy Quran Typesetting in XeLaTeX.

The quran package

Copyright © 2015-2023

The package is prepared for typesetting the holy Quran. This work provides several macros for typesetting the whole or any parts of the holy Quran based on its popular divisions.

Sample Usage

\documentclass{article}

\usepackage{arabxetex}
\usepackage{quran}

\begin{document}

    \begin{arab}[utf]
        \quransurah
        \medskip
        \quransurah*[108]
    \end{arab}

\end{document}

surah108

Documentation

For more details, please refer to this link.

License

The LaTeX project public license (LPPL), version 1.3c

Citation

@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},
}