diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-08 22:35:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-08 22:35:30 +0000 |
commit | a5a365dfbb33821aaa01927426f035a997037ffa (patch) | |
tree | c542f4589a2bda8a231a5b7f12225ba2a40b3862 /Master/texmf-dist/doc/xelatex | |
parent | 5948e9d55d40ed5659c19fb7ae52a8124a864ceb (diff) |
quran (8nov16)
git-svn-id: svn://tug.org/texlive/trunk@42463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/quran/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/quran/defaulttext.tex | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf | bin | 238462 -> 238511 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/quran/quran-doc.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/quran/uthmanitext.tex | 13 |
5 files changed, 30 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/xelatex/quran/README b/Master/texmf-dist/doc/xelatex/quran/README index 48016a05254..2f89e739ec4 100644 --- a/Master/texmf-dist/doc/xelatex/quran/README +++ b/Master/texmf-dist/doc/xelatex/quran/README @@ -1,6 +1,6 @@ _____________________ The quran package -v1.21 +v1.22 The package is prepared for typesetting the Holy Quran. This work is inspired by lipsum and ptext packages, provides several macros for typesetting the whole or @@ -8,7 +8,7 @@ any parts of The Holy Quran based on its popular divisions. For more information, please see the documentation. -Current version release date: 2016/11/07 +Current version release date: 2016/11/08 ___________________ Seiied-Mohammad-Javad Razvian javadr@gmail.com diff --git a/Master/texmf-dist/doc/xelatex/quran/defaulttext.tex b/Master/texmf-dist/doc/xelatex/quran/defaulttext.tex new file mode 100644 index 00000000000..9e56bcc7d54 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/quran/defaulttext.tex @@ -0,0 +1,13 @@ +\documentclass{standalone} + +\usepackage{quran} +\usepackage{xepersian} +\settextfont{Scheherazade} + +\begin{document} + +\begin{minipage}{.45\textwidth} +{\quransurah*[1]} +\end{minipage} + +\end{document} diff --git a/Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf b/Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf Binary files differindex 23eda5dbcb8..18ee734bab3 100644 --- a/Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf +++ b/Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf diff --git a/Master/texmf-dist/doc/xelatex/quran/quran-doc.tex b/Master/texmf-dist/doc/xelatex/quran/quran-doc.tex index f84da7d63b9..ff440129dd1 100644 --- a/Master/texmf-dist/doc/xelatex/quran/quran-doc.tex +++ b/Master/texmf-dist/doc/xelatex/quran/quran-doc.tex @@ -73,14 +73,14 @@ The \xpackage{quran} Package\footnote{to one who has devoted his life to Quran}} \author{Seiied Mohammad Javad Razavian\\\xemail{javadr@gmail.com}} -\date{November 7, 2016} +\date{November 8, 2016} \begin{document} \maketitle \begin{framed} This manual is incomplete and the package is under development. \par -\centerline{ver 1.21} +\centerline{ver 1.22} \end{framed} \tableofcontents diff --git a/Master/texmf-dist/doc/xelatex/quran/uthmanitext.tex b/Master/texmf-dist/doc/xelatex/quran/uthmanitext.tex new file mode 100644 index 00000000000..a6524480bb5 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/quran/uthmanitext.tex @@ -0,0 +1,13 @@ +\documentclass{standalone} + +\usepackage[uthmani]{quran} +\usepackage{xepersian} +\settextfont{Scheherazade} + +\begin{document} + +\begin{minipage}{.45\textwidth} +{\quransurah*[1]} +\end{minipage} + +\end{document} |