javadr / quran

Simplifying The Holy Quran Typesetting in XeLaTeX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simplifying The Holy Quran Typesetting in XeLaTeX.


Languages

Language:TeX 92.7%Language:Makefile 7.3%