diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-29 23:20:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-29 23:20:48 +0000 |
commit | f070bb09e081423f8b295b6ba0129dcfa82ce60b (patch) | |
tree | 56c51d66850943d1d46e025da9735586ae37e02a /Master/texmf-dist/tex/xelatex/quran | |
parent | dc0bc16db5518a8c0eed4b652b1a79d109e2bd56 (diff) |
quran (29nov18)
git-svn-id: svn://tug.org/texlive/trunk@49275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/quran')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/quran/quran-transde.def | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/quran/quran-transfa.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/quran/quran.sty | 14 |
3 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/xelatex/quran/quran-transde.def b/Master/texmf-dist/tex/xelatex/quran/quran-transde.def index 0487080e05e..acad7489338 100644 --- a/Master/texmf-dist/tex/xelatex/quran/quran-transde.def +++ b/Master/texmf-dist/tex/xelatex/quran/quran-transde.def @@ -3,10 +3,10 @@ %%%%%%%%%%%%%%%%%%%%%%%%%% \def\basmalahde{Im Namen Allahs, des Allerbarmers, des Barmherzigen! \qt@par} \bidi@newrobustcmd\ToggleBasmalahde{% - \ifx\basmalahlt\relax% + \ifx\basmalahde\relax% \def\basmalahde{Im Namen Allahs, des Allerbarmers, des Barmherzigen! \qt@par} \else% - \let\basmalahlt\relax% + \let\basmalahde\relax% \fi% }% %%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/tex/xelatex/quran/quran-transfa.def b/Master/texmf-dist/tex/xelatex/quran/quran-transfa.def index 14f3f401ef1..b86be613193 100644 --- a/Master/texmf-dist/tex/xelatex/quran/quran-transfa.def +++ b/Master/texmf-dist/tex/xelatex/quran/quran-transfa.def @@ -3,7 +3,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%% \def\basmalahfa{به نام خداوند رحمتگر مهربان \qt@par} \bidi@newrobustcmd\ToggleBasmalahfa{% - \ifx\basmalahlt\relax% + \ifx\basmalahfa\relax% \def\basmalahfa{به نام خداوند رحمتگر مهربان \qt@par} \else% \let\basmalahfa\relax% diff --git a/Master/texmf-dist/tex/xelatex/quran/quran.sty b/Master/texmf-dist/tex/xelatex/quran/quran.sty index 979b263c34d..7846dd2b25b 100644 --- a/Master/texmf-dist/tex/xelatex/quran/quran.sty +++ b/Master/texmf-dist/tex/xelatex/quran/quran.sty @@ -1,7 +1,7 @@ %% This is file `quran.sty', %% Inspired by Patrick Happel's lipsum package %% -%%% Copyright © 2015-2017 by Seiied-Mohammad-Javad Razavian +%%% Copyright © 2015-2018 by Seiied-Mohammad-Javad Razavian %% <javadr@gmail.com> %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -23,11 +23,13 @@ %% to one who has devoted his life to Quran %% %% Change Log -%% ver 1.42a ## December 22th, 2017 +%% ver 1.42b ## November 29th, 2018 +%% A typo in quran-transde.def. +%% ver 1.42a ## December 22nd, 2017 %% A typo in doc. Some of files were missed in the last update so the new version put them back. -%% ver 1.42 ## December 22th, 2017 +%% ver 1.42 ## December 22nd, 2017 %% \quransurahX and \quranayahX macros also act case-insensitive in translations. X is one of en, de, fa, and lt. -%% ver 1.41 ## December 22th, 2017 +%% ver 1.41 ## December 22nd, 2017 %% in previous versions, \quransurah and \quranayah macros were case-sensitive in case of using surah names, %% but by this version both macros are case-insensitive, i.e. there in no diffirences between Al-Fatihda, al-fatiha, al-Fatiha, %% and the other possible combinations of lower-uppercase letters. @@ -97,8 +99,8 @@ %% ver 0.1 %% initial commit \NeedsTeXFormat{LaTeX2e} -\def\qurandate{2017/12/22} -\def\quranversion{ver 1.42a} +\def\qurandate{2018/11/29} +\def\quranversion{ver 1.42b} \ProvidesPackage{quran}[\qurandate\space \quranversion\space An easy way to typeset the whole or any part of The Holy Quran] \RequirePackage{biditools} \RequirePackage{xkeyval} |