summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/quran/quran-test1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/quran/quran-test1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/quran/quran-test1.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/quran/quran-test1.tex b/Master/texmf-dist/doc/latex/quran/quran-test1.tex
new file mode 100644
index 00000000000..06141c715d9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/quran/quran-test1.tex
@@ -0,0 +1,18 @@
+\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}