summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-29 23:20:48 +0000
committerKarl Berry <karl@freefriends.org>2018-11-29 23:20:48 +0000
commitf070bb09e081423f8b295b6ba0129dcfa82ce60b (patch)
tree56c51d66850943d1d46e025da9735586ae37e02a /Master/texmf-dist/doc/xelatex
parentdc0bc16db5518a8c0eed4b652b1a79d109e2bd56 (diff)
quran (29nov18)
git-svn-id: svn://tug.org/texlive/trunk@49275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex')
-rw-r--r--Master/texmf-dist/doc/xelatex/quran/README6
-rw-r--r--Master/texmf-dist/doc/xelatex/quran/quran-doc.pdfbin274632 -> 270924 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/quran/quran-doc.tex14
-rw-r--r--Master/texmf-dist/doc/xelatex/quran/quran-test.pdfbin34368 -> 34437 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/quran/quran-test1.pdfbin32279 -> 32334 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/quran/quran-test2.pdfbin56504 -> 56616 bytes
6 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/xelatex/quran/README b/Master/texmf-dist/doc/xelatex/quran/README
index 987f8a18c88..1eca445f27a 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.42a
+v1.42b
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,12 +8,12 @@ any parts of The Holy Quran based on its popular divisions.
For more information, please see the documentation.
-Current version release date: 2017/12/22
+Current version release date: 2018/11/29
___________________
Seiied-Mohammad-Javad Razvian
javadr@gmail.com
-Copyright © 2015-2017
+Copyright © 2015-2018
It may be distributed and/or modified under the LaTeX Project Public License,
version 1.3c or higher (your choice). The latest version of
this license is at: http://www.latex-project.org/lppl.txt
diff --git a/Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf b/Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf
index 578cabd9d43..cc6234dbb26 100644
--- a/Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf
+++ b/Master/texmf-dist/doc/xelatex/quran/quran-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/xelatex/quran/quran-doc.tex b/Master/texmf-dist/doc/xelatex/quran/quran-doc.tex
index eb6ce69e551..185acd887c7 100644
--- a/Master/texmf-dist/doc/xelatex/quran/quran-doc.tex
+++ b/Master/texmf-dist/doc/xelatex/quran/quran-doc.tex
@@ -6,11 +6,11 @@
\usepackage{holtxdoc}
\usepackage{url}
\usepackage{addlines}
-\usepackage[trans={lt, de, en, fa}]{quran}
\usepackage{listings}
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{fontspec}
+\usepackage[trans={lt, de, en, fa}]{quran}
\newfontfamily\quran[Script=Arabic]{Scheherazade}
\hypersetup{%
plainpages=false,%
@@ -38,7 +38,7 @@
\def\mcs#1{\lr{\texttt{\textbackslash{}#1}}}
\def\tt#1{\lr{\texttt{#1}}}
\lstdefinestyle{BashInputStyle}{
- language=bash,
+% language=bash,
basicstyle=\footnotesize\sffamily,
% numbers=left,
% numberstyle=\tiny,
@@ -112,7 +112,7 @@ You can load the package in the ordinary way
After loading the package, it writes some information about itself to the
terminal and to the log file, too. The information is something like:
-\begin{lstlisting}[style=BashInputStyle, language=tex, escapechar={|}]
+\begin{lstlisting}[style=BashInputStyle, escapechar={|}]
Package: quran |\qurandate| |\quranversion| An easy way to typeset the whole or any part of The Holy Quran
\end{lstlisting}
@@ -537,7 +537,7 @@ group who tested and commented this work in advance.
ways work with \XeLaTeX. \xpackage{arabxetex} and \xpackage{arabluatex} use Amiri font by default.
The following demonstrates examples for all four approaches:
-\begin{lstlisting}[style=BashInputStyle, language=tex, title=``example: with polyglossia{,}
+\begin{lstlisting}[style=BashInputStyle, title=``example: with polyglossia{,}
fontspec{,} and bidi"]
\documentclass{article}
@@ -562,7 +562,7 @@ fontspec{,} and bidi"]
\end{lstlisting}
-\begin{lstlisting}[style=BashInputStyle, language=tex, title=``example: with xepersian"]
+\begin{lstlisting}[style=BashInputStyle, title=``example: with xepersian"]
\documentclass{article}
\usepackage{quran}
@@ -578,7 +578,7 @@ fontspec{,} and bidi"]
\end{document}
\end{lstlisting}
-\begin{lstlisting}[style=BashInputStyle, language=tex, title=``example: with arabxetex"]
+\begin{lstlisting}[style=BashInputStyle, title=``example: with arabxetex"]
\documentclass{article}
\usepackage{arabxetex} % for typesetting Arabic text in Rigth-To-Left direction
@@ -593,7 +593,7 @@ fontspec{,} and bidi"]
\end{document}
\end{lstlisting}
-\begin{lstlisting}[style=BashInputStyle, language=tex, title=``example: with arabluatex"]
+\begin{lstlisting}[style=BashInputStyle, title=``example: with arabluatex"]
\documentclass{article}
\usepackage{arabluatex} % for typesetting Arabic text in Rigth-To-Left direction
diff --git a/Master/texmf-dist/doc/xelatex/quran/quran-test.pdf b/Master/texmf-dist/doc/xelatex/quran/quran-test.pdf
index 68aeba686ab..515e6003115 100644
--- a/Master/texmf-dist/doc/xelatex/quran/quran-test.pdf
+++ b/Master/texmf-dist/doc/xelatex/quran/quran-test.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/xelatex/quran/quran-test1.pdf b/Master/texmf-dist/doc/xelatex/quran/quran-test1.pdf
index 68c80b9c5df..9d74455281b 100644
--- a/Master/texmf-dist/doc/xelatex/quran/quran-test1.pdf
+++ b/Master/texmf-dist/doc/xelatex/quran/quran-test1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/xelatex/quran/quran-test2.pdf b/Master/texmf-dist/doc/xelatex/quran/quran-test2.pdf
index a4818148f1c..4ee74194068 100644
--- a/Master/texmf-dist/doc/xelatex/quran/quran-test2.pdf
+++ b/Master/texmf-dist/doc/xelatex/quran/quran-test2.pdf
Binary files differ