diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-16 22:46:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-16 22:46:28 +0000 |
commit | 30aa22dbd2e2adf3201d3bcbd83ae739c2d5c2de (patch) | |
tree | ca65cc13d3ef071aff7394e882a6a1bf2dfe2638 | |
parent | c1940873407987b1fc01c8e71f35aa506689d8e6 (diff) |
xepersian (16jan18)
git-svn-id: svn://tug.org/texlive/trunk@46337 c570f23f-e606-0410-a88d-b1316a301751
72 files changed, 2387 insertions, 2300 deletions
diff --git a/Master/texmf-dist/doc/xelatex/xepersian/README b/Master/texmf-dist/doc/xelatex/xepersian/README index 73c9d9b5b02..64283f8310c 100644 --- a/Master/texmf-dist/doc/xelatex/xepersian/README +++ b/Master/texmf-dist/doc/xelatex/xepersian/README @@ -1,6 +1,6 @@ ____________________ The XePersian package -v20.6 +v20.7 XePersian is a package written for XeLaTeX that allows users to typeset Persian easily. @@ -20,7 +20,7 @@ In doing so, please always explain your issue well enough, always include a minimal working example showing the issue, and always choose the appropriate label for your query (i.e. if you are reporting any bugs, choose `Bug' label). -Current version release date: 2018/01/08 +Current version release date: 2018/01/17 ______________ Vafa Khalighi persian-tex@tug.org diff --git a/Master/texmf-dist/doc/xelatex/xepersian/xepersian-doc.pdf b/Master/texmf-dist/doc/xelatex/xepersian/xepersian-doc.pdf Binary files differnew file mode 100644 index 00000000000..84f0518b846 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/xepersian/xepersian-doc.pdf diff --git a/Master/texmf-dist/doc/xelatex/xepersian/xepersian.pdf b/Master/texmf-dist/doc/xelatex/xepersian/xepersian.pdf Binary files differindex a75171740bc..04102ff0ff9 100644 --- a/Master/texmf-dist/doc/xelatex/xepersian/xepersian.pdf +++ b/Master/texmf-dist/doc/xelatex/xepersian/xepersian.pdf diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-basics.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-basics.ltx new file mode 100644 index 00000000000..9e9ec6cce08 --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-basics.ltx @@ -0,0 +1,1472 @@ +\documentclass{ltxdoc} +\input{xepersian-doc-preamble.ltx} +\begin{document} +\section{Basics\label{basics}} +\subsection{Loading The Package} +You can load the package in the ordinary way; +\begin{BDef} +\Lcs{usepackage}\OptArgs\Largb{xepersian} +\end{BDef} +Where \texttt{options} of the package are explained later in \autoref{options}. + +When loading the package, it is important to know that: +\begin{enumerate} +\item \textsf{xepersian} should be the last package that you load, because otherwise you are certainly going to overwrite \textsf{bidi} and \textsf{\XePersian} package's definitions and consequently, you will not get the expected output. +\item In fact, in addition to \textsf{bidi}, \textsf{\XePersian} also makes sure that some specific packages are loaded before \textsf{bidi} and \textsf{\XePersian}; these are those packages that \textsf{bidi} and \textsf{\XePersian} modifies them for bidirectional and Persian/English typesetting. + +If you load \textsf{\XePersian} before any of these packages, then you will get an error saying that you should load \textsf{\XePersian} or \textsf{bidi} as your last package. When it says that you should load \textsf{bidi} package as your last package, it really means that you should load \textsf{\XePersian} as your last package as \textsf{bidi} package is loaded automatically by \textsf{\XePersian} package. + +For instance, consider the following minimal example: +\begin{lstlisting}[morekeywords={settextfont}] +\documentclass{minimal} +\usepackage{xepersian} +\usepackage{enumerate} +\settextfont{XB Niloofar} +\begin{document} +*\parsitext{این فقط یک آزمایش است}* +\end{document} +\end{lstlisting} +Where \textsf{enumerate} is loaded after \textsf{\XePersian}. If you run \texttt{xelatex} on this document, you will get an error which looks like this: +\begin{lstlisting}[numbers=none,backgroundcolor=\color{blue!30},frame=none,framexleftmargin=1mm] +! Package xepersian Error: Oops! you have loaded package enumerate after xepersian package. Please load package enumerate before xepersian package, and then try to run xelatex on your document again. + +See the xepersian package documentation for explanation. +Type H <return> for immediate help. + ... + +l.5 \begin{document} + +? + +\end{lstlisting} +\end{enumerate} +\subsection{\textsf{\XePersian}'s Symbol} + As you may know lion symbolizes \TeX{} but lion does not symbolizes \textsf{\XePersian}. \textbf{Simorgh}\footnote{\textbf{Simorgh} is an Iranian benevolent, mythical flying creature which has been shown on the titlepage of this documentation. For more details see \url{http://en.wikipedia.org/wiki/Simurgh}} (shown on the first page of this documentation) symbolizes \textsf{\XePersian}. +\subsection{Commands for Version number, and Date of The Package} +\begin{BDef} +\Lcs{xepersianversion}\quad\Lcs{xepersiandate} +\end{BDef} +\begin{itemize} +\item \Lcs{xepersianversion} gives the current version of the package. +\item \Lcs{xepersiandate} gives the current date of the package. +\end{itemize} +\begin{lstlisting}[morekeywords={settextfont,XePersian,xepersianversion,xepersiandate}] +\documentclass{article} +\usepackage{xepersian} +\settextfont{XB Niloofar} +\begin{document} +\begin{latin} +This is typeset by \textsf{\XePersian} package,\xepersianversion, +\xepersiandate. +\end{latin} +\end{document} +\end{lstlisting} +\subsection{{Options of The Package\label{options}}} +There are few options: +\subsubsection{\texttt{defaultlatinfontfeatures} Option} +\begin{BDef} +\texttt{defaultlatinfontfeatures}$=$\Larga{value} +\end{BDef} +The \texttt{defaultlatinfontfeatures} option allows you to pass font features to the main Latin font. \Larga{value} is a set of font features. +\subsubsection{\texttt{extrafootnotefeatures} Option} +This is just the \texttt{extrafootnotefeatures} Option of \textsf{bidi} package. If you enable this option, you can typeset footnotes in paragraph form or in multi-columns (from two-columns to ten-columns). For more details, please read the manual of \textsf{bidi} package. +\subsubsection{\texttt{Kashida} Option} +If you pass \texttt{Kashida} option to the package, you will use Kashida for stretching words for better output quality and getting rid of underfull or overfull \Lcs{hbox} messages. + +Note that you can not use \texttt{Kashida} option when you are using Nastaliq-like font (well, you still can use \texttt{Kashida} option when you use any Nastaliq-like font, but I can not guarantee high quality output!). + +\bigskip +The following two commands are provided when you activate the \texttt{Kashida} option: +\begin{BDef} +\Lcs{KashidaOn}\quad\Lcs{KashidaOff} +\end{BDef} +\begin{itemize} +\item \Lcs{KashidaOn} enables Kashida and is active by default when \texttt{Kashida} option is activated. +\item \Lcs{KashidaOff} disables Kashida. +\end{itemize} + +\subsubsection{\texttt{quickindex} Option} +When you generally want to prepare index for your Persian documents, you need to first run \texttt{xelatex}, then \texttt{xindy}, and again \texttt{xelatex} on your document respectively, which is very time consuming. The \texttt{quickindex} option gives you the index with only and only one run of \texttt{xelatex}. To use this feature, you will need to run \texttt{xelatex --shell-escape} on your \TeX{} document; otherwise you get an error which indicates that shell scape (or write18) is not enabled. + + This option is now obsolete and equivalent to \texttt{quickindex-variant2} option. +\subsubsection{\texttt{quickindex-variant1} Option} + Same as \texttt{quickindex} Option but uses variant one (in which \parsitext{آ} is grouped under \parsitext{ا}) for sorting Persian alphabets. +\subsubsection{\texttt{quickindex-variant2} Option} + Same as \texttt{quickindex} Option but uses variant two (in which \parsitext{آ} is a separate letter) for sorting Persian alphabets. +\subsubsection{\texttt{localise} Option} +This option allows you to use most frequently-used \LaTeX\ commands and environments in Persian, almost like what \TeX-e-Parsi offers. This is still work in progress and we wish to add lots more Persian equivalents of \LaTeX\ and \TeX\ commands and environments. The Persian equivalents of \LaTeX\ and \TeX\ commands are shown in \autoref{lcs}, The Persian equivalents of \XePersian\ commands are shown in \autoref{xcs}, Persian equivalents of \LaTeX\ environments are shown in \autoref{lenv} and Persian equivalents of \XePersian\ environments are shown in \autoref{xenv} + +Please note that the Persian equivalents of \LaTeX\ and \TeX\ commands and environments are only available after loading \textsf{xepersian} package. This means that you have to write all commands or environments that come before \Lcs{usepackage}\Largb{xepersian}, in its original form, i.e. \Lcs{documentclass}. + +Not only you can use Persian equivalents of \LaTeX\ and \TeX\ commands and environments, but still original \LaTeX\ and \TeX\ commands and environments work too. + +The \TeX\, \LaTeX\, and \XePersian\ commands and environments and their Persian equivalents listed in \autoref{lcs}, \autoref{xcs}, \autoref{lenv} and \autoref{xenv} is not the whole story; If any command and environment in \autoref{lcs}, \autoref{xcs}, \autoref{lenv} and \autoref{xenv} have a starred version, their starred version also work. For example in \autoref{lcs}, the Persian equivalent of \Lcs{chapter} is \Pcs{فصل}. I know that \Lcs{chapter} has a starred version, so this means \Pcs{فصل*} is also the Persian equivalent of \Lcs{chapter*}. Is that clear? + +\medskip +However there is more; you can localise any other commands/environments you want. You can use the following commands to localise your own commands/environments: +\begin{BDef} +\Lcs{eqcommand}\Largb{\Larga{command-name in Persian}}\Largb{\Larga{original \LaTeX{} command-name}}\\ +\Lcs{eqenvironment}\Largb{\Larga{environment-name in Persian}}\Largb{\Larga{original \LaTeX{} environment-name}} +\end{BDef} + +\begin{center} +\tablecaption{The Equivalent \LaTeX\ and \TeX\ Commands\label{lcs}} +\tablehead + {\bfseries Command in \TeX\ or \LaTeX\ &\bfseries Equivalent Persian Command\\ \hline} +\tabletail + {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{lr} +\bicsintabular{شمعجدول}{@arstrut} +\bicsintabular{فوق}{above} +\bicsintabular{فاصلهکوتاهبالاینمایش}{abovedisplayshortskip} +\bicsintabular{فاصلهبالاینمایش}{abovedisplayskip} +\bicsintabular{عنوانچکیده}{abstractname} +\bicsintabular{اکسنت}{accent} +\bicsintabular{فعال}{active} +\bicsintabular{بیفزاسطرفهرست}{addcontentsline} +\bicsintabular{اضافهبرجریمه}{addpenalty} +\bicsintabular{نشانی}{address} +\bicsintabular{بیفزابهفهرست}{addtocontents} +\bicsintabular{اضافهبرشمارنده}{addtocounter} +\bicsintabular{اضافهبربعد}{addtolength} +\bicsintabular{بیفزافضایو}{addvspace} +\bicsintabular{تنظیمبدنمایی}{adjdemerits} +\bicsintabular{بیفزابر}{advance} +\bicsintabular{بعدازانتساب}{afterassignment} +\bicsintabular{بعدازگروه}{aftergroup} +\bicsintabular{الف}{aleph} +\bicsintabular{خصیصهمستعارقلم}{aliasfontfeature} +\bicsintabular{انتخابخصیصهمستعارقلم}{aliasfontfeatureoption} +\bicsintabular{شکستنی}{allowbreak} +\bicsintabular{تخصی@}{alloc@} +\bicsintabular{تخصیصیافته}{allocationnumber} +\bicsintabular{شکستنمایشمجاز}{allowdisplaybreaks} +\bicsintabular{حروفبزرگ}{Alph} +\bicsintabular{حروفکوچک}{alph} +\bicsintabular{نامهمچنین}{alsoname} +\bicsintabular{و}{and} +\bicsintabular{زاویه}{angle} +\bicsintabular{عنوانپیوست}{appendixname} +\bicsintabular{تقریب}{approx} +\bicsintabular{عربی}{arabic} +\bicsintabular{آرگ}{arg} +\bicsintabular{رنگخطجدول}{arrayrulecolor} +\bicsintabular{فاصلهستونهایآرایه}{arraycolsep} +\bicsintabular{ضخامتخطجدول}{arrayrulewidth} +\bicsintabular{کشیدگیآرایه}{arraystretch} +\bicsintabular{درآغازنوشتار}{AtBeginDocument} +\bicsintabular{درپایاننوشتار}{AtEndDocument} +\bicsintabular{درانتهایطبقه}{AtEndOfClass} +\bicsintabular{درانتهایسبک}{AtEndOfPackage} +\bicsintabular{نویسنده}{author} +\bicsintabular{مطلبپشت}{backmatter} +\bicsintabular{شکافپشت}{backslash} +\bicsintabular{بدنمایی}{badness} +\bicsintabular{میله}{bar} +\bicsintabular{فاصلهکرسی}{baselineskip} +\bicsintabular{کششفاصلهکرسی}{baselinestretch} +\bicsintabular{پردازشدستهای}{batchmode} +\bicsintabular{شروع}{begin} +\bicsintabular{شروعچپ}{beginL} +\bicsintabular{شروعراست}{beginR} +\bicsintabular{شروعگروه}{begingroup} +\bicsintabular{فاصلهکوتاهپاییننمایش}{belowdisplayshortskip} +\bicsintabular{فاصلهپاییننمایش}{belowdisplayskip} +\bicsintabular{سیاه}{bf} +\bicsintabular{پیشفرضسیاه}{bfdefault} +\bicsintabular{شمایلسیاه}{bfseries} +\bicsintabular{شرگروه}{bgroup} +\bicsintabular{مرجوع}{bibitem} +\bicsintabular{کتابنامه}{bibliography} +\bicsintabular{سبککتابنامه}{bibliographystyle} +\bicsintabular{عنوانکتابنامه}{bibname} +\bicsintabular{پرشبلند}{bigskip} +\bicsintabular{مقدارپرشبلند}{bigskipamount} +\bicsintabular{خطپایینشناور}{botfigrule} +\bicsintabular{علامتپایین}{botmark} +\bicsintabular{کادرتاپایین}{bottompageskip} +\bicsintabular{نسبتپایین}{bottomfraction} +\bicsintabular{کادر}{box} +\bicsintabular{حداکثرعمقکادر}{boxmaxdepth} +\bicsintabular{بشکن}{break} +\bicsintabular{گلوله}{bullet} +\bicsintabular{دوپن@پنج}{@cclv} +\bicsintabular{دوپن@شش}{@cclvi} +\bicsintabular{شرح}{caption} +\bicsintabular{کدرده}{catcode} +\bicsintabular{رونوشت}{cc} +\bicsintabular{نامرونوشت}{ccname} +\bicsintabular{نقطهوسط}{cdot} +\bicsintabular{نقاطوسط}{cdots} +\bicsintabular{تنظیمازوسط}{centering} +\bicsintabular{خطوسط}{centerline} +\bicsintabular{چک@ن}{ch@ck} +\bicsintabular{فصل}{chapter} +\bicsintabular{عنوانفصل}{chaptername} +\bicsintabular{نویسه}{char} +\bicsintabular{تعریفنویسه}{chardef} +\bicsintabular{برسیفرمان}{CheckCommand} +\bicsintabular{مرجع}{cite} +\bicsintabular{خطایطبقه}{ClassError} +\bicsintabular{اطلاعطبقه}{ClassInfo} +\bicsintabular{هشدارطبقه}{ClassWarning} +\bicsintabular{هشدارطبقهبیسطر}{ClassWarningNoLine} +\bicsintabular{نشانگرمرکزی}{cleaders} +\bicsintabular{دوصفحهپاک}{cleardoublepage} +\bicsintabular{صفحهپاک}{clearpage} +\bicsintabular{خطناپر}{cline} +\bicsintabular{ببندورودی}{closein} +\bicsintabular{ببندخروجی}{closeout} +\bicsintabular{بستن}{closing} +\bicsintabular{جریمهسربند}{clubpenalty} +\bicsintabular{خاج}{clubsuit} +\bicsintabular{علامتپایینستوناول}{colbotmark} +\bicsintabular{علامتاولستوناول}{colfirstmark} +\bicsintabular{رنگ}{color} +\bicsintabular{کادررنگ}{colorbox} +\bicsintabular{علامتبالایستوناول}{coltopmark} +\bicsintabular{رنگستون}{columncolor} +\bicsintabular{بینستون}{columnsep} +\bicsintabular{پهنایستون}{columnwidth} +\bicsintabular{خطبینستون}{columnseprule} +\bicsintabular{سطرفهرست}{contentsline} +\bicsintabular{عنوانفهرستمطالب}{contentsname} +\bicsintabular{کپی}{copy} +\bicsintabular{حقتالیف}{copyright} +\bicsintabular{شمار}{count} +\bicsintabular{شمار@}{count@} +\bicsintabular{تعریفشمار}{countdef} +\bicsintabular{سخ}{cr} +\bicsintabular{سخسخ}{crcr} +\bicsintabular{نامفرمان}{csname} +\bicsintabular{گزینهجاری}{CurrentOption} +\bicsintabular{کادربینابین}{dashbox} +\bicsintabular{بینابینع}{dashv} +\bicsintabular{@تاریخ}{@date} +\bicsintabular{تاریخ}{date} +\bicsintabular{روز}{day} +\bicsintabular{خطپایینشناورپهن}{dblbotfigrule} +\bicsintabular{نسبتپهنپایین}{dblbottomfraction} +\bicsintabular{خطبالایشناورپهن}{dblfigrule} +\bicsintabular{نسبتصفحهشناورپهن}{dblfloatpagefraction} +\bicsintabular{فاصلهبینشناورپهن}{dblfloatsep} +\bicsintabular{کدمکانغیرهمانطور}{dblfntlocatecode} +\bicsintabular{فاصلهمتنوشناورپهن}{dbltextfloatsep} +\bicsintabular{نسبتپهنبالا}{dbltopfraction} +\bicsintabular{اعلانقلمثابت}{DeclareFixedFont} +\bicsintabular{اعلانپسوندگرافیک}{DeclareGraphicsExtensions} +\bicsintabular{اعلاندستورگرافیک}{DeclareGraphicsRule} +\bicsintabular{اعلانفرمانقلمقدیمی}{DeclareOldFontCommand} +\bicsintabular{اعلانگزینه}{DeclareOption} +\bicsintabular{اعلانفرمانقوی}{DeclareRobustCommand} +\bicsintabular{اعلانقلمعلائم}{DeclareSymbolFont} +\bicsintabular{دوربسته}{deadcycles} +\bicsintabular{تر}{def} +\bicsintabular{تعریف@کلید}{define@key} +\bicsintabular{تعریفرنگ}{definecolor} +\bicsintabular{درجه}{deg} +\bicsintabular{کدجداساز}{delcode} +\bicsintabular{جداساز}{delimiter} +\bicsintabular{ضریبجداساز}{delimiterfactor} +\bicsintabular{گودی}{depth} +\bicsintabular{خشت}{diamondsuit} +\bicsintabular{ابعاد}{dim} +\bicsintabular{بعد}{dimen} +\bicsintabular{بعد@}{dimen@} +\bicsintabular{بعد@یک}{dimen@i} +\bicsintabular{بعد@دو}{dimen@ii} +\bicsintabular{تعریفبعد}{dimendef} +\bicsintabular{تیرهگذاری}{discretionary} +\bicsintabular{شکستنمایش}{displaybreak} +\bicsintabular{تورفتگینمایش}{displayindent} +\bicsintabular{سبکنمایش}{displaystyle} +\bicsintabular{عرضنمایش}{displaywidth} +\bicsintabular{تقسیم}{divide} +\bicsintabular{طبقهنوشتار}{documentclass} +\bicsintabular{کن}{do} +\bicsintabular{تعویضکدها}{dospecials} +\bicsintabular{نقطه}{dot} +\bicsintabular{نقطهمساوی}{doteq} +\bicsintabular{پرنقطها}{dotfill} +\bicsintabular{نقاط}{dots} +\bicsintabular{کادردولا}{doublebox} +\bicsintabular{رنگفاصلهدوخطجدول}{doublerulesepcolor} +\bicsintabular{فاصلهبیندوخط}{doublerulesep} +\bicsintabular{فلشپایین}{downarrow} +\bicsintabular{عمق}{dp} +\bicsintabular{تخلیه}{dump} +\bicsintabular{ترگ}{edef} +\bicsintabular{پاگروه}{egroup} +\bicsintabular{انتهایفاصله}{eject} +\bicsintabular{گرنه}{else} +\bicsintabular{تاکید}{em} +\bicsintabular{کششلاجرم}{emergencystretch} +\bicsintabular{موکد}{emph} +\bicsintabular{@پوچ}{@empty} +\bicsintabular{پوچ}{empty} +\bicsintabular{مجموعهپوچ}{emptyset} +\bicsintabular{پایان}{end} +\bicsintabular{پایانچپ}{endL} +\bicsintabular{پایانراست}{endR} +\bicsintabular{پایاننامفرمان}{endcsname} +\bicsintabular{پایاناولینسر}{endfirsthead} +\bicsintabular{پایانپا}{endfoot} +\bicsintabular{تهبند}{endgraf} +\bicsintabular{پایانگروه}{endgroup} +\bicsintabular{پایانسر}{endhead} +\bicsintabular{پایانورودی}{endinput} +\bicsintabular{پایانآخرینپا}{endlastfoot} +\bicsintabular{گسترشاینصفحه}{enlargethispage} +\bicsintabular{تهسطر}{endline} +\bicsintabular{نویسهتهسطر}{endlinechar} +\bicsintabular{اندوری}{enspace} +\bicsintabular{انفاصله}{enskip} +\bicsintabular{فرمانجانشین}{eqcommand} +\bicsintabular{محیطجانشین}{eqenvironment} +\bicsintabular{ارجاعفر}{eqref} +\bicsintabular{کمکخطا}{errhelp} +\bicsintabular{پیامخطا}{errmessage} +\bicsintabular{سطرمتنخطا}{errorcontextlines} +\bicsintabular{پردازشتوقفخطا}{errorstopmode} +\bicsintabular{نویسهویژه}{escapechar} +\bicsintabular{یورو}{euro} +\bicsintabular{حاشیهزوج}{evensidemargin} +\bicsintabular{هرسخ}{everycr} +\bicsintabular{هرنمایش}{everydisplay} +\bicsintabular{هرکادرا}{everyhbox} +\bicsintabular{هرکار}{everyjob} +\bicsintabular{هرریاضی}{everymath} +\bicsintabular{هربند}{everypar} +\bicsintabular{هرکادرو}{everyvbox} +\bicsintabular{اجرایگزینهها}{ExecuteOptions} +\bicsintabular{جریمهاضافیتیرهبندی}{exhyphenpenalty} +\bicsintabular{بگسترپساز}{expandafter} +\bicsintabular{فاصلهاضافیبینستونها}{extracolsep} +\bicsintabular{@اولیازیک}{@firstofone} +\bicsintabular{@اولیازدو}{@firstoftwo} +\bicsintabular{چ@ار}{f@ur} +\bicsintabular{خانواده}{fam} +\bicsintabular{صفحهتجملی}{fancypage} +\bicsintabular{کادربا}{fbox} +\bicsintabular{ضخامتکادربا}{fboxrule} +\bicsintabular{حاشیهکادربا}{fboxsep} +\bicsintabular{کادربارنگ}{fcolorbox} +\bicsintabular{رگ}{fi} +\bicsintabular{عنوانشکل}{figurename} +\bicsintabular{پرشکن}{filbreak} +\bicsintabular{پر}{fill} +\bicsintabular{علامتاول}{firstmark} +\bicsintabular{پهن}{flat} +\bicsintabular{نسبتصفحهشناور}{floatpagefraction} +\bicsintabular{جریمهشناور}{floatingpenalty} +\bicsintabular{فاصلهبینشناور}{floatsep} +\bicsintabular{تنظیمازپایین}{flushbottom} +\bicsintabular{شکلبندی}{fmtname} +\bicsintabular{ردهشکلبندی}{fmtversion} +\bicsintabular{نشانه}{fnsymbol} +\bicsintabular{قلم}{font} +\bicsintabular{بعدقلم}{fontdimen} +\bicsintabular{رمزینهقلم}{fontencoding} +\bicsintabular{فامیلقلم}{fontfamily} +\bicsintabular{نامقلم}{fontname} +\bicsintabular{شمایلقلم}{fontseries} +\bicsintabular{شکلقلم}{fontshape} +\bicsintabular{اندازهقلم}{fontsize} +\bicsintabular{بلندایپایینصفحه}{footheight} +\bicsintabular{درجزیرنویس}{footins} +\bicsintabular{زیرنویس}{footnote} +\bicsintabular{علامتزیرنویس}{footnotemark} +\bicsintabular{خطزیرنویس}{footnoterule} +\bicsintabular{فاصلهتازیرنویس}{footnotesep} +\bicsintabular{اندازهزیرنویس}{footnotesize} +\bicsintabular{متنزیرنویس}{footnotetext} +\bicsintabular{فاصلهتاپایینصفحه}{footskip} +\bicsintabular{فریم}{frame} +\bicsintabular{کادرباخط}{framebox} +\bicsintabular{فواصلیکنواختلاتین}{frenchspacing} +\bicsintabular{مطلبپیش}{frontmatter} +\bicsintabular{بعدبگذار}{futurelet} +\bicsintabular{@خورحریصانه}{@gobble} +\bicsintabular{@خورحریصانهدو}{@gobbletwo} +\bicsintabular{@خورحریصانهچهار}{@gobblefour} +\bicsintabular{@عاقتآ}{@gtempa} +\bicsintabular{@عاقتب}{@gtempb} +\bicsintabular{ترع}{gdef} +\bicsintabular{الگویاطلاع}{GenericInfo} +\bicsintabular{الگویهشدار}{GenericWarning} +\bicsintabular{الگویخطا}{GenericError} +\bicsintabular{عام}{global} +\bicsintabular{تعاریفعام}{globaldefs} +\bicsintabular{لغتنامه}{glossary} +\bicsintabular{فقرهفرهنگ}{glossaryentry} +\bicsintabular{خوششکن}{goodbreak} +\bicsintabular{کاغذگراف}{graphpaper} +\bicsintabular{گیومهچپ}{guillemotleft} +\bicsintabular{گیومهراست}{guillemotright} +\bicsintabular{گیومهتکیچپ}{guilsinglleft} +\bicsintabular{گیومهتکیراست}{guilsinglright} +\bicsintabular{ردیفا}{halign} +\bicsintabular{بروتو}{hang} +\bicsintabular{بعدازسطر}{hangafter} +\bicsintabular{تورفتگیثابت}{hangindent} +\bicsintabular{بدنماییا}{hbadness} +\bicsintabular{کادرا}{hbox} +\bicsintabular{بلندایسرصفحه}{headheight} +\bicsintabular{فاصلهازسرصفحه}{headsep} +\bicsintabular{سربهنام}{headtoname} +\bicsintabular{دل}{heartsuit} +\bicsintabular{بلندا}{height} +\bicsintabular{پرا}{hfil} +\bicsintabular{پررا}{hfill} +\bicsintabular{رفعپرا}{hfilneg} +\bicsintabular{پرزافقی}{hfuzz} +\bicsintabular{فاصلهمخفی}{hideskip} +\bicsintabular{عرضپنهان}{hidewidth} +\bicsintabular{خطپر}{hline} +\bicsintabular{حاشیها}{hoffset} +\bicsintabular{حفظدرج}{holdinginserts} +\bicsintabular{فاصلهاگرد}{hrboxsep} +\bicsintabular{خطا}{hrule} +\bicsintabular{پرخطا}{hrulefill} +\bicsintabular{طولسطر}{hsize} +\bicsintabular{فاصلها}{hskip} +\bicsintabular{فضایا}{hspace} +\bicsintabular{هردوا}{hss} +\bicsintabular{ارتفاع}{ht} +\bicsintabular{بزرگ}{huge} +\bicsintabular{بزرگتر}{Huge} +\bicsintabular{ابرپیوند}{hyperlink} +\bicsintabular{بارگذاریابر}{hypersetup} +\bicsintabular{هدفابر}{hypertarget} +\bicsintabular{تیرهبندی}{hyphenation} +\bicsintabular{نویسهتیره}{hyphenchar} +\bicsintabular{جریمهتیرهبندی}{hyphenpenalty} +\bicsintabular{@گرکلاسفراخوانیشده}{@ifclassloaded} +\bicsintabular{@گرترشدنی}{@ifdefinable} +\bicsintabular{@گرنویسهبعدی}{@ifnextchar} +\bicsintabular{@گرسبکفراخوانیشده}{@ifpackageloaded} +\bicsintabular{@گرستاره}{@ifstar} +\bicsintabular{@گرتعریفنشده}{@ifundefined} +\bicsintabular{گر}{if} +\bicsintabular{گر@سواقتآ}{if@tempswa} +\bicsintabular{گرانواع}{ifcase} +\bicsintabular{گررده}{ifcat} +\bicsintabular{گرتعریفشده}{ifdefined} +\bicsintabular{گربعد}{ifdim} +\bicsintabular{گرتهپرونده}{ifeof} +\bicsintabular{گرر}{iff} +\bicsintabular{گرنادرست}{iffalse} +\bicsintabular{گرپروندهموجود}{IfFileExists} +\bicsintabular{گرکادرا}{ifhbox} +\bicsintabular{گرحالتا}{ifhmode} +\bicsintabular{گردرونی}{ifinner} +\bicsintabular{گرحالتریاضی}{ifmmode} +\bicsintabular{گرعدد}{ifnum} +\bicsintabular{گرفرد}{ifodd} +\bicsintabular{گرآنگاهدیگر}{ifthenelse} +\bicsintabular{گردرست}{iftrue} +\bicsintabular{گرکادرو}{ifvbox} +\bicsintabular{گرحالتو}{ifvmode} +\bicsintabular{گرتهی}{ifvoid} +\bicsintabular{گرتام}{ifx} +\bicsintabular{فاصلهخالیراندیدهبگیر}{ignorespaces} +\bicsintabular{فوری}{immediate} +\bicsintabular{شامل}{include} +\bicsintabular{درجتصویر}{includegraphics} +\bicsintabular{مشمولین}{includeonly} +\bicsintabular{تورفتگی}{indent} +\bicsintabular{درنمایه}{index} +\bicsintabular{استعلام}{indexentry} +\bicsintabular{عنواننمایه}{indexname} +\bicsintabular{فاصلهرهنما}{indexspace} +\bicsintabular{ورودی}{input} +\bicsintabular{ورودپروندهگرموجود}{InputIfFileExists} +\bicsintabular{شمارهسطرورودی}{inputlineno} +\bicsintabular{درج}{insert} +\bicsintabular{جریمهدرج}{insertpenalties} +\bicsintabular{جریمهبینسطرهایزیرنویس}{interfootnotelinepenalty} +\bicsintabular{جریمهبینسطرهاینمایش}{interdisplaylinepenalty} +\bicsintabular{جریمهبینسطرها}{interlinepenalty} +\bicsintabular{متنداخلی}{intertext} +\bicsintabular{فاصلهشناوردرمتن}{intertextsep} +\bicsintabular{مخفی}{invisible} +\bicsintabular{پیشفرضای}{itdefault} +\bicsintabular{شکلایتالیک}{itshape} +\bicsintabular{فقره}{item} +\bicsintabular{تورفتگیفقره}{itemindent} +\bicsintabular{فاصلهفقره}{itemsep} +\bicsintabular{تکرارکن}{iterate} +\bicsintabular{شکلای}{itshape} +\bicsintabular{نامکار}{jobname} +\bicsintabular{قلپ}{jot} +\bicsintabular{دوری}{kern} +\bicsintabular{الگو}{kill} +\bicsintabular{برچسب}{label} +\bicsintabular{برچسبشمارشیک}{labelenumi} +\bicsintabular{برچسبشمارشدو}{labelenumii} +\bicsintabular{برچسبشمارشسه}{labelenumiii} +\bicsintabular{برچسبشمارشچهار}{labelenumiv} +\bicsintabular{برچسبفقرهیک}{labelitemi} +\bicsintabular{برچسبفقرهدو}{labelitemii} +\bicsintabular{برچسبفقرهسه}{labelitemiii} +\bicsintabular{برچسبفقرهچهار}{labelitemiv} +\bicsintabular{فاصلهازبرچسب}{labelsep} +\bicsintabular{پهنایبرچسب}{labelwidth} +\bicsintabular{زبان}{language} +\bicsintabular{درشت}{large} +\bicsintabular{درشتتر}{Large} +\bicsintabular{درشتدرشت}{LARGE} +\bicsintabular{آخرینکادر}{lastbox} +\bicsintabular{آخریندوری}{lastkern} +\bicsintabular{آخرینجریمه}{lastpenalty} +\bicsintabular{آخرینفاصله}{lastskip} +\bicsintabular{لاتک}{LaTeX} +\bicsintabular{لاتکای}{LaTeXe} +\bicsintabular{کدکوچک}{lccode} +\bicsintabular{نقاطخ}{ldots} +\bicsintabular{نشانگر}{leaders} +\bicsintabular{ترکو}{leavevmode} +\bicsintabular{چپ}{left} +\bicsintabular{حاشیهچپ}{leftmargin} +\bicsintabular{حاشیهچپیک}{leftmargini} +\bicsintabular{حاشیهچپدو}{leftmarginii} +\bicsintabular{حاشیهچپسه}{leftmarginiii} +\bicsintabular{حاشیهچپچهار}{leftmarginiv} +\bicsintabular{حاشیهچپپنج}{leftmarginv} +\bicsintabular{حاشیهچپشش}{leftmarginvi} +\bicsintabular{علامتچپ}{leftmark} +\bicsintabular{کادرتاچپ}{leftpageskip} +\bicsintabular{فاصلهابتدایسطر}{leftskip} +\bicsintabular{بگذار}{let} +\bicsintabular{سطر}{line} +\bicsintabular{سطرشکن}{linebreak} +\bicsintabular{جریمهسطر}{linepenalty} +\bicsintabular{فاصلهسطرها}{lineskip} +\bicsintabular{حدفاصلهسطر}{lineskiplimit} +\bicsintabular{کششفاصلهسطر}{linespread} +\bicsintabular{ضخامتخط}{linethickness} +\bicsintabular{پهنایسطر}{linewidth} +\bicsintabular{عنوانفهرستاشکال}{listfigurename} +\bicsintabular{لیستپروندهها}{listfiles} +\bicsintabular{فهرستاشکال}{listoffigures} +\bicsintabular{فهرستجداول}{listoftables} +\bicsintabular{تورفتگیبندلیست}{listparindent} +\bicsintabular{عنوانفهرستجداول}{listtablename} +\bicsintabular{بارکنطبقه}{LoadClass} +\bicsintabular{بارکنطبقهباگزینه}{LoadClassWithOptions} +\bicsintabular{مکان}{location} +\bicsintabular{بلند}{long} +\bicsintabular{حلقه}{loop} +\bicsintabular{گسیختگی}{looseness} +\bicsintabular{انتقالبپایین}{lower} +\bicsintabular{@دیگر}{@makeother} +\bicsintabular{@زار}{@m} +\bicsintabular{ده@زار}{@M} +\bicsintabular{ده@زاریک}{@Mi} +\bicsintabular{ده@زاردو}{@Mii} +\bicsintabular{ده@زارسه}{@Miii} +\bicsintabular{ده@زارچهار}{@Miv} +\bicsintabular{بیس@زار}{@MM} +\bicsintabular{من@ا}{m@ne} +\bicsintabular{بزرگنمایی}{mag} +\bicsintabular{گام}{magstep} +\bicsintabular{نیمگام}{magstephalf} +\bicsintabular{مطلباصلی}{mainmatter} +\bicsintabular{اتحرف}{makeatletter} +\bicsintabular{اتدیگر}{makeatother} +\bicsintabular{کادربیخط}{makebox} +\bicsintabular{ساختفرهنگ}{makeglossary} +\bicsintabular{تهیهنمایه}{makeindex} +\bicsintabular{ساختبرچسب}{makelabel} +\bicsintabular{ساختبرچسبها}{makelabels} +\bicsintabular{ساختحروفکوچک}{MakeLowercase} +\bicsintabular{عنوانساز}{maketitle} +\bicsintabular{ساختحروفبزرگ}{MakeUppercase} +\bicsintabular{درحاشیه}{marginpar} +\bicsintabular{فاصلهدوحاشیه}{marginparpush} +\bicsintabular{فاصلهتاحاشیه}{marginparsep} +\bicsintabular{پهنایحاشیه}{marginparwidth} +\bicsintabular{علامت}{mark} +\bicsintabular{علامتدردوطرف}{markboth} +\bicsintabular{علامتدرراست}{markright} +\bicsintabular{اعرابریاضی}{mathaccent} +\bicsintabular{نویسهریاضی}{mathchar} +\bicsintabular{تعریفنویسهریاضی}{mathchardef} +\bicsintabular{کدریاضی}{mathcode} +\bicsintabular{ریاضیرومن}{mathrm} +\bicsintabular{حداکثرتکرار}{maxdeadcycles} +\bicsintabular{حداکثرعمقصفحه}{maxdepth} +\bicsintabular{بعدبیشین}{maxdimen} +\bicsintabular{کادربی}{mbox} +\bicsintabular{شمایلنازک}{mdseries} +\bicsintabular{معنا}{meaning} +\bicsintabular{نازک}{mediumseries} +\bicsintabular{فاصلهمتوسطریاضی}{medmuskip} +\bicsintabular{پرشمتوسط}{medskip} +\bicsintabular{مقدارپرشمتوسط}{medskipamount} +\bicsintabular{فضایمتوسط}{medspace} +\bicsintabular{پیام}{message} +\bicsintabular{پیامشکن}{MessageBreak} +\bicsintabular{حداقلفاصلهردیف}{minrowclearance} +\bicsintabular{دوریریاضی}{mkern} +\bicsintabular{ماه}{month} +\bicsintabular{انتقالبچپ}{moveleft} +\bicsintabular{انتقالبراست}{moveright} +\bicsintabular{فاصلهریاضی}{mskip} +\bicsintabular{ری@ضی}{m@th} +\bicsintabular{چندستونی}{multicolumn} +\bicsintabular{ضرب}{multiply} +\bicsintabular{چندادغام}{multispan} +\bicsintabular{میوفاصله}{muskip} +\bicsintabular{تعریفمیوفاصله}{muskipdef} +\bicsintabular{@ترنام}{@namedef} +\bicsintabular{@کاربردنام}{@nameuse} +\bicsintabular{یک@}{@ne} +\bicsintabular{نام}{name} +\bicsintabular{طبیعی}{natural} +\bicsintabular{باریک}{nearrow} +\bicsintabular{باریکتر}{nearrower} +\bicsintabular{شکلبندیموردنیاز}{NeedsTeXFormat} +\bicsintabular{منفی}{neg} +\bicsintabular{فضایمتوسطمنفی}{negmedspace} +\bicsintabular{فضایضخیممنفی}{negthickspace} +\bicsintabular{دوریکوچکمنفی}{negthinspace} +\bicsintabular{بولینو}{newboolean} +\bicsintabular{کادرجدید}{newbox} +\bicsintabular{فرماننو}{newcommand} +\bicsintabular{شمارجدید}{newcount} +\bicsintabular{شمارندهجدید}{newcounter} +\bicsintabular{بعدجدید}{newdimen} +\bicsintabular{محیطنو}{newenvironment} +\bicsintabular{خانوادهجدید}{newfam} +\bicsintabular{قلمنو}{newfont} +\bicsintabular{کمکجدید}{newhelp} +\bicsintabular{گرجدید}{newif} +\bicsintabular{درججدید}{newinsert} +\bicsintabular{برچسبجدید}{newlabel} +\bicsintabular{تعریفبعدجدید}{newlength} +\bicsintabular{سطرجدید}{newline} +\bicsintabular{نویسهسطرجدید}{newlinechar} +\bicsintabular{میوفاصلهجدید}{newmuskip} +\bicsintabular{صفحهجدید}{newpage} +\bicsintabular{بخوانجدید}{newread} +\bicsintabular{تعریفکادرجدید}{newsavebox} +\bicsintabular{فاصلهجدید}{newskip} +\bicsintabular{قضیهجدید}{newtheorem} +\bicsintabular{جزءجدید}{newtoks} +\bicsintabular{بنویسجدید}{newwrite} +\bicsintabular{بیردیف}{noalign} +\bicsintabular{نشکن}{nobreak} +\bicsintabular{فاصلهنشکستنی}{nobreakspace} +\bicsintabular{بدونسند}{nocite} +\bicsintabular{نگستر}{noexpand} +\bicsintabular{بدونپرونده}{nofiles} +\bicsintabular{بدونتورفتگی}{noindent} +\bicsintabular{بیفاصلهسطر}{nointerlineskip} +\bicsintabular{بدونحد}{nolimits} +\bicsintabular{سطرنشکن}{nolinebreak} +\bicsintabular{پردازشبدونتوقف}{nonstopmode} +\bicsintabular{فواصلمتعارفلاتین}{nonfrenchspacing} +\bicsintabular{بدونشماره}{nonumber} +\bicsintabular{صفحهنشکن}{nopagebreak} +\bicsintabular{کرسیهایمتعارف}{normalbaselines} +\bicsintabular{فاصلهکرسیمتعارف}{normalbaselineskip} +\bicsintabular{رنگعادی}{normalcolor} +\bicsintabular{قلمعادی}{normalfont} +\bicsintabular{فاصلهسطرمتعارف}{normallineskip} +\bicsintabular{حدفاصلهسطرمتعارف}{normallineskiplimit} +\bicsintabular{درحاشیهعادی}{normalmarginpar} +\bicsintabular{اندازهعادی}{normalsize} +\bicsintabular{بدوناتیکت}{notag} +\bicsintabular{نول}{null} +\bicsintabular{قلمتهی}{nullfont} +\bicsintabular{عدد}{number} +\bicsintabular{سطرعددی}{numberline} +\bicsintabular{شمارهمطابق}{numberwithin} +\bicsintabular{پایینصفحهزوج}{@evenfoot} +\bicsintabular{بالایصفحهزوج}{@evenhead} +\bicsintabular{پایینصفحهفرد}{@oddfoot} +\bicsintabular{بالایصفحهفرد}{@oddhead} +\bicsintabular{شمارهبیروندرست}{@outeqntrue} +\bicsintabular{شمارهبیروننادرست}{@outeqnfalse} +\bicsintabular{سطربهسطر}{obeylines} +\bicsintabular{فضافعال}{obeyspaces} +\bicsintabular{حاشیهفرد}{oddsidemargin} +\bicsintabular{سطوربیفاصله}{offinterlineskip} +\bicsintabular{حذف}{omit} +\bicsintabular{@تنهادرپیشدرآمد}{@onlypreamble} +\bicsintabular{یکستون}{onecolumn} +\bicsintabular{تنهایادداشتها}{onlynotes} +\bicsintabular{تنهااسلایدها}{onlyslides} +\bicsintabular{بازکنورودی}{openin} +\bicsintabular{بازکنخروجی}{openout} +\bicsintabular{گزینهمصرفنشده}{OptionNotUsed} +\bicsintabular{یا}{or} +\bicsintabular{برونی}{outer} +\bicsintabular{صفحهبندی}{output} +\bicsintabular{جریمهصفحهبندی}{outputpenalty} +\bicsintabular{علامتسرریز}{overfullrule} +\bicsintabular{@فرمانهایپیشدرآمد}{@preamblecmds} +\bicsintabular{@پو}{p@} +\bicsintabular{خطایسبک}{PackageError} +\bicsintabular{اطلاعسبک}{PackageInfo} +\bicsintabular{هشدارسبک}{PackageWarning} +\bicsintabular{هشدارسبکبیسطر}{PackageWarningNoLine} +\bicsintabular{صفحهشکن}{pagebreak} +\bicsintabular{رنگصفحه}{pagecolor} +\bicsintabular{عمقصفحه}{pagedepth} +\bicsintabular{کششپرررصفحه}{pagefilllstretch} +\bicsintabular{کششپررصفحه}{pagefillstretch} +\bicsintabular{کششپرصفحه}{pagefilstretch} +\bicsintabular{غایتصفحه}{pagegoal} +\bicsintabular{نامصفحه}{pagename} +\bicsintabular{شمارهگذاریصفحه}{pagenumbering} +\bicsintabular{رجوعصفحه}{pageref} +\bicsintabular{ضخامتخطصفحه}{pagerulewidth} +\bicsintabular{فشردگیصفحه}{pageshrink} +\bicsintabular{کششصفحه}{pagestretch} +\bicsintabular{سبکصفحه}{pagestyle} +\bicsintabular{جمعصفحه}{pagetotal} +\bicsintabular{بلندایکاغذ}{paperheight} +\bicsintabular{پهنایکاغذ}{paperwidth} +\bicsintabular{بند}{par} +\bicsintabular{پاراگراف}{paragraph} +\bicsintabular{موازی}{parallel} +\bicsintabular{کادرپار}{parbox} +\bicsintabular{فاصلهتهبند}{parfillskip} +\bicsintabular{تورفتگیسربند}{parindent} +\bicsintabular{فاصلهبندلیست}{parsep} +\bicsintabular{شکلبند}{parshape} +\bicsintabular{فاصلهبند}{parskip} +\bicsintabular{بخش}{part} +\bicsintabular{عنوانبخش}{partname} +\bicsintabular{فاصلهبالایلیستبند}{partopsep} +\bicsintabular{ارسالگزینهبهکلاس}{PassOptionToClass} +\bicsintabular{ارسالگزینهبهپکیج}{PassOptionToPackage} +\bicsintabular{مسیر}{path} +\bicsintabular{الگوها}{patterns} +\bicsintabular{مکث}{pausing} +\bicsintabular{جریمه}{penalty} +\bicsintabular{غیب}{phantom} +\bicsintabular{الگویقبلی}{poptabs} +\bicsintabular{جریمهپسنمایش}{postdisplaypenalty} +\bicsintabular{جهتپیشنمایش}{predisplaydirection} +\bicsintabular{جریمهپیشنمایش}{predisplaypenalty} +\bicsintabular{اندازهپیشنمایش}{predisplaysize} +\bicsintabular{پیشحدبدنمایی}{pretolerance} +\bicsintabular{عمققبلی}{prevdepth} +\bicsintabular{بندقبلی}{prevgraf} +\bicsintabular{نمایهدراینجا}{printindex} +\bicsintabular{پردازشگزینهها}{ProcessOptions} +\bicsintabular{تامین}{protect} +\bicsintabular{تهیهفرمان}{providecommand} +\bicsintabular{آمادهسازیطبقه}{ProvidesClass} +\bicsintabular{آمادهسازیپرونده}{ProvidesFile} +\bicsintabular{آمادهسازیسبک}{ProvidesPackage} +\bicsintabular{ثبتالگو}{pushtabs} +\bicsintabular{کواد}{quad} +\bicsintabular{کوکواد}{qquad} +\bicsintabular{@بازآییخروجصفحه}{@outputpagerestore} +\bicsintabular{رادیکال}{radical} +\bicsintabular{پایینبیتنظیم}{raggedbottom} +\bicsintabular{تنظیمازراست}{raggedleft} +\bicsintabular{تنظیمازچپ}{raggedright} +\bicsintabular{انتقالببالا}{raise} +\bicsintabular{بالابر}{raisebox} +\bicsintabular{ترفیعاتیکت}{raisetag} +\bicsintabular{زاویهر}{rangle} +\bicsintabular{سقفر}{rceil} +\bicsintabular{بخوان}{read} +\bicsintabular{رجوع}{ref} +\bicsintabular{کادرقرینه}{reflectbox} +\bicsintabular{عنوانمراجع}{refname} +\bicsintabular{گامشمارندهمرجع}{refstepcounter} +\bicsintabular{راحت}{relax} +\bicsintabular{رفعآخرینفاصله}{removelastskip} +\bicsintabular{فرمانازنو}{renewcommand} +\bicsintabular{محیطازنو}{renewenvironment} +\bicsintabular{ازنو}{repeat} +\bicsintabular{سبکموردنیاز}{RequirePackage} +\bicsintabular{سبکموردنیازباگزینه}{RequirePackageWithOptions} +\bicsintabular{کادرکشیده}{resizebox} +\bicsintabular{درحاشیهمعکوس}{reversemarginpar} +\bicsintabular{کفر}{rfloor} +\bicsintabular{راست}{right} +\bicsintabular{حاشیهراست}{rightmargin} +\bicsintabular{علامتراست}{rightmark} +\bicsintabular{کادرتاراست}{rightpageskip} +\bicsintabular{فاصلهانتهایسطر}{rightskip} +\bicsintabular{رومنعادی}{rmdefault} +\bicsintabular{فامیلرومن}{rmfamily} +\bicsintabular{رومنبزرگ}{Roman} +\bicsintabular{رومنکوچک}{roman} +\bicsintabular{عددرومی}{romannumeral} +\bicsintabular{کادرچرخان}{rotatebox} +\bicsintabular{رنگردیف}{rowcolor} +\bicsintabular{خط}{rule} +\bicsintabular{@دومیازدو}{@secondoftwo} +\bicsintabular{@فضاها}{@spaces} +\bicsintabular{همینصفحه}{samepage} +\bicsintabular{مقدارکادر}{savebox} +\bicsintabular{مقکادر}{sbox} +\bicsintabular{کادراندازه}{scalebox} +\bicsintabular{پیشفرضتمامبزرگ}{scdefault} +\bicsintabular{شکلتمامبزرگ}{scshape} +\bicsintabular{قلمتوان}{scriptfont} +\bicsintabular{قلمتوانتوان}{scriptscriptfont} +\bicsintabular{سبکتهنوشتتهنوشت}{scriptscriptstyle} +\bicsintabular{اندازهپانویس}{scriptsize} +\bicsintabular{سبکتهنوشت}{scripstyle} +\bicsintabular{پردازشگذری}{scrollmode} +\bicsintabular{قسمت}{section} +\bicsintabular{تعریفقسمت}{secdef} +\bicsintabular{ببینید}{see} +\bicsintabular{نیزببینید}{seealso} +\bicsintabular{نامببینید}{seename} +\bicsintabular{قلمبردار}{selectfont} +\bicsintabular{تنظیمبولی}{setboolean} +\bicsintabular{درکادر}{setbox} +\bicsintabular{مقدارشمارنده}{setcounter} +\bicsintabular{مقدارکلیدها}{setkeys} +\bicsintabular{مقداربعد}{setlength} +\bicsintabular{تنظیممنها}{setminus} +\bicsintabular{تعریفقلمعلائم}{SetSymbolFont} +\bicsintabular{تنظیمبهعمق}{settodepth} +\bicsintabular{تنظیمبهارتفاع}{settoheight} +\bicsintabular{مقداربعدبهاندازه}{settowidth} +\bicsintabular{کدضریبفاصله}{sfcode} +\bicsintabular{پیشفرضسف}{sfdefault} +\bicsintabular{فامیلسنسریف}{sffamily} +\bicsintabular{کادرسایهدار}{shadowbox} +\bicsintabular{تیز}{sharp} +\bicsintabular{بفرست}{shipout} +\bicsintabular{پشتهکوتاه}{shortstack} +\bicsintabular{نمایشبده}{show} +\bicsintabular{نمایشبدهکادر}{showbox} +\bicsintabular{میزاننمایشکادر}{showboxbreadth} +\bicsintabular{عمقنمایشکادر}{showboxdepth} +\bicsintabular{نمایشبدهلیستها}{showlists} +\bicsintabular{نمایشبدهمحتوای}{showthe} +\bicsintabular{حالتسادهقلم}{simplefontmode} +\bicsintabular{شانزد@}{sixt@@n} +\bicsintabular{نویسهاریب}{skewchar} +\bicsintabular{فاصله}{skip} +\bicsintabular{فاصل@}{skip@} +\bicsintabular{تعریففاصله}{skipdef} +\bicsintabular{خوابیده}{sl} +\bicsintabular{پیشفرضخو}{sldefault} +\bicsintabular{شکلخوابیده}{slshape} +\bicsintabular{راحتچین}{sloppy} +\bicsintabular{شمایلخو}{slshape} +\bicsintabular{کوچک}{small} +\bicsintabular{پرشکوتاه}{smallskip} +\bicsintabular{مقدارپرشکوتاه}{smallskipamount} +\bicsintabular{کوب}{smash} +\bicsintabular{لبخند}{smile} +\bicsintabular{کدمکانهمانطور}{snglfntlocatecode} +\bicsintabular{فضا}{space} +\bicsintabular{ضریبفاصله}{spacefactor} +\bicsintabular{فاصلهکلمات}{spaceskip} +\bicsintabular{پیک}{spadesuit} +\bicsintabular{ادغام}{span} +\bicsintabular{ویژه}{special} +\bicsintabular{حداکثرعمقستون}{splitmaxdepth} +\bicsintabular{فاصلهبالایستون}{splittopskip} +\bicsintabular{ستاره}{star} +\bicsintabular{گامشمارنده}{stepcounter} +\bicsintabular{کشی}{stretch} +\bicsintabular{رشته}{string} +\bicsintabular{شمع}{strut} +\bicsintabular{کادرشمع}{strutbox} +\bicsintabular{زیربند}{subitem} +\bicsintabular{زیرپاراگراف}{subparagraph} +\bicsintabular{زیرقسمت}{subsection} +\bicsintabular{زیرپشته}{substack} +\bicsintabular{زیرزیربند}{subsubitem} +\bicsintabular{زیرزیرقسمت}{subsubsection} +\bicsintabular{زیرمجموعه}{subset} +\bicsintabular{زیرمجموعهمس}{subseteq} +\bicsintabular{منتهایصفحه}{supereject} +\bicsintabular{حذفمکانشناور}{suppressfloats} +\bicsintabular{@موقتآ}{@tempa} +\bicsintabular{@موقتب}{@tempb} +\bicsintabular{@موقتپ}{@tempc} +\bicsintabular{@موقتت}{@tempd} +\bicsintabular{@موقتث}{@tempe} +\bicsintabular{@کادرقتآ}{@tempboxa} +\bicsintabular{@شماقتآ}{@tempcnta} +\bicsintabular{@شماقتب}{@tempcntb} +\bicsintabular{@بعدقتآ}{@tempdima} +\bicsintabular{@بعدقتب}{@tempdimb} +\bicsintabular{@بعدقتپ}{@tempdimc} +\bicsintabular{@فاقتآ}{@tempskipa} +\bicsintabular{@فاقتب}{@tempskipb} +\bicsintabular{@سواقتآنادرست}{@tempswafalse} +\bicsintabular{@سواقتآدرست}{@tempswatrue} +\bicsintabular{@جزقتآ}{@temptokena} +\bicsintabular{انگزیرنویس}{@thefnmark} +\bicsintabular{@سومیازسه}{@thirdofthree} +\bicsintabular{فاصلهجاگذاری}{tabbingsep} +\bicsintabular{فاصلهبینستونها}{tabcolsep} +\bicsintabular{فهرستمطالب}{tableofcontents} +\bicsintabular{عنوانجدول}{tablename} +\bicsintabular{فاصلهستونها}{tabskip} +\bicsintabular{تهسطرجدول}{tabularnewline} +\bicsintabular{اتیکت}{tag} +\bicsintabular{تلفن}{telephone} +\bicsintabular{تک}{TeX} +\bicsintabular{متن}{text} +\bicsintabular{گلولهمتنی}{textbullet} +\bicsintabular{قلممتن}{textfont} +\bicsintabular{امدشمتنی}{textemdash} +\bicsintabular{اندشمتنی}{textendash} +\bicsintabular{تعجبوارونهمتنی}{textexclamdown} +\bicsintabular{نقطهوسطمتنی}{textperiodcentered} +\bicsintabular{سوالوارونهمتنی}{textquestiondown} +\bicsintabular{نقلچپمتنیدولا}{textquotedblleft} +\bicsintabular{نقلراستمتنیدولا}{textquotedblright} +\bicsintabular{نقلمتنیچپ}{textquoteleft} +\bicsintabular{نقلمتنیراست}{textquoteright} +\bicsintabular{فضاینمایانمتنی}{textvisiblespace} +\bicsintabular{شکافتپشتمتنی}{textbackslash} +\bicsintabular{میلهمتنی}{textbar} +\bicsintabular{بزرگترمتنی}{textgreater} +\bicsintabular{کمترمتنی}{textless} +\bicsintabular{متنسیاه}{textbf} +\bicsintabular{مدورمتنی}{textcircled} +\bicsintabular{رنگمتن}{textcolor} +\bicsintabular{نشانکلمهمرکبمتن}{textcompwordmark} +\bicsintabular{فاصلهمتنوشناور}{textfloatsep} +\bicsintabular{نسبتمتن}{textfraction} +\bicsintabular{بلندایمتن}{textheight} +\bicsintabular{متنتورفته}{textindent} +\bicsintabular{متنایتالیک}{textit} +\bicsintabular{متننازک}{textmd} +\bicsintabular{متننرمال}{textnormal} +\bicsintabular{ثبتیمتنی}{textregistered} +\bicsintabular{متنرومن}{textrm} +\bicsintabular{متنتمامبزرگ}{textsc} +\bicsintabular{متنسنسریف}{textsf} +\bicsintabular{متنخوابیده}{textsl} +\bicsintabular{سبکمتنی}{textstyle} +\bicsintabular{بالانویسمتنی}{textsuperscript} +\bicsintabular{علامتتجاریمتنی}{texttrademark} +\bicsintabular{متنتایپ}{texttt} +\bicsintabular{متنایستاده}{textup} +\bicsintabular{پهنایمتن}{textwidth} +\bicsintabular{زیرنویسعنوان}{thanks} +\bicsintabular{محتوای}{the} +\bicsintabular{اینزیرنویس}{thempfn} +\bicsintabular{خطهاضخیم}{thicklines} +\bicsintabular{فاصلهزیادریاضی}{thickmuskip} +\bicsintabular{فاصلهکمریاضی}{thinmuskip} +\bicsintabular{فضاضخیم}{thickspace} +\bicsintabular{خطهانازک}{thinlines} +\bicsintabular{دوریکوچک}{thinspace} +\bicsintabular{اینصفحهتجملی}{thisfancypage} +\bicsintabular{سبکاینصفحه}{thispagestyle} +\bicsintabular{سه@}{thr@@} +\bicsintabular{مد}{tilde} +\bicsintabular{ظریف}{tiny} +\bicsintabular{زمان}{time} +\bicsintabular{ضربدر}{times} +\bicsintabular{عنوان}{title} +\bicsintabular{به}{to} +\bicsintabular{امروز}{today} +\bicsintabular{جزء}{toks} +\bicsintabular{تعریفجزء}{toksdef} +\bicsintabular{حدبدنمایی}{tolerance} +\bicsintabular{بالا}{top} +\bicsintabular{خطبالایشناور}{topfigrule} +\bicsintabular{نسبتبالا}{topfraction} +\bicsintabular{حاشیهبالا}{topmargin} +\bicsintabular{علامتبالا}{topmark} +\bicsintabular{کادرتابالا}{toppageskip} +\bicsintabular{فاصلهبالایلیست}{topsep} +\bicsintabular{فاصلهبالا}{topskip} +\bicsintabular{بلندایکل}{totalheight} +\bicsintabular{ردگیریکل}{tracingall} +\bicsintabular{ردگیریفرامین}{tracingcommands} +\bicsintabular{ردگیریحروف}{tracinglostchars} +\bicsintabular{ردگیریماکروها}{tracingmacros} +\bicsintabular{ردگیرینمایشی}{tracingonline} +\bicsintabular{ردگیریصفحهبندی}{tracingoutput} +\bicsintabular{ردگیریصفحات}{tracingpages} +\bicsintabular{ردگیریبندها}{tracingparagraphs} +\bicsintabular{ردگیریبازگردانی}{tracingrestores} +\bicsintabular{ردگیریآمارها}{tracingstats} +\bicsintabular{مثلث}{triangle} +\bicsintabular{پیشفرضتایپ}{ttdefault} +\bicsintabular{فامیلتایپ}{ttfamily} +\bicsintabular{دو@}{tw@} +\bicsintabular{دوستون}{twocolumn} +\bicsintabular{درنویس}{typein} +\bicsintabular{برنویس}{typeout} +\bicsintabular{کدبزرگ}{uccode} +\bicsintabular{تیرهبندیبزرگ}{uchyph} +\bicsintabular{تعریفنشده}{undefined} +\bicsintabular{زیرخط}{underline} +\bicsintabular{بیکادرا}{unhbox} +\bicsintabular{بیکپیا}{unhcopy} +\bicsintabular{واحدطول}{unitlength} +\bicsintabular{برگشتدوری}{unkern} +\bicsintabular{برگشتجریمه}{unpenalty} +\bicsintabular{برگشتفاصله}{unskip} +\bicsintabular{بیکادرو}{unvbox} +\bicsintabular{بیکپیو}{unvcopy} +\bicsintabular{پیشفرضایستاده}{updefault} +\bicsintabular{شکلایستاده}{upshape} +\bicsintabular{ازکادر}{usebox} +\bicsintabular{باشمارشگر}{usecounter} +\bicsintabular{گزینشقلم}{usefont} +\bicsintabular{سبکلازم}{usepackage} +\bicsintabular{@فضاهایفعال}{@vobeyspaces} +\bicsintabular{@تهی}{@void} +\bicsintabular{تنظیمو}{vadjust} +\bicsintabular{ردیفو}{valign} +\bicsintabular{محتوایشمارنده}{value} +\bicsintabular{بدنماییو}{vbadness} +\bicsintabular{کادرو}{vbox} +\bicsintabular{کادروسط}{vcenter} +\bicsintabular{همانطور}{verb} +\bicsintabular{پرو}{vfil} +\bicsintabular{پررو}{vfill} +\bicsintabular{رفعپرو}{vfilneg} +\bicsintabular{پرزعمودی}{vfuzz} +\bicsintabular{نمایان}{visible} +\bicsintabular{خطعمود}{vline} +\bicsintabular{حاشیهو}{voffset} +\bicsintabular{ک@درتهی}{voidb@x} +\bicsintabular{ارجاعصفحهع}{vpageref} +\bicsintabular{فاصلهوگرد}{vrboxsep} +\bicsintabular{ارجاعع}{vref} +\bicsintabular{خطو}{vrule} +\bicsintabular{طولصفحه}{vsize} +\bicsintabular{فاصلهو}{vskip} +\bicsintabular{فضایو}{vspace} +\bicsintabular{شکستو}{vsplit} +\bicsintabular{هردوو}{vss} +\bicsintabular{کادرگود}{vtop} +\bicsintabular{عرض}{wd} +\bicsintabular{مادامبکن}{whiledo} +\bicsintabular{کلاهپهن}{widehat} +\bicsintabular{مدپهن}{widetilde} +\bicsintabular{جریمهتهبند}{widowpenalty} +\bicsintabular{پهنا}{width} +\bicsintabular{درکارنامه}{wlog} +\bicsintabular{بنویس}{write} +\bicsintabular{@فضایلاتین}{@xobeysp} +\bicsintabular{سی@دو}{@xxxii} +\bicsintabular{ترگع}{xdef} +\bicsintabular{نشانگرگسترشی}{xleaders} +\bicsintabular{فاصلهاضافیکلمات}{xspaceskip} +\bicsintabular{سال}{year} +\bicsintabular{@فر}{z@} +\bicsintabular{@فرفاصله}{z@skip} +\end{supertabular} +\end{center} + +\bigskip +\begin{center} +\tablecaption{The Equivalent \XePersian\ Commands\label{xcs}} +\tablehead + {\bfseries Command in \XePersian &\bfseries Equivalent Persian Command\\ \hline} +\tabletail + {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{lr} +\bicsintabular{خطزیرنویسخودکار}{autofootnoterule} +\bicsintabular{اعدادفرمولهاخودکار}{AutoMathsDigits} +\bicsintabular{اعدادفرمولهالاتین}{DefaultMathsDigits} +\bicsintabular{تعریفقلملاتین}{deflatinfont} +\bicsintabular{تعریفقلمپارسی}{defpersianfont} +\bicsintabular{کادراچپ}{hboxL} +\bicsintabular{کادراست}{hboxR} +\bicsintabular{معادل@کلید}{keyval@eq@alias@key} +\bicsintabular{مرجعلاتین}{Latincite} +\bicsintabular{قلملاتین}{latinfont} +\bicsintabular{امروزلاتین}{latintoday} +\bicsintabular{خطزیرنویسچپ}{leftfootnoterule} +\bicsintabular{متنلاتین}{lr} +\bicsintabular{چپبراست}{LRE} +\bicsintabular{دوستونیچپ}{LTRdblcol} +\bicsintabular{پانویس}{LTRfootnote} +\bicsintabular{متنپانویس}{LTRfootnotetext} +\bicsintabular{پانویسعنوان}{LTRthanks} +\bicsintabular{روزپارسی}{persianday} +\bicsintabular{قلمپارسی}{persianfont} +\bicsintabular{اعدادفرمولهاپارسی}{PersianMathsDigits} +\bicsintabular{ماهپارسی}{persianmonth} +\bicsintabular{سالپارسی}{persianyear} +\bicsintabular{علامتچپنقلقولپارسی}{plq} +\bicsintabular{علامتراستنقلقولپارسی}{prq} +\bicsintabular{خطزیرنویسراست}{rightfootnoterule} +\bicsintabular{متنپارسی}{rl} +\bicsintabular{راستبچپ}{RLE} +\bicsintabular{دوستونیراست}{RTLdblcol} +\bicsintabular{پانوشت}{RTLfootnote} +\bicsintabular{متنپانوشت}{RTLfootnotetext} +\bicsintabular{پانوشتعنوان}{RTLthanks} +\bicsintabular{@علامتبین}{@SepMark} +\bicsintabular{علامتبین}{SepMark} +\bicsintabular{بگذارمرجوعاتعادی}{setdefaultbibitems} +\bicsintabular{بگذاردرحاشیهعادی}{setdefaultmarginpar} +\bicsintabular{گزینشقلماعدادفرمولها}{setmathdigitfont} +\bicsintabular{بگذارزیرنویسچپ}{setfootnoteLR} +\bicsintabular{بگذارزیرنویسراست}{setfootnoteRL} +\bicsintabular{گزینشقلملاتینمتن}{setlatintextfont} +\bicsintabular{بگذارمتنچپ}{setLTR} +\bicsintabular{بگذارمرجوعاتچپ}{setLTRbibitems} +\bicsintabular{بگذاردرحاشیهچپ}{setLTRmarginpar} +\bicsintabular{بگذارمتنراست}{setRTL} +\bicsintabular{بگذارمرجوعاتراست}{setRTLbibitems} +\bicsintabular{بگذاردرحاشیهراست}{setRTLmarginpar} +\bicsintabular{گزینشقلممتن}{settextfont} +\bicsintabular{خطزیرنویسپهنایمتن}{textwidthfootnoterule} +\bicsintabular{فهرستمطالبدوستونی}{twocolumnstableofcontents} +\bicsintabular{نگذارزیرنویسراست}{unsetfootnoteRL} +\bicsintabular{نگذارمتنچپ}{unsetLTR} +\bicsintabular{نگذارمتنراست}{unsetRTL} +\bicsintabular{کادروازچپ}{vboxL} +\bicsintabular{کادروازراست}{vboxR} +\bicsintabular{زیلاتک}{XeLaTeX} +\bicsintabular{زیپرشین}{XePersian} +\bicsintabular{گونهزیپرشین}{xepersianversion} +\bicsintabular{تاریخگونهزیپرشین}{xepersiandate} +\bicsintabular{زیتک}{XeTeX} +\end{supertabular} +\end{center} + +\bigskip +\begin{center} +\tablecaption{The Equivalent \LaTeX\ Environments\label{lenv}} +\tablehead + {\bfseries Environment in \LaTeX\ &\bfseries Equivalent Persian Environment\\ \hline} +\tabletail + {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{lr} +\bienvintabular{چکیده}{abstract} +\bienvintabular{پیوست}{appendix} +\bienvintabular{آرایه}{array} +\bienvintabular{وسطچین}{center} +\bienvintabular{توضیح}{description} +\bienvintabular{ریاضینمایشی}{displaymath} +\bienvintabular{نوشتار}{document} +\bienvintabular{شمارش}{enumerate} +\bienvintabular{شکل}{figure} +\bienvintabular{شکل*}{figure*} +\bienvintabular{محتوایپرونده}{filecontents} +\bienvintabular{محتوایپرونده*}{filecontents*} +\bienvintabular{چپچین}{flushleft} +\bienvintabular{راستچین}{flushright} +\bienvintabular{فقرات}{itemize} +\bienvintabular{نامه}{letter} +\bienvintabular{لیست}{list} +\bienvintabular{جدولدراز}{longtable} +\bienvintabular{کادررچ}{lrbox} +\bienvintabular{ریاضی}{math} +\bienvintabular{ماتریس}{matrix} +\bienvintabular{صفحهکوچک}{minipage} +\bienvintabular{چندستونیها}{multicols} +\bienvintabular{چندخطی}{multline} +\bienvintabular{یادداشت}{note} +\bienvintabular{انباشتن}{overlay} +\bienvintabular{تصویر}{picture} +\bienvintabular{اقتباس}{quotation} +\bienvintabular{نقل}{quote} +\bienvintabular{اسلاید}{slide} +\bienvintabular{پارنامرتب}{sloppypar} +\bienvintabular{شکافتن}{split} +\bienvintabular{زیرآرایه}{subarray} +\bienvintabular{جاگذاری}{tabbing} +\bienvintabular{لوح}{table} +\bienvintabular{لوح*}{table*} +\bienvintabular{جدول}{tabular} +\bienvintabular{جدول*}{tabular*} +\bienvintabular{مراجع}{thebibliography} +\bienvintabular{محتواینمایه}{theindex} +\bienvintabular{صفحهعنوان}{titlepage} +\bienvintabular{لیستبدوی}{trivlist} +\bienvintabular{همانطورکههست}{verbatim} +\bienvintabular{همانطورکههست*}{verbatim*} +\bienvintabular{شعر}{verse} +\end{supertabular} +\end{center} + +\bigskip +\begin{center} +\tablecaption{The Equivalent \XePersian\ Environments\label{xenv}} +\tablehead + {\bfseries Environment in \XePersian\ &\bfseries Equivalent Persian Environment\\ \hline} +\tabletail + {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{lr} +\bienvintabular{لاتین}{latin} +\bienvintabular{متنچپ}{LTR} +\bienvintabular{دستهبندیچپ}{LTRitems} +\bienvintabular{پارسی}{persian} +\bienvintabular{متنراست}{RTL} +\bienvintabular{دستهبندیراست}{RTLitems} +\end{supertabular} +\end{center} +\paragraph{Localisation of postion arguments.} + Some environments like \texttt{tabular} and some commands like \Lcs{parbox} have an argument which specifies the position. Table \autoref{table-pos} shows their localisations. +\begin{center} +\tablecaption{The Equivalent \LaTeX{} position arguments\label{table-pos}} +\tablehead + {\bfseries Position argument in \LaTeX &\bfseries Equivalent Persian position argument\\ \hline} +\tabletail + {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{cc} +\texttt{b}&\Penv{ز}\\ +\texttt{c}&\Penv{و}\\ +\texttt{C}&\Penv{س}\\ +\texttt{h}&\Penv{ا}\\ +\texttt{H}&\Penv{آ}\\ +\texttt{J}&\Penv{ت}\\ +\texttt{l}&\Penv{چ}\\ +\texttt{L}&\Penv{ف}\\ +\texttt{m}&\Penv{م}\\ +\texttt{p}&\Penv{پ}\\ +\texttt{p}&\Penv{ص}\\ +\texttt{r}&\Penv{ر}\\ +\texttt{R}&\Penv{ا}\\ +\texttt{s}&\Penv{ک}\\ +\texttt{t}&\Penv{ب}\\ +\end{supertabular} +\end{center} +\begin{itemize} +\item There are two \texttt{p}s in \autoref{table-pos}, first \texttt{p} and its Persian equivalent \Penv{پ} stand for paragraph (used in \texttt{tabular} and similar environments) and the second \texttt{p} and its Persian equivalent \Penv{ص} stand for page (used in \texttt{float}-like environments). +\end{itemize} +\subsubsection{Localizations of the keys and key values of \textsf{graphicx} package} +The equivalent Persian keys and key values of \textsf{graphicx} package is shown in \autoref{table:key} and \autoref{table:keyvalue} respectively. +\begin{center} +\tablecaption{Persian Equivalent keys of \textsf{graphicx} package\label{table:key}} +\tablehead + {\bfseries Original Key &\bfseries Equivalent Persian Key\\ \hline} +\tabletail + {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{lr} +\texttt{draft}&\Penv{پیشنویس}\\ +\texttt{origin}&\Penv{مبدا}\\ +\texttt{clip}&\Penv{بیاضافه}\\ +\texttt{keepaspectratio}&\Penv{حفظتناسب}\\ +\texttt{natwidth}&\Penv{پهنایطبیعی}\\ +\texttt{natheight}&\Penv{بلندایطبیعی}\\ +\texttt{bb}&\Penv{مختصات}\\ +\texttt{viewport}&\Penv{محدودهنمایش}\\ +\texttt{trim}&\Penv{حذفاطراف}\\ +\texttt{angle}&\Penv{زاویه}\\ +\texttt{width}&\Penv{پهنا}\\ +\texttt{height}&\Penv{بلندا}\\ +\texttt{totalheight}&\Penv{بلندایکل}\\ +\texttt{scale}&\Penv{ضریب}\\ +\texttt{type}&\Penv{نوع}\\ +\texttt{ext}&\Penv{پسوند}\\ +\texttt{read}&\Penv{خواندنی}\\ +\texttt{command}&\Penv{فرمان}\\ +\texttt{x}&\Penv{طول}\\ +\texttt{y}&\Penv{عرض}\\ +\texttt{units}&\Penv{واحد}\\ +\end{supertabular} +\end{center} +\begin{center} +\tablecaption{Persian Equivalent key values of \textsf{graphicx} package\label{table:keyvalue}} +\tablehead + {\bfseries Original Key value&\bfseries Equivalent Persian Key value\\ \hline} +\tabletail + {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{cc} +\texttt{b}&\Penv{ز}\\ +\texttt{B}&\Penv{ک}\\ +\texttt{false}&\Penv{نادرست}\\ +\texttt{l}&\Penv{چ}\\ +\texttt{r}&\Penv{ر}\\ +\texttt{t}&\Penv{ب}\\ +\texttt{true}&\Penv{درست}\\ +\end{supertabular} +\end{center} +\subsubsection{Localizations of font features and font feature options} +The equivalent Persian font features and font feature options is shown in \autoref{table:ff} and \autoref{table:ffo} respectively. +\begin{center} +\tablecaption{Persian Equivalent font features\label{table:ff}} +\tablehead + {\bfseries Original font feature &\bfseries Equivalent Persian font feature\\ \hline} +\tabletail + {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{lr} +\biffintabular{ExternalLocation}{مکانخارجی} +\biffintabular{ExternalLocation}{مسیر} +\biffintabular{Renderer}{تحویلدهنده} +\biffintabular{BoldFont}{قلمسیاه} +\biffintabular{Language}{زبان} +\biffintabular{Script}{خط} +\biffintabular{UprightFont}{قلمعمودی} +\biffintabular{ItalicFont}{قلمایتالیک} +\biffintabular{BoldItalicFont}{قلمایتالیکسیاه} +\biffintabular{SlantedFont}{قلمخوابیده} +\biffintabular{BoldSlantedFont}{قلمخوابیدهسیاه} +\biffintabular{SmallCapsFont}{قلمکلاهکوچک} +\biffintabular{UprightFeatures}{ویژگیهایقلمعمودی} +\biffintabular{BoldFeatures}{ویژگیهایقلمسیاه} +\biffintabular{ItalicFeatures}{ویژگیهایقلمایتالیک} +\biffintabular{BoldItalicFeatures}{ویژگیهایقلمایتالیکسیاه} +\biffintabular{SlantedFeatures}{ویژگیهایقلمخوابیده} +\biffintabular{BoldSlantedFeatures}{ویژگیهایقلمخوابیدهسیاه} +\biffintabular{SmallCapsFeatures}{ویژگیهایقلمکلاهکوچک} +\biffintabular{SizeFeatures}{ویژگیهایاندازه} +\biffintabular{Scale}{ضریب} +\biffintabular{WordSpace}{فضایکلمه} +\biffintabular{PunctuationSpace}{فضاینقطهگذاری} +\biffintabular{FontAdjustment}{تنظیمقلم} +\biffintabular{LetterSpace}{فضایحرف} +\biffintabular{HyphenChar}{نویسهتیره} +\biffintabular{Color}{رنگ} +\biffintabular{Opacity}{کدری} +\biffintabular{Mapping}{نگاشت} +\biffintabular{Weight}{سنگینی} +\biffintabular{Width}{پهنا} +\biffintabular{OpticalSize}{اندازهچشمی} +\biffintabular{FakeSlant}{خوابیدهتقلبی} +\biffintabular{FakeStretch}{کششتقلبی} +\biffintabular{FakeBold}{سیاهتقلبی} +\biffintabular{AutoFakeSlant}{خوابیدهتقلبیخودکار} +\biffintabular{AutoFakeBold}{سیاهتقلبیخودکار} +\biffintabular{Ligatures}{دویاچندحرفمتصلبههم} +\biffintabular{Alternate}{متناوب} +\biffintabular{Variant}{گوناگون} +\biffintabular{Variant}{مجموعهسبکی} +\biffintabular{CharacterVariant}{گوناگونینویسه} +\biffintabular{Style}{سبک} +\biffintabular{Annotation}{یادداشت} +\biffintabular{RawFeature}{ویژگیهایکال} +\biffintabular{CharacterWidth}{پهناینویسه} +\biffintabular{Numbers}{ارقام} +\biffintabular{Contextuals}{متنی} +\biffintabular{Diacritics}{تفکیککنندهها} +\biffintabular{Letters}{حروف} +\biffintabular{Kerning}{دوری} +\biffintabular{VerticalPosition}{موقعیتعمودی} +\biffintabular{Fractions}{کسر} +\end{supertabular} +\end{center} +\begin{center} +\tablecaption{Persian Equivalent font feature options\label{table:ffo}} +\tablehead + {\bfseries font feature&\bfseries font feature option &\bfseries Persian font feature option\\ \hline} +\tabletail + {\hline \multicolumn{3}{r}{\emph{Continued on next page}}\\} +\tablelasttail{\hline} +\begin{supertabular}{llr} +\biffointabular{Language}{Default}{پیشفرض} +\biffointabular{Language}{Parsi}{پارسی} +\biffointabular{Script}{Parsi}{پارسی} +\biffointabular{Script}{Latin}{لاتین} +\biffointabular{Style}{MathScript}{اسکریپتریاضی} +\biffointabular{Style}{MathScriptScript}{اسکریپتاسکریپتریاضی} +\end{supertabular} +\end{center} +\subsection{A Sample Input \TeX\ File} +\begin{lstlisting}[morekeywords={settextfont,maketitle,tableofcontents,subsection,subsubsection,part}] +\documentclass{article} +\usepackage{xepersian} +\settextfont{XB Niloofar} +\title{*\parsitext{یک سند نمونه}*} +\author{*\parsitext{نام نویسنده}*} +\begin{document} +\maketitle +\tableofcontents +\part{*\parsitext{عنوان بخش}*} +... +\section{*\parsitext{عنوان قسمت}*} +... +\subsection{*\parsitext{عنوان زیرقسمت}*} +... +\subsubsection{*\parsitext{عنوان زیر زیرقسمت}*} +... +\end{document} +\end{lstlisting} +\subsection{Font Commands} +\subsubsection{Basic Font Commands} +\begin{BDef} +\Lcs{settextfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{setlatintextfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{setmathdigitfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{setmathsfdigitfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{setmathttdigitfont}\OptArgs\Largb{\Larga{font name}} +\end{BDef} +\begin{itemize} +\item Options in any font command in this documentation are anything that \textsf{fontspec} package provides as the option of loading fonts, except \texttt{Script} and \texttt{Mapping}. +\item \Lcs{settextfont} will choose the default font for Persian texts of your document. +\item \Lcs{setlatintextfont} will choose the font for Latin texts of your document. If you do not use this command at all, the default \TeX\ font (fonts used in this documentation) will be used for Latin texts of your document. +\item \Lcs{setmathdigitfont} will choose the Persian font for digits in math mode. By default, digits in math mode will appear in Persian form. +\item \Lcs{setmathsfdigitfont} will choose the Persian font for digits in math mode inside \Lcs{mathsf}. By using this command, digits in math mode inside \Lcs{mathsf} will appear in Persian form and if you do not use this command at all, you will get default \TeX\ font for digits in math mode inside \Lcs{mathsf} and digits appear in their original form (Western). +\item \Lcs{setmathttdigitfont} will choose the Persian font for digits in math mode inside \Lcs{mathtt}. By using this command, digits in math mode inside \Lcs{mathtt} will appear in Persian form and if you do not use this command at all, you will get default \TeX\ font for digits in math mode inside \Lcs{mathtt} and digits appear in their original form (Western). +\end{itemize} +\subsubsection{Defining Extra Persian and Latin Fonts} +\begin{BDef} +\Lcs{defpersianfont}\Lcs{CS}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{deflatinfont}\Lcs{CS}\OptArgs\Largb{\Larga{font name}} +\end{BDef} +\begin{itemize} +\item With \Lcs{defpersianfont}, you can define extra Persian fonts. +\begin{lstlisting}[numbers=none,morekeywords={defpersianfont,Nastaliq}] +\defpersianfont\Nastaliq[Scale=1]{IranNastaliq} +\end{lstlisting} +In this example, we define \Lcs{Nastaliq} to stand for IranNastaliq font. +\item With \Lcs{deflatinfont}, you can define extra Latin fonts. +\begin{lstlisting}[numbers=none,morekeywords={deflatinfont,junicode}] +\deflatinfont\junicode[Scale=1]{Junicode} +\end{lstlisting} +In this example, we define \Lcs{junicode} to stand for Junicode font. +\end{itemize} +\subsubsection{Choosing Persian Sans Font} +\begin{BDef} +\Lcs{setpersiansansfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{persiansffamily}\quad\Lcs{textpersiansf}\Largb{\Larga{text}} +\end{BDef} +\subsubsection{Choosing Persian Mono Font} +\begin{BDef} +\Lcs{setpersianmonofont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{persianttfamily}\quad\Lcs{textpersiantt}\Largb{\Larga{text}} +\end{BDef} +\subsubsection{Choosing Persian Iranic Font} +\begin{BDef} +\Lcs{setiranicfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{iranicfamily}\quad\Lcs{textiranic}\Largb{\Larga{text}} +\end{BDef} +\subsubsection{Choosing Persian Navar Font} +\begin{BDef} +\Lcs{setnavarfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{navarfamily}\quad\Lcs{textnavar}\Largb{\Larga{text}} +\end{BDef} +\subsubsection{Choosing Persian Pook Font} +\begin{BDef} +\Lcs{setpookfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{pookfamily}\quad\Lcs{textpook}\Largb{\Larga{text}} +\end{BDef} + +\subsubsection{Choosing Persian Sayeh Font} +\begin{BDef} +\Lcs{setsayehfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{sayehfamily}\quad\Lcs{textsayeh}\Largb{\Larga{text}} +\end{BDef} + +\subsubsection{Choosing Latin Sans Font} +\begin{BDef} +\Lcs{setlatinsansfont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{sffamily}\quad\Lcs{textsf}\Largb{\Larga{text}} +\end{BDef} +\subsubsection{Choosing Latin Mono Font} +\begin{BDef} +\Lcs{setlatinmonofont}\OptArgs\Largb{\Larga{font name}}\\ +\Lcs{ttfamily}\quad\Lcs{texttt}\Largb{\Larga{text}} +\end{BDef} +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-boolean.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-boolean.ltx new file mode 100644 index 00000000000..47c0c07dd80 --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-boolean.ltx @@ -0,0 +1,13 @@ +\documentclass{ltxdoc} +\input{xepersian-doc-preamble.ltx} +\begin{document} +\section{New Conditionals} +\subsection{Shell escape (or write18) conditional} +\begin{BDef} +\Lcs{ifwritexviii}\\ +\qquad\textcolor{myred}{\Larga{material when Shell escape (or write18) is enabled}}\\ +\Lcs{else}\\ +\qquad\textcolor{myred}{\Larga{material when Shell escape (or write18) is not enabled}}\\ +\Lcs{fi} +\end{BDef} +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-captions.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-captions.ltx new file mode 100644 index 00000000000..0563c30f937 --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-captions.ltx @@ -0,0 +1,52 @@ +\documentclass{ltxdoc} +\input{xepersian-doc-preamble.ltx} +\begin{document} +\section{Bilingual Captions} +\XePersian\ sets caption bilingually. This means if you are in RTL mode, you get Persian caption and if you are in LTR mode, you get English caption. +\subsection{Support For Various Packages} +In addition to what \textsf{bidi} package supports, \XePersian\ also support a few packages. This support is more about language aspect rather than directionality. These packages are \textsf{algorithmic}, \textsf{algorithm},\textsf{enumerate}, and \textsf{backref} packages. + +\subsubsection{Things You Should Know about Support For \textsf{enumerate} Package} +The \textsf{enumerate} package gives the enumerate environment an optional argument +which determines the style in which the counter is printed. + +An occurrence of one of the tokens \texttt{A}, \texttt{a}, \texttt{I}, \texttt{i}, or \texttt{1} produces the value +of the counter printed with (respectively) \Lcs{Alph}, \Lcs{alph}, \Lcs{Roman}, \Lcs{roman} or +\Lcs{arabic}. + +In addition with the extra support that \XePersian\ provides, an occurrence of one of the tokens \Penv{ا}, \Penv{ی}, or \Penv{ت} produces the value of the counter printed with (respectively) \Lcs{harfi}, \Lcs{adadi}, or \Lcs{tartibi}. + +These letters may be surrounded by any strings involving any other \TeX\ +expressions, however the tokens \texttt{A}, \texttt{a}, \texttt{I}, \texttt{i}, \texttt{1}, \Penv{ا}, \Penv{ی}, \Penv{ت} must be inside a \Largb{} group if +they are not to be taken as special. + +To see an Example, please look at \textsf{enumerate} package documentation. +\subsection{Index Generation} +For generating index, you are advised to use \textsf{xindy} program, any other program such as \textsf{makeindex} is not recommended. + + + +\subsection{Converting Your Farsi\TeX\ Files To \XePersian\ or Unicode} +There is a python program written by Mostafa Vahedi that enables you to convert Farsi\TeX\ files to \XePersian\ or unicode. This program can be found in \textsf{doc} folder with the name \texttt{ftxe-0.12.py}. To convert your Farsi\TeX\ files to \XePersian, put \texttt{ftxe-0.12.py} in the same directory that your Farsi\TeX\ file is, and then open a terminal/command prompt and do the following: + +\begin{BDef}\ttfamily +python ftxe-0.12.py file.ftx file.tex +\end{BDef} + +This will convert your \texttt{file.ftx} (Farsi\TeX\ file) to \texttt{file.tex} (\XePersian\ file). + +The general syntax of using the python script is as follow: +\begin{BDef}\ttfamily +python ftxe-0.12.py [-r] [-s] [-x] [-u] input-filename1 input-filename2 +\end{BDef} +Where +\begin{description} +\item[\texttt{-r}] (DEFAULT) recursively consider files included in the given files +\item[\texttt{-s}] do not recursively consider files +\item[\texttt{-x}] (DEFAULT) insert \XePersian\ related commands +\item[\texttt{-u}] only convert to unicode (and not to \XePersian) +\end{description} + +Please note that the python script will not work with versions of python later than 2.6. So you are encouraged to use version 2.6 of python to benefit from this python script. + +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-envcs.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-envcs.ltx new file mode 100644 index 00000000000..002d8f380cf --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-envcs.ltx @@ -0,0 +1,90 @@ +\documentclass{ltxdoc} +\input{xepersian-doc-preamble.ltx} +\begin{document} +\section{Latin and Persian Environment} +\begin{BDef} +\LBEG{latin}\quad\Larga{text}\quad\LEND{latin}\\ +\LBEG{persian}\quad\Larga{text}\quad\LEND{persian} +\end{BDef} +\begin{itemize} +\item \texttt{latin} environment both changes direction of the paragraphs to LTR and font to Latin font. +\item \texttt{persian} environment both changes direction of the Paragraphs to RTL and font to Persian font. +\end{itemize} +\subsection{\textsf{latinitems} and \textsf{parsiitems} environments} +\begin{BDef} +\LBEG{latinitems}\\ +\quad\Lcs{item} \Larga{text}\\ +\quad\ldots\\ +\LEND{latinitems} +\end{BDef} +\begin{itemize} +\item \textsf{latinitems} environment is similar to \textsf{LTRitems} environment but changes the font to Latin font. +\end{itemize} +\begin{BDef} +\LBEG{parsiitems}\\ +\quad\Lcs{item} \Larga{text}\\ +\quad\ldots\\ +\LEND{parsiitems} +\end{BDef} +\begin{itemize} +\item \textsf{parsiitems} environment is similar to \textsf{RTLitems} environment but changes the font to Persian font. +\end{itemize} + +\subsection{Short Latin and Persian Texts} +\begin{BDef} +\Lcs{lr}\Largb{\Larga{text}}\quad\Lcs{rl}\Largb{\Larga{text}} +\end{BDef} +\begin{itemize} +\item With \Lcs{lr} command, you can typeset short LTR texts. +\item With \Lcs{rl} command, you can typeset short RTL texts. +\end{itemize} +\subsection{Miscellaneous Commands} +\begin{BDef} +\Lcs{persianyear}\quad\Lcs{persianmonth}\quad\Lcs{persianday}\\ +\Lcs{today}\quad\Lcs{latintoday}\quad\Lcs{twocolumnstableofcontents}\quad\Lcs{XePersian}\\ +\Lcs{plq}\quad\Lcs{prq} +\end{BDef} +\begin{itemize} +\item \Lcs{persianyear} is Persian equivalent of \Lcs{year}. +\item \Lcs{persianmonth} is Persian equivalent of \Lcs{month}. +\item \Lcs{persianday} is Persian equivalent of \Lcs{day}. +\item \Lcs{today} typesets current Persian date and \Lcs{latintoday} typesets current Latin date. +\item \Lcs{twocolumnstableofcontents} typesets table of contents in two columns. This requires that you have loaded \textsf{multicol} package before \textsf{\XePersian} package, otherwise an error will be issued. +\item \Lcs{XePersian} typesets \XePersian's logo. +\item \Lcs{plq} and \Lcs{prq} typeset Persian left quote and Persian right quote respectively. +\end{itemize} +\subsection{New Commands} +\begin{BDef} +\Lcs{Latincite} +\end{BDef} +\begin{itemize} +\item\Lcs{Latincite} functions exactly like \Lcs{cite} command with only one difference; the reference to biblabel item is printed in Latin font in the text. +\end{itemize} +\subsection{Additional Counters} +\XePersian\ defines several additional counters to what already \LaTeX\ offers. These counters are \texttt{harfi}, \texttt{adadi}, and \texttt{tartibi}. In addition, the following commands are also provided: + +\begin{BDef} +\Lcs{harfinumeral}\Largb{\Larga{integer}}\quad\Lcs{adadinumeral}\Largb{\Larga{integer}}\quad\Lcs{tartibinumeral}\Largb{\Larga{integer}}\quad +\end{BDef} +\begin{itemize} +\item The range of \texttt{harfi} counter is integers between 1 and 32 (number of the Persian alphabets) and \texttt{adadi} and \texttt{tartibi} counters, are integers between 0 and 999,999,999. +\item For \texttt{harfi} counter, if you give an integer bigger than 32 or a negative integer (if you give integer 0, it returns nothing), then you get error and for \texttt{adadi} and \texttt{tartibi} counters, if you give an integer bigger than 999,999,999, then you get an error message. +\item For \texttt{adadi} and \texttt{tartibi} counters, if you give an integer less than 0 (a negative integer), then \texttt{adadi} and \texttt{tartibi} counters return \textbf{adadi} and \textbf{tartibi} form of the integer 0, respectively. +\item \Lcs{harfinumeral} returns the \textbf{harfi} form of \Larga{integer}, where $1\leq integer\leq32$ and \Lcs{adadinumeral}, and \Lcs{tartibinumeral} return \textbf{adadi}, and \textbf{tartibi} form of \Larga{integer} respectively, where $0\leq integer\leq 999,999,999$. +\end{itemize} +\subsection{Things To Know About \Lcs{setmathdigitfont}, \Lcs{setmathsfdigitfont}, and \Lcs{setmathttdigitfont}} +\begin{BDef} +\Lcs{DefaultMathsDigits}\quad\Lcs{PersianMathsDigits}\quad\Lcs{AutoMathsDigits} +\end{BDef} +\begin{itemize} + \item As we discussed before, \Lcs{setmathdigitfont} will choose the Persian font for digits in math mode. By default, digits in math mode will appear in Persian form. +\item As we discussed before, \Lcs{setmathsfdigitfont}, and \Lcs{setmathttdigitfont} will choose the Persian sans serif and typewriter fonts for digits in math mode. By using this command, digits in math mode will appear in Persian form and if you do not use this command at all, you will get default \TeX\ font for digits in math mode and digits appear in their original form (Western). + +If you use \Lcs{setmathdigitfont}, \Lcs{setmathsfdigitfont}, and \Lcs{setmathttdigitfont}, then you should know that: +\begin{itemize} +\item By default, \Lcs{AutoMathsDigits} is active, which means that in Persian mode, you get Persian digits in math mode and in Latin mode, you get \TeX's default font and digits in math mode. +\item If you use \Lcs{PersianMathsDigits} anywhere, you will overwrite \XePersian's default behaviour and you will always get Persian digits in math mode. +\item If you use \Lcs{DefaultMathsDigits} anywhere, again you will overwrite \XePersian's default behaviour and you will always get \TeX's default font and digits in math mode. +\end{itemize} +\end{itemize} +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-intro.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-intro.ltx new file mode 100644 index 00000000000..c4ca41308aa --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-intro.ltx @@ -0,0 +1,40 @@ +\documentclass{ltxdoc} +\input{xepersian-doc-preamble.ltx} +\begin{document} +\clearpage +\section{Introduction} +\XePersian\ is a package for typesetting Persian/English documents with \XeLaTeX. The package includes adaptations for use with many other commonly-used packages. +\subsection{Important Notes} +\begin{itemize} +\item The \textsf{\XePersian} package only works with \XeTeX\ engine. +\item Before reading this documentation, you should have read the documentation of the \textsf{bidi} package. The \textsf{\XePersian} package automatically loads \textsf{bidi} package with \texttt{RTLdocument} option enabled and hence any commands that \textsf{bidi} package offers, is also available in \textsf{\XePersian} package. Here, in this documentation, we will not repeat any of \textsf{bidi} package's commands. +\item In previous versions (\(\leq1.0.3\)) of \XePersian, a thesis class provided for typesetting thesis. As of version 1.0.4, we no longer provide this class because we are not familiar with specification of a thesis in Iran and even if we were, the specifications are different from University to University. \XePersian\ is a general package like \LaTeX\ and should not provide any class for typesetting thesis. So if you really want to have a class file for typesetting thesis, then you should ask your University/department to write one for you. + +\end{itemize} +\subsection{\textsf{\XePersian} Info On The Terminal and In The Log File} +If you use \textsf{\XePersian} package to write any input \TeX\ document, and then run \texttt{xelatex} on your document, in addition to what \textsf{bidi} package writes to the terminal and to the log file, the \XePersian\ package also writes some information about itself to the terminal and to the log file, too. The information is something like: +\begin{verbatim} +**************************************************** +* +* xepersian package (Persian for LaTeX, using XeTeX engine) +* +* Description: The package supports Persian +* typesetting, using fonts provided in the +* distribution. +* +* Copyright (c) 2008--2018 Vafa Khalighi +* +* v20.7, 2018/01/17 +* +* License: LaTeX Project Public License, version +* 1.3c or higher (your choice) +* +* Location on CTAN: /macros/xetex/latex/xepersian +* +* Issue tracker: https://github.com/tex-xet/xepersian/issues +* +* Support: persian-tex@tug.org +* +**************************************************** +\end{verbatim} +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-pkgs.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-pkgs.ltx new file mode 100644 index 00000000000..2df22a0ad2c --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-pkgs.ltx @@ -0,0 +1,395 @@ +\documentclass{ltxdoc} +\input{xepersian-doc-preamble.ltx} +\begin{document} +\section{Extra Packages And Classes} +\subsection{Magazine Typesetting} +\subsubsection{Introduction} +\textsf{xepersian-magazine} class allows you to create magazines, newspapers and any other types of papers. The output document has a front page and as many inner pages as desired. Articles appear one after another, telling the type, number of columns, heading, subheading, images, author and so forth. It is possible to change the aspect of (almost) everything therefore it is highly customisable. Commands to add different titles, headings and footers are also provided. +\subsubsection{Usage} +To create\footnote{For a sample file, please look at \texttt{magazine-sample.tex} in the \textsf{doc} folder} a magazine just load the class as usual\footnote{You also need to load \textsf{graphicx}, \textsf{xunicode} and \textsf{xepersian} packages respectively, after loading the document class and choose fonts for the main text, Latin text and digits in maths formulas. For more detail see \autoref{basics} of the documentation.}, with +\begin{BDef} +\Lcs{documentclass}\OptArgs\Largb{xepersian-magazine} +\end{BDef} +at the beginning of your source file. The class options are described in \autoref{s-options}. + +From this point it is possible to include packages and renew class commands described in \autoref{s-custom}. +\subsubsection{Front Page} +As every magazine, \textsf{xepersian-magazine} has its own front page. It includes main headings, an index, the magazine logo and other useful information. This environment should be the first you use within \textsf{xepersian-magazine} class but it is not mandatory. + +\begin{BDef} +\Lcs{firstimage}\quad\Lcs{firstarticle} +\end{BDef} +The first two commands you can use inside the \texttt{frontpage} environment are \Lcs{firstimage} and \Lcs{firstarticle} which include, respectively, the main image and the main heading in the front page. The first one takes two arguments \Larga{image} and \Larga{description}. Notice that second argument is optional and it declares the image caption; \Larga{image} defines the relative path to the image. In order to include the first piece of article use +\begin{BDef} +\Lcs{firstarticle}\Largb{\Larga{title}}\Largb{\Larga{opening}}\Largb{\Larga{time}} +\end{BDef} +first two arguments are mandatory and represent heading and the opening paragraph. Last argument is optional (you can leave it blank) and indicates the time when article happened. +\begin{BDef} +\Lcs{secondarticle} +\end{BDef} +The second piece of article is included using the command \Lcs{secondarticle} just as the first article. The main difference are that this second piece has two more arguments and it does not include an image. + +\begin{BDef} +\Lcs{secondarticle}\Largb{\Larga{title}}\Largb{\Larga{subtitle}}\Largb{\Larga{opening}}\Largb{\Larga{pagesof}}\Largb{\Larga{time}} +\end{BDef} +The new arguments \Larga{subtitle} and \Larga{pagesof} define a subtitle and the name of the section for this piece of article. + +\begin{BDef} +\Lcs{thirdarticle} +\end{BDef} +The third piece of article is the last one in the \textsf{xepersian-magazine} front page. It works like the \Lcs{secondarticle}. +\begin{BDef} +\Lcs{thirdarticle}\Largb{\Larga{title}}\Largb{\Larga{subtitle}}\Largb{\Larga{opening}}% +\Largb{\Larga{pagesof}}\Largb{\Larga{time}} +\end{BDef} +The arguments meaning is the same as \Lcs{secondarticle} command. + +The front page includes three information blocks besides the news: \texttt{indexblock} which contains the index, \texttt{authorblock} which includes information about the author and a \texttt{weatherblock} containing a weather forecast. All these three environments are mostly a frame in the front page therefore they can be redefined to fit your personal wishes but I kept them to give an example and to respec the original \textsf{xepersian-magazine} format. + +\begin{BDef} +\Lcs{indexitem} +\end{BDef} +The \texttt{indexblock} environment contains a manually editted index of \textsf{xepersian-magazine}. It takes one optional argument \Larga{title} and places a title over the index block. To add entries inside the index just type +\begin{BDef} +\Lcs{indexitem}\Largb{\Larga{title}}\Largb{\Larga{reference}} +\end{BDef} +inside the environment. The \Larga{title} is the index entry text and the \Larga{reference} points to a article inside \textsf{xepersian-magazine}. It will be more clear when you read \autoref{sub-1}. In order to get a correct output, it is necessary to leave a blank line between index items. + +The \texttt{authorblock} environment can include whatever you would like. I called it \texttt{authorblock} because I think it is nice to include some author reference in the front page: who you are, why are you doing this... This environment creates a frame box in the bottom right corner of the front page with your own logo at the top. + +\begin{BDef} +\Lcs{weatheritem} +\end{BDef} +Finally, the \texttt{weatherblock} lets you include a weather forecast. It takes one optional argument \Larga{title} that places a title over the weather block. It can + fit up to three weather icons with maximum and minimum temperatures, + description and name. To add each of the weather entries type the following + +\begin{BDef} +\Lcs{weatheritem}\Largb{\Larga{image}}\Largb{\Larga{day-name}}\Largb{\Larga{max}}% +\Largb{\Larga{min}}\Largb{\Larga{short-des}} +\end{BDef} + +The first argument includes the path to the weather icon (i.e. sunny or rainy), \Larga{day-name} like Monday, \Larga{max} and \Larga{min} are the highest and lowest day temperatures and \Larga{short-des} is a brief description of the weather condition: partly cloudy, sunny and windy \ldots +\subsubsection{Inside\label{sub-1}} +Once we have created the front page we should include all articles inside our magazine. \textsf{xepersian-magazine} arranges all articles one after each other, expanding headings all over the page and splitting the article text in the number of columns we wish. There are three different environments to define a piece of article: the \texttt{article} environment described in \autoref{subsub-1}, the \texttt{editorial} environment \autoref{subsub-2} for opinion articles and the \texttt{shortarticle} environment explained in \autoref{subsub-3}. +\subsubsection{The article environment\label{subsub-1}} +The main environment to include a piece of article is called \texttt{article}. It takes four arguments that set up the headings and structure of the article. +\begin{BDef} +\LBEG{article}\Largb{\Larga{num-of-columns}}\Largb{\Larga{title}}\Largb{\Larga{subtitle}}% +\Largb{\Larga{pagesof}}\Largb{\Larga{label}}\\ +\ldots\Larga{text}\ldots\\ +\LEND{article} +\end{BDef} + +The first argument \Larga{num-of-columns} sets the number of columns the article will be divided whereas \Larga{label} is used when pointing an article from the index in the front page. The rest of the arguments are easy to understand. + + +Inside the \texttt{article} environment, besides the main text of the article, it is possible to include additional information using several class commands. +\begin{BDef} +\Lcs{authorandplace}\quad\Lcs{timestamp} +\end{BDef} + +The \Lcs{authorandplace}\Largb{\Larga{author}}\Largb{\Larga{place}} inserts the name of the editor and the place where the article happened in the way many magazines do. Another useful command is \Lcs{timestamp}\Largb{\Larga{time}} which includes the time and a separator just before the text. These two commands should be used before the text because they type the text as the same place they are executed. + +\begin{BDef} +\Lcs{image} +\end{BDef} +To include images within the text of an article, \textsf{xepersian-magazine} provides an \Lcs{image} command. Since \textsf{multicol} package does not provide any float support for its \textsf{multicols} environment, I created a macro that includes an image only if that is possible, calculating if there is enough space for the image.It is not the best solution but it works quite well and I could not find a better one. To include an image use the command and its two arguments: the relative path to the image and a short description. +\begin{BDef} +\Lcs{image}\Largb{\Larga{image}}\Largb{\Larga{description}} +\end{BDef} + +\begin{BDef} +\Lcs{columntitle}\quad\Lcs{expandedtitle} +\end{BDef} +Within the text of the article, it is possible to add column and expanded titles. The main difference between them is that the first one keeps inside the width of an article column whereas the second expands all over the width of the page, breaking all the columns. Their use is analogous, as follows + +\begin{BDef} +\Lcs{columntitle}\Largb{\Larga{type}}\Largb{\Larga{text}}\\ +\Lcs{expandedtitle}\Largb{\Larga{type}}\Largb{\Larga{text}} +\end{BDef} +These two commands use \textsf{fancybox} package features. That is why there are five different types of titles which correspond mainly with fancybox ones: \textsf{shadowbox}, +\textsf{doublebox}, \textsf{ovalbox}, \textsf{Ovalbox} and \textsf{lines}. +\subsubsection{The editorial environment\label{subsub-2}} +In addition to the editorial article environment, one can use the editorial environment to create editorial or opinion texts. The main feature is that it transforms the style +of the heading. Although this environment accepts all the commands article takes, it does not make any sense to use the \Lcs{authorandplace} command within it since it includes an author argument. To create an editorial text use + +\begin{BDef} +\LBEG{editorial}\Largb{\Larga{num-of-columns}}\Largb{\Larga{title}}\Largb{\Larga{author}}\Largb{\Larga{label}}\\ +\ldots\Larga{text}\ldots\\ +\LEND{editorial} +\end{BDef} + +All arguments have the same meaning as article environment (see \autoref{subsub-1}). +\subsubsection{The shortarticle environment\label{subsub-3}} +The shortarticle environment creates a block of short article. Althought it has its own title and subtitle, each piece of article within it may have a title. To use it just +type: + +\begin{BDef} +\LBEG{shortarticle}\Largb{\Larga{num-of-columns}}\Largb{\Larga{title}}\Largb{\Larga{subtitle}}\Largb{\Larga{label}}\\ +\ldots\Larga{text}\ldots\\ +\Lcs{shortarticleitem}\Largb{\Larga{title}}\Largb{\Larga{text}}\\ +\ldots\\ +\LEND{shortarticle} +\end{BDef} +You can also specify the number of columns of the block like editorial and article environments. To add a piece of article inside the shortarticle use the \Lcs{shortarticleitem}, indicating a title and the text of the issue. +\subsubsection{Commands between articles} +\begin{BDef} +\Lcs{articlesep}\quad\Lcs{newsection} +\end{BDef} + +There are two commands you can use among the articles inside \textsf{xepersian-magazine}: \Lcs{articlesep} and \Lcs{newsection}. The first one does not take any parameter and just draws a line between two articles. The second changes the content of \Lcs{xepersian@section} to the new \Larga{section name}. From the point it is used, all articles which follow will be grouped within the new section. + +\begin{BDef} +\Lcs{newsection}\Largb{\Larga{section name}} +\end{BDef} +\subsubsection{Customization\label{s-custom}} +\textsf{xepersian-magazine} includes many commands which can be used to customize its aspect, from the front page to the last page. I will list them grouped so it is easy to find +them. Treat them as standard \LaTeX\ commands, using \Lcs{renewcommand} to change +their behaviour. +\subsubsection{Front Page} + +\begin{BDef} +\Lcs{customlogo}\quad\Lcs{customminilogo}\quad\Lcs{custommagazinename} +\end{BDef} +When creating a magazine, everyone wants to show its own logo instead of \textsf{xepersian-magazine} default heading. To achieve this, you need to put the following command at the preamble of your document: + +\begin{BDef} +\Lcs{customlogo}\Largb{\Larga{text}}\\ +\Lcs{customminilogo}\Largb{\Larga{text}}\\ +\Lcs{custommagazinename}\Largb{\Larga{text}} +\end{BDef} + + +\begin{BDef} +\Lcs{edition}\quad\Lcs{editionformat} +\end{BDef} + +The edition text has to be declared in the preamble of the document. One important thing to know is that \Lcs{author}, \Lcs{date} and \Lcs{title} have no effect inside \textsf{xepersian-magazine} since the magazine date is taken from \Lcs{today} command and the other two are only for the title page (if using \Lcs{maketitle}). + +\begin{BDef} +\Lcs{indexFormat}\quad\Lcs{indexEntryFormat}\quad\Lcs{indexEntryPageTxt}\\ +\Lcs{indexEntryPageFormat}\quad% +\Lcs{indexEntrySeparator} +\end{BDef} + +When defining the index in the front page, there are several commands to customize the final index style. \Lcs{indexFormat} sets the format of the title; \Lcs{indexEntryFormat}, the format of each index entry; \Lcs{indexEntryPageTxt} and \Lcs{indexEntryPageFormat} lets you define which is the text that goes with the page number and its format. Finally, \textsf{xepersian-magazine} creates a thin line between index entries, you can redefine it using \Lcs{indexEntrySeparator}. To get the index with \Lcs{xepersian@indexwidth} is provided. + +\begin{BDef} +\Lcs{weatherFormat}\quad\Lcs{weatherTempFormat}\quad\Lcs{weatherUnits} +\end{BDef} + +Relating to the weather block, the title format can be changed redefining \Lcs{weatherFormat}. In order to customize the format of the temperature numbers and their units it is necessary to redefine \Lcs{weatherTempFormat} and \Lcs{weatherUnits} respectively. + +\begin{BDef} +\Lcs{*TitleFormat}\quad\Lcs{*SubtitleFormat}\quad\Lcs{*TextFormat} +\end{BDef} +The main article that appear in the front page can change their formats. To obtain that there are three standard commands to modify the title, subtitle and text style. You just have to replace the star (\texttt{*}) with first, second or third depending on which article you are editing. Note that first piece of article has no subtitle therefore it does not make any sense to use the non-existent command \Lcs{firstSubtitleFormat}. + +\begin{BDef} +\Lcs{pictureCaptionFormat}\quad\Lcs{pagesFormat} +\end{BDef} +Two other elements to configure are the picture captions and the pages or section format in the entire document. To proceed just redefine the macros \Lcs{pictureCaptionFormat} and \Lcs{pagesFormat}. +\subsubsection{Inside The Magazine} +\begin{BDef} +\Lcs{innerTitleFormat}\quad\Lcs{innerSubtitleFormat}\quad\Lcs{innerAuthorFormat}\\ +\Lcs{innerPlaceFormat} +\end{BDef} + +The articles inside \textsf{xepersian-magazine} may have a different format from the ones in the front page. To change their title or subtitle format redefine \Lcs{innerTitleFormat} and \Lcs{innerSubtitleFormat}. The article text format matches the document general definition. When using the \Lcs{authorandplace} command, you might want to change the default style. Just renew \Lcs{innerAuthorFormat} and \Lcs{innerPlaceFormat} to get the results. + +\begin{BDef} +\Lcs{timestampTxt}\quad\Lcs{timestampSeparator}\quad\Lcs{timestampFormat} +\end{BDef} + +The \Lcs{timestamp} command described in \autoref{subsub-1} lets you introduce the time of the event before the article text. You can configure its appearance by altering +several commands: \Lcs{timestampTxt} which means the text after the timestamp; \Lcs{timestampSeparator} which defines the element between the actual timestamp and the beginning of the text and, finally, \Lcs{timestampFormat} to change the entire timestamp format. + +\begin{BDef} +\Lcs{innerTextFinalMark} +\end{BDef} + +\textsf{xepersian-magazine} puts a small black square at the end of the article. As I wanted to create a highly customizable \LaTeX\ class I added the macro \Lcs{innerTextFinalMark} to change this black square. This item will appear always following the last character of the text with the \texttt{\~} character. + +\begin{BDef} +\Lcs{minraggedcols}\quad\Lcs{raggedFormat} +\end{BDef} + +The \Lcs{minraggedcols} counter is used to tell \textsf{xepersian-magazine} when article text should be ragged instead of justified. The counter represents the minimum number of columns that are needed in order to use ragged texts. For example, if \Lcs{minraggedcols} is set to 3, all articles with 3 columns or more will be ragged. Articles with 1, 2 columns will have justified text. By default, \Lcs{minraggedcols} is set to 4. + +The \Lcs{raggedFormat} macro can be redefined to fit user ragged style. Default value is \Lcs{RaggedLeft}. + +\begin{BDef} +\Lcs{heading}\quad\Lcs{foot} +\end{BDef} +\textsf{xepersian-magazine} includes package \textsf{fancyhdr} for changing headings and footers. Although it is possible to use its own commands to modify \textsf{xepersian-magazine} style, there are two commands to change headings and foot appearance. Place them in the preamble of your \textsf{xepersian-magazine} document. + +\begin{BDef} +\Lcs{heading}\Largb{\Larga{left}}\Largb{\Larga{center}}\Largb{\Larga{right}}\\ +\Lcs{foot}\Largb{\Larga{left}}\Largb{\Larga{center}}\Largb{\Larga{right}} +\end{BDef} + + If you still prefer to use fancyhdr macros, use them after the \texttt{frontpage} environment. + +\textsf{xepersian-magazine} by default places no headers and footers. If you want headers and foooters, then after loading \textsf{xepersian} package, you should write \Lcs{pagestyle}\Largb{fancy} at the preamble of your document. + +\subsubsection{Class Options\label{s-options}} +The \textsf{xepersian-magazine} class is in itself an alteration of the standard \textsf{article} class, thus it inherits most of its class options but \textsf{twoside}, \textsf{twocolumn}, \textsf{notitlepage} and \textsf{a4paper}. If you find problems when loading other article features, please let me know to fix it. There are also five own options that \textsf{xepersian-magazine} implements. +\begin{description} +\item[\textsf{a3paper}] (false) This option makes \textsf{xepersian-magazine} 297 mm width by 420 mm height. This option is implemented because the standard \textsf{article} class does not allow this document size. +\item[\textsf{9pt}] (false) Allows the 9pt font size that \textsf{article} class does not include (default is 10pt). +\item[\textsf{columnlines}] columnlines (false) Adds lines between columns in the entire \textsf{xepersian-magazine}. The default line width is 0.1pt but it is possible to change this by setting length \Lcs{columnlines} in the preamble. +\item[\textsf{showgrid}] (false) This option is only for developing purposes. Because the front page has a personal design using the textpos package, I created this grid to make easier the lay out. +\end{description} + +\subsection{Typesetting Multiple-choice Questions} +\subsubsection{Introduction} +\textsf{xepersian-multiplechoice} is a package for making multiple choices questionnaires under \LaTeX. A special environment +allows you to define questions and possible answers. You can specify which +answers are correct and which are not. \textsf{xepersian-multiplechoice} not only formats the questions +for you, but also generates a ``form'' (a grid that your students will have to fill +in), and a ``mask'' (the same grid, only with correct answers properly checked +in). You can then print the mask on a slide and correct the questionnaires +more easily by superimposing the mask on top of students' forms. + +\subsubsection{Usage} +Here we now explain the usage of this package, however there are four example files, namely \texttt{test-question-only.tex}, \texttt{test-solution-form.tex}, \texttt{test-empty-form.tex} and \texttt{test-correction.tex}, available in \textsf{doc} folder that you may want to look at. +\subsubsection{Loading The Package} +You can load the package as usual by: +\begin{BDef} +\Lcs{usepackage}\OptArgs\Largb{xepersian-multiplechoice} +\end{BDef} +The available options are described along the text, +where appropriate. +\subsubsection{Creating Questions} +Here's a simple example demonstrating how to produce a new question: +\begin{lstlisting}[morekeywords={false,true}] +\begin{question}{*\parsitext{سؤال}*} +\false *\parsitext{جواب ۱}* +\true *\parsitext{جواب ۲}* +\false *\parsitext{جواب ۳}* +\false *\parsitext{جواب ۴}* +\end{question} +\begin{correction} +*\parsitext{جواب واقعی و علت اینکه این جواب، جواب واقعی هست}* +\end{correction} +\end{lstlisting} +\subsubsection{The \texttt{question} Environment} +The \texttt{question} environment allows you to insert questions into your document. It +takes one mandatory argument which specifies the actual question's text. The +question will be displayed in a frame box, the size of the line. +\begin{BDef} +\Lcs{true}\quad\Lcs{false} +\end{BDef} + +The proposed answers are displayed below the question in a list fashion (the +question environment is a list-based one). Instead of using \Lcs{item} however, use +either \Lcs{true} or \Lcs{false} to insert a possible answer. + +\subsubsection{Question Numbers} +The \texttt{question} environment is associated with a \LaTeX\ counter named \texttt{question}. +This counter stores the number of the next (or current) question. It is initialized +to 1, and automatically incremented at the end of \texttt{question} environments. You +might want to use it to format question titles. For instance, you could decide that +each question belongs to a subsection in the \texttt{article} class, and use something like +this before each question: \Lcs{subsection*}\Largb{Question \Lcs{thequestion}} + +\subsubsection{The Form and the Mask} +\begin{BDef} +\Lcs{makeform}\quad\Lcs{makemask} +\end{BDef} +Based on the questions appearing in your document, \textsf{xepersian-multiplechoice} has the ability to +generate a ``form'' (a grid that your students will have to fill in), and a ``mask'' +(the same grid, only with correct answers properly checked in). This can make +the correction process easier. + +To generate a form and a mask, use the macros \Lcs{makeform} and \Lcs{makemask}. +\textsf{xepersian-multiplechoice} uses two auxiliary files to build them. These files have respectively an +extension of \texttt{frm} and \texttt{msk}. If you use these macros, you will need two passes of +\LaTeX\ in order to get a correctly formatted document. + +\subsubsection{Typesetting corrections} +The ``correction'' mode allows you to automatically +typeset and distribute corrections to your students. These corrections +are slightly modified versions of your questionnaire: each possible answer is prefixed with a small symbol (a visual clue) indicating whether the answer was correct +or wrong. In addition, you can typeset explanations below each question. + +To activate the correction mode, use the \texttt{correction} option. It is off by +default. + +To typeset explanations below the questions, use the \texttt{correction} environment +(no argument). The contents of this environment is displayed only in correction +mode. In normal mode, it is simply discarded. + +In addition, note that \textsf{xepersian-multiplechoice} cancels the actions performed by \Lcs{makeform} and +\Lcs{makemask} in \texttt{correction} mode. This is to avoid further edition of the source +when typesetting a correction. + +\subsubsection{Important Note} +Currently, \textsf{xepersian-multiplechoice} requires that you provide a constant number of proposed answers +across all questions in your \textsf{xepersian-multiplechoice}. This is something natural when you want to +build forms, but this might me too restrictive otherwise, I'm not sure, so it is +possible that this restriction will be removed in future versions. + +Currently, there is a built-in mechanism for checking that the number of proposed +answers remains constant: when \textsf{xepersian-multiplechoice} encounters the first occurrence of the +\texttt{question} environment, it remembers the number of proposed answers from there. +Afterwards, any noticed difference in subsequent occurrences will generate an error. +As a consequence, you never have to tell \textsf{xepersian-multiplechoice} explicitly what that number +is. + +\subsection{Customising The Package} +\subsubsection{The \texttt{question} environment} +\begin{BDef} +\Lcs{questionspace}\quad\Lcs{answerstitlefont}\quad\Lcs{answernumberfont} +\end{BDef} +\Lcs{questionspace} is the amount of extra vertical space to put under the question, +before the list of proposed answers. This is a \LaTeX\ length that defaults to \texttt{0pt}. + +Before the list of possible answers, a short title is displayed (for English, it +reads ``Possible answers:''). The \Lcs{answerstitlefont} macro takes one mandatory +argument which redefines the font to use for the answers title. By default, +\Lcs{bfseries} is used. + +Each proposed answer in the list is numbered automatically (and alphabetically). +The \Lcs{answernumberfont} macro takes one mandatory argument which +redefines the font to use for displaying the answer number. By default, \Lcs{bfseries} +is used. + +\subsubsection{The Form and the Mask} +\begin{BDef} +\Lcs{headerfont}\quad\Lcs{X} +\end{BDef} + +The \Lcs{headerfont} macro takes one mandatory argument which redefines the font +to use for the headers (first line and first column) of the form and mask arrays. +By default, \Lcs{bfseries} is used. + +In the mask, correct answers are checked in by filling the corresponding cell +with an ``X'' character. If you want to change this, call the \Lcs{X} macro with one +(mandatory) argument. + +\subsubsection{The correction} +\begin{BDef} +\Lcs{truesymbol}\quad\Lcs{falsesymbol} +\end{BDef} + +In correction mode, labels in front of answers are modified to give a visual clue +about whether the answer was correct or wrong. By default, a cross and a small +arrow are used. You can change these symbols by using the \Lcs{truesymbol} and + +\Lcs{falsesymbol} macros. For instance, you could give a fancier look to your correction +by using the \textsf{pifont} package and issuing: + +\begin{lstlisting}[numbers=none,morekeywords={truesymbol,ding,falsesymbol}] +\truesymbol{\ding{'063}~} +\falsesymbol{\ding{'067}~} +\end{lstlisting} + +\begin{BDef} +\Lcs{correctionstyle} +\end{BDef} +The appearance of the contents of the correction environment can be adjusted +by using the \Lcs{correctionstyle} macro. By default, \Lcs{itshape} is used. + +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-preamble.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-preamble.ltx new file mode 100644 index 00000000000..9b2712c7a73 --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-preamble.ltx @@ -0,0 +1,108 @@ +\usepackage{docmute} +\usepackage{supertabular} +\usepackage{fontspec} +\setmainfont[Ligatures=TeX,Numbers=OldStyle]{Minion Pro} +\setsansfont[Ligatures=TeX,Numbers=OldStyle]{Myriad Pro} +\usepackage{calc} +\usepackage{pifont} +\usepackage{bbding} +\usepackage{bidicode} +\usepackage{microtype} +\definecolor{xepersianblue}{rgb}{0.1,0.2,0.8} +\usepackage[numbered]{hypdoc} +\definecolor{myred}{rgb}{0.65,0.04,0.07} +\hypersetup{% + pdfauthor={Vafa Khalighi <persian-tex@tug.org>},% + linkcolor=xepersianblue,% + urlcolor=xepersianblue,% + citecolor=xepersianblue% +} +\usepackage{bidi} +\setlength\columnseprule{.4pt} +\newfontfamily\ParsiFont[Script=Arabic]{Iranian Sans} +\def\Pcs#1{\nxPLcs{#1}} +\def\nxPLcs#1{\RLE{\texttt{\symbol{92}\ParsiFont#1}}} +\def\Lenv#1{\texttt{#1}} +\def\Penv#1{\RLE{\ParsiFont#1}} +\let\parsitext\Penv +\def\XeTeX{Xe\TeX} +\def\XeLaTeX{Xe\LaTeX} +\def\XePersian{XePersian} +\newcommand*{\bicsintabular}[2]{\Lcs{#2}&\Pcs{#1}\\} +\newcommand*{\biffintabular}[2]{\texttt{#1}&\Penv{#2}\\} +\newcommand*{\biffointabular}[3]{\texttt{#1}&\texttt{#2}&\Penv{#3}\\} +\newcommand*{\bienvintabular}[2]{\Lenv{#2}&\Penv{#1}\\} +\makeatletter +\renewcommand\tableofcontents{\relax + \begin{multicols}{2}[\section*{\contentsname}]\small + \@starttoc{toc}\relax + \end{multicols}} +\pdfstringdefDisableCommands{% +\renewcommand\Lcs[1]{\textbackslash#1} +} +\newbox\xepersianlogobox +\sbox{\xepersianlogobox}{\includegraphics[height=0.5in,keepaspectratio=true]{xepersian-logo}} +\def\ps@docheadings{% + \let\@oddhead\@empty + \def\@oddfoot{\parbox{\textwidth}{\hfill\leftmark\quad\thepage\qquad\raisebox{-0.2in}{\usebox\xepersianlogobox}}}% + \let\@mkboth\markboth + \def\sectionmark##1{% + \markboth {% + ##1}{}}} +\def\@part[#1]#2{% + \ifnum \c@secnumdepth >\m@ne + \refstepcounter{part}% + \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}% + \else + \addcontentsline{toc}{part}{#1}% + \fi + {\parindent \z@ \raggedright + \interlinepenalty \@M + \normalfont + \ifnum \c@secnumdepth >\m@ne + \Large\bfseries\color{blue!65!black} \partname\nobreakspace\thepart + \par\nobreak + \fi + \huge \bfseries #2% + \markboth{}{}\par}% + \nobreak + \vskip 3ex + \@afterheading} +\def\@spart#1{% + {\parindent \z@ \raggedright + \interlinepenalty \@M + \normalfont + \huge \bfseries\color{blue!65!black} #1\par}% + \nobreak + \vskip 3ex + \@afterheading} +\renewcommand\section{\@startsection {section}{1}{\z@}% + {-3.5ex \@plus -1ex \@minus -.2ex}% + {2.3ex \@plus.2ex}% + {\normalfont\Large\bfseries\color{blue!65!black}}} +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% + {-3.25ex\@plus -1ex \@minus -.2ex}% + {1.5ex \@plus .2ex}% + {\normalfont\large\bfseries\color{blue!65!black}}} +\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}% + {-3.25ex\@plus -1ex \@minus -.2ex}% + {1.5ex \@plus .2ex}% + {\normalfont\normalsize\bfseries\color{blue!65!black}}} +\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}% + {3.25ex \@plus1ex \@minus.2ex}% + {-1em}% + {\normalfont\normalsize\bfseries\color{blue!65!black}}} +\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}% + {3.25ex \@plus1ex \@minus .2ex}% + {-1em}% + {\normalfont\normalsize\bfseries\color{blue!65!black}}} +\makeatother +\pagestyle{docheadings} +\newcounter{local} +\renewcommand\theenumi{\protect\setcounter{local}% + {201+\the\value{enumi}}\protect\ding{\value{local}}} +\renewcommand\labelenumi{\theenumi} +\renewcommand\labelitemi{\HandRight} +\renewcommand\labelitemii{\HandRightUp} +\renewcommand\labelitemiii{\HandCuffRight} +\renewcommand\labelitemiv{\HandPencilLeft}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-title.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-title.ltx new file mode 100644 index 00000000000..eb86f89141a --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc-title.ltx @@ -0,0 +1,47 @@ +\documentclass{ltxdoc} +\input{xepersian-doc-preamble.ltx} +\begin{document} + \title{\textcolor{blue!65!black}{\Huge The \textsf{\XePersian} \textit{Package}}\\ +\LARGE Persian for \LaTeXe, using {\XeTeX} engine\\[5pt] +\large User documentation for \textcolor{blue!65!black}{version 20.7}} + \author{Vafa Khalighi\\ + \url{persian-tex@tug.org}} +\setcounter{page}{0} +\thispagestyle{empty} +\includegraphics[width=.3\textwidth]{xepersian-logo}\qquad +\parindent 0pt +\vbox{\Huge +\textcolor{blue!65!black}{\Huge The \textsf{\XePersian} \textit{Package}} + +\Large +User documentation for \textcolor{blue!65!black}{version 20.7}} + +\vskip 0pt plus 3fill +\textit{\large to my Master, \textbf{Ferdowsi The Great}} + +\vskip 0pt plus 3fill +{\color{red!85!black}\fbox{\begin{minipage}{\dimexpr\textwidth-2\fboxsep-2\fboxrule} +If you want to report any bugs or typos and corrections in the documentation, +or ask for any new features, or suggest any improvements, or ask any questions +about the package, then please do not send any direct email to me; I will not +answer any direct email. Instead please use the issue tracker: + +\medskip + \centerline{\url{https://github.com/tex-xet/xepersian/issues}} + +\medskip +In doing so, please always explain your issue well enough, always include +a minimal working example showing the issue, and always choose the appropriate +label for your query (i.e. if you are reporting any bugs, choose `Bug' label). +\end{minipage} +}} + +\vskip 0pt plus 3fill + +Copyright (c) 2008--2018 Vafa Khalighi + +\medskip +Permission is granted to distribute and/or modify \emph{both the documentation and the code} under the conditions of the \LaTeX{} Project Public License, either version 1.3c of this license or (at your option) any later version. + +\clearpage +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc.ltx b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc.ltx new file mode 100644 index 00000000000..8b9f55bc78d --- /dev/null +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian-doc.ltx @@ -0,0 +1,17 @@ +\documentclass{ltxdoc} +\input{xepersian-doc-preamble.ltx} +\hypersetup{% + pdftitle={User documentation for version 20.7 of the XePersian + package}% +} +\begin{document} +\input{xepersian-doc-title.ltx} +\maketitle + \tableofcontents +\input{xepersian-doc-intro.ltx} +\input{xepersian-doc-basics.ltx} +\input{xepersian-doc-envcs.ltx} +\input{xepersian-doc-boolean.ltx} +\input{xepersian-doc-captions.ltx} +\input{xepersian-doc-pkgs.ltx} +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/source/xelatex/xepersian/xepersian.dtx b/Master/texmf-dist/source/xelatex/xepersian/xepersian.dtx index cdedd81f91e..bcb64071ba9 100644 --- a/Master/texmf-dist/source/xelatex/xepersian/xepersian.dtx +++ b/Master/texmf-dist/source/xelatex/xepersian/xepersian.dtx @@ -5,7 +5,7 @@ %<*readme> ____________________ The XePersian package -v20.6 +v20.7 XePersian is a package written for XeLaTeX that allows users to typeset Persian easily. @@ -28,7 +28,7 @@ a minimal working example showing the issue, and always choose the appropriate label for your query (i.e. if you are reporting any bugs, choose `Bug' label). -Current version release date: 2018/01/08 +Current version release date: 2018/01/17 ______________ Vafa Khalighi persian-tex@tug.org @@ -154,115 +154,18 @@ by Vafa Khalighi. % %<*driver> \documentclass{ltxdoc} -\usepackage{supertabular} -\usepackage{fontspec} -\setmainfont[Ligatures=TeX,Numbers=OldStyle]{Iwona} -\usepackage{calc} -\usepackage{pifont} -\usepackage{bbding} -\usepackage{bidicode} -\usepackage{microtype} -\definecolor{xepersianblue}{rgb}{0.1,0.2,0.8} -\usepackage[numbered]{hypdoc} -\definecolor{myred}{rgb}{0.65,0.04,0.07} -\hypersetup{pdftitle={The XePersian Package (Persian for \LaTeX, using XeTeX engine)},pdfauthor={Vafa Khalighi <persian-tex@tug.org>},linkcolor=xepersianblue,urlcolor=xepersianblue,citecolor=xepersianblue} -\usepackage{bidi} -\setlength\columnseprule{.4pt} -\newfontfamily\ParsiFont[Script=Arabic]{Iranian Sans} -\def\Pcs#1{\nxPLcs{#1}} -\def\nxPLcs#1{\RLE{\texttt{\symbol{92}\ParsiFont#1}}} -\def\Lenv#1{\texttt{#1}} -\def\Penv#1{\RLE{\ParsiFont#1}} -\let\parsitext\Penv -\def\XeTeX{Xe\TeX} -\def\XeLaTeX{Xe\LaTeX} -\def\XePersian{XePersian} -\newcommand*{\bicsintabular}[2]{\Lcs{#2}&\Pcs{#1}\\} -\newcommand*{\biffintabular}[2]{\texttt{#1}&\Penv{#2}\\} -\newcommand*{\biffointabular}[3]{\texttt{#1}&\texttt{#2}&\Penv{#3}\\} -\newcommand*{\bienvintabular}[2]{\Lenv{#2}&\Penv{#1}\\} -\makeatletter -\renewcommand\tableofcontents{\relax - \begin{multicols}{2}[\section*{\contentsname}]\small - \@starttoc{toc}\relax - \end{multicols}} -\pdfstringdefDisableCommands{% -\renewcommand\Lcs[1]{\textbackslash#1} -} -\newbox\xepersianlogobox -\sbox{\xepersianlogobox}{\includegraphics[height=0.5in,keepaspectratio=true]{xepersian-logo}} -\def\ps@docheadings{% - \let\@oddhead\@empty - \def\@oddfoot{\parbox{\textwidth}{\hfill\leftmark\quad\thepage\qquad\raisebox{-0.2in}{\usebox\xepersianlogobox}}}% - \let\@mkboth\markboth - \def\sectionmark##1{% - \markboth {% - ##1}{}}} -\def\@part[#1]#2{% - \ifnum \c@secnumdepth >\m@ne - \refstepcounter{part}% - \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}% - \else - \addcontentsline{toc}{part}{#1}% - \fi - {\parindent \z@ \raggedright - \interlinepenalty \@M - \normalfont - \ifnum \c@secnumdepth >\m@ne - \Large\bfseries\color{blue!65!black} \partname\nobreakspace\thepart - \par\nobreak - \fi - \huge \bfseries #2% - \markboth{}{}\par}% - \nobreak - \vskip 3ex - \@afterheading} -\def\@spart#1{% - {\parindent \z@ \raggedright - \interlinepenalty \@M - \normalfont - \huge \bfseries\color{blue!65!black} #1\par}% - \nobreak - \vskip 3ex - \@afterheading} -\renewcommand\section{\@startsection {section}{1}{\z@}% - {-3.5ex \@plus -1ex \@minus -.2ex}% - {2.3ex \@plus.2ex}% - {\normalfont\Large\bfseries\color{blue!65!black}}} -\renewcommand\subsection{\@startsection{subsection}{2}{\z@}% - {-3.25ex\@plus -1ex \@minus -.2ex}% - {1.5ex \@plus .2ex}% - {\normalfont\large\bfseries\color{blue!65!black}}} -\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}% - {-3.25ex\@plus -1ex \@minus -.2ex}% - {1.5ex \@plus .2ex}% - {\normalfont\normalsize\bfseries\color{blue!65!black}}} -\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}% - {3.25ex \@plus1ex \@minus.2ex}% - {-1em}% - {\normalfont\normalsize\bfseries\color{blue!65!black}}} -\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}% - {3.25ex \@plus1ex \@minus .2ex}% - {-1em}% - {\normalfont\normalsize\bfseries\color{blue!65!black}}} -\makeatother -\pagestyle{docheadings} -\newcounter{local} -\renewcommand\theenumi{\protect\setcounter{local}% - {201+\the\value{enumi}}\protect\ding{\value{local}}} -\renewcommand\labelenumi{\theenumi} -\renewcommand\labelitemi{\HandRight} -\renewcommand\labelitemii{\HandRightUp} -\renewcommand\labelitemiii{\HandCuffRight} -\renewcommand\labelitemiv{\HandPencilLeft} +\input{xepersian-doc-preamble.ltx} +\hypersetup{% + pdftitle={Source documentation for version 20.7 of the XePersian + package}% +} \EnableCrossrefs \CodelineIndex -\RecordChanges -%\OnlyDescription +%\RecordChanges \begin{document} \DocInput{\jobname.dtx} \PrintIndex - \PrintChanges +% \PrintChanges \end{document} %</driver> % @@ -270,10 +173,9 @@ by Vafa Khalighi. % \fi % % \GetFileInfo{\jobname.dtx} -%\changes{v13.1}{2013/09/23}{Added implementation of the package.} % \title{\textcolor{blue!65!black}{\Huge The \textsf{\XePersian} \textit{Package}}\\ %\LARGE Persian for \LaTeXe, using {\XeTeX} engine\\[5pt] -%\large Documentation for \textcolor{blue!65!black}{version 20.6}} +%\large Source documentation for \textcolor{blue!65!black}{version 20.7}} % \author{Vafa Khalighi\\ % \url{persian-tex@tug.org}} %\setcounter{page}{0} @@ -284,7 +186,7 @@ by Vafa Khalighi. %\textcolor{blue!65!black}{\Huge The \textsf{\XePersian} \textit{Package}} % %\Large -%Documentation for \textcolor{blue!65!black}{version 20.6}} +%Source documentation for \textcolor{blue!65!black}{version 20.7}} % %\vskip 0pt plus 3fill %\textit{\large to my Master, \textbf{Ferdowsi The Great}} @@ -316,2052 +218,12 @@ by Vafa Khalighi. %\clearpage %\maketitle % \tableofcontents -%\clearpage -%\section{Introduction} -%\XePersian\ is a package for typesetting Persian/English documents with \XeLaTeX. The package includes adaptations for use with many other commonly-used packages. -%\subsection{Important Notes} -%\begin{itemize} -%\item The \textsf{\XePersian} package only works with \XeTeX\ engine. -%\item Before reading this documentation, you should have read the documentation of the \textsf{bidi} package. The \textsf{\XePersian} package automatically loads \textsf{bidi} package with \texttt{RTLdocument} option enabled and hence any commands that \textsf{bidi} package offers, is also available in \textsf{\XePersian} package. Here, in this documentation, we will not repeat any of \textsf{bidi} package's commands. -%\item In previous versions (\(\leq1.0.3\)) of \XePersian, a thesis class provided for typesetting thesis. As of version 1.0.4, we no longer provide this class because we are not familiar with specification of a thesis in Iran and even if we were, the specifications are different from University to University. \XePersian\ is a general package like \LaTeX\ and should not provide any class for typesetting thesis. So if you really want to have a class file for typesetting thesis, then you should ask your University/department to write one for you. -% -%\end{itemize} -%\subsection{\textsf{\XePersian} Info On The Terminal and In The Log File} -%If you use \textsf{\XePersian} package to write any input \TeX\ document, and then run \texttt{xelatex} on your document, in addition to what \textsf{bidi} package writes to the terminal and to the log file, the \XePersian\ package also writes some information about itself to the terminal and to the log file, too. The information is something like: -%\begin{verbatim} -%**************************************************** -%* -%* xepersian package (Persian for LaTeX, using XeTeX engine) -%* -%* Description: The package supports Persian -%* typesetting, using fonts provided in the -%* distribution. -%* -%* Copyright (c) 2008--2018 Vafa Khalighi -%* -%* v20.6, 2018/01/08 -%* -%* License: LaTeX Project Public License, version -%* 1.3c or higher (your choice) -%* -%* Location on CTAN: /macros/xetex/latex/xepersian -%* -%* Issue tracker: https://github.com/tex-xet/xepersian/issues -%* -%* Support: persian-tex@tug.org -%* -%**************************************************** -%\end{verbatim} -%\section{Basics\label{basics}} -%\subsection{Loading The Package} -%You can load the package in the ordinary way; -%\begin{BDef} -%\Lcs{usepackage}\OptArgs\Largb{xepersian} -%\end{BDef} -%Where \texttt{options} of the package are explained later in \autoref{options}. -% -%When loading the package, it is important to know that: -%\begin{enumerate} -%\item \textsf{xepersian} should be the last package that you load, because otherwise you are certainly going to overwrite \textsf{bidi} and \textsf{\XePersian} package's definitions and consequently, you will not get the expected output. -%\item In fact, in addition to \textsf{bidi}, \textsf{\XePersian} also makes sure that some specific packages are loaded before \textsf{bidi} and \textsf{\XePersian}; these are those packages that \textsf{bidi} and \textsf{\XePersian} modifies them for bidirectional and Persian/English typesetting. -% -%If you load \textsf{\XePersian} before any of these packages, then you will get an error saying that you should load \textsf{\XePersian} or \textsf{bidi} as your last package. When it says that you should load \textsf{bidi} package as your last package, it really means that you should load \textsf{\XePersian} as your last package as \textsf{bidi} package is loaded automatically by \textsf{\XePersian} package. -% -%For instance, consider the following minimal example: -%\begin{lstlisting}[morekeywords={settextfont}] -%\documentclass{minimal} -%\usepackage{xepersian} -%\usepackage{enumerate} -%\settextfont{XB Niloofar} -%\begin{document} -%*\parsitext{این فقط یک آزمایش است}* -%\end{document} -%\end{lstlisting} -%Where \textsf{enumerate} is loaded after \textsf{\XePersian}. If you run \texttt{xelatex} on this document, you will get an error which looks like this: -%\begin{lstlisting}[numbers=none,backgroundcolor=\color{blue!30},frame=none,framexleftmargin=1mm] -%! Package xepersian Error: Oops! you have loaded package enumerate after xepersian package. Please load package enumerate before xepersian package, and then try to run xelatex on your document again. -% -%See the xepersian package documentation for explanation. -%Type H <return> for immediate help. -% ... -% -%l.5 \begin{document} -% -%? -% -%\end{lstlisting} -%\end{enumerate} -%\subsection{\textsf{\XePersian}'s Symbol} -% As you may know lion symbolizes \TeX{} but lion does not symbolizes \textsf{\XePersian}. \textbf{Simorgh}\footnote{\textbf{Simorgh} is an Iranian benevolent, mythical flying creature which has been shown on the titlepage of this documentation. For more details see \url{http://en.wikipedia.org/wiki/Simurgh}} (shown on the first page of this documentation) symbolizes \textsf{\XePersian}. -%\subsection{Commands for Version number, and Date of The Package} -%\begin{BDef} -%\Lcs{xepersianversion}\quad\Lcs{xepersiandate} -%\end{BDef} -%\begin{itemize} -%\item \Lcs{xepersianversion} gives the current version of the package. -%\item \Lcs{xepersiandate} gives the current date of the package. -%\end{itemize} -%\begin{lstlisting}[morekeywords={settextfont,XePersian,xepersianversion,xepersiandate}] -%\documentclass{article} -%\usepackage{xepersian} -%\settextfont{XB Niloofar} -%\begin{document} -%\begin{latin} -%This is typeset by \textsf{\XePersian} package,\xepersianversion, -%\xepersiandate. -%\end{latin} -%\end{document} -%\end{lstlisting} -%\subsection{{Options of The Package\label{options}}} -%There are few options: -%\subsubsection{\texttt{defaultlatinfontfeatures} Option} -%\begin{BDef} -%\texttt{defaultlatinfontfeatures}$=$\Larga{value} -%\end{BDef} -%The \texttt{defaultlatinfontfeatures} option allows you to pass font features to the main Latin font. \Larga{value} is a set of font features. -%\subsubsection{\texttt{extrafootnotefeatures} Option} -%This is just the \texttt{extrafootnotefeatures} Option of \textsf{bidi} package. If you enable this option, you can typeset footnotes in paragraph form or in multi-columns (from two-columns to ten-columns). For more details, please read the manual of \textsf{bidi} package. -%\subsubsection{\texttt{Kashida} Option} -%If you pass \texttt{Kashida} option to the package, you will use Kashida for stretching words for better output quality and getting rid of underfull or overfull \Lcs{hbox} messages. -% -%Note that you can not use \texttt{Kashida} option when you are using Nastaliq-like font (well, you still can use \texttt{Kashida} option when you use any Nastaliq-like font, but I can not guarantee high quality output!). -% -%\bigskip -%The following two commands are provided when you activate the \texttt{Kashida} option: -%\begin{BDef} -%\Lcs{KashidaOn}\quad\Lcs{KashidaOff} -%\end{BDef} -%\begin{itemize} -%\item \Lcs{KashidaOn} enables Kashida and is active by default when \texttt{Kashida} option is activated. -%\item \Lcs{KashidaOff} disables Kashida. -%\end{itemize} -% -%\subsubsection{\texttt{quickindex} Option} -%When you generally want to prepare index for your Persian documents, you need to first run \texttt{xelatex}, then \texttt{xindy}, and again \texttt{xelatex} on your document respectively, which is very time consuming. The \texttt{quickindex} option gives you the index with only and only one run of \texttt{xelatex}. To use this feature, you will need to run \texttt{xelatex --shell-escape} on your \TeX{} document; otherwise you get an error which indicates that shell scape (or write18) is not enabled. -% -% This option is now obsolete and equivalent to \texttt{quickindex-variant2} option. -%\subsubsection{\texttt{quickindex-variant1} Option} -% Same as \texttt{quickindex} Option but uses variant one (in which \parsitext{آ} is grouped under \parsitext{ا}) for sorting Persian alphabets. -%\subsubsection{\texttt{quickindex-variant2} Option} -% Same as \texttt{quickindex} Option but uses variant two (in which \parsitext{آ} is a separate letter) for sorting Persian alphabets. -%\subsubsection{\texttt{localise} Option} -%This option allows you to use most frequently-used \LaTeX\ commands and environments in Persian, almost like what \TeX-e-Parsi offers. This is still work in progress and we wish to add lots more Persian equivalents of \LaTeX\ and \TeX\ commands and environments. The Persian equivalents of \LaTeX\ and \TeX\ commands are shown in \autoref{lcs}, The Persian equivalents of \XePersian\ commands are shown in \autoref{xcs}, Persian equivalents of \LaTeX\ environments are shown in \autoref{lenv} and Persian equivalents of \XePersian\ environments are shown in \autoref{xenv} -% -%Please note that the Persian equivalents of \LaTeX\ and \TeX\ commands and environments are only available after loading \textsf{xepersian} package. This means that you have to write all commands or environments that come before \Lcs{usepackage}\Largb{xepersian}, in its original form, i.e. \Lcs{documentclass}. -% -%Not only you can use Persian equivalents of \LaTeX\ and \TeX\ commands and environments, but still original \LaTeX\ and \TeX\ commands and environments work too. -% -%The \TeX\, \LaTeX\, and \XePersian\ commands and environments and their Persian equivalents listed in \autoref{lcs}, \autoref{xcs}, \autoref{lenv} and \autoref{xenv} is not the whole story; If any command and environment in \autoref{lcs}, \autoref{xcs}, \autoref{lenv} and \autoref{xenv} have a starred version, their starred version also work. For example in \autoref{lcs}, the Persian equivalent of \Lcs{chapter} is \Pcs{فصل}. I know that \Lcs{chapter} has a starred version, so this means \Pcs{فصل*} is also the Persian equivalent of \Lcs{chapter*}. Is that clear? -% -%\medskip -%However there is more; you can localise any other commands/environments you want. You can use the following commands to localise your own commands/environments: -%\begin{BDef} -%\Lcs{eqcommand}\Largb{\Larga{command-name in Persian}}\Largb{\Larga{original \LaTeX{} command-name}}\\ -%\Lcs{eqenvironment}\Largb{\Larga{environment-name in Persian}}\Largb{\Larga{original \LaTeX{} environment-name}} -%\end{BDef} -% -%\begin{center} -%\tablecaption{The Equivalent \LaTeX\ and \TeX\ Commands\label{lcs}} -%\tablehead -% {\bfseries Command in \TeX\ or \LaTeX\ &\bfseries Equivalent Persian Command\\ \hline} -%\tabletail -% {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{lr} -%\bicsintabular{شمعجدول}{@arstrut} -%\bicsintabular{فوق}{above} -%\bicsintabular{فاصلهکوتاهبالاینمایش}{abovedisplayshortskip} -%\bicsintabular{فاصلهبالاینمایش}{abovedisplayskip} -%\bicsintabular{عنوانچکیده}{abstractname} -%\bicsintabular{اکسنت}{accent} -%\bicsintabular{فعال}{active} -%\bicsintabular{بیفزاسطرفهرست}{addcontentsline} -%\bicsintabular{اضافهبرجریمه}{addpenalty} -%\bicsintabular{نشانی}{address} -%\bicsintabular{بیفزابهفهرست}{addtocontents} -%\bicsintabular{اضافهبرشمارنده}{addtocounter} -%\bicsintabular{اضافهبربعد}{addtolength} -%\bicsintabular{بیفزافضایو}{addvspace} -%\bicsintabular{تنظیمبدنمایی}{adjdemerits} -%\bicsintabular{بیفزابر}{advance} -%\bicsintabular{بعدازانتساب}{afterassignment} -%\bicsintabular{بعدازگروه}{aftergroup} -%\bicsintabular{الف}{aleph} -%\bicsintabular{خصیصهمستعارقلم}{aliasfontfeature} -%\bicsintabular{انتخابخصیصهمستعارقلم}{aliasfontfeatureoption} -%\bicsintabular{شکستنی}{allowbreak} -%\bicsintabular{تخصی@}{alloc@} -%\bicsintabular{تخصیصیافته}{allocationnumber} -%\bicsintabular{شکستنمایشمجاز}{allowdisplaybreaks} -%\bicsintabular{حروفبزرگ}{Alph} -%\bicsintabular{حروفکوچک}{alph} -%\bicsintabular{نامهمچنین}{alsoname} -%\bicsintabular{و}{and} -%\bicsintabular{زاویه}{angle} -%\bicsintabular{عنوانپیوست}{appendixname} -%\bicsintabular{تقریب}{approx} -%\bicsintabular{عربی}{arabic} -%\bicsintabular{آرگ}{arg} -%\bicsintabular{رنگخطجدول}{arrayrulecolor} -%\bicsintabular{فاصلهستونهایآرایه}{arraycolsep} -%\bicsintabular{ضخامتخطجدول}{arrayrulewidth} -%\bicsintabular{کشیدگیآرایه}{arraystretch} -%\bicsintabular{درآغازنوشتار}{AtBeginDocument} -%\bicsintabular{درپایاننوشتار}{AtEndDocument} -%\bicsintabular{درانتهایطبقه}{AtEndOfClass} -%\bicsintabular{درانتهایسبک}{AtEndOfPackage} -%\bicsintabular{نویسنده}{author} -%\bicsintabular{مطلبپشت}{backmatter} -%\bicsintabular{شکافپشت}{backslash} -%\bicsintabular{بدنمایی}{badness} -%\bicsintabular{میله}{bar} -%\bicsintabular{فاصلهکرسی}{baselineskip} -%\bicsintabular{کششفاصلهکرسی}{baselinestretch} -%\bicsintabular{پردازشدستهای}{batchmode} -%\bicsintabular{شروع}{begin} -%\bicsintabular{شروعچپ}{beginL} -%\bicsintabular{شروعراست}{beginR} -%\bicsintabular{شروعگروه}{begingroup} -%\bicsintabular{فاصلهکوتاهپاییننمایش}{belowdisplayshortskip} -%\bicsintabular{فاصلهپاییننمایش}{belowdisplayskip} -%\bicsintabular{سیاه}{bf} -%\bicsintabular{پیشفرضسیاه}{bfdefault} -%\bicsintabular{شمایلسیاه}{bfseries} -%\bicsintabular{شرگروه}{bgroup} -%\bicsintabular{مرجوع}{bibitem} -%\bicsintabular{کتابنامه}{bibliography} -%\bicsintabular{سبککتابنامه}{bibliographystyle} -%\bicsintabular{عنوانکتابنامه}{bibname} -%\bicsintabular{پرشبلند}{bigskip} -%\bicsintabular{مقدارپرشبلند}{bigskipamount} -%\bicsintabular{خطپایینشناور}{botfigrule} -%\bicsintabular{علامتپایین}{botmark} -%\bicsintabular{کادرتاپایین}{bottompageskip} -%\bicsintabular{نسبتپایین}{bottomfraction} -%\bicsintabular{کادر}{box} -%\bicsintabular{حداکثرعمقکادر}{boxmaxdepth} -%\bicsintabular{بشکن}{break} -%\bicsintabular{گلوله}{bullet} -%\bicsintabular{دوپن@پنج}{@cclv} -%\bicsintabular{دوپن@شش}{@cclvi} -%\bicsintabular{شرح}{caption} -%\bicsintabular{کدرده}{catcode} -%\bicsintabular{رونوشت}{cc} -%\bicsintabular{نامرونوشت}{ccname} -%\bicsintabular{نقطهوسط}{cdot} -%\bicsintabular{نقاطوسط}{cdots} -%\bicsintabular{تنظیمازوسط}{centering} -%\bicsintabular{خطوسط}{centerline} -%\bicsintabular{چک@ن}{ch@ck} -%\bicsintabular{فصل}{chapter} -%\bicsintabular{عنوانفصل}{chaptername} -%\bicsintabular{نویسه}{char} -%\bicsintabular{تعریفنویسه}{chardef} -%\bicsintabular{برسیفرمان}{CheckCommand} -%\bicsintabular{مرجع}{cite} -%\bicsintabular{خطایطبقه}{ClassError} -%\bicsintabular{اطلاعطبقه}{ClassInfo} -%\bicsintabular{هشدارطبقه}{ClassWarning} -%\bicsintabular{هشدارطبقهبیسطر}{ClassWarningNoLine} -%\bicsintabular{نشانگرمرکزی}{cleaders} -%\bicsintabular{دوصفحهپاک}{cleardoublepage} -%\bicsintabular{صفحهپاک}{clearpage} -%\bicsintabular{خطناپر}{cline} -%\bicsintabular{ببندورودی}{closein} -%\bicsintabular{ببندخروجی}{closeout} -%\bicsintabular{بستن}{closing} -%\bicsintabular{جریمهسربند}{clubpenalty} -%\bicsintabular{خاج}{clubsuit} -%\bicsintabular{علامتپایینستوناول}{colbotmark} -%\bicsintabular{علامتاولستوناول}{colfirstmark} -%\bicsintabular{رنگ}{color} -%\bicsintabular{کادررنگ}{colorbox} -%\bicsintabular{علامتبالایستوناول}{coltopmark} -%\bicsintabular{رنگستون}{columncolor} -%\bicsintabular{بینستون}{columnsep} -%\bicsintabular{پهنایستون}{columnwidth} -%\bicsintabular{خطبینستون}{columnseprule} -%\bicsintabular{سطرفهرست}{contentsline} -%\bicsintabular{عنوانفهرستمطالب}{contentsname} -%\bicsintabular{کپی}{copy} -%\bicsintabular{حقتالیف}{copyright} -%\bicsintabular{شمار}{count} -%\bicsintabular{شمار@}{count@} -%\bicsintabular{تعریفشمار}{countdef} -%\bicsintabular{سخ}{cr} -%\bicsintabular{سخسخ}{crcr} -%\bicsintabular{نامفرمان}{csname} -%\bicsintabular{گزینهجاری}{CurrentOption} -%\bicsintabular{کادربینابین}{dashbox} -%\bicsintabular{بینابینع}{dashv} -%\bicsintabular{@تاریخ}{@date} -%\bicsintabular{تاریخ}{date} -%\bicsintabular{روز}{day} -%\bicsintabular{خطپایینشناورپهن}{dblbotfigrule} -%\bicsintabular{نسبتپهنپایین}{dblbottomfraction} -%\bicsintabular{خطبالایشناورپهن}{dblfigrule} -%\bicsintabular{نسبتصفحهشناورپهن}{dblfloatpagefraction} -%\bicsintabular{فاصلهبینشناورپهن}{dblfloatsep} -%\bicsintabular{کدمکانغیرهمانطور}{dblfntlocatecode} -%\bicsintabular{فاصلهمتنوشناورپهن}{dbltextfloatsep} -%\bicsintabular{نسبتپهنبالا}{dbltopfraction} -%\bicsintabular{اعلانقلمثابت}{DeclareFixedFont} -%\bicsintabular{اعلانپسوندگرافیک}{DeclareGraphicsExtensions} -%\bicsintabular{اعلاندستورگرافیک}{DeclareGraphicsRule} -%\bicsintabular{اعلانفرمانقلمقدیمی}{DeclareOldFontCommand} -%\bicsintabular{اعلانگزینه}{DeclareOption} -%\bicsintabular{اعلانفرمانقوی}{DeclareRobustCommand} -%\bicsintabular{اعلانقلمعلائم}{DeclareSymbolFont} -%\bicsintabular{دوربسته}{deadcycles} -%\bicsintabular{تر}{def} -%\bicsintabular{تعریف@کلید}{define@key} -%\bicsintabular{تعریفرنگ}{definecolor} -%\bicsintabular{درجه}{deg} -%\bicsintabular{کدجداساز}{delcode} -%\bicsintabular{جداساز}{delimiter} -%\bicsintabular{ضریبجداساز}{delimiterfactor} -%\bicsintabular{گودی}{depth} -%\bicsintabular{خشت}{diamondsuit} -%\bicsintabular{ابعاد}{dim} -%\bicsintabular{بعد}{dimen} -%\bicsintabular{بعد@}{dimen@} -%\bicsintabular{بعد@یک}{dimen@i} -%\bicsintabular{بعد@دو}{dimen@ii} -%\bicsintabular{تعریفبعد}{dimendef} -%\bicsintabular{تیرهگذاری}{discretionary} -%\bicsintabular{شکستنمایش}{displaybreak} -%\bicsintabular{تورفتگینمایش}{displayindent} -%\bicsintabular{سبکنمایش}{displaystyle} -%\bicsintabular{عرضنمایش}{displaywidth} -%\bicsintabular{تقسیم}{divide} -%\bicsintabular{طبقهنوشتار}{documentclass} -%\bicsintabular{کن}{do} -%\bicsintabular{تعویضکدها}{dospecials} -%\bicsintabular{نقطه}{dot} -%\bicsintabular{نقطهمساوی}{doteq} -%\bicsintabular{پرنقطها}{dotfill} -%\bicsintabular{نقاط}{dots} -%\bicsintabular{کادردولا}{doublebox} -%\bicsintabular{رنگفاصلهدوخطجدول}{doublerulesepcolor} -%\bicsintabular{فاصلهبیندوخط}{doublerulesep} -%\bicsintabular{فلشپایین}{downarrow} -%\bicsintabular{عمق}{dp} -%\bicsintabular{تخلیه}{dump} -%\bicsintabular{ترگ}{edef} -%\bicsintabular{پاگروه}{egroup} -%\bicsintabular{انتهایفاصله}{eject} -%\bicsintabular{گرنه}{else} -%\bicsintabular{تاکید}{em} -%\bicsintabular{کششلاجرم}{emergencystretch} -%\bicsintabular{موکد}{emph} -%\bicsintabular{@پوچ}{@empty} -%\bicsintabular{پوچ}{empty} -%\bicsintabular{مجموعهپوچ}{emptyset} -%\bicsintabular{پایان}{end} -%\bicsintabular{پایانچپ}{endL} -%\bicsintabular{پایانراست}{endR} -%\bicsintabular{پایاننامفرمان}{endcsname} -%\bicsintabular{پایاناولینسر}{endfirsthead} -%\bicsintabular{پایانپا}{endfoot} -%\bicsintabular{تهبند}{endgraf} -%\bicsintabular{پایانگروه}{endgroup} -%\bicsintabular{پایانسر}{endhead} -%\bicsintabular{پایانورودی}{endinput} -%\bicsintabular{پایانآخرینپا}{endlastfoot} -%\bicsintabular{گسترشاینصفحه}{enlargethispage} -%\bicsintabular{تهسطر}{endline} -%\bicsintabular{نویسهتهسطر}{endlinechar} -%\bicsintabular{اندوری}{enspace} -%\bicsintabular{انفاصله}{enskip} -%\bicsintabular{فرمانجانشین}{eqcommand} -%\bicsintabular{محیطجانشین}{eqenvironment} -%\bicsintabular{ارجاعفر}{eqref} -%\bicsintabular{کمکخطا}{errhelp} -%\bicsintabular{پیامخطا}{errmessage} -%\bicsintabular{سطرمتنخطا}{errorcontextlines} -%\bicsintabular{پردازشتوقفخطا}{errorstopmode} -%\bicsintabular{نویسهویژه}{escapechar} -%\bicsintabular{یورو}{euro} -%\bicsintabular{حاشیهزوج}{evensidemargin} -%\bicsintabular{هرسخ}{everycr} -%\bicsintabular{هرنمایش}{everydisplay} -%\bicsintabular{هرکادرا}{everyhbox} -%\bicsintabular{هرکار}{everyjob} -%\bicsintabular{هرریاضی}{everymath} -%\bicsintabular{هربند}{everypar} -%\bicsintabular{هرکادرو}{everyvbox} -%\bicsintabular{اجرایگزینهها}{ExecuteOptions} -%\bicsintabular{جریمهاضافیتیرهبندی}{exhyphenpenalty} -%\bicsintabular{بگسترپساز}{expandafter} -%\bicsintabular{فاصلهاضافیبینستونها}{extracolsep} -%\bicsintabular{@اولیازیک}{@firstofone} -%\bicsintabular{@اولیازدو}{@firstoftwo} -%\bicsintabular{چ@ار}{f@ur} -%\bicsintabular{خانواده}{fam} -%\bicsintabular{صفحهتجملی}{fancypage} -%\bicsintabular{کادربا}{fbox} -%\bicsintabular{ضخامتکادربا}{fboxrule} -%\bicsintabular{حاشیهکادربا}{fboxsep} -%\bicsintabular{کادربارنگ}{fcolorbox} -%\bicsintabular{رگ}{fi} -%\bicsintabular{عنوانشکل}{figurename} -%\bicsintabular{پرشکن}{filbreak} -%\bicsintabular{پر}{fill} -%\bicsintabular{علامتاول}{firstmark} -%\bicsintabular{پهن}{flat} -%\bicsintabular{نسبتصفحهشناور}{floatpagefraction} -%\bicsintabular{جریمهشناور}{floatingpenalty} -%\bicsintabular{فاصلهبینشناور}{floatsep} -%\bicsintabular{تنظیمازپایین}{flushbottom} -%\bicsintabular{شکلبندی}{fmtname} -%\bicsintabular{ردهشکلبندی}{fmtversion} -%\bicsintabular{نشانه}{fnsymbol} -%\bicsintabular{قلم}{font} -%\bicsintabular{بعدقلم}{fontdimen} -%\bicsintabular{رمزینهقلم}{fontencoding} -%\bicsintabular{فامیلقلم}{fontfamily} -%\bicsintabular{نامقلم}{fontname} -%\bicsintabular{شمایلقلم}{fontseries} -%\bicsintabular{شکلقلم}{fontshape} -%\bicsintabular{اندازهقلم}{fontsize} -%\bicsintabular{بلندایپایینصفحه}{footheight} -%\bicsintabular{درجزیرنویس}{footins} -%\bicsintabular{زیرنویس}{footnote} -%\bicsintabular{علامتزیرنویس}{footnotemark} -%\bicsintabular{خطزیرنویس}{footnoterule} -%\bicsintabular{فاصلهتازیرنویس}{footnotesep} -%\bicsintabular{اندازهزیرنویس}{footnotesize} -%\bicsintabular{متنزیرنویس}{footnotetext} -%\bicsintabular{فاصلهتاپایینصفحه}{footskip} -%\bicsintabular{فریم}{frame} -%\bicsintabular{کادرباخط}{framebox} -%\bicsintabular{فواصلیکنواختلاتین}{frenchspacing} -%\bicsintabular{مطلبپیش}{frontmatter} -%\bicsintabular{بعدبگذار}{futurelet} -%\bicsintabular{@خورحریصانه}{@gobble} -%\bicsintabular{@خورحریصانهدو}{@gobbletwo} -%\bicsintabular{@خورحریصانهچهار}{@gobblefour} -%\bicsintabular{@عاقتآ}{@gtempa} -%\bicsintabular{@عاقتب}{@gtempb} -%\bicsintabular{ترع}{gdef} -%\bicsintabular{الگویاطلاع}{GenericInfo} -%\bicsintabular{الگویهشدار}{GenericWarning} -%\bicsintabular{الگویخطا}{GenericError} -%\bicsintabular{عام}{global} -%\bicsintabular{تعاریفعام}{globaldefs} -%\bicsintabular{لغتنامه}{glossary} -%\bicsintabular{فقرهفرهنگ}{glossaryentry} -%\bicsintabular{خوششکن}{goodbreak} -%\bicsintabular{کاغذگراف}{graphpaper} -%\bicsintabular{گیومهچپ}{guillemotleft} -%\bicsintabular{گیومهراست}{guillemotright} -%\bicsintabular{گیومهتکیچپ}{guilsinglleft} -%\bicsintabular{گیومهتکیراست}{guilsinglright} -%\bicsintabular{ردیفا}{halign} -%\bicsintabular{بروتو}{hang} -%\bicsintabular{بعدازسطر}{hangafter} -%\bicsintabular{تورفتگیثابت}{hangindent} -%\bicsintabular{بدنماییا}{hbadness} -%\bicsintabular{کادرا}{hbox} -%\bicsintabular{بلندایسرصفحه}{headheight} -%\bicsintabular{فاصلهازسرصفحه}{headsep} -%\bicsintabular{سربهنام}{headtoname} -%\bicsintabular{دل}{heartsuit} -%\bicsintabular{بلندا}{height} -%\bicsintabular{پرا}{hfil} -%\bicsintabular{پررا}{hfill} -%\bicsintabular{رفعپرا}{hfilneg} -%\bicsintabular{پرزافقی}{hfuzz} -%\bicsintabular{فاصلهمخفی}{hideskip} -%\bicsintabular{عرضپنهان}{hidewidth} -%\bicsintabular{خطپر}{hline} -%\bicsintabular{حاشیها}{hoffset} -%\bicsintabular{حفظدرج}{holdinginserts} -%\bicsintabular{فاصلهاگرد}{hrboxsep} -%\bicsintabular{خطا}{hrule} -%\bicsintabular{پرخطا}{hrulefill} -%\bicsintabular{طولسطر}{hsize} -%\bicsintabular{فاصلها}{hskip} -%\bicsintabular{فضایا}{hspace} -%\bicsintabular{هردوا}{hss} -%\bicsintabular{ارتفاع}{ht} -%\bicsintabular{بزرگ}{huge} -%\bicsintabular{بزرگتر}{Huge} -%\bicsintabular{ابرپیوند}{hyperlink} -%\bicsintabular{بارگذاریابر}{hypersetup} -%\bicsintabular{هدفابر}{hypertarget} -%\bicsintabular{تیرهبندی}{hyphenation} -%\bicsintabular{نویسهتیره}{hyphenchar} -%\bicsintabular{جریمهتیرهبندی}{hyphenpenalty} -%\bicsintabular{@گرکلاسفراخوانیشده}{@ifclassloaded} -%\bicsintabular{@گرترشدنی}{@ifdefinable} -%\bicsintabular{@گرنویسهبعدی}{@ifnextchar} -%\bicsintabular{@گرسبکفراخوانیشده}{@ifpackageloaded} -%\bicsintabular{@گرستاره}{@ifstar} -%\bicsintabular{@گرتعریفنشده}{@ifundefined} -%\bicsintabular{گر}{if} -%\bicsintabular{گر@سواقتآ}{if@tempswa} -%\bicsintabular{گرانواع}{ifcase} -%\bicsintabular{گررده}{ifcat} -%\bicsintabular{گرتعریفشده}{ifdefined} -%\bicsintabular{گربعد}{ifdim} -%\bicsintabular{گرتهپرونده}{ifeof} -%\bicsintabular{گرر}{iff} -%\bicsintabular{گرنادرست}{iffalse} -%\bicsintabular{گرپروندهموجود}{IfFileExists} -%\bicsintabular{گرکادرا}{ifhbox} -%\bicsintabular{گرحالتا}{ifhmode} -%\bicsintabular{گردرونی}{ifinner} -%\bicsintabular{گرحالتریاضی}{ifmmode} -%\bicsintabular{گرعدد}{ifnum} -%\bicsintabular{گرفرد}{ifodd} -%\bicsintabular{گرآنگاهدیگر}{ifthenelse} -%\bicsintabular{گردرست}{iftrue} -%\bicsintabular{گرکادرو}{ifvbox} -%\bicsintabular{گرحالتو}{ifvmode} -%\bicsintabular{گرتهی}{ifvoid} -%\bicsintabular{گرتام}{ifx} -%\bicsintabular{فاصلهخالیراندیدهبگیر}{ignorespaces} -%\bicsintabular{فوری}{immediate} -%\bicsintabular{شامل}{include} -%\bicsintabular{درجتصویر}{includegraphics} -%\bicsintabular{مشمولین}{includeonly} -%\bicsintabular{تورفتگی}{indent} -%\bicsintabular{درنمایه}{index} -%\bicsintabular{استعلام}{indexentry} -%\bicsintabular{عنواننمایه}{indexname} -%\bicsintabular{فاصلهرهنما}{indexspace} -%\bicsintabular{ورودی}{input} -%\bicsintabular{ورودپروندهگرموجود}{InputIfFileExists} -%\bicsintabular{شمارهسطرورودی}{inputlineno} -%\bicsintabular{درج}{insert} -%\bicsintabular{جریمهدرج}{insertpenalties} -%\bicsintabular{جریمهبینسطرهایزیرنویس}{interfootnotelinepenalty} -%\bicsintabular{جریمهبینسطرهاینمایش}{interdisplaylinepenalty} -%\bicsintabular{جریمهبینسطرها}{interlinepenalty} -%\bicsintabular{متنداخلی}{intertext} -%\bicsintabular{فاصلهشناوردرمتن}{intertextsep} -%\bicsintabular{مخفی}{invisible} -%\bicsintabular{پیشفرضای}{itdefault} -%\bicsintabular{شکلایتالیک}{itshape} -%\bicsintabular{فقره}{item} -%\bicsintabular{تورفتگیفقره}{itemindent} -%\bicsintabular{فاصلهفقره}{itemsep} -%\bicsintabular{تکرارکن}{iterate} -%\bicsintabular{شکلای}{itshape} -%\bicsintabular{نامکار}{jobname} -%\bicsintabular{قلپ}{jot} -%\bicsintabular{دوری}{kern} -%\bicsintabular{الگو}{kill} -%\bicsintabular{برچسب}{label} -%\bicsintabular{برچسبشمارشیک}{labelenumi} -%\bicsintabular{برچسبشمارشدو}{labelenumii} -%\bicsintabular{برچسبشمارشسه}{labelenumiii} -%\bicsintabular{برچسبشمارشچهار}{labelenumiv} -%\bicsintabular{برچسبفقرهیک}{labelitemi} -%\bicsintabular{برچسبفقرهدو}{labelitemii} -%\bicsintabular{برچسبفقرهسه}{labelitemiii} -%\bicsintabular{برچسبفقرهچهار}{labelitemiv} -%\bicsintabular{فاصلهازبرچسب}{labelsep} -%\bicsintabular{پهنایبرچسب}{labelwidth} -%\bicsintabular{زبان}{language} -%\bicsintabular{درشت}{large} -%\bicsintabular{درشتتر}{Large} -%\bicsintabular{درشتدرشت}{LARGE} -%\bicsintabular{آخرینکادر}{lastbox} -%\bicsintabular{آخریندوری}{lastkern} -%\bicsintabular{آخرینجریمه}{lastpenalty} -%\bicsintabular{آخرینفاصله}{lastskip} -%\bicsintabular{لاتک}{LaTeX} -%\bicsintabular{لاتکای}{LaTeXe} -%\bicsintabular{کدکوچک}{lccode} -%\bicsintabular{نقاطخ}{ldots} -%\bicsintabular{نشانگر}{leaders} -%\bicsintabular{ترکو}{leavevmode} -%\bicsintabular{چپ}{left} -%\bicsintabular{حاشیهچپ}{leftmargin} -%\bicsintabular{حاشیهچپیک}{leftmargini} -%\bicsintabular{حاشیهچپدو}{leftmarginii} -%\bicsintabular{حاشیهچپسه}{leftmarginiii} -%\bicsintabular{حاشیهچپچهار}{leftmarginiv} -%\bicsintabular{حاشیهچپپنج}{leftmarginv} -%\bicsintabular{حاشیهچپشش}{leftmarginvi} -%\bicsintabular{علامتچپ}{leftmark} -%\bicsintabular{کادرتاچپ}{leftpageskip} -%\bicsintabular{فاصلهابتدایسطر}{leftskip} -%\bicsintabular{بگذار}{let} -%\bicsintabular{سطر}{line} -%\bicsintabular{سطرشکن}{linebreak} -%\bicsintabular{جریمهسطر}{linepenalty} -%\bicsintabular{فاصلهسطرها}{lineskip} -%\bicsintabular{حدفاصلهسطر}{lineskiplimit} -%\bicsintabular{کششفاصلهسطر}{linespread} -%\bicsintabular{ضخامتخط}{linethickness} -%\bicsintabular{پهنایسطر}{linewidth} -%\bicsintabular{عنوانفهرستاشکال}{listfigurename} -%\bicsintabular{لیستپروندهها}{listfiles} -%\bicsintabular{فهرستاشکال}{listoffigures} -%\bicsintabular{فهرستجداول}{listoftables} -%\bicsintabular{تورفتگیبندلیست}{listparindent} -%\bicsintabular{عنوانفهرستجداول}{listtablename} -%\bicsintabular{بارکنطبقه}{LoadClass} -%\bicsintabular{بارکنطبقهباگزینه}{LoadClassWithOptions} -%\bicsintabular{مکان}{location} -%\bicsintabular{بلند}{long} -%\bicsintabular{حلقه}{loop} -%\bicsintabular{گسیختگی}{looseness} -%\bicsintabular{انتقالبپایین}{lower} -%\bicsintabular{@دیگر}{@makeother} -%\bicsintabular{@زار}{@m} -%\bicsintabular{ده@زار}{@M} -%\bicsintabular{ده@زاریک}{@Mi} -%\bicsintabular{ده@زاردو}{@Mii} -%\bicsintabular{ده@زارسه}{@Miii} -%\bicsintabular{ده@زارچهار}{@Miv} -%\bicsintabular{بیس@زار}{@MM} -%\bicsintabular{من@ا}{m@ne} -%\bicsintabular{بزرگنمایی}{mag} -%\bicsintabular{گام}{magstep} -%\bicsintabular{نیمگام}{magstephalf} -%\bicsintabular{مطلباصلی}{mainmatter} -%\bicsintabular{اتحرف}{makeatletter} -%\bicsintabular{اتدیگر}{makeatother} -%\bicsintabular{کادربیخط}{makebox} -%\bicsintabular{ساختفرهنگ}{makeglossary} -%\bicsintabular{تهیهنمایه}{makeindex} -%\bicsintabular{ساختبرچسب}{makelabel} -%\bicsintabular{ساختبرچسبها}{makelabels} -%\bicsintabular{ساختحروفکوچک}{MakeLowercase} -%\bicsintabular{عنوانساز}{maketitle} -%\bicsintabular{ساختحروفبزرگ}{MakeUppercase} -%\bicsintabular{درحاشیه}{marginpar} -%\bicsintabular{فاصلهدوحاشیه}{marginparpush} -%\bicsintabular{فاصلهتاحاشیه}{marginparsep} -%\bicsintabular{پهنایحاشیه}{marginparwidth} -%\bicsintabular{علامت}{mark} -%\bicsintabular{علامتدردوطرف}{markboth} -%\bicsintabular{علامتدرراست}{markright} -%\bicsintabular{اعرابریاضی}{mathaccent} -%\bicsintabular{نویسهریاضی}{mathchar} -%\bicsintabular{تعریفنویسهریاضی}{mathchardef} -%\bicsintabular{کدریاضی}{mathcode} -%\bicsintabular{ریاضیرومن}{mathrm} -%\bicsintabular{حداکثرتکرار}{maxdeadcycles} -%\bicsintabular{حداکثرعمقصفحه}{maxdepth} -%\bicsintabular{بعدبیشین}{maxdimen} -%\bicsintabular{کادربی}{mbox} -%\bicsintabular{شمایلنازک}{mdseries} -%\bicsintabular{معنا}{meaning} -%\bicsintabular{نازک}{mediumseries} -%\bicsintabular{فاصلهمتوسطریاضی}{medmuskip} -%\bicsintabular{پرشمتوسط}{medskip} -%\bicsintabular{مقدارپرشمتوسط}{medskipamount} -%\bicsintabular{فضایمتوسط}{medspace} -%\bicsintabular{پیام}{message} -%\bicsintabular{پیامشکن}{MessageBreak} -%\bicsintabular{حداقلفاصلهردیف}{minrowclearance} -%\bicsintabular{دوریریاضی}{mkern} -%\bicsintabular{ماه}{month} -%\bicsintabular{انتقالبچپ}{moveleft} -%\bicsintabular{انتقالبراست}{moveright} -%\bicsintabular{فاصلهریاضی}{mskip} -%\bicsintabular{ری@ضی}{m@th} -%\bicsintabular{چندستونی}{multicolumn} -%\bicsintabular{ضرب}{multiply} -%\bicsintabular{چندادغام}{multispan} -%\bicsintabular{میوفاصله}{muskip} -%\bicsintabular{تعریفمیوفاصله}{muskipdef} -%\bicsintabular{@ترنام}{@namedef} -%\bicsintabular{@کاربردنام}{@nameuse} -%\bicsintabular{یک@}{@ne} -%\bicsintabular{نام}{name} -%\bicsintabular{طبیعی}{natural} -%\bicsintabular{باریک}{nearrow} -%\bicsintabular{باریکتر}{nearrower} -%\bicsintabular{شکلبندیموردنیاز}{NeedsTeXFormat} -%\bicsintabular{منفی}{neg} -%\bicsintabular{فضایمتوسطمنفی}{negmedspace} -%\bicsintabular{فضایضخیممنفی}{negthickspace} -%\bicsintabular{دوریکوچکمنفی}{negthinspace} -%\bicsintabular{بولینو}{newboolean} -%\bicsintabular{کادرجدید}{newbox} -%\bicsintabular{فرماننو}{newcommand} -%\bicsintabular{شمارجدید}{newcount} -%\bicsintabular{شمارندهجدید}{newcounter} -%\bicsintabular{بعدجدید}{newdimen} -%\bicsintabular{محیطنو}{newenvironment} -%\bicsintabular{خانوادهجدید}{newfam} -%\bicsintabular{قلمنو}{newfont} -%\bicsintabular{کمکجدید}{newhelp} -%\bicsintabular{گرجدید}{newif} -%\bicsintabular{درججدید}{newinsert} -%\bicsintabular{برچسبجدید}{newlabel} -%\bicsintabular{تعریفبعدجدید}{newlength} -%\bicsintabular{سطرجدید}{newline} -%\bicsintabular{نویسهسطرجدید}{newlinechar} -%\bicsintabular{میوفاصلهجدید}{newmuskip} -%\bicsintabular{صفحهجدید}{newpage} -%\bicsintabular{بخوانجدید}{newread} -%\bicsintabular{تعریفکادرجدید}{newsavebox} -%\bicsintabular{فاصلهجدید}{newskip} -%\bicsintabular{قضیهجدید}{newtheorem} -%\bicsintabular{جزءجدید}{newtoks} -%\bicsintabular{بنویسجدید}{newwrite} -%\bicsintabular{بیردیف}{noalign} -%\bicsintabular{نشکن}{nobreak} -%\bicsintabular{فاصلهنشکستنی}{nobreakspace} -%\bicsintabular{بدونسند}{nocite} -%\bicsintabular{نگستر}{noexpand} -%\bicsintabular{بدونپرونده}{nofiles} -%\bicsintabular{بدونتورفتگی}{noindent} -%\bicsintabular{بیفاصلهسطر}{nointerlineskip} -%\bicsintabular{بدونحد}{nolimits} -%\bicsintabular{سطرنشکن}{nolinebreak} -%\bicsintabular{پردازشبدونتوقف}{nonstopmode} -%\bicsintabular{فواصلمتعارفلاتین}{nonfrenchspacing} -%\bicsintabular{بدونشماره}{nonumber} -%\bicsintabular{صفحهنشکن}{nopagebreak} -%\bicsintabular{کرسیهایمتعارف}{normalbaselines} -%\bicsintabular{فاصلهکرسیمتعارف}{normalbaselineskip} -%\bicsintabular{رنگعادی}{normalcolor} -%\bicsintabular{قلمعادی}{normalfont} -%\bicsintabular{فاصلهسطرمتعارف}{normallineskip} -%\bicsintabular{حدفاصلهسطرمتعارف}{normallineskiplimit} -%\bicsintabular{درحاشیهعادی}{normalmarginpar} -%\bicsintabular{اندازهعادی}{normalsize} -%\bicsintabular{بدوناتیکت}{notag} -%\bicsintabular{نول}{null} -%\bicsintabular{قلمتهی}{nullfont} -%\bicsintabular{عدد}{number} -%\bicsintabular{سطرعددی}{numberline} -%\bicsintabular{شمارهمطابق}{numberwithin} -%\bicsintabular{پایینصفحهزوج}{@evenfoot} -%\bicsintabular{بالایصفحهزوج}{@evenhead} -%\bicsintabular{پایینصفحهفرد}{@oddfoot} -%\bicsintabular{بالایصفحهفرد}{@oddhead} -%\bicsintabular{شمارهبیروندرست}{@outeqntrue} -%\bicsintabular{شمارهبیروننادرست}{@outeqnfalse} -%\bicsintabular{سطربهسطر}{obeylines} -%\bicsintabular{فضافعال}{obeyspaces} -%\bicsintabular{حاشیهفرد}{oddsidemargin} -%\bicsintabular{سطوربیفاصله}{offinterlineskip} -%\bicsintabular{حذف}{omit} -%\bicsintabular{@تنهادرپیشدرآمد}{@onlypreamble} -%\bicsintabular{یکستون}{onecolumn} -%\bicsintabular{تنهایادداشتها}{onlynotes} -%\bicsintabular{تنهااسلایدها}{onlyslides} -%\bicsintabular{بازکنورودی}{openin} -%\bicsintabular{بازکنخروجی}{openout} -%\bicsintabular{گزینهمصرفنشده}{OptionNotUsed} -%\bicsintabular{یا}{or} -%\bicsintabular{برونی}{outer} -%\bicsintabular{صفحهبندی}{output} -%\bicsintabular{جریمهصفحهبندی}{outputpenalty} -%\bicsintabular{علامتسرریز}{overfullrule} -%\bicsintabular{@فرمانهایپیشدرآمد}{@preamblecmds} -%\bicsintabular{@پو}{p@} -%\bicsintabular{خطایسبک}{PackageError} -%\bicsintabular{اطلاعسبک}{PackageInfo} -%\bicsintabular{هشدارسبک}{PackageWarning} -%\bicsintabular{هشدارسبکبیسطر}{PackageWarningNoLine} -%\bicsintabular{صفحهشکن}{pagebreak} -%\bicsintabular{رنگصفحه}{pagecolor} -%\bicsintabular{عمقصفحه}{pagedepth} -%\bicsintabular{کششپرررصفحه}{pagefilllstretch} -%\bicsintabular{کششپررصفحه}{pagefillstretch} -%\bicsintabular{کششپرصفحه}{pagefilstretch} -%\bicsintabular{غایتصفحه}{pagegoal} -%\bicsintabular{نامصفحه}{pagename} -%\bicsintabular{شمارهگذاریصفحه}{pagenumbering} -%\bicsintabular{رجوعصفحه}{pageref} -%\bicsintabular{ضخامتخطصفحه}{pagerulewidth} -%\bicsintabular{فشردگیصفحه}{pageshrink} -%\bicsintabular{کششصفحه}{pagestretch} -%\bicsintabular{سبکصفحه}{pagestyle} -%\bicsintabular{جمعصفحه}{pagetotal} -%\bicsintabular{بلندایکاغذ}{paperheight} -%\bicsintabular{پهنایکاغذ}{paperwidth} -%\bicsintabular{بند}{par} -%\bicsintabular{پاراگراف}{paragraph} -%\bicsintabular{موازی}{parallel} -%\bicsintabular{کادرپار}{parbox} -%\bicsintabular{فاصلهتهبند}{parfillskip} -%\bicsintabular{تورفتگیسربند}{parindent} -%\bicsintabular{فاصلهبندلیست}{parsep} -%\bicsintabular{شکلبند}{parshape} -%\bicsintabular{فاصلهبند}{parskip} -%\bicsintabular{بخش}{part} -%\bicsintabular{عنوانبخش}{partname} -%\bicsintabular{فاصلهبالایلیستبند}{partopsep} -%\bicsintabular{ارسالگزینهبهکلاس}{PassOptionToClass} -%\bicsintabular{ارسالگزینهبهپکیج}{PassOptionToPackage} -%\bicsintabular{مسیر}{path} -%\bicsintabular{الگوها}{patterns} -%\bicsintabular{مکث}{pausing} -%\bicsintabular{جریمه}{penalty} -%\bicsintabular{غیب}{phantom} -%\bicsintabular{الگویقبلی}{poptabs} -%\bicsintabular{جریمهپسنمایش}{postdisplaypenalty} -%\bicsintabular{جهتپیشنمایش}{predisplaydirection} -%\bicsintabular{جریمهپیشنمایش}{predisplaypenalty} -%\bicsintabular{اندازهپیشنمایش}{predisplaysize} -%\bicsintabular{پیشحدبدنمایی}{pretolerance} -%\bicsintabular{عمققبلی}{prevdepth} -%\bicsintabular{بندقبلی}{prevgraf} -%\bicsintabular{نمایهدراینجا}{printindex} -%\bicsintabular{پردازشگزینهها}{ProcessOptions} -%\bicsintabular{تامین}{protect} -%\bicsintabular{تهیهفرمان}{providecommand} -%\bicsintabular{آمادهسازیطبقه}{ProvidesClass} -%\bicsintabular{آمادهسازیپرونده}{ProvidesFile} -%\bicsintabular{آمادهسازیسبک}{ProvidesPackage} -%\bicsintabular{ثبتالگو}{pushtabs} -%\bicsintabular{کواد}{quad} -%\bicsintabular{کوکواد}{qquad} -%\bicsintabular{@بازآییخروجصفحه}{@outputpagerestore} -%\bicsintabular{رادیکال}{radical} -%\bicsintabular{پایینبیتنظیم}{raggedbottom} -%\bicsintabular{تنظیمازراست}{raggedleft} -%\bicsintabular{تنظیمازچپ}{raggedright} -%\bicsintabular{انتقالببالا}{raise} -%\bicsintabular{بالابر}{raisebox} -%\bicsintabular{ترفیعاتیکت}{raisetag} -%\bicsintabular{زاویهر}{rangle} -%\bicsintabular{سقفر}{rceil} -%\bicsintabular{بخوان}{read} -%\bicsintabular{رجوع}{ref} -%\bicsintabular{کادرقرینه}{reflectbox} -%\bicsintabular{عنوانمراجع}{refname} -%\bicsintabular{گامشمارندهمرجع}{refstepcounter} -%\bicsintabular{راحت}{relax} -%\bicsintabular{رفعآخرینفاصله}{removelastskip} -%\bicsintabular{فرمانازنو}{renewcommand} -%\bicsintabular{محیطازنو}{renewenvironment} -%\bicsintabular{ازنو}{repeat} -%\bicsintabular{سبکموردنیاز}{RequirePackage} -%\bicsintabular{سبکموردنیازباگزینه}{RequirePackageWithOptions} -%\bicsintabular{کادرکشیده}{resizebox} -%\bicsintabular{درحاشیهمعکوس}{reversemarginpar} -%\bicsintabular{کفر}{rfloor} -%\bicsintabular{راست}{right} -%\bicsintabular{حاشیهراست}{rightmargin} -%\bicsintabular{علامتراست}{rightmark} -%\bicsintabular{کادرتاراست}{rightpageskip} -%\bicsintabular{فاصلهانتهایسطر}{rightskip} -%\bicsintabular{رومنعادی}{rmdefault} -%\bicsintabular{فامیلرومن}{rmfamily} -%\bicsintabular{رومنبزرگ}{Roman} -%\bicsintabular{رومنکوچک}{roman} -%\bicsintabular{عددرومی}{romannumeral} -%\bicsintabular{کادرچرخان}{rotatebox} -%\bicsintabular{رنگردیف}{rowcolor} -%\bicsintabular{خط}{rule} -%\bicsintabular{@دومیازدو}{@secondoftwo} -%\bicsintabular{@فضاها}{@spaces} -%\bicsintabular{همینصفحه}{samepage} -%\bicsintabular{مقدارکادر}{savebox} -%\bicsintabular{مقکادر}{sbox} -%\bicsintabular{کادراندازه}{scalebox} -%\bicsintabular{پیشفرضتمامبزرگ}{scdefault} -%\bicsintabular{شکلتمامبزرگ}{scshape} -%\bicsintabular{قلمتوان}{scriptfont} -%\bicsintabular{قلمتوانتوان}{scriptscriptfont} -%\bicsintabular{سبکتهنوشتتهنوشت}{scriptscriptstyle} -%\bicsintabular{اندازهپانویس}{scriptsize} -%\bicsintabular{سبکتهنوشت}{scripstyle} -%\bicsintabular{پردازشگذری}{scrollmode} -%\bicsintabular{قسمت}{section} -%\bicsintabular{تعریفقسمت}{secdef} -%\bicsintabular{ببینید}{see} -%\bicsintabular{نیزببینید}{seealso} -%\bicsintabular{نامببینید}{seename} -%\bicsintabular{قلمبردار}{selectfont} -%\bicsintabular{تنظیمبولی}{setboolean} -%\bicsintabular{درکادر}{setbox} -%\bicsintabular{مقدارشمارنده}{setcounter} -%\bicsintabular{مقدارکلیدها}{setkeys} -%\bicsintabular{مقداربعد}{setlength} -%\bicsintabular{تنظیممنها}{setminus} -%\bicsintabular{تعریفقلمعلائم}{SetSymbolFont} -%\bicsintabular{تنظیمبهعمق}{settodepth} -%\bicsintabular{تنظیمبهارتفاع}{settoheight} -%\bicsintabular{مقداربعدبهاندازه}{settowidth} -%\bicsintabular{کدضریبفاصله}{sfcode} -%\bicsintabular{پیشفرضسف}{sfdefault} -%\bicsintabular{فامیلسنسریف}{sffamily} -%\bicsintabular{کادرسایهدار}{shadowbox} -%\bicsintabular{تیز}{sharp} -%\bicsintabular{بفرست}{shipout} -%\bicsintabular{پشتهکوتاه}{shortstack} -%\bicsintabular{نمایشبده}{show} -%\bicsintabular{نمایشبدهکادر}{showbox} -%\bicsintabular{میزاننمایشکادر}{showboxbreadth} -%\bicsintabular{عمقنمایشکادر}{showboxdepth} -%\bicsintabular{نمایشبدهلیستها}{showlists} -%\bicsintabular{نمایشبدهمحتوای}{showthe} -%\bicsintabular{حالتسادهقلم}{simplefontmode} -%\bicsintabular{شانزد@}{sixt@@n} -%\bicsintabular{نویسهاریب}{skewchar} -%\bicsintabular{فاصله}{skip} -%\bicsintabular{فاصل@}{skip@} -%\bicsintabular{تعریففاصله}{skipdef} -%\bicsintabular{خوابیده}{sl} -%\bicsintabular{پیشفرضخو}{sldefault} -%\bicsintabular{شکلخوابیده}{slshape} -%\bicsintabular{راحتچین}{sloppy} -%\bicsintabular{شمایلخو}{slshape} -%\bicsintabular{کوچک}{small} -%\bicsintabular{پرشکوتاه}{smallskip} -%\bicsintabular{مقدارپرشکوتاه}{smallskipamount} -%\bicsintabular{کوب}{smash} -%\bicsintabular{لبخند}{smile} -%\bicsintabular{کدمکانهمانطور}{snglfntlocatecode} -%\bicsintabular{فضا}{space} -%\bicsintabular{ضریبفاصله}{spacefactor} -%\bicsintabular{فاصلهکلمات}{spaceskip} -%\bicsintabular{پیک}{spadesuit} -%\bicsintabular{ادغام}{span} -%\bicsintabular{ویژه}{special} -%\bicsintabular{حداکثرعمقستون}{splitmaxdepth} -%\bicsintabular{فاصلهبالایستون}{splittopskip} -%\bicsintabular{ستاره}{star} -%\bicsintabular{گامشمارنده}{stepcounter} -%\bicsintabular{کشی}{stretch} -%\bicsintabular{رشته}{string} -%\bicsintabular{شمع}{strut} -%\bicsintabular{کادرشمع}{strutbox} -%\bicsintabular{زیربند}{subitem} -%\bicsintabular{زیرپاراگراف}{subparagraph} -%\bicsintabular{زیرقسمت}{subsection} -%\bicsintabular{زیرپشته}{substack} -%\bicsintabular{زیرزیربند}{subsubitem} -%\bicsintabular{زیرزیرقسمت}{subsubsection} -%\bicsintabular{زیرمجموعه}{subset} -%\bicsintabular{زیرمجموعهمس}{subseteq} -%\bicsintabular{منتهایصفحه}{supereject} -%\bicsintabular{حذفمکانشناور}{suppressfloats} -%\bicsintabular{@موقتآ}{@tempa} -%\bicsintabular{@موقتب}{@tempb} -%\bicsintabular{@موقتپ}{@tempc} -%\bicsintabular{@موقتت}{@tempd} -%\bicsintabular{@موقتث}{@tempe} -%\bicsintabular{@کادرقتآ}{@tempboxa} -%\bicsintabular{@شماقتآ}{@tempcnta} -%\bicsintabular{@شماقتب}{@tempcntb} -%\bicsintabular{@بعدقتآ}{@tempdima} -%\bicsintabular{@بعدقتب}{@tempdimb} -%\bicsintabular{@بعدقتپ}{@tempdimc} -%\bicsintabular{@فاقتآ}{@tempskipa} -%\bicsintabular{@فاقتب}{@tempskipb} -%\bicsintabular{@سواقتآنادرست}{@tempswafalse} -%\bicsintabular{@سواقتآدرست}{@tempswatrue} -%\bicsintabular{@جزقتآ}{@temptokena} -%\bicsintabular{انگزیرنویس}{@thefnmark} -%\bicsintabular{@سومیازسه}{@thirdofthree} -%\bicsintabular{فاصلهجاگذاری}{tabbingsep} -%\bicsintabular{فاصلهبینستونها}{tabcolsep} -%\bicsintabular{فهرستمطالب}{tableofcontents} -%\bicsintabular{عنوانجدول}{tablename} -%\bicsintabular{فاصلهستونها}{tabskip} -%\bicsintabular{تهسطرجدول}{tabularnewline} -%\bicsintabular{اتیکت}{tag} -%\bicsintabular{تلفن}{telephone} -%\bicsintabular{تک}{TeX} -%\bicsintabular{متن}{text} -%\bicsintabular{گلولهمتنی}{textbullet} -%\bicsintabular{قلممتن}{textfont} -%\bicsintabular{امدشمتنی}{textemdash} -%\bicsintabular{اندشمتنی}{textendash} -%\bicsintabular{تعجبوارونهمتنی}{textexclamdown} -%\bicsintabular{نقطهوسطمتنی}{textperiodcentered} -%\bicsintabular{سوالوارونهمتنی}{textquestiondown} -%\bicsintabular{نقلچپمتنیدولا}{textquotedblleft} -%\bicsintabular{نقلراستمتنیدولا}{textquotedblright} -%\bicsintabular{نقلمتنیچپ}{textquoteleft} -%\bicsintabular{نقلمتنیراست}{textquoteright} -%\bicsintabular{فضاینمایانمتنی}{textvisiblespace} -%\bicsintabular{شکافتپشتمتنی}{textbackslash} -%\bicsintabular{میلهمتنی}{textbar} -%\bicsintabular{بزرگترمتنی}{textgreater} -%\bicsintabular{کمترمتنی}{textless} -%\bicsintabular{متنسیاه}{textbf} -%\bicsintabular{مدورمتنی}{textcircled} -%\bicsintabular{رنگمتن}{textcolor} -%\bicsintabular{نشانکلمهمرکبمتن}{textcompwordmark} -%\bicsintabular{فاصلهمتنوشناور}{textfloatsep} -%\bicsintabular{نسبتمتن}{textfraction} -%\bicsintabular{بلندایمتن}{textheight} -%\bicsintabular{متنتورفته}{textindent} -%\bicsintabular{متنایتالیک}{textit} -%\bicsintabular{متننازک}{textmd} -%\bicsintabular{متننرمال}{textnormal} -%\bicsintabular{ثبتیمتنی}{textregistered} -%\bicsintabular{متنرومن}{textrm} -%\bicsintabular{متنتمامبزرگ}{textsc} -%\bicsintabular{متنسنسریف}{textsf} -%\bicsintabular{متنخوابیده}{textsl} -%\bicsintabular{سبکمتنی}{textstyle} -%\bicsintabular{بالانویسمتنی}{textsuperscript} -%\bicsintabular{علامتتجاریمتنی}{texttrademark} -%\bicsintabular{متنتایپ}{texttt} -%\bicsintabular{متنایستاده}{textup} -%\bicsintabular{پهنایمتن}{textwidth} -%\bicsintabular{زیرنویسعنوان}{thanks} -%\bicsintabular{محتوای}{the} -%\bicsintabular{اینزیرنویس}{thempfn} -%\bicsintabular{خطهاضخیم}{thicklines} -%\bicsintabular{فاصلهزیادریاضی}{thickmuskip} -%\bicsintabular{فاصلهکمریاضی}{thinmuskip} -%\bicsintabular{فضاضخیم}{thickspace} -%\bicsintabular{خطهانازک}{thinlines} -%\bicsintabular{دوریکوچک}{thinspace} -%\bicsintabular{اینصفحهتجملی}{thisfancypage} -%\bicsintabular{سبکاینصفحه}{thispagestyle} -%\bicsintabular{سه@}{thr@@} -%\bicsintabular{مد}{tilde} -%\bicsintabular{ظریف}{tiny} -%\bicsintabular{زمان}{time} -%\bicsintabular{ضربدر}{times} -%\bicsintabular{عنوان}{title} -%\bicsintabular{به}{to} -%\bicsintabular{امروز}{today} -%\bicsintabular{جزء}{toks} -%\bicsintabular{تعریفجزء}{toksdef} -%\bicsintabular{حدبدنمایی}{tolerance} -%\bicsintabular{بالا}{top} -%\bicsintabular{خطبالایشناور}{topfigrule} -%\bicsintabular{نسبتبالا}{topfraction} -%\bicsintabular{حاشیهبالا}{topmargin} -%\bicsintabular{علامتبالا}{topmark} -%\bicsintabular{کادرتابالا}{toppageskip} -%\bicsintabular{فاصلهبالایلیست}{topsep} -%\bicsintabular{فاصلهبالا}{topskip} -%\bicsintabular{بلندایکل}{totalheight} -%\bicsintabular{ردگیریکل}{tracingall} -%\bicsintabular{ردگیریفرامین}{tracingcommands} -%\bicsintabular{ردگیریحروف}{tracinglostchars} -%\bicsintabular{ردگیریماکروها}{tracingmacros} -%\bicsintabular{ردگیرینمایشی}{tracingonline} -%\bicsintabular{ردگیریصفحهبندی}{tracingoutput} -%\bicsintabular{ردگیریصفحات}{tracingpages} -%\bicsintabular{ردگیریبندها}{tracingparagraphs} -%\bicsintabular{ردگیریبازگردانی}{tracingrestores} -%\bicsintabular{ردگیریآمارها}{tracingstats} -%\bicsintabular{مثلث}{triangle} -%\bicsintabular{پیشفرضتایپ}{ttdefault} -%\bicsintabular{فامیلتایپ}{ttfamily} -%\bicsintabular{دو@}{tw@} -%\bicsintabular{دوستون}{twocolumn} -%\bicsintabular{درنویس}{typein} -%\bicsintabular{برنویس}{typeout} -%\bicsintabular{کدبزرگ}{uccode} -%\bicsintabular{تیرهبندیبزرگ}{uchyph} -%\bicsintabular{تعریفنشده}{undefined} -%\bicsintabular{زیرخط}{underline} -%\bicsintabular{بیکادرا}{unhbox} -%\bicsintabular{بیکپیا}{unhcopy} -%\bicsintabular{واحدطول}{unitlength} -%\bicsintabular{برگشتدوری}{unkern} -%\bicsintabular{برگشتجریمه}{unpenalty} -%\bicsintabular{برگشتفاصله}{unskip} -%\bicsintabular{بیکادرو}{unvbox} -%\bicsintabular{بیکپیو}{unvcopy} -%\bicsintabular{پیشفرضایستاده}{updefault} -%\bicsintabular{شکلایستاده}{upshape} -%\bicsintabular{ازکادر}{usebox} -%\bicsintabular{باشمارشگر}{usecounter} -%\bicsintabular{گزینشقلم}{usefont} -%\bicsintabular{سبکلازم}{usepackage} -%\bicsintabular{@فضاهایفعال}{@vobeyspaces} -%\bicsintabular{@تهی}{@void} -%\bicsintabular{تنظیمو}{vadjust} -%\bicsintabular{ردیفو}{valign} -%\bicsintabular{محتوایشمارنده}{value} -%\bicsintabular{بدنماییو}{vbadness} -%\bicsintabular{کادرو}{vbox} -%\bicsintabular{کادروسط}{vcenter} -%\bicsintabular{همانطور}{verb} -%\bicsintabular{پرو}{vfil} -%\bicsintabular{پررو}{vfill} -%\bicsintabular{رفعپرو}{vfilneg} -%\bicsintabular{پرزعمودی}{vfuzz} -%\bicsintabular{نمایان}{visible} -%\bicsintabular{خطعمود}{vline} -%\bicsintabular{حاشیهو}{voffset} -%\bicsintabular{ک@درتهی}{voidb@x} -%\bicsintabular{ارجاعصفحهع}{vpageref} -%\bicsintabular{فاصلهوگرد}{vrboxsep} -%\bicsintabular{ارجاعع}{vref} -%\bicsintabular{خطو}{vrule} -%\bicsintabular{طولصفحه}{vsize} -%\bicsintabular{فاصلهو}{vskip} -%\bicsintabular{فضایو}{vspace} -%\bicsintabular{شکستو}{vsplit} -%\bicsintabular{هردوو}{vss} -%\bicsintabular{کادرگود}{vtop} -%\bicsintabular{عرض}{wd} -%\bicsintabular{مادامبکن}{whiledo} -%\bicsintabular{کلاهپهن}{widehat} -%\bicsintabular{مدپهن}{widetilde} -%\bicsintabular{جریمهتهبند}{widowpenalty} -%\bicsintabular{پهنا}{width} -%\bicsintabular{درکارنامه}{wlog} -%\bicsintabular{بنویس}{write} -%\bicsintabular{@فضایلاتین}{@xobeysp} -%\bicsintabular{سی@دو}{@xxxii} -%\bicsintabular{ترگع}{xdef} -%\bicsintabular{نشانگرگسترشی}{xleaders} -%\bicsintabular{فاصلهاضافیکلمات}{xspaceskip} -%\bicsintabular{سال}{year} -%\bicsintabular{@فر}{z@} -%\bicsintabular{@فرفاصله}{z@skip} -%\end{supertabular} -%\end{center} -% -%\bigskip -%\begin{center} -%\tablecaption{The Equivalent \XePersian\ Commands\label{xcs}} -%\tablehead -% {\bfseries Command in \XePersian &\bfseries Equivalent Persian Command\\ \hline} -%\tabletail -% {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{lr} -%\bicsintabular{خطزیرنویسخودکار}{autofootnoterule} -%\bicsintabular{اعدادفرمولهاخودکار}{AutoMathsDigits} -%\bicsintabular{اعدادفرمولهالاتین}{DefaultMathsDigits} -%\bicsintabular{تعریفقلملاتین}{deflatinfont} -%\bicsintabular{تعریفقلمپارسی}{defpersianfont} -%\bicsintabular{کادراچپ}{hboxL} -%\bicsintabular{کادراست}{hboxR} -%\bicsintabular{معادل@کلید}{keyval@eq@alias@key} -%\bicsintabular{مرجعلاتین}{Latincite} -%\bicsintabular{قلملاتین}{latinfont} -%\bicsintabular{امروزلاتین}{latintoday} -%\bicsintabular{خطزیرنویسچپ}{leftfootnoterule} -%\bicsintabular{متنلاتین}{lr} -%\bicsintabular{چپبراست}{LRE} -%\bicsintabular{دوستونیچپ}{LTRdblcol} -%\bicsintabular{پانویس}{LTRfootnote} -%\bicsintabular{متنپانویس}{LTRfootnotetext} -%\bicsintabular{پانویسعنوان}{LTRthanks} -%\bicsintabular{روزپارسی}{persianday} -%\bicsintabular{قلمپارسی}{persianfont} -%\bicsintabular{اعدادفرمولهاپارسی}{PersianMathsDigits} -%\bicsintabular{ماهپارسی}{persianmonth} -%\bicsintabular{سالپارسی}{persianyear} -%\bicsintabular{علامتچپنقلقولپارسی}{plq} -%\bicsintabular{علامتراستنقلقولپارسی}{prq} -%\bicsintabular{خطزیرنویسراست}{rightfootnoterule} -%\bicsintabular{متنپارسی}{rl} -%\bicsintabular{راستبچپ}{RLE} -%\bicsintabular{دوستونیراست}{RTLdblcol} -%\bicsintabular{پانوشت}{RTLfootnote} -%\bicsintabular{متنپانوشت}{RTLfootnotetext} -%\bicsintabular{پانوشتعنوان}{RTLthanks} -%\bicsintabular{@علامتبین}{@SepMark} -%\bicsintabular{علامتبین}{SepMark} -%\bicsintabular{بگذارمرجوعاتعادی}{setdefaultbibitems} -%\bicsintabular{بگذاردرحاشیهعادی}{setdefaultmarginpar} -%\bicsintabular{گزینشقلماعدادفرمولها}{setmathdigitfont} -%\bicsintabular{بگذارزیرنویسچپ}{setfootnoteLR} -%\bicsintabular{بگذارزیرنویسراست}{setfootnoteRL} -%\bicsintabular{گزینشقلملاتینمتن}{setlatintextfont} -%\bicsintabular{بگذارمتنچپ}{setLTR} -%\bicsintabular{بگذارمرجوعاتچپ}{setLTRbibitems} -%\bicsintabular{بگذاردرحاشیهچپ}{setLTRmarginpar} -%\bicsintabular{بگذارمتنراست}{setRTL} -%\bicsintabular{بگذارمرجوعاتراست}{setRTLbibitems} -%\bicsintabular{بگذاردرحاشیهراست}{setRTLmarginpar} -%\bicsintabular{گزینشقلممتن}{settextfont} -%\bicsintabular{خطزیرنویسپهنایمتن}{textwidthfootnoterule} -%\bicsintabular{فهرستمطالبدوستونی}{twocolumnstableofcontents} -%\bicsintabular{نگذارزیرنویسراست}{unsetfootnoteRL} -%\bicsintabular{نگذارمتنچپ}{unsetLTR} -%\bicsintabular{نگذارمتنراست}{unsetRTL} -%\bicsintabular{کادروازچپ}{vboxL} -%\bicsintabular{کادروازراست}{vboxR} -%\bicsintabular{زیلاتک}{XeLaTeX} -%\bicsintabular{زیپرشین}{XePersian} -%\bicsintabular{گونهزیپرشین}{xepersianversion} -%\bicsintabular{تاریخگونهزیپرشین}{xepersiandate} -%\bicsintabular{زیتک}{XeTeX} -%\end{supertabular} -%\end{center} -% -%\bigskip -%\begin{center} -%\tablecaption{The Equivalent \LaTeX\ Environments\label{lenv}} -%\tablehead -% {\bfseries Environment in \LaTeX\ &\bfseries Equivalent Persian Environment\\ \hline} -%\tabletail -% {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{lr} -%\bienvintabular{چکیده}{abstract} -%\bienvintabular{پیوست}{appendix} -%\bienvintabular{آرایه}{array} -%\bienvintabular{وسطچین}{center} -%\bienvintabular{توضیح}{description} -%\bienvintabular{ریاضینمایشی}{displaymath} -%\bienvintabular{نوشتار}{document} -%\bienvintabular{شمارش}{enumerate} -%\bienvintabular{شکل}{figure} -%\bienvintabular{شکل*}{figure*} -%\bienvintabular{محتوایپرونده}{filecontents} -%\bienvintabular{محتوایپرونده*}{filecontents*} -%\bienvintabular{چپچین}{flushleft} -%\bienvintabular{راستچین}{flushright} -%\bienvintabular{فقرات}{itemize} -%\bienvintabular{نامه}{letter} -%\bienvintabular{لیست}{list} -%\bienvintabular{جدولدراز}{longtable} -%\bienvintabular{کادررچ}{lrbox} -%\bienvintabular{ریاضی}{math} -%\bienvintabular{ماتریس}{matrix} -%\bienvintabular{صفحهکوچک}{minipage} -%\bienvintabular{چندستونیها}{multicols} -%\bienvintabular{چندخطی}{multline} -%\bienvintabular{یادداشت}{note} -%\bienvintabular{انباشتن}{overlay} -%\bienvintabular{تصویر}{picture} -%\bienvintabular{اقتباس}{quotation} -%\bienvintabular{نقل}{quote} -%\bienvintabular{اسلاید}{slide} -%\bienvintabular{پارنامرتب}{sloppypar} -%\bienvintabular{شکافتن}{split} -%\bienvintabular{زیرآرایه}{subarray} -%\bienvintabular{جاگذاری}{tabbing} -%\bienvintabular{لوح}{table} -%\bienvintabular{لوح*}{table*} -%\bienvintabular{جدول}{tabular} -%\bienvintabular{جدول*}{tabular*} -%\bienvintabular{مراجع}{thebibliography} -%\bienvintabular{محتواینمایه}{theindex} -%\bienvintabular{صفحهعنوان}{titlepage} -%\bienvintabular{لیستبدوی}{trivlist} -%\bienvintabular{همانطورکههست}{verbatim} -%\bienvintabular{همانطورکههست*}{verbatim*} -%\bienvintabular{شعر}{verse} -%\end{supertabular} -%\end{center} -% -%\bigskip -%\begin{center} -%\tablecaption{The Equivalent \XePersian\ Environments\label{xenv}} -%\tablehead -% {\bfseries Environment in \XePersian\ &\bfseries Equivalent Persian Environment\\ \hline} -%\tabletail -% {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{lr} -%\bienvintabular{لاتین}{latin} -%\bienvintabular{متنچپ}{LTR} -%\bienvintabular{دستهبندیچپ}{LTRitems} -%\bienvintabular{پارسی}{persian} -%\bienvintabular{متنراست}{RTL} -%\bienvintabular{دستهبندیراست}{RTLitems} -%\end{supertabular} -%\end{center} -%\paragraph{Localisation of postion arguments.} -% Some environments like \texttt{tabular} and some commands like \Lcs{parbox} have an argument which specifies the position. Table \autoref{table-pos} shows their localisations. -%\begin{center} -%\tablecaption{The Equivalent \LaTeX{} position arguments\label{table-pos}} -%\tablehead -% {\bfseries Position argument in \LaTeX &\bfseries Equivalent Persian position argument\\ \hline} -%\tabletail -% {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{cc} -%\texttt{b}&\Penv{ز}\\ -%\texttt{c}&\Penv{و}\\ -%\texttt{C}&\Penv{س}\\ -%\texttt{h}&\Penv{ا}\\ -%\texttt{H}&\Penv{آ}\\ -%\texttt{J}&\Penv{ت}\\ -%\texttt{l}&\Penv{چ}\\ -%\texttt{L}&\Penv{ف}\\ -%\texttt{m}&\Penv{م}\\ -%\texttt{p}&\Penv{پ}\\ -%\texttt{p}&\Penv{ص}\\ -%\texttt{r}&\Penv{ر}\\ -%\texttt{R}&\Penv{ا}\\ -%\texttt{s}&\Penv{ک}\\ -%\texttt{t}&\Penv{ب}\\ -%\end{supertabular} -%\end{center} -%\begin{itemize} -%\item There are two \texttt{p}s in \autoref{table-pos}, first \texttt{p} and its Persian equivalent \Penv{پ} stand for paragraph (used in \texttt{tabular} and similar environments) and the second \texttt{p} and its Persian equivalent \Penv{ص} stand for page (used in \texttt{float}-like environments). -%\end{itemize} -%\subsubsection{Localizations of the keys and key values of \textsf{graphicx} package} -%The equivalent Persian keys and key values of \textsf{graphicx} package is shown in \autoref{table:key} and \autoref{table:keyvalue} respectively. -%\begin{center} -%\tablecaption{Persian Equivalent keys of \textsf{graphicx} package\label{table:key}} -%\tablehead -% {\bfseries Original Key &\bfseries Equivalent Persian Key\\ \hline} -%\tabletail -% {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{lr} -%\texttt{draft}&\Penv{پیشنویس}\\ -%\texttt{origin}&\Penv{مبدا}\\ -%\texttt{clip}&\Penv{بیاضافه}\\ -%\texttt{keepaspectratio}&\Penv{حفظتناسب}\\ -%\texttt{natwidth}&\Penv{پهنایطبیعی}\\ -%\texttt{natheight}&\Penv{بلندایطبیعی}\\ -%\texttt{bb}&\Penv{مختصات}\\ -%\texttt{viewport}&\Penv{محدودهنمایش}\\ -%\texttt{trim}&\Penv{حذفاطراف}\\ -%\texttt{angle}&\Penv{زاویه}\\ -%\texttt{width}&\Penv{پهنا}\\ -%\texttt{height}&\Penv{بلندا}\\ -%\texttt{totalheight}&\Penv{بلندایکل}\\ -%\texttt{scale}&\Penv{ضریب}\\ -%\texttt{type}&\Penv{نوع}\\ -%\texttt{ext}&\Penv{پسوند}\\ -%\texttt{read}&\Penv{خواندنی}\\ -%\texttt{command}&\Penv{فرمان}\\ -%\texttt{x}&\Penv{طول}\\ -%\texttt{y}&\Penv{عرض}\\ -%\texttt{units}&\Penv{واحد}\\ -%\end{supertabular} -%\end{center} -%\begin{center} -%\tablecaption{Persian Equivalent key values of \textsf{graphicx} package\label{table:keyvalue}} -%\tablehead -% {\bfseries Original Key value&\bfseries Equivalent Persian Key value\\ \hline} -%\tabletail -% {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{cc} -%\texttt{b}&\Penv{ز}\\ -%\texttt{B}&\Penv{ک}\\ -%\texttt{false}&\Penv{نادرست}\\ -%\texttt{l}&\Penv{چ}\\ -%\texttt{r}&\Penv{ر}\\ -%\texttt{t}&\Penv{ب}\\ -%\texttt{true}&\Penv{درست}\\ -%\end{supertabular} -%\end{center} -%\subsubsection{Localizations of font features and font feature options} -%The equivalent Persian font features and font feature options is shown in \autoref{table:ff} and \autoref{table:ffo} respectively. -%\begin{center} -%\tablecaption{Persian Equivalent font features\label{table:ff}} -%\tablehead -% {\bfseries Original font feature &\bfseries Equivalent Persian font feature\\ \hline} -%\tabletail -% {\hline \multicolumn{2}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{lr} -%\biffintabular{ExternalLocation}{مکانخارجی} -%\biffintabular{ExternalLocation}{مسیر} -%\biffintabular{Renderer}{تحویلدهنده} -%\biffintabular{BoldFont}{قلمسیاه} -%\biffintabular{Language}{زبان} -%\biffintabular{Script}{خط} -%\biffintabular{UprightFont}{قلمعمودی} -%\biffintabular{ItalicFont}{قلمایتالیک} -%\biffintabular{BoldItalicFont}{قلمایتالیکسیاه} -%\biffintabular{SlantedFont}{قلمخوابیده} -%\biffintabular{BoldSlantedFont}{قلمخوابیدهسیاه} -%\biffintabular{SmallCapsFont}{قلمکلاهکوچک} -%\biffintabular{UprightFeatures}{ویژگیهایقلمعمودی} -%\biffintabular{BoldFeatures}{ویژگیهایقلمسیاه} -%\biffintabular{ItalicFeatures}{ویژگیهایقلمایتالیک} -%\biffintabular{BoldItalicFeatures}{ویژگیهایقلمایتالیکسیاه} -%\biffintabular{SlantedFeatures}{ویژگیهایقلمخوابیده} -%\biffintabular{BoldSlantedFeatures}{ویژگیهایقلمخوابیدهسیاه} -%\biffintabular{SmallCapsFeatures}{ویژگیهایقلمکلاهکوچک} -%\biffintabular{SizeFeatures}{ویژگیهایاندازه} -%\biffintabular{Scale}{ضریب} -%\biffintabular{WordSpace}{فضایکلمه} -%\biffintabular{PunctuationSpace}{فضاینقطهگذاری} -%\biffintabular{FontAdjustment}{تنظیمقلم} -%\biffintabular{LetterSpace}{فضایحرف} -%\biffintabular{HyphenChar}{نویسهتیره} -%\biffintabular{Color}{رنگ} -%\biffintabular{Opacity}{کدری} -%\biffintabular{Mapping}{نگاشت} -%\biffintabular{Weight}{سنگینی} -%\biffintabular{Width}{پهنا} -%\biffintabular{OpticalSize}{اندازهچشمی} -%\biffintabular{FakeSlant}{خوابیدهتقلبی} -%\biffintabular{FakeStretch}{کششتقلبی} -%\biffintabular{FakeBold}{سیاهتقلبی} -%\biffintabular{AutoFakeSlant}{خوابیدهتقلبیخودکار} -%\biffintabular{AutoFakeBold}{سیاهتقلبیخودکار} -%\biffintabular{Ligatures}{دویاچندحرفمتصلبههم} -%\biffintabular{Alternate}{متناوب} -%\biffintabular{Variant}{گوناگون} -%\biffintabular{Variant}{مجموعهسبکی} -%\biffintabular{CharacterVariant}{گوناگونینویسه} -%\biffintabular{Style}{سبک} -%\biffintabular{Annotation}{یادداشت} -%\biffintabular{RawFeature}{ویژگیهایکال} -%\biffintabular{CharacterWidth}{پهناینویسه} -%\biffintabular{Numbers}{ارقام} -%\biffintabular{Contextuals}{متنی} -%\biffintabular{Diacritics}{تفکیککنندهها} -%\biffintabular{Letters}{حروف} -%\biffintabular{Kerning}{دوری} -%\biffintabular{VerticalPosition}{موقعیتعمودی} -%\biffintabular{Fractions}{کسر} -%\end{supertabular} -%\end{center} -%\begin{center} -%\tablecaption{Persian Equivalent font feature options\label{table:ffo}} -%\tablehead -% {\bfseries font feature&\bfseries font feature option &\bfseries Persian font feature option\\ \hline} -%\tabletail -% {\hline \multicolumn{3}{r}{\emph{Continued on next page}}\\} -%\tablelasttail{\hline} -%\begin{supertabular}{llr} -%\biffointabular{Language}{Default}{پیشفرض} -%\biffointabular{Language}{Parsi}{پارسی} -%\biffointabular{Script}{Parsi}{پارسی} -%\biffointabular{Script}{Latin}{لاتین} -%\biffointabular{Style}{MathScript}{اسکریپتریاضی} -%\biffointabular{Style}{MathScriptScript}{اسکریپتاسکریپتریاضی} -%\end{supertabular} -%\end{center} -%\subsection{A Sample Input \TeX\ File} -%\begin{lstlisting}[morekeywords={settextfont,maketitle,tableofcontents,subsection,subsubsection,part}] -%\documentclass{article} -%\usepackage{xepersian} -%\settextfont{XB Niloofar} -%\title{*\parsitext{یک سند نمونه}*} -%\author{*\parsitext{نام نویسنده}*} -%\begin{document} -%\maketitle -%\tableofcontents -%\part{*\parsitext{عنوان بخش}*} -%... -%\section{*\parsitext{عنوان قسمت}*} -%... -%\subsection{*\parsitext{عنوان زیرقسمت}*} -%... -%\subsubsection{*\parsitext{عنوان زیر زیرقسمت}*} -%... -%\end{document} -%\end{lstlisting} -%\subsection{Font Commands} -%\subsubsection{Basic Font Commands} -%\begin{BDef} -%\Lcs{settextfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{setlatintextfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{setmathdigitfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{setmathsfdigitfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{setmathttdigitfont}\OptArgs\Largb{\Larga{font name}} -%\end{BDef} -%\begin{itemize} -%\item Options in any font command in this documentation are anything that \textsf{fontspec} package provides as the option of loading fonts, except \texttt{Script} and \texttt{Mapping}. -%\item \Lcs{settextfont} will choose the default font for Persian texts of your document. -%\item \Lcs{setlatintextfont} will choose the font for Latin texts of your document. If you do not use this command at all, the default \TeX\ font (fonts used in this documentation) will be used for Latin texts of your document. -%\item \Lcs{setmathdigitfont} will choose the Persian font for digits in math mode. By default, digits in math mode will appear in Persian form. -%\item \Lcs{setmathsfdigitfont} will choose the Persian font for digits in math mode inside \Lcs{mathsf}. By using this command, digits in math mode inside \Lcs{mathsf} will appear in Persian form and if you do not use this command at all, you will get default \TeX\ font for digits in math mode inside \Lcs{mathsf} and digits appear in their original form (Western). -%\item \Lcs{setmathttdigitfont} will choose the Persian font for digits in math mode inside \Lcs{mathtt}. By using this command, digits in math mode inside \Lcs{mathtt} will appear in Persian form and if you do not use this command at all, you will get default \TeX\ font for digits in math mode inside \Lcs{mathtt} and digits appear in their original form (Western). -%\end{itemize} -%\subsubsection{Defining Extra Persian and Latin Fonts} -%\begin{BDef} -%\Lcs{defpersianfont}\Lcs{CS}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{deflatinfont}\Lcs{CS}\OptArgs\Largb{\Larga{font name}} -%\end{BDef} -%\begin{itemize} -%\item With \Lcs{defpersianfont}, you can define extra Persian fonts. -%\begin{lstlisting}[numbers=none,morekeywords={defpersianfont,Nastaliq}] -%\defpersianfont\Nastaliq[Scale=1]{IranNastaliq} -%\end{lstlisting} -%In this example, we define \Lcs{Nastaliq} to stand for IranNastaliq font. -%\item With \Lcs{deflatinfont}, you can define extra Latin fonts. -%\begin{lstlisting}[numbers=none,morekeywords={deflatinfont,junicode}] -%\deflatinfont\junicode[Scale=1]{Junicode} -%\end{lstlisting} -%In this example, we define \Lcs{junicode} to stand for Junicode font. -%\end{itemize} -%\subsubsection{Choosing Persian Sans Font} -%\begin{BDef} -%\Lcs{setpersiansansfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{persiansffamily}\quad\Lcs{textpersiansf}\Largb{\Larga{text}} -%\end{BDef} -%\subsubsection{Choosing Persian Mono Font} -%\begin{BDef} -%\Lcs{setpersianmonofont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{persianttfamily}\quad\Lcs{textpersiantt}\Largb{\Larga{text}} -%\end{BDef} -%\subsubsection{Choosing Persian Iranic Font} -%\begin{BDef} -%\Lcs{setiranicfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{iranicfamily}\quad\Lcs{textiranic}\Largb{\Larga{text}} -%\end{BDef} -%\subsubsection{Choosing Persian Navar Font} -%\begin{BDef} -%\Lcs{setnavarfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{navarfamily}\quad\Lcs{textnavar}\Largb{\Larga{text}} -%\end{BDef} -%\subsubsection{Choosing Persian Pook Font} -%\begin{BDef} -%\Lcs{setpookfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{pookfamily}\quad\Lcs{textpook}\Largb{\Larga{text}} -%\end{BDef} -% -%\subsubsection{Choosing Persian Sayeh Font} -%\begin{BDef} -%\Lcs{setsayehfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{sayehfamily}\quad\Lcs{textsayeh}\Largb{\Larga{text}} -%\end{BDef} -% -%\subsubsection{Choosing Latin Sans Font} -%\begin{BDef} -%\Lcs{setlatinsansfont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{sffamily}\quad\Lcs{textsf}\Largb{\Larga{text}} -%\end{BDef} -%\subsubsection{Choosing Latin Mono Font} -%\begin{BDef} -%\Lcs{setlatinmonofont}\OptArgs\Largb{\Larga{font name}}\\ -%\Lcs{ttfamily}\quad\Lcs{texttt}\Largb{\Larga{text}} -%\end{BDef} -%\section{Latin and Persian Environment} -%\begin{BDef} -%\LBEG{latin}\quad\Larga{text}\quad\LEND{latin}\\ -%\LBEG{persian}\quad\Larga{text}\quad\LEND{persian} -%\end{BDef} -%\begin{itemize} -%\item \texttt{latin} environment both changes direction of the paragraphs to LTR and font to Latin font. -%\item \texttt{persian} environment both changes direction of the Paragraphs to RTL and font to Persian font. -%\end{itemize} -%\subsection{\textsf{latinitems} and \textsf{parsiitems} environments} -%\begin{BDef} -%\LBEG{latinitems}\\ -%\quad\Lcs{item} \Larga{text}\\ -%\quad\ldots\\ -%\LEND{latinitems} -%\end{BDef} -%\begin{itemize} -%\item \textsf{latinitems} environment is similar to \textsf{LTRitems} environment but changes the font to Latin font. -%\end{itemize} -%\begin{BDef} -%\LBEG{parsiitems}\\ -%\quad\Lcs{item} \Larga{text}\\ -%\quad\ldots\\ -%\LEND{parsiitems} -%\end{BDef} -%\begin{itemize} -%\item \textsf{parsiitems} environment is similar to \textsf{RTLitems} environment but changes the font to Persian font. -%\end{itemize} -% -%\subsection{Short Latin and Persian Texts} -%\begin{BDef} -%\Lcs{lr}\Largb{\Larga{text}}\quad\Lcs{rl}\Largb{\Larga{text}} -%\end{BDef} -%\begin{itemize} -%\item With \Lcs{lr} command, you can typeset short LTR texts. -%\item With \Lcs{rl} command, you can typeset short RTL texts. -%\end{itemize} -%\subsection{Miscellaneous Commands} -%\begin{BDef} -%\Lcs{persianyear}\quad\Lcs{persianmonth}\quad\Lcs{persianday}\\ -%\Lcs{today}\quad\Lcs{latintoday}\quad\Lcs{twocolumnstableofcontents}\quad\Lcs{XePersian}\\ -%\Lcs{plq}\quad\Lcs{prq} -%\end{BDef} -%\begin{itemize} -%\item \Lcs{persianyear} is Persian equivalent of \Lcs{year}. -%\item \Lcs{persianmonth} is Persian equivalent of \Lcs{month}. -%\item \Lcs{persianday} is Persian equivalent of \Lcs{day}. -%\item \Lcs{today} typesets current Persian date and \Lcs{latintoday} typesets current Latin date. -%\item \Lcs{twocolumnstableofcontents} typesets table of contents in two columns. This requires that you have loaded \textsf{multicol} package before \textsf{\XePersian} package, otherwise an error will be issued. -%\item \Lcs{XePersian} typesets \XePersian's logo. -%\item \Lcs{plq} and \Lcs{prq} typeset Persian left quote and Persian right quote respectively. -%\end{itemize} -%\subsection{New Commands} -%\begin{BDef} -%\Lcs{Latincite} -%\end{BDef} -%\begin{itemize} -%\item\Lcs{Latincite} functions exactly like \Lcs{cite} command with only one difference; the reference to biblabel item is printed in Latin font in the text. -%\end{itemize} -%\subsection{Additional Counters} -%\XePersian\ defines several additional counters to what already \LaTeX\ offers. These counters are \texttt{harfi}, \texttt{adadi}, and \texttt{tartibi}. In addition, the following commands are also provided: -% -%\begin{BDef} -%\Lcs{harfinumeral}\Largb{\Larga{integer}}\quad\Lcs{adadinumeral}\Largb{\Larga{integer}}\quad\Lcs{tartibinumeral}\Largb{\Larga{integer}}\quad -%\end{BDef} -%\begin{itemize} -%\item The range of \texttt{harfi} counter is integers between 1 and 32 (number of the Persian alphabets) and \texttt{adadi} and \texttt{tartibi} counters, are integers between 0 and 999,999,999. -%\item For \texttt{harfi} counter, if you give an integer bigger than 32 or a negative integer (if you give integer 0, it returns nothing), then you get error and for \texttt{adadi} and \texttt{tartibi} counters, if you give an integer bigger than 999,999,999, then you get an error message. -%\item For \texttt{adadi} and \texttt{tartibi} counters, if you give an integer less than 0 (a negative integer), then \texttt{adadi} and \texttt{tartibi} counters return \textbf{adadi} and \textbf{tartibi} form of the integer 0, respectively. -%\item \Lcs{harfinumeral} returns the \textbf{harfi} form of \Larga{integer}, where $1\leq integer\leq32$ and \Lcs{adadinumeral}, and \Lcs{tartibinumeral} return \textbf{adadi}, and \textbf{tartibi} form of \Larga{integer} respectively, where $0\leq integer\leq 999,999,999$. -%\end{itemize} -%\subsection{Things To Know About \Lcs{setmathdigitfont}, \Lcs{setmathsfdigitfont}, and \Lcs{setmathttdigitfont}} -%\begin{BDef} -%\Lcs{DefaultMathsDigits}\quad\Lcs{PersianMathsDigits}\quad\Lcs{AutoMathsDigits} -%\end{BDef} -%\begin{itemize} -% \item As we discussed before, \Lcs{setmathdigitfont} will choose the Persian font for digits in math mode. By default, digits in math mode will appear in Persian form. -%\item As we discussed before, \Lcs{setmathsfdigitfont}, and \Lcs{setmathttdigitfont} will choose the Persian sans serif and typewriter fonts for digits in math mode. By using this command, digits in math mode will appear in Persian form and if you do not use this command at all, you will get default \TeX\ font for digits in math mode and digits appear in their original form (Western). -% -%If you use \Lcs{setmathdigitfont}, \Lcs{setmathsfdigitfont}, and \Lcs{setmathttdigitfont}, then you should know that: -%\begin{itemize} -%\item By default, \Lcs{AutoMathsDigits} is active, which means that in Persian mode, you get Persian digits in math mode and in Latin mode, you get \TeX's default font and digits in math mode. -%\item If you use \Lcs{PersianMathsDigits} anywhere, you will overwrite \XePersian's default behaviour and you will always get Persian digits in math mode. -%\item If you use \Lcs{DefaultMathsDigits} anywhere, again you will overwrite \XePersian's default behaviour and you will always get \TeX's default font and digits in math mode. -%\end{itemize} -%\end{itemize} -%\section{New Conditionals} -%\subsection{Shell escape (or write18) conditional} -%\begin{BDef} -%\Lcs{ifwritexviii}\\ -%\qquad\textcolor{myred}{\Larga{material when Shell escape (or write18) is enabled}}\\ -%\Lcs{else}\\ -%\qquad\textcolor{myred}{\Larga{material when Shell escape (or write18) is not enabled}}\\ -%\Lcs{fi} -%\end{BDef} -%\section{Bilingual Captions} -%\XePersian\ sets caption bilingually. This means if you are in RTL mode, you get Persian caption and if you are in LTR mode, you get English caption. -%\subsection{Support For Various Packages} -%In addition to what \textsf{bidi} package supports, \XePersian\ also support a few packages. This support is more about language aspect rather than directionality. These packages are \textsf{algorithmic}, \textsf{algorithm},\textsf{enumerate}, and \textsf{backref} packages. -% -%\subsubsection{Things You Should Know about Support For \textsf{enumerate} Package} -%The \textsf{enumerate} package gives the enumerate environment an optional argument -%which determines the style in which the counter is printed. -% -%An occurrence of one of the tokens \texttt{A}, \texttt{a}, \texttt{I}, \texttt{i}, or \texttt{1} produces the value -%of the counter printed with (respectively) \Lcs{Alph}, \Lcs{alph}, \Lcs{Roman}, \Lcs{roman} or -%\Lcs{arabic}. -% -%In addition with the extra support that \XePersian\ provides, an occurrence of one of the tokens \Penv{ا}, \Penv{ی}, or \Penv{ت} produces the value of the counter printed with (respectively) \Lcs{harfi}, \Lcs{adadi}, or \Lcs{tartibi}. -% -%These letters may be surrounded by any strings involving any other \TeX\ -%expressions, however the tokens \texttt{A}, \texttt{a}, \texttt{I}, \texttt{i}, \texttt{1}, \Penv{ا}, \Penv{ی}, \Penv{ت} must be inside a \Largb{} group if -%they are not to be taken as special. -% -%To see an Example, please look at \textsf{enumerate} package documentation. -%\subsection{Index Generation} -%For generating index, you are advised to use \textsf{xindy} program, any other program such as \textsf{makeindex} is not recommended. -% -% -% -%\subsection{Converting Your Farsi\TeX\ Files To \XePersian\ or Unicode} -%There is a python program written by Mostafa Vahedi that enables you to convert Farsi\TeX\ files to \XePersian\ or unicode. This program can be found in \textsf{doc} folder with the name \texttt{ftxe-0.12.py}. To convert your Farsi\TeX\ files to \XePersian, put \texttt{ftxe-0.12.py} in the same directory that your Farsi\TeX\ file is, and then open a terminal/command prompt and do the following: -% -%\begin{BDef}\ttfamily -%python ftxe-0.12.py file.ftx file.tex -%\end{BDef} -% -%This will convert your \texttt{file.ftx} (Farsi\TeX\ file) to \texttt{file.tex} (\XePersian\ file). -% -%The general syntax of using the python script is as follow: -%\begin{BDef}\ttfamily -%python ftxe-0.12.py [-r] [-s] [-x] [-u] input-filename1 input-filename2 -%\end{BDef} -%Where -%\begin{description} -%\item[\texttt{-r}] (DEFAULT) recursively consider files included in the given files -%\item[\texttt{-s}] do not recursively consider files -%\item[\texttt{-x}] (DEFAULT) insert \XePersian\ related commands -%\item[\texttt{-u}] only convert to unicode (and not to \XePersian) -%\end{description} -% -%Please note that the python script will not work with versions of python later than 2.6. So you are encouraged to use version 2.6 of python to benefit from this python script. -% -%\section{Extra Packages And Classes} -%\subsection{Magazine Typesetting} -%\subsubsection{Introduction} -%\textsf{xepersian-magazine} class allows you to create magazines, newspapers and any other types of papers. The output document has a front page and as many inner pages as desired. Articles appear one after another, telling the type, number of columns, heading, subheading, images, author and so forth. It is possible to change the aspect of (almost) everything therefore it is highly customisable. Commands to add different titles, headings and footers are also provided. -%\subsubsection{Usage} -%To create\footnote{For a sample file, please look at \texttt{magazine-sample.tex} in the \textsf{doc} folder} a magazine just load the class as usual\footnote{You also need to load \textsf{graphicx}, \textsf{xunicode} and \textsf{xepersian} packages respectively, after loading the document class and choose fonts for the main text, Latin text and digits in maths formulas. For more detail see \autoref{basics} of the documentation.}, with -%\begin{BDef} -%\Lcs{documentclass}\OptArgs\Largb{xepersian-magazine} -%\end{BDef} -%at the beginning of your source file. The class options are described in \autoref{s-options}. -% -%From this point it is possible to include packages and renew class commands described in \autoref{s-custom}. -%\subsubsection{Front Page} -%As every magazine, \textsf{xepersian-magazine} has its own front page. It includes main headings, an index, the magazine logo and other useful information. This environment should be the first you use within \textsf{xepersian-magazine} class but it is not mandatory. -% -%\begin{BDef} -%\Lcs{firstimage}\quad\Lcs{firstarticle} -%\end{BDef} -%The first two commands you can use inside the \texttt{frontpage} environment are \Lcs{firstimage} and \Lcs{firstarticle} which include, respectively, the main image and the main heading in the front page. The first one takes two arguments \Larga{image} and \Larga{description}. Notice that second argument is optional and it declares the image caption; \Larga{image} defines the relative path to the image. In order to include the first piece of article use -%\begin{BDef} -%\Lcs{firstarticle}\Largb{\Larga{title}}\Largb{\Larga{opening}}\Largb{\Larga{time}} -%\end{BDef} -%first two arguments are mandatory and represent heading and the opening paragraph. Last argument is optional (you can leave it blank) and indicates the time when article happened. -%\begin{BDef} -%\Lcs{secondarticle} -%\end{BDef} -%The second piece of article is included using the command \Lcs{secondarticle} just as the first article. The main difference are that this second piece has two more arguments and it does not include an image. -% -%\begin{BDef} -%\Lcs{secondarticle}\Largb{\Larga{title}}\Largb{\Larga{subtitle}}\Largb{\Larga{opening}}\Largb{\Larga{pagesof}}\Largb{\Larga{time}} -%\end{BDef} -%The new arguments \Larga{subtitle} and \Larga{pagesof} define a subtitle and the name of the section for this piece of article. -% -%\begin{BDef} -%\Lcs{thirdarticle} -%\end{BDef} -%The third piece of article is the last one in the \textsf{xepersian-magazine} front page. It works like the \Lcs{secondarticle}. -%\begin{BDef} -%\Lcs{thirdarticle}\Largb{\Larga{title}}\Largb{\Larga{subtitle}}\Largb{\Larga{opening}}% -%\Largb{\Larga{pagesof}}\Largb{\Larga{time}} -%\end{BDef} -%The arguments meaning is the same as \Lcs{secondarticle} command. -% -%The front page includes three information blocks besides the news: \texttt{indexblock} which contains the index, \texttt{authorblock} which includes information about the author and a \texttt{weatherblock} containing a weather forecast. All these three environments are mostly a frame in the front page therefore they can be redefined to fit your personal wishes but I kept them to give an example and to respec the original \textsf{xepersian-magazine} format. -% -%\begin{BDef} -%\Lcs{indexitem} -%\end{BDef} -%The \texttt{indexblock} environment contains a manually editted index of \textsf{xepersian-magazine}. It takes one optional argument \Larga{title} and places a title over the index block. To add entries inside the index just type -%\begin{BDef} -%\Lcs{indexitem}\Largb{\Larga{title}}\Largb{\Larga{reference}} -%\end{BDef} -%inside the environment. The \Larga{title} is the index entry text and the \Larga{reference} points to a article inside \textsf{xepersian-magazine}. It will be more clear when you read \autoref{sub-1}. In order to get a correct output, it is necessary to leave a blank line between index items. -% -%The \texttt{authorblock} environment can include whatever you would like. I called it \texttt{authorblock} because I think it is nice to include some author reference in the front page: who you are, why are you doing this... This environment creates a frame box in the bottom right corner of the front page with your own logo at the top. -% -%\begin{BDef} -%\Lcs{weatheritem} -%\end{BDef} -%Finally, the \texttt{weatherblock} lets you include a weather forecast. It takes one optional argument \Larga{title} that places a title over the weather block. It can -% fit up to three weather icons with maximum and minimum temperatures, -% description and name. To add each of the weather entries type the following -% -%\begin{BDef} -%\Lcs{weatheritem}\Largb{\Larga{image}}\Largb{\Larga{day-name}}\Largb{\Larga{max}}% -%\Largb{\Larga{min}}\Largb{\Larga{short-des}} -%\end{BDef} -% -%The first argument includes the path to the weather icon (i.e. sunny or rainy), \Larga{day-name} like Monday, \Larga{max} and \Larga{min} are the highest and lowest day temperatures and \Larga{short-des} is a brief description of the weather condition: partly cloudy, sunny and windy \ldots -%\subsubsection{Inside\label{sub-1}} -%Once we have created the front page we should include all articles inside our magazine. \textsf{xepersian-magazine} arranges all articles one after each other, expanding headings all over the page and splitting the article text in the number of columns we wish. There are three different environments to define a piece of article: the \texttt{article} environment described in \autoref{subsub-1}, the \texttt{editorial} environment \autoref{subsub-2} for opinion articles and the \texttt{shortarticle} environment explained in \autoref{subsub-3}. -%\subsubsection{The article environment\label{subsub-1}} -%The main environment to include a piece of article is called \texttt{article}. It takes four arguments that set up the headings and structure of the article. -%\begin{BDef} -%\LBEG{article}\Largb{\Larga{num-of-columns}}\Largb{\Larga{title}}\Largb{\Larga{subtitle}}% -%\Largb{\Larga{pagesof}}\Largb{\Larga{label}}\\ -%\ldots\Larga{text}\ldots\\ -%\LEND{article} -%\end{BDef} -% -%The first argument \Larga{num-of-columns} sets the number of columns the article will be divided whereas \Larga{label} is used when pointing an article from the index in the front page. The rest of the arguments are easy to understand. -% -% -%Inside the \texttt{article} environment, besides the main text of the article, it is possible to include additional information using several class commands. -%\begin{BDef} -%\Lcs{authorandplace}\quad\Lcs{timestamp} -%\end{BDef} -% -%The \Lcs{authorandplace}\Largb{\Larga{author}}\Largb{\Larga{place}} inserts the name of the editor and the place where the article happened in the way many magazines do. Another useful command is \Lcs{timestamp}\Largb{\Larga{time}} which includes the time and a separator just before the text. These two commands should be used before the text because they type the text as the same place they are executed. -% -%\begin{BDef} -%\Lcs{image} -%\end{BDef} -%To include images within the text of an article, \textsf{xepersian-magazine} provides an \Lcs{image} command. Since \textsf{multicol} package does not provide any float support for its \textsf{multicols} environment, I created a macro that includes an image only if that is possible, calculating if there is enough space for the image.It is not the best solution but it works quite well and I could not find a better one. To include an image use the command and its two arguments: the relative path to the image and a short description. -%\begin{BDef} -%\Lcs{image}\Largb{\Larga{image}}\Largb{\Larga{description}} -%\end{BDef} -% -%\begin{BDef} -%\Lcs{columntitle}\quad\Lcs{expandedtitle} -%\end{BDef} -%Within the text of the article, it is possible to add column and expanded titles. The main difference between them is that the first one keeps inside the width of an article column whereas the second expands all over the width of the page, breaking all the columns. Their use is analogous, as follows -% -%\begin{BDef} -%\Lcs{columntitle}\Largb{\Larga{type}}\Largb{\Larga{text}}\\ -%\Lcs{expandedtitle}\Largb{\Larga{type}}\Largb{\Larga{text}} -%\end{BDef} -%These two commands use \textsf{fancybox} package features. That is why there are five different types of titles which correspond mainly with fancybox ones: \textsf{shadowbox}, -%\textsf{doublebox}, \textsf{ovalbox}, \textsf{Ovalbox} and \textsf{lines}. -%\subsubsection{The editorial environment\label{subsub-2}} -%In addition to the editorial article environment, one can use the editorial environment to create editorial or opinion texts. The main feature is that it transforms the style -%of the heading. Although this environment accepts all the commands article takes, it does not make any sense to use the \Lcs{authorandplace} command within it since it includes an author argument. To create an editorial text use -% -%\begin{BDef} -%\LBEG{editorial}\Largb{\Larga{num-of-columns}}\Largb{\Larga{title}}\Largb{\Larga{author}}\Largb{\Larga{label}}\\ -%\ldots\Larga{text}\ldots\\ -%\LEND{editorial} -%\end{BDef} -% -%All arguments have the same meaning as article environment (see \autoref{subsub-1}). -%\subsubsection{The shortarticle environment\label{subsub-3}} -%The shortarticle environment creates a block of short article. Althought it has its own title and subtitle, each piece of article within it may have a title. To use it just -%type: -% -%\begin{BDef} -%\LBEG{shortarticle}\Largb{\Larga{num-of-columns}}\Largb{\Larga{title}}\Largb{\Larga{subtitle}}\Largb{\Larga{label}}\\ -%\ldots\Larga{text}\ldots\\ -%\Lcs{shortarticleitem}\Largb{\Larga{title}}\Largb{\Larga{text}}\\ -%\ldots\\ -%\LEND{shortarticle} -%\end{BDef} -%You can also specify the number of columns of the block like editorial and article environments. To add a piece of article inside the shortarticle use the \Lcs{shortarticleitem}, indicating a title and the text of the issue. -%\subsubsection{Commands between articles} -%\begin{BDef} -%\Lcs{articlesep}\quad\Lcs{newsection} -%\end{BDef} -% -%There are two commands you can use among the articles inside \textsf{xepersian-magazine}: \Lcs{articlesep} and \Lcs{newsection}. The first one does not take any parameter and just draws a line between two articles. The second changes the content of \Lcs{xepersian@section} to the new \Larga{section name}. From the point it is used, all articles which follow will be grouped within the new section. -% -%\begin{BDef} -%\Lcs{newsection}\Largb{\Larga{section name}} -%\end{BDef} -%\subsubsection{Customization\label{s-custom}} -%\textsf{xepersian-magazine} includes many commands which can be used to customize its aspect, from the front page to the last page. I will list them grouped so it is easy to find -%them. Treat them as standard \LaTeX\ commands, using \Lcs{renewcommand} to change -%their behaviour. -%\subsubsection{Front Page} -% -%\begin{BDef} -%\Lcs{customlogo}\quad\Lcs{customminilogo}\quad\Lcs{custommagazinename} -%\end{BDef} -%When creating a magazine, everyone wants to show its own logo instead of \textsf{xepersian-magazine} default heading. To achieve this, you need to put the following command at the preamble of your document: -% -%\begin{BDef} -%\Lcs{customlogo}\Largb{\Larga{text}}\\ -%\Lcs{customminilogo}\Largb{\Larga{text}}\\ -%\Lcs{custommagazinename}\Largb{\Larga{text}} -%\end{BDef} -% -% -%\begin{BDef} -%\Lcs{edition}\quad\Lcs{editionformat} -%\end{BDef} -% -%The edition text has to be declared in the preamble of the document. One important thing to know is that \Lcs{author}, \Lcs{date} and \Lcs{title} have no effect inside \textsf{xepersian-magazine} since the magazine date is taken from \Lcs{today} command and the other two are only for the title page (if using \Lcs{maketitle}). -% -%\begin{BDef} -%\Lcs{indexFormat}\quad\Lcs{indexEntryFormat}\quad\Lcs{indexEntryPageTxt}\\ -%\Lcs{indexEntryPageFormat}\quad% -%\Lcs{indexEntrySeparator} -%\end{BDef} -% -%When defining the index in the front page, there are several commands to customize the final index style. \Lcs{indexFormat} sets the format of the title; \Lcs{indexEntryFormat}, the format of each index entry; \Lcs{indexEntryPageTxt} and \Lcs{indexEntryPageFormat} lets you define which is the text that goes with the page number and its format. Finally, \textsf{xepersian-magazine} creates a thin line between index entries, you can redefine it using \Lcs{indexEntrySeparator}. To get the index with \Lcs{xepersian@indexwidth} is provided. -% -%\begin{BDef} -%\Lcs{weatherFormat}\quad\Lcs{weatherTempFormat}\quad\Lcs{weatherUnits} -%\end{BDef} -% -%Relating to the weather block, the title format can be changed redefining \Lcs{weatherFormat}. In order to customize the format of the temperature numbers and their units it is necessary to redefine \Lcs{weatherTempFormat} and \Lcs{weatherUnits} respectively. -% -%\begin{BDef} -%\Lcs{*TitleFormat}\quad\Lcs{*SubtitleFormat}\quad\Lcs{*TextFormat} -%\end{BDef} -%The main article that appear in the front page can change their formats. To obtain that there are three standard commands to modify the title, subtitle and text style. You just have to replace the star (\texttt{*}) with first, second or third depending on which article you are editing. Note that first piece of article has no subtitle therefore it does not make any sense to use the non-existent command \Lcs{firstSubtitleFormat}. -% -%\begin{BDef} -%\Lcs{pictureCaptionFormat}\quad\Lcs{pagesFormat} -%\end{BDef} -%Two other elements to configure are the picture captions and the pages or section format in the entire document. To proceed just redefine the macros \Lcs{pictureCaptionFormat} and \Lcs{pagesFormat}. -%\subsubsection{Inside The Magazine} -%\begin{BDef} -%\Lcs{innerTitleFormat}\quad\Lcs{innerSubtitleFormat}\quad\Lcs{innerAuthorFormat}\\ -%\Lcs{innerPlaceFormat} -%\end{BDef} -% -%The articles inside \textsf{xepersian-magazine} may have a different format from the ones in the front page. To change their title or subtitle format redefine \Lcs{innerTitleFormat} and \Lcs{innerSubtitleFormat}. The article text format matches the document general definition. When using the \Lcs{authorandplace} command, you might want to change the default style. Just renew \Lcs{innerAuthorFormat} and \Lcs{innerPlaceFormat} to get the results. -% -%\begin{BDef} -%\Lcs{timestampTxt}\quad\Lcs{timestampSeparator}\quad\Lcs{timestampFormat} -%\end{BDef} -% -%The \Lcs{timestamp} command described in \autoref{subsub-1} lets you introduce the time of the event before the article text. You can configure its appearance by altering -%several commands: \Lcs{timestampTxt} which means the text after the timestamp; \Lcs{timestampSeparator} which defines the element between the actual timestamp and the beginning of the text and, finally, \Lcs{timestampFormat} to change the entire timestamp format. -% -%\begin{BDef} -%\Lcs{innerTextFinalMark} -%\end{BDef} -% -%\textsf{xepersian-magazine} puts a small black square at the end of the article. As I wanted to create a highly customizable \LaTeX\ class I added the macro \Lcs{innerTextFinalMark} to change this black square. This item will appear always following the last character of the text with the \texttt{\~} character. -% -%\begin{BDef} -%\Lcs{minraggedcols}\quad\Lcs{raggedFormat} -%\end{BDef} -% -%The \Lcs{minraggedcols} counter is used to tell \textsf{xepersian-magazine} when article text should be ragged instead of justified. The counter represents the minimum number of columns that are needed in order to use ragged texts. For example, if \Lcs{minraggedcols} is set to 3, all articles with 3 columns or more will be ragged. Articles with 1, 2 columns will have justified text. By default, \Lcs{minraggedcols} is set to 4. -% -%The \Lcs{raggedFormat} macro can be redefined to fit user ragged style. Default value is \Lcs{RaggedLeft}. -% -%\begin{BDef} -%\Lcs{heading}\quad\Lcs{foot} -%\end{BDef} -%\textsf{xepersian-magazine} includes package \textsf{fancyhdr} for changing headings and footers. Although it is possible to use its own commands to modify \textsf{xepersian-magazine} style, there are two commands to change headings and foot appearance. Place them in the preamble of your \textsf{xepersian-magazine} document. -% -%\begin{BDef} -%\Lcs{heading}\Largb{\Larga{left}}\Largb{\Larga{center}}\Largb{\Larga{right}}\\ -%\Lcs{foot}\Largb{\Larga{left}}\Largb{\Larga{center}}\Largb{\Larga{right}} -%\end{BDef} -% -% If you still prefer to use fancyhdr macros, use them after the \texttt{frontpage} environment. -% -%\textsf{xepersian-magazine} by default places no headers and footers. If you want headers and foooters, then after loading \textsf{xepersian} package, you should write \Lcs{pagestyle}\Largb{fancy} at the preamble of your document. -% -%\subsubsection{Class Options\label{s-options}} -%The \textsf{xepersian-magazine} class is in itself an alteration of the standard \textsf{article} class, thus it inherits most of its class options but \textsf{twoside}, \textsf{twocolumn}, \textsf{notitlepage} and \textsf{a4paper}. If you find problems when loading other article features, please let me know to fix it. There are also five own options that \textsf{xepersian-magazine} implements. -%\begin{description} -%\item[\textsf{a3paper}] (false) This option makes \textsf{xepersian-magazine} 297 mm width by 420 mm height. This option is implemented because the standard \textsf{article} class does not allow this document size. -%\item[\textsf{9pt}] (false) Allows the 9pt font size that \textsf{article} class does not include (default is 10pt). -%\item[\textsf{columnlines}] columnlines (false) Adds lines between columns in the entire \textsf{xepersian-magazine}. The default line width is 0.1pt but it is possible to change this by setting length \Lcs{columnlines} in the preamble. -%\item[\textsf{showgrid}] (false) This option is only for developing purposes. Because the front page has a personal design using the textpos package, I created this grid to make easier the lay out. -%\end{description} -% -%\subsection{Typesetting Multiple-choice Questions} -%\subsubsection{Introduction} -%\textsf{xepersian-multiplechoice} is a package for making multiple choices questionnaires under \LaTeX. A special environment -%allows you to define questions and possible answers. You can specify which -%answers are correct and which are not. \textsf{xepersian-multiplechoice} not only formats the questions -%for you, but also generates a ``form'' (a grid that your students will have to fill -%in), and a ``mask'' (the same grid, only with correct answers properly checked -%in). You can then print the mask on a slide and correct the questionnaires -%more easily by superimposing the mask on top of students' forms. -% -%\subsubsection{Usage} -%Here we now explain the usage of this package, however there are four example files, namely \texttt{test-question-only.tex}, \texttt{test-solution-form.tex}, \texttt{test-empty-form.tex} and \texttt{test-correction.tex}, available in \textsf{doc} folder that you may want to look at. -%\subsubsection{Loading The Package} -%You can load the package as usual by: -%\begin{BDef} -%\Lcs{usepackage}\OptArgs\Largb{xepersian-multiplechoice} -%\end{BDef} -%The available options are described along the text, -%where appropriate. -%\subsubsection{Creating Questions} -%Here's a simple example demonstrating how to produce a new question: -%\begin{lstlisting}[morekeywords={false,true}] -%\begin{question}{*\parsitext{سؤال}*} -%\false *\parsitext{جواب ۱}* -%\true *\parsitext{جواب ۲}* -%\false *\parsitext{جواب ۳}* -%\false *\parsitext{جواب ۴}* -%\end{question} -%\begin{correction} -%*\parsitext{جواب واقعی و علت اینکه این جواب، جواب واقعی هست}* -%\end{correction} -%\end{lstlisting} -%\subsubsection{The \texttt{question} Environment} -%The \texttt{question} environment allows you to insert questions into your document. It -%takes one mandatory argument which specifies the actual question's text. The -%question will be displayed in a frame box, the size of the line. -%\begin{BDef} -%\Lcs{true}\quad\Lcs{false} -%\end{BDef} -% -%The proposed answers are displayed below the question in a list fashion (the -%question environment is a list-based one). Instead of using \Lcs{item} however, use -%either \Lcs{true} or \Lcs{false} to insert a possible answer. -% -%\subsubsection{Question Numbers} -%The \texttt{question} environment is associated with a \LaTeX\ counter named \texttt{question}. -%This counter stores the number of the next (or current) question. It is initialized -%to 1, and automatically incremented at the end of \texttt{question} environments. You -%might want to use it to format question titles. For instance, you could decide that -%each question belongs to a subsection in the \texttt{article} class, and use something like -%this before each question: \Lcs{subsection*}\Largb{Question \Lcs{thequestion}} -% -%\subsubsection{The Form and the Mask} -%\begin{BDef} -%\Lcs{makeform}\quad\Lcs{makemask} -%\end{BDef} -%Based on the questions appearing in your document, \textsf{xepersian-multiplechoice} has the ability to -%generate a ``form'' (a grid that your students will have to fill in), and a ``mask'' -%(the same grid, only with correct answers properly checked in). This can make -%the correction process easier. -% -%To generate a form and a mask, use the macros \Lcs{makeform} and \Lcs{makemask}. -%\textsf{xepersian-multiplechoice} uses two auxiliary files to build them. These files have respectively an -%extension of \texttt{frm} and \texttt{msk}. If you use these macros, you will need two passes of -%\LaTeX\ in order to get a correctly formatted document. -% -%\subsubsection{Typesetting corrections} -%The ``correction'' mode allows you to automatically -%typeset and distribute corrections to your students. These corrections -%are slightly modified versions of your questionnaire: each possible answer is prefixed with a small symbol (a visual clue) indicating whether the answer was correct -%or wrong. In addition, you can typeset explanations below each question. -% -%To activate the correction mode, use the \texttt{correction} option. It is off by -%default. -% -%To typeset explanations below the questions, use the \texttt{correction} environment -%(no argument). The contents of this environment is displayed only in correction -%mode. In normal mode, it is simply discarded. -% -%In addition, note that \textsf{xepersian-multiplechoice} cancels the actions performed by \Lcs{makeform} and -%\Lcs{makemask} in \texttt{correction} mode. This is to avoid further edition of the source -%when typesetting a correction. -% -%\subsubsection{Important Note} -%Currently, \textsf{xepersian-multiplechoice} requires that you provide a constant number of proposed answers -%across all questions in your \textsf{xepersian-multiplechoice}. This is something natural when you want to -%build forms, but this might me too restrictive otherwise, I'm not sure, so it is -%possible that this restriction will be removed in future versions. -% -%Currently, there is a built-in mechanism for checking that the number of proposed -%answers remains constant: when \textsf{xepersian-multiplechoice} encounters the first occurrence of the -%\texttt{question} environment, it remembers the number of proposed answers from there. -%Afterwards, any noticed difference in subsequent occurrences will generate an error. -%As a consequence, you never have to tell \textsf{xepersian-multiplechoice} explicitly what that number -%is. -% -%\subsection{Customising The Package} -%\subsubsection{The \texttt{question} environment} -%\begin{BDef} -%\Lcs{questionspace}\quad\Lcs{answerstitlefont}\quad\Lcs{answernumberfont} -%\end{BDef} -%\Lcs{questionspace} is the amount of extra vertical space to put under the question, -%before the list of proposed answers. This is a \LaTeX\ length that defaults to \texttt{0pt}. -% -%Before the list of possible answers, a short title is displayed (for English, it -%reads ``Possible answers:''). The \Lcs{answerstitlefont} macro takes one mandatory -%argument which redefines the font to use for the answers title. By default, -%\Lcs{bfseries} is used. -% -%Each proposed answer in the list is numbered automatically (and alphabetically). -%The \Lcs{answernumberfont} macro takes one mandatory argument which -%redefines the font to use for displaying the answer number. By default, \Lcs{bfseries} -%is used. -% -%\subsubsection{The Form and the Mask} -%\begin{BDef} -%\Lcs{headerfont}\quad\Lcs{X} -%\end{BDef} -% -%The \Lcs{headerfont} macro takes one mandatory argument which redefines the font -%to use for the headers (first line and first column) of the form and mask arrays. -%By default, \Lcs{bfseries} is used. -% -%In the mask, correct answers are checked in by filling the corresponding cell -%with an ``X'' character. If you want to change this, call the \Lcs{X} macro with one -%(mandatory) argument. -% -%\subsubsection{The correction} -%\begin{BDef} -%\Lcs{truesymbol}\quad\Lcs{falsesymbol} -%\end{BDef} -% -%In correction mode, labels in front of answers are modified to give a visual clue -%about whether the answer was correct or wrong. By default, a cross and a small -%arrow are used. You can change these symbols by using the \Lcs{truesymbol} and -% -%\Lcs{falsesymbol} macros. For instance, you could give a fancier look to your correction -%by using the \textsf{pifont} package and issuing: -% -%\begin{lstlisting}[numbers=none,morekeywords={truesymbol,ding,falsesymbol}] -%\truesymbol{\ding{'063}~} -%\falsesymbol{\ding{'067}~} -%\end{lstlisting} -% -%\begin{BDef} -%\Lcs{correctionstyle} -%\end{BDef} -%The appearance of the contents of the correction environment can be adjusted -%by using the \Lcs{correctionstyle} macro. By default, \Lcs{itshape} is used. -% % \StopEventually{} -% -% \section{\textsf{\jobname} implementation} -% \subsection{\textsf{algorithmic-xepersian.def}} +% \section{File \texttt{algorithmic-xepersian.def}} %\iffalse %<*table> %\fi -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -2395,7 +257,7 @@ by Vafa Khalighi. %</algorithmic-xepersian.def> %<*algorithm-xepersian.def> %\fi -% \subsection{\textsf{algorithm-xepersian.def}} +% \section{File \texttt{algorithm-xepersian.def}} % \begin{macrocode} \ProvidesFile{algorithm-xepersian.def}[2010/07/25 v0.2 adaptations for algorithm package] \def\ALG@name{\if@RTL الگوریتم\else Algorithm\fi} @@ -2406,7 +268,7 @@ by Vafa Khalighi. %</algorithm-xepersian.def> %<*amsart-xepersian.def> %\fi -% \subsection{\textsf{amsart-xepersian.def}} +% \section{File \texttt{amsart-xepersian.def}} % \begin{macrocode} \ProvidesFile{amsart-xepersian.def}[2017/02/04 v0.4 adaptations for amsart class] \renewcommand \thepart {\@tartibi\c@part} @@ -2419,7 +281,7 @@ by Vafa Khalighi. %</amsart-xepersian.def> %<*amsbook-xepersian.def> %\fi -% \subsection{\textsf{amsbook-xepersian.def}} +% \section{File \texttt{amsbook-xepersian.def}} % \begin{macrocode} \ProvidesFile{amsbook-xepersian.def}[2017/02/04 v0.5 adaptations for amsbook class] \def\frontmatter{\cleardoublepage\pagenumbering{harfi}} @@ -2435,7 +297,7 @@ by Vafa Khalighi. %</amsbook-xepersian.def> %<*appendix-xepersian.def> %\fi -% \subsection{\textsf{appendix-xepersian.def}} +% \section{File \texttt{appendix-xepersian.def}} % \begin{macrocode} \ProvidesFile{appendix-xepersian.def}[2015/02/01 v0.1 adaptations for appendix package] \renewcommand{\@resets@pp}{\par @@ -2457,7 +319,7 @@ by Vafa Khalighi. %</appendix-xepersian.def> %<*article-xepersian.def> %\fi -% \subsection{\textsf{article-xepersian.def}} +% \section{File \texttt{article-xepersian.def}} % \begin{macrocode} \ProvidesFile{article-xepersian.def}[2010/07/25 v0.2 adaptations for standard article class] \renewcommand \thepart {\@tartibi\c@part} @@ -2470,7 +332,7 @@ by Vafa Khalighi. %</article-xepersian.def> %<*artikel1-xepersian.def> %\fi -% \subsection{\textsf{artikel1-xepersian.def}} +% \section{File \texttt{artikel1-xepersian.def}} % \begin{macrocode} \ProvidesFile{artikel1-xepersian.def}[2010/07/25 v0.1 adaptations for artikel1 class] \renewcommand*\thepart{\@tartibi\c@part} @@ -2483,7 +345,7 @@ by Vafa Khalighi. %</artikel1-xepersian.def> %<*artikel2-xepersian.def> %\fi -% \subsection{\textsf{artikel2-xepersian.def}} +% \section{File \texttt{artikel2-xepersian.def}} % \begin{macrocode} \ProvidesFile{artikel2-xepersian.def}[2010/07/25 v0.1 adaptations for artikel2 class] \renewcommand*\thepart{\@tartibi\c@part} @@ -2496,7 +358,7 @@ by Vafa Khalighi. %</artikel2-xepersian.def> %<*artikel3-xepersian.def> %\fi -% \subsection{\textsf{artikel3-xepersian.def}} +% \section{File \texttt{artikel3-xepersian.def}} % \begin{macrocode} \ProvidesFile{artikel3-xepersian.def}[2010/07/25 v0.1 adaptations for artikel3 class] \renewcommand*\thepart{\@tartibi\c@part} @@ -2509,7 +371,7 @@ by Vafa Khalighi. %</artikel3-xepersian.def> %<*backref-xepersian.def> %\fi -% \subsection{\textsf{backref-xepersian.def}} +% \section{File \texttt{backref-xepersian.def}} % \begin{macrocode} \ProvidesFile{backref-xepersian.def}[2010/07/25 v0.1 adaptations for backref package] \def\backrefpagesname{\if@RTL صفحات\else pages\fi} @@ -2536,7 +398,7 @@ by Vafa Khalighi. %</backref-xepersian.def> %<*bidituftesidenote-xepersian.def> %\fi -% \subsection{\textsf{bidituftesidenote-xepersian.def}} +% \section{File \texttt{bidituftesidenote-xepersian.def}} % \begin{macrocode} \ProvidesFile{bidituftesidenote-xepersian.def}[2017/02/04 v0.3 xepersian changes to bidituftesidenote package] @@ -2552,7 +414,7 @@ by Vafa Khalighi. %</bidituftesidenote-xepersian.def> %<*bidimoderncv-xepersian.def> %\fi -% \subsection{\textsf{bidimoderncv-xepersian.def}} +% \section{File \texttt{bidimoderncv-xepersian.def}} % \begin{macrocode} \ProvidesFile{bidimoderncv-xepersian.def}[2010/07/25 v0.1 adaptations for bidimoderncv class] \def\refname{\if@RTL تألیفات\else Publications\fi} @@ -2561,7 +423,7 @@ by Vafa Khalighi. %</bidimoderncv-xepersian.def> %<*boek3-xepersian.def> %\fi -% \subsection{\textsf{boek3-xepersian.def}} +% \section{File \texttt{boek3-xepersian.def}} % \begin{macrocode} \ProvidesFile{boek3-xepersian.def}[2010/07/25 v0.1 adaptations for boek3 class] \renewcommand*\thepart{\@tartibi\c@part} @@ -2579,7 +441,7 @@ by Vafa Khalighi. %</boek3-xepersian.def> %<*boek-xepersian.def> %\fi -% \subsection{\textsf{boek-xepersian.def}} +% \section{File \texttt{boek-xepersian.def}} % \begin{macrocode} \ProvidesFile{boek-xepersian.def}[2010/07/25 v0.1 adaptations for boek class] \renewcommand*\thepart{\@tartibi\c@part} @@ -2597,7 +459,7 @@ by Vafa Khalighi. %</boek-xepersian.def> %<*bookest-xepersian.def> %\fi -% \subsection{\textsf{bookest-xepersian.def}} +% \section{File \texttt{bookest-xepersian.def}} % \begin{macrocode} \ProvidesFile{bookest-xepersian.def}[2010/07/25 v0.1 adaptations for bookest class] \renewcommand \thepart {\@tartibi\c@part} @@ -2612,7 +474,7 @@ by Vafa Khalighi. %</bookest-xepersian.def> %<*book-xepersian.def> %\fi -% \subsection{\textsf{book-xepersian.def}} +% \section{File \texttt{book-xepersian.def}} % \begin{macrocode} \ProvidesFile{book-xepersian.def}[2010/07/25 v0.2 adaptations for standard book class] \renewcommand\frontmatter{% @@ -2631,7 +493,7 @@ by Vafa Khalighi. %</book-xepersian.def> %<*breqn-xepersian.def> %\fi -% \subsection{\textsf{breqn-xepersian.def}} +% \section{File \texttt{breqn-xepersian.def}} % \begin{macrocode} \ProvidesFile{breqn-xepersian.def}[2010/07/25 v0.1 adaptations for breqn package] \def\@dmath[#1]{\if@RTL\@RTLfalse\addfontfeatures{Mapping=farsidigits}\fi% @@ -2678,7 +540,7 @@ by Vafa Khalighi. %</breqn-xepersian.def> %<*latex-localise-commands-xepersian.def> %\fi -% \subsection{\textsf{latex-localise-commands-xepersian.def}} +% \section{File \texttt{latex-localise-commands-xepersian.def}} % \begin{macrocode} \ProvidesFile{latex-localise-commands-xepersian.def}[2014/02/05 v0.3 Persian localisation of LaTeX2e commands] \eqcommand{شمعجدول}{@arstrut} @@ -3629,7 +1491,7 @@ by Vafa Khalighi. %</latex-localise-commands-xepersian.def> %<*color-localise-xepersian.def> %\fi -% \subsection{\textsf{color-localise-xepersian.def}} +% \section{File \texttt{color-localise-xepersian.def}} % \begin{macrocode} \آمادهسازیپرونده{color-localise-xepersian.def}[2011/03/01 v0.1 localising color package] \تعریفرنگ{سیاه}{rgb}{0,0,0} @@ -3645,7 +1507,7 @@ by Vafa Khalighi. %</color-localise-xepersian.def> %<*xepersian-localise-commands-xepersian.def> %\fi -% \subsection{\textsf{xepersian-localise-commands-xepersian.def}} +% \section{File \texttt{xepersian-localise-commands-xepersian.def}} % \begin{macrocode} \ProvidesFile{xepersian-localise-commands-xepersian.def}[2012/07/25 v0.2 Persian localisation of XePersian commands] \eqcommand{خطزیرنویسخودکار}{autofootnoterule} @@ -3712,7 +1574,7 @@ by Vafa Khalighi. %</xepersian-localise-commands-xepersian.def> %<*enumerate-xepersian.def> %\fi -% \subsection{\textsf{enumerate-xepersian.def}} +% \section{File \texttt{enumerate-xepersian.def}} % \begin{macrocode} \ProvidesFile{enumerate-xepersian.def}[2010/07/25 v0.1 adaptations for enumerate package] \def\@enloop@{% @@ -3736,7 +1598,7 @@ by Vafa Khalighi. %</enumerate-xepersian.def> %<*enumitem-xepersian.def> %\fi -% \subsection{\textsf{enumitem-xepersian.def}} +% \section{File \texttt{enumitem-xepersian.def}} % \begin{macrocode} \ProvidesFile{enumitem-xepersian.def}[2017/09/06 v0.1 adaptations for enumitem package] \AddEnumerateCounter*\tartibi\@tartibi{999999999} @@ -3754,7 +1616,7 @@ by Vafa Khalighi. %</enumitem-xepersian.def> %<*latex-localise-environments-xepersian.def> %\fi -% \subsection{\textsf{latex-localise-environments-xepersian.def}} +% \section{File \texttt{latex-localise-environments-xepersian.def}} % \begin{macrocode} \ProvidesFile{latex-localise-environments-xepersian.def}[2010/07/25 v0.2 Persian localisation of LaTeX2e environments] \eqenvironment{چکیده}{abstract} @@ -3804,7 +1666,7 @@ by Vafa Khalighi. %</latex-localise-environments-xepersian.def> %<*xepersian-localise-environments-xepersian.def> %\fi -% \subsection{\textsf{xepersian-localise-environments-xepersian.def}} +% \section{File \texttt{xepersian-localise-environments-xepersian.def}} % \begin{macrocode} \ProvidesFile{xepersian-localise-environments-xepersian.def}[2010/07/25 v0.1 Persian localisation of XePersian and bidi environments] \eqenvironment{لاتین}{latin} @@ -3822,7 +1684,7 @@ by Vafa Khalighi. %</xepersian-localise-environments-xepersian.def> %<*extarticle-xepersian.def> %\fi -% \subsection{\textsf{extarticle-xepersian.def}} +% \section{File \texttt{extarticle-xepersian.def}} % \begin{macrocode} \ProvidesFile{extarticle-xepersian.def}[2010/07/25 v0.1 adaptations for extarticle class] \renewcommand\thepart {\@tartibi\c@part} @@ -3835,7 +1697,7 @@ by Vafa Khalighi. %</extarticle-xepersian.def> %<*extbook-xepersian.def> %\fi -% \subsection{\textsf{extbook-xepersian.def}} +% \section{File \texttt{extbook-xepersian.def}} % \begin{macrocode} \ProvidesFile{extbook-xepersian.def}[2010/07/25 v0.1 adaptations for extbook class] \renewcommand\frontmatter{% @@ -3854,7 +1716,7 @@ by Vafa Khalighi. %</extbook-xepersian.def> %<*extrafootnotefeatures-xepersian.def> %\fi -% \subsection{\textsf{extrafootnotefeatures-xepersian.def}} +% \section{File \texttt{extrafootnotefeatures-xepersian.def}} % \begin{macrocode} \ProvidesFile{extrafootnotefeatures-xepersian.def}[2012/01/01 v0.2 footnote macros for extrafootnotefeatures option of xepersian package] \renewcommand{\foottextfont}{\footnotesize\if@RTL@footnote\else\resetlatinfont\fi} @@ -3865,7 +1727,7 @@ by Vafa Khalighi. %</extrafootnotefeatures-xepersian.def> %<*extreport-xepersian.def> %\fi -% \subsection{\textsf{extreport-xepersian.def}} +% \section{File \texttt{extreport-xepersian.def}} % \begin{macrocode} \ProvidesFile{extreport-xepersian.def}[2010/07/25 v0.1 adaptations for extreport class] \renewcommand\thepart {\@tartibi\c@part} @@ -3879,7 +1741,7 @@ by Vafa Khalighi. %</extreport-xepersian.def> %<*flowfram-xepersian.def> %\fi -% \subsection{\textsf{flowfram-xepersian.def}} +% \section{File \texttt{flowfram-xepersian.def}} % \begin{macrocode} \ProvidesFile{flowfram-xepersian.def}[2010/07/25 v0.1 adaptations for flowfram package] \def\@outputpage{% @@ -3915,7 +1777,7 @@ by Vafa Khalighi. %</flowfram-xepersian.def> %<*footnote-xepersian.def> %\fi -% \subsection{\textsf{footnote-xepersian.def}} +% \section{File \texttt{footnote-xepersian.def}} % \begin{macrocode} \ProvidesFile{footnote-xepersian.def}[2017/08/09 v0.6 footnote macros for xepersian package] @@ -3930,7 +1792,7 @@ by Vafa Khalighi. %</footnote-xepersian.def> %<*framed-xepersian.def> %\fi -% \subsection{\textsf{framed-xepersian.def}} +% \section{File \texttt{framed-xepersian.def}} % \begin{macrocode} \ProvidesFile{framed-xepersian.def}[2012/06/05 v0.1 xepersian adaptations for framed package for XeTeX engine] \renewenvironment{titled-frame}[1]{% @@ -3951,7 +1813,7 @@ by Vafa Khalighi. %</framed-xepersian.def> %<*glossaries-xepersian.def> %\fi -% \subsection{\textsf{glossaries-xepersian.def}} +% \section{File \texttt{glossaries-xepersian.def}} % \begin{macrocode} \ProvidesFile{glossaries-xepersian.def}[2014/09/04 v0.4 xepersian adaptations for glossaries package for XeTeX engine] \glsaddprotectedpagefmt{@harfi} @@ -3962,7 +1824,7 @@ by Vafa Khalighi. %</glossaries-xepersian.def> %<*hyperref-xepersian.def> %\fi -% \subsection{\textsf{hyperref-xepersian.def}} +% \section{File \texttt{hyperref-xepersian.def}} % \begin{macrocode} \ProvidesFile{hyperref-xepersian.def}[2015/02/02 v0.6 bilingual captions for hyperref package] \def\equationautorefname{\if@RTL معادله\else Equation\fi}% @@ -4014,7 +1876,7 @@ by Vafa Khalighi. %</hyperref-xepersian.def> %<*imsproc-xepersian.def> %\fi -% \subsection{\textsf{imsproc-xepersian.def}} +% \section{File \texttt{imsproc-xepersian.def}} % \begin{macrocode} \ProvidesFile{imsproc-xepersian.def}[2017/06/09 v0.5 xepersian adaptations for imsproc class for XeTeX engine] @@ -4028,7 +1890,7 @@ by Vafa Khalighi. %</imsproc-xepersian.def> %<*kashida-xepersian.def> %\fi -% \subsection{\textsf{kashida-xepersian.def}} +% \section{File \texttt{kashida-xepersian.def}} % \begin{macrocode} \ProvidesFile{kashida-xepersian.def}[2018/01/04 v0.6 implementation of Kashida for xepersian package] \chardef\xepersian@zwj="200D % zero-width joiner @@ -4040,9 +1902,6 @@ by Vafa Khalighi. \chardef\xepersian@A=13 % alef \chardef\xepersian@H=14 % heh \chardef\xepersian@V=4096 % vowel or other combining mark (to be ignored) -% \end{macrocode} -%\changes{v13.6}{2013/11/15}{Used \cs{XeTeXglyphbounds} to find the true height and depth of the Kashida character.} -% \begin{macrocode} \newif\if@Kashida@on \newif\if@Kashida@XB@fix \def\xepersian@kashida{\if@Kashida@on\xepersian@zwj\nobreak% @@ -4095,7 +1954,7 @@ by Vafa Khalighi. %</kashida-xepersian.def> %<*listings-xepersian.def> %\fi -% \subsection{\textsf{listings-xepersian.def}} +% \section{File \texttt{listings-xepersian.def}} % \begin{macrocode} \ProvidesFile{listings-xepersian.def}[2014/07/17 v0.3 bilingual captions for listings package] \def\lstlistingname{\if@RTL برنامهٔ\else Listing\fi} @@ -4105,7 +1964,7 @@ by Vafa Khalighi. %</listings-xepersian.def> %<*loadingorder-xepersian.def> %\fi -% \subsection{\textsf{loadingorder-xepersian.def}} +% \section{File \texttt{loadingorder-xepersian.def}} % \begin{macrocode} \ProvidesFile{loadingorder-xepersian.def}[2017/09/06 v0.4 making sure that xepersian is the last package loaded] \bidi@isloaded{algorithmic} @@ -4143,7 +2002,7 @@ by Vafa Khalighi. %</loadingorder-xepersian.def> %<*localise-xepersian.def> %\fi -% \subsection{\textsf{localise-xepersian.def}} +% \section{File \texttt{localise-xepersian.def}} % \begin{macrocode} \ProvidesFile{localise-xepersian.def}[2014/07/10 v0.2b Persian localisation of LaTeX2e] \newcommand{\makezwnjletter}{\catcode`=11\relax} @@ -4230,7 +2089,7 @@ by Vafa Khalighi. %</localise-xepersian.def> %<*memoir-xepersian.def> %\fi -% \subsection{\textsf{memoir-xepersian.def}} +% \section{File \texttt{memoir-xepersian.def}} % \begin{macrocode} \ProvidesFile{memoir-xepersian.def}[2010/07/25 v0.1 adaptations for memoir class] \renewcommand{\@memfront}{% @@ -4249,7 +2108,7 @@ by Vafa Khalighi. %</memoir-xepersian.def> %<*latex-localise-messages-xepersian.def> %\fi -% \subsection{\textsf{latex-localise-messages-xepersian.def}} +% \section{File \texttt{latex-localise-messages-xepersian.def}} % \begin{macrocode} \آمادهسازیپرونده{latex-localise-messages-xepersian.def}[2011/03/01 v0.1 localising LaTeX2e messages] % \end{macrocode} @@ -4257,7 +2116,7 @@ by Vafa Khalighi. %</latex-localise-messages-xepersian.def> %<*minitoc-xepersian.def> %\fi -% \subsection{\textsf{minitoc-xepersian.def}} +% \section{File \texttt{minitoc-xepersian.def}} % \begin{macrocode} \ProvidesFile{minitoc-xepersian.def}[2010/07/25 v0.1 bilingual captions for minitoc package] \def\ptctitle{\if@RTL فهرست مطالب\else Table of Contents\fi}% @@ -4274,7 +2133,7 @@ by Vafa Khalighi. %</minitoc-xepersian.def> %<*latex-localise-misc-xepersian.def> %\fi -% \subsection{\textsf{latex-localise-misc-xepersian.def}} +% \section{File \texttt{latex-localise-misc-xepersian.def}} % \begin{macrocode} \ProvidesFile{latex-localise-misc-xepersian.def}[2012/01/01 v0.2 miscellaneous Persian localisation of LaTeX2e] \تر\گرجدید#1{% @@ -4651,7 +2510,7 @@ by Vafa Khalighi. %</latex-localise-misc-xepersian.def> %<*natbib-xepersian.def> %\fi -% \subsection{\textsf{natbib-xepersian.def}} +% \section{File \texttt{natbib-xepersian.def}} % \begin{macrocode} \ProvidesFile{natbib-xepersian.def}[2011/08/01 v0.1 adaptations for natbib package] \renewcommand\NAT@set@cites{% @@ -4873,7 +2732,7 @@ by Vafa Khalighi. %</natbib-xepersian.def> %<*packages-localise-xepersian.def> %\fi -% \subsection{\textsf{packages-localise-xepersian.def}} +% \section{File \texttt{packages-localise-xepersian.def}} % \begin{macrocode} \آمادهسازیپرونده{packages-localise-xepersian.def}[2013/04/24 v0.2 localising LaTeX2e Packages] \@گرسبکفراخوانیشده{color}{\ورودی{color-localise-xepersian.def}}{} @@ -5028,7 +2887,7 @@ by Vafa Khalighi. %</packages-localise-xepersian.def> %<*parsidigits.map> %\fi -% \subsection{\textsf{parsidigits.map}} +% \section{File \texttt{parsidigits.map}} % \begin{macrocode} LHSName "Digits" RHSName "ParsiDigits" @@ -5073,7 +2932,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</parsidigits.map> %<*rapport1-xepersian.def> %\fi -% \subsection{\textsf{rapport1-xepersian.def}} +% \section{File \texttt{rapport1-xepersian.def}} % \begin{macrocode} \ProvidesFile{rapport1-xepersian.def}[2010/07/25 v0.1 adaptations for rapport1 class] \renewcommand*\thepart{\@tartibi\c@part} @@ -5087,7 +2946,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</rapport1-xepersian.def> %<*rapport3-xepersian.def> %\fi -% \subsection{\textsf{rapport3-xepersian.def}} +% \section{File \texttt{rapport3-xepersian.def}} % \begin{macrocode} \ProvidesFile{rapport3-xepersian.def}[2010/07/25 v0.2 adaptations for rapport3 class] \renewcommand*\thepart{\@tartibi\c@part} @@ -5101,7 +2960,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</rapport3-xepersian.def> %<*refrep-xepersian.def> %\fi -% \subsection{\textsf{refrep-xepersian.def}} +% \section{File \texttt{refrep-xepersian.def}} % \begin{macrocode} \ProvidesFile{refrep-xepersian.def}[2010/07/25 v0.2 adaptations for refrep class] \renewcommand \thepart {\@tartibi\c@part} @@ -5116,7 +2975,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</refrep-xepersian.def> %<*report-xepersian.def> %\fi -% \subsection{\textsf{report-xepersian.def}} +% \section{File \texttt{report-xepersian.def}} % \begin{macrocode} \ProvidesFile{report-xepersian.def}[2010/07/25 v0.2 adaptations for standard report class] \renewcommand \thepart {\@tartibi\c@part} @@ -5131,7 +2990,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</report-xepersian.def> %<*scrartcl-xepersian.def> %\fi -% \subsection{\textsf{scrartcl-xepersian.def}} +% \section{File \texttt{scrartcl-xepersian.def}} % \begin{macrocode} \ProvidesFile{scrartcl-xepersian.def}[2010/07/25 v0.2 adaptations for scrartcl class] \renewcommand*{\thepart}{\@tartibi\c@part} @@ -5167,7 +3026,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</scrartcl-xepersian.def> %<*scrbook-xepersian.def> %\fi -% \subsection{\textsf{scrbook-xepersian.def}} +% \section{File \texttt{scrbook-xepersian.def}} % \begin{macrocode} \ProvidesFile{scrbook-xepersian.def}[2010/07/25 v0.2 adaptations for scrbook class] \renewcommand*\frontmatter{% @@ -5208,7 +3067,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</scrbook-xepersian.def> %<*scrreprt-xepersian.def> %\fi -% \subsection{\textsf{scrreprt-xepersian.def}} +% \section{File \texttt{scrreprt-xepersian.def}} % \begin{macrocode} \ProvidesFile{scrreprt-xepersian.def}[2010/07/25 v0.2 adaptations for scrreprt class] \renewcommand*{\thepart}{\@tartibi\c@part} @@ -5245,7 +3104,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</scrreprt-xepersian.def> %<*soul-xepersian.def> %\fi -% \subsection{\textsf{soul-xepersian.def}} +% \section{File \texttt{soul-xepersian.def}} % \begin{macrocode} \ProvidesFile{soul-xepersian.def}[2015/10/16 v0.1 adaptations for soul package] \let\SOUL@tt\relax @@ -5255,7 +3114,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</soul-xepersian.def> %<*tkz-linknodes-xepersian.def> %\fi -% \subsection{\textsf{tkz-linknodes-xepersian.def}} +% \section{File \texttt{tkz-linknodes-xepersian.def}} % \begin{macrocode} \ProvidesFile{tkz-linknodes-xepersian.def}[2012/06/13 v0.1 adaptations for tkz-linknodes package] \renewcommand*{\@SetTab}{% @@ -5282,7 +3141,7 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</tkz-linknodes-xepersian.def> %<*tocloft-xepersian.def> %\fi -% \subsection{\textsf{tocloft-xepersian.def}} +% \section{File \texttt{tocloft-xepersian.def}} % \begin{macrocode} \ProvidesFile{tocloft-xepersian.def}[2010/07/25 v0.1 bilingual captions for tocloft package] \renewcommand*{\cftchapname}{\if@RTL فصل\else chapter\fi} @@ -5300,12 +3159,12 @@ U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET %</tocloft-xepersian.def> %<*xepersian.sty> %\fi -% \subsection{\textsf{xepersian.sty}} +% \section{File \texttt{xepersian.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\def\xepersianversion{v20.6} -\def\xepersiandate{2018/01/08} -\ProvidesPackage{xepersian}[\xepersiandate\space \xepersianversion\space +\def\xepersian@version{20.7} +\def\xepersiandate{2018/01/17} +\ProvidesPackage{xepersian}[\xepersiandate\space v\xepersian@version\space Persian typesetting in XeLaTeX] \RequirePackage{fontspec} \RequirePackage{xepersian-persiancal} @@ -5321,7 +3180,7 @@ Persian typesetting in XeLaTeX] * ^^J% * Copyright (c) 2008--2018 Vafa Khalighi^^J% * ^^J% -* \xepersianversion, \xepersiandate^^J% +* v\xepersian@version, \xepersiandate^^J% * ^^J% * License: LaTeX Project Public License, version^^J% * 1.3c or higher (your choice)^^J% @@ -5336,21 +3195,21 @@ Persian typesetting in XeLaTeX] \typeout{\@xepersian@info} \edef\xepersian@everyjob{\the\everyjob} \everyjob{\xepersian@everyjob\typeout{\@xepersian@info}} -\edef\@bidi@strip@v@xepersianversion{\expandafter\@gobble\xepersianversion} +\newcommand*{\xepersianversion}{$\xepersian@version$} \newcommand*{\IfxepersianPackageVersionLater}[1]{% - \ifdim\@bidi@strip@v@xepersianversion pt > #1 pt % + \ifdim\xepersian@version pt > #1 pt % \expandafter\@firstoftwo \else \expandafter\@secondoftwo \fi} \newcommand*{\IfxepersianPackageVersionBefore}[1]{% - \ifdim\@bidi@strip@v@xepersianversion pt < #1 pt % + \ifdim\xepersian@version pt < #1 pt % \expandafter\@firstoftwo \else \expandafter\@secondoftwo \fi} \newcommand*{\IfxepersianPackageVersion}[1]{% - \ifdim\@bidi@strip@v@xepersianversion pt = #1 pt % + \ifdim\xepersian@version pt = #1 pt % \expandafter\@firstoftwo \else \expandafter\@secondoftwo @@ -5416,7 +3275,7 @@ Persian typesetting in XeLaTeX] } \cs_new:Nn \__xepersian_main_settextdigitfont:nn { - \fontspec_set_family:Nnn \g__xepersian_textdigitfont_family {Mapping=parsidigits,#1} {#2} + \fontspec_set_family:Nnn \g__xepersian_textdigitfont_family {Script=Parsi,Language=Parsi,Mapping=parsidigits,#1} {#2} \use:x { \exp_not:n { \DeclareRobustCommand \xepersian@textdigitfont } @@ -5431,7 +3290,7 @@ Persian typesetting in XeLaTeX] \XeTeXinterchartoks \bidi@digits@charclass \e@alloc@intercharclass@top = {\xepersian@@stop@switch@textdigitfont} \XeTeXinterchartoks \z@ \bidi@digits@charclass = {\xepersian@@start@switch@textdigitfont} \XeTeXinterchartoks \bidi@digits@charclass \z@ = {\xepersian@@stop@switch@textdigitfont} - \XeTeXinterchartoks \bidi@digits@charclass \bidi@sepmark@charclass = {\DigitsDotDashInterCharToks\xepersian@@stop@switch@textdigitfont} + \XeTeXinterchartoks \bidi@digits@charclass \bidi@sepmark@charclass = {\xepersian@@stop@switch@textdigitfont} \XeTeXinterchartoks \bidi@sepmark@charclass \bidi@digits@charclass = {\DigitsDotDashInterCharToks\xepersian@@start@switch@textdigitfont} \if@bidi@csundef{xepersian@D}{}{% \XeTeXinterchartoks \xepersian@D \bidi@digits@charclass = {\xepersian@@start@switch@textdigitfont} @@ -6085,9 +3944,6 @@ Persian typesetting in XeLaTeX] \small \@starttoc{toc}% \end{multicols}}} -% \end{macrocode} -%\changes{v13.2}{2013/09/25}{Replaced \cs{reflect} with \cs{bidi@reflect@box}.} -% \begin{macrocode} \bidi@newrobustcmd*{\XePersian}{\leavevmode$\smash{\hbox{X\lower.5ex \hbox{\kern-.125em\bidi@reflect@box{E}}Persian}}$} \def\figurename{\if@RTL شکل\else Figure\fi} @@ -6744,7 +4600,7 @@ number is 999,999,999.}% %</xepersian.sty> %<*xepersian-magazine.cls> %\fi -% \subsection{\textsf{xepersian-magazine.cls}} +% \section{File \texttt{xepersian-magazine.cls}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{xepersian-magazine}[2010/07/25 v0.2 Typesetting Persian magazines in XeLaTeX] @@ -7620,7 +5476,7 @@ indexblock environment may only appear inside frontpage environment. %</xepersian-magazine.cls> %<*xepersian-mathsdigitspec.sty> %\fi -% \subsection{\textsf{xepersian-mathsdigitspec.sty}} +% \section{File \texttt{xepersian-mathsdigitspec.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{xepersian-mathsdigitspec} @@ -7777,9 +5633,6 @@ indexblock environment may only appear inside frontpage environment. \SetMathCode{`8}{\mathalpha}{OPERATORS}{`8} \SetMathCode{`9}{\mathalpha}{OPERATORS}{`9} \SetMathCode{`\%}{\mathbin}{OPERATORS}{`٪} -% \end{macrocode} -%\changes{v13.5}{2013/10/21}{Fixed the extra space after Persian decimal separator.} -% \begin{macrocode} \SetMathCharDef{\decimalseparator}{\mathord}{OPERATORS}{"066B} \tl_set_eq:NN \mathbf \new@mathbf \tl_set_eq:NN \mathit \new@mathit @@ -7893,7 +5746,7 @@ indexblock environment may only appear inside frontpage environment. %</xepersian-mathsdigitspec.sty> %<*xepersian-multiplechoice.sty> %\fi -% \subsection{\textsf{xepersian-multiplechoice.sty}} +% \section{File \texttt{xepersian-multiplechoice.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{xepersian-multiplechoice}[2010/07/25 v0.2 @@ -8037,7 +5890,7 @@ indexblock environment may only appear inside frontpage environment. %</xepersian-multiplechoice.sty> %<*xepersian-persiancal.sty> %\fi -% \subsection{\textsf{xepersian-persiancal.sty}} +% \section{File \texttt{xepersian-persiancal.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{xepersian-persiancal}[2012/07/25 v0.2 provides Persian calendar] diff --git a/Master/texmf-dist/tex/xelatex/xepersian/algorithm-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/algorithm-xepersian.def index 5702698081f..6c73033aff3 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/algorithm-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/algorithm-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/algorithmic-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/algorithmic-xepersian.def index 814780021ff..e605880db2e 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/algorithmic-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/algorithmic-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/amsart-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/amsart-xepersian.def index fe9d54ecc7b..d2b2ba5a6f6 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/amsart-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/amsart-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/amsbook-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/amsbook-xepersian.def index 63061d0b356..151172d70a8 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/amsbook-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/amsbook-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/appendix-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/appendix-xepersian.def index 91eae6bc24b..b99463a4612 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/appendix-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/appendix-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/article-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/article-xepersian.def index 2ede751a257..d4babef5a80 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/article-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/article-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/artikel1-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/artikel1-xepersian.def index f52da2891c5..5f58530c71a 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/artikel1-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/artikel1-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/artikel2-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/artikel2-xepersian.def index 1cf21a11404..e9d88f32284 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/artikel2-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/artikel2-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/artikel3-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/artikel3-xepersian.def index 14e5aabc7e0..a9cc8578cff 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/artikel3-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/artikel3-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/backref-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/backref-xepersian.def index 017b1f8ff8d..2f68076829e 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/backref-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/backref-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/bidimoderncv-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/bidimoderncv-xepersian.def index 8cd0d0ff3f4..ab0de9e695c 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/bidimoderncv-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/bidimoderncv-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/bidituftesidenote-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/bidituftesidenote-xepersian.def index 115fedc8b4b..cc0c849cf0e 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/bidituftesidenote-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/bidituftesidenote-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/boek-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/boek-xepersian.def index 3e959cb1979..e43bf68c63a 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/boek-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/boek-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/boek3-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/boek3-xepersian.def index f50070caca5..5bf666951c3 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/boek3-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/boek3-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/book-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/book-xepersian.def index 20d2edc300a..480d6dda49d 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/book-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/book-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/bookest-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/bookest-xepersian.def index 936f8bb43bc..357e97ebb45 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/bookest-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/bookest-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/breqn-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/breqn-xepersian.def index c9055b2c507..24c53903d80 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/breqn-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/breqn-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/color-localise-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/color-localise-xepersian.def index 7e65b3d068c..cc9913eaea7 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/color-localise-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/color-localise-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/enumerate-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/enumerate-xepersian.def index 761173f13fb..cf2b90bcd74 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/enumerate-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/enumerate-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/enumitem-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/enumitem-xepersian.def index 5a2a670beef..3cc368b6413 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/enumitem-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/enumitem-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/extarticle-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/extarticle-xepersian.def index 699854afd74..92ffaad0cce 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/extarticle-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/extarticle-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/extbook-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/extbook-xepersian.def index f38ae20e322..c0e3dd4a1ed 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/extbook-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/extbook-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/extrafootnotefeatures-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/extrafootnotefeatures-xepersian.def index a79a7a68ef1..e74e337fb2d 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/extrafootnotefeatures-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/extrafootnotefeatures-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/extreport-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/extreport-xepersian.def index 61eb4a6e52e..490d6ade973 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/extreport-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/extreport-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/flowfram-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/flowfram-xepersian.def index 26526d9006c..bac8c86865f 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/flowfram-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/flowfram-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/footnote-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/footnote-xepersian.def index 3db8a4476a0..ece023ca33b 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/footnote-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/footnote-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/framed-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/framed-xepersian.def index c6c5e8d0833..2cb20c78d4e 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/framed-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/framed-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/glossaries-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/glossaries-xepersian.def index ab1de7da702..5971ca25fbe 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/glossaries-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/glossaries-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/hyperref-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/hyperref-xepersian.def index f741c56c71c..034b8ff6dbd 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/hyperref-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/hyperref-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/imsproc-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/imsproc-xepersian.def index 76b5f20a922..adba8ae3c1b 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/imsproc-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/imsproc-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/kashida-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/kashida-xepersian.def index 593fe43e99f..56bd0393d16 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/kashida-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/kashida-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-commands-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-commands-xepersian.def index 060a790c2ca..7a69dce2d35 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-commands-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-commands-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-environments-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-environments-xepersian.def index 74439680c02..0dbab89e5c5 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-environments-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-environments-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-messages-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-messages-xepersian.def index b6d97e04893..d2b997d39ad 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-messages-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-messages-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-misc-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-misc-xepersian.def index 17a1449f245..228bf4f39a6 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-misc-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/latex-localise-misc-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/listings-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/listings-xepersian.def index 0ecdbf7853f..8499951c511 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/listings-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/listings-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/loadingorder-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/loadingorder-xepersian.def index 9054a29946a..c27f9b8dcc0 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/loadingorder-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/loadingorder-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/localise-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/localise-xepersian.def index e309af8135c..74eaa5c5f20 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/localise-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/localise-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/memoir-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/memoir-xepersian.def index ddb9d5378ee..7091b3fe23d 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/memoir-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/memoir-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/minitoc-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/minitoc-xepersian.def index ffaba915585..d2fb45f3eb9 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/minitoc-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/minitoc-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/natbib-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/natbib-xepersian.def index 14b8190d3a2..c9c25b4099a 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/natbib-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/natbib-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/packages-localise-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/packages-localise-xepersian.def index 68946b0b976..ca5b98cecc4 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/packages-localise-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/packages-localise-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/rapport1-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/rapport1-xepersian.def index 34242088af8..eb8526c8e15 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/rapport1-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/rapport1-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/rapport3-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/rapport3-xepersian.def index 2747a9dfdf2..6d9eb7d42cd 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/rapport3-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/rapport3-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/refrep-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/refrep-xepersian.def index 2ae66216470..e19f257ebdb 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/refrep-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/refrep-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/report-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/report-xepersian.def index a371f74429a..a772afc4d19 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/report-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/report-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/scrartcl-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/scrartcl-xepersian.def index 6ac77896001..52bcb5ce1c9 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/scrartcl-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/scrartcl-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/scrbook-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/scrbook-xepersian.def index ded044e109d..bd166300c79 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/scrbook-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/scrbook-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/scrreprt-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/scrreprt-xepersian.def index 454f5f18362..669da5bf150 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/scrreprt-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/scrreprt-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/soul-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/soul-xepersian.def index 9556bc0d7f1..4896525f2b9 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/soul-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/soul-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/tkz-linknodes-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/tkz-linknodes-xepersian.def index b72499f879e..5ac71903b93 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/tkz-linknodes-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/tkz-linknodes-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/tocloft-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/tocloft-xepersian.def index 03e9fff6ebf..865815f65ac 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/tocloft-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/tocloft-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-localise-commands-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-localise-commands-xepersian.def index ce9c5162d8c..ee056b57a83 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-localise-commands-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-localise-commands-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-localise-environments-xepersian.def b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-localise-environments-xepersian.def index 4415017da4c..a9b9f8eb17f 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-localise-environments-xepersian.def +++ b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-localise-environments-xepersian.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-magazine.cls b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-magazine.cls index c3a5944e0af..4ff03cfb834 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-magazine.cls +++ b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-magazine.cls @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-mathsdigitspec.sty b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-mathsdigitspec.sty index 1bd37d3d9ae..ba812b1ce3c 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-mathsdigitspec.sty +++ b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-mathsdigitspec.sty @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-multiplechoice.sty b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-multiplechoice.sty index 18c38c7af64..52ab2dc5e03 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-multiplechoice.sty +++ b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-multiplechoice.sty @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-persiancal.sty b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-persiancal.sty index 1dcbffa0c49..723fc7baf55 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/xepersian-persiancal.sty +++ b/Master/texmf-dist/tex/xelatex/xepersian/xepersian-persiancal.sty @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z diff --git a/Master/texmf-dist/tex/xelatex/xepersian/xepersian.sty b/Master/texmf-dist/tex/xelatex/xepersian/xepersian.sty index df8e113de6c..103fd695399 100644 --- a/Master/texmf-dist/tex/xelatex/xepersian/xepersian.sty +++ b/Master/texmf-dist/tex/xelatex/xepersian/xepersian.sty @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{10569} +%% \CheckSum{10566} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -35,9 +35,9 @@ %% Right brace \} Tilde \~} %% \NeedsTeXFormat{LaTeX2e} -\def\xepersianversion{v20.6} -\def\xepersiandate{2018/01/08} -\ProvidesPackage{xepersian}[\xepersiandate\space \xepersianversion\space +\def\xepersian@version{20.7} +\def\xepersiandate{2018/01/17} +\ProvidesPackage{xepersian}[\xepersiandate\space v\xepersian@version\space Persian typesetting in XeLaTeX] \RequirePackage{fontspec} \RequirePackage{xepersian-persiancal} @@ -53,7 +53,7 @@ Persian typesetting in XeLaTeX] * ^^J% * Copyright (c) 2008--2018 Vafa Khalighi^^J% * ^^J% -* \xepersianversion, \xepersiandate^^J% +* v\xepersian@version, \xepersiandate^^J% * ^^J% * License: LaTeX Project Public License, version^^J% * 1.3c or higher (your choice)^^J% @@ -68,21 +68,21 @@ Persian typesetting in XeLaTeX] \typeout{\@xepersian@info} \edef\xepersian@everyjob{\the\everyjob} \everyjob{\xepersian@everyjob\typeout{\@xepersian@info}} -\edef\@bidi@strip@v@xepersianversion{\expandafter\@gobble\xepersianversion} +\newcommand*{\xepersianversion}{$\xepersian@version$} \newcommand*{\IfxepersianPackageVersionLater}[1]{% - \ifdim\@bidi@strip@v@xepersianversion pt > #1 pt % + \ifdim\xepersian@version pt > #1 pt % \expandafter\@firstoftwo \else \expandafter\@secondoftwo \fi} \newcommand*{\IfxepersianPackageVersionBefore}[1]{% - \ifdim\@bidi@strip@v@xepersianversion pt < #1 pt % + \ifdim\xepersian@version pt < #1 pt % \expandafter\@firstoftwo \else \expandafter\@secondoftwo \fi} \newcommand*{\IfxepersianPackageVersion}[1]{% - \ifdim\@bidi@strip@v@xepersianversion pt = #1 pt % + \ifdim\xepersian@version pt = #1 pt % \expandafter\@firstoftwo \else \expandafter\@secondoftwo @@ -148,7 +148,7 @@ Persian typesetting in XeLaTeX] } \cs_new:Nn \__xepersian_main_settextdigitfont:nn { - \fontspec_set_family:Nnn \g__xepersian_textdigitfont_family {Mapping=parsidigits,#1} {#2} + \fontspec_set_family:Nnn \g__xepersian_textdigitfont_family {Script=Parsi,Language=Parsi,Mapping=parsidigits,#1} {#2} \use:x { \exp_not:n { \DeclareRobustCommand \xepersian@textdigitfont } @@ -163,7 +163,7 @@ Persian typesetting in XeLaTeX] \XeTeXinterchartoks \bidi@digits@charclass \e@alloc@intercharclass@top = {\xepersian@@stop@switch@textdigitfont} \XeTeXinterchartoks \z@ \bidi@digits@charclass = {\xepersian@@start@switch@textdigitfont} \XeTeXinterchartoks \bidi@digits@charclass \z@ = {\xepersian@@stop@switch@textdigitfont} - \XeTeXinterchartoks \bidi@digits@charclass \bidi@sepmark@charclass = {\DigitsDotDashInterCharToks\xepersian@@stop@switch@textdigitfont} + \XeTeXinterchartoks \bidi@digits@charclass \bidi@sepmark@charclass = {\xepersian@@stop@switch@textdigitfont} \XeTeXinterchartoks \bidi@sepmark@charclass \bidi@digits@charclass = {\DigitsDotDashInterCharToks\xepersian@@start@switch@textdigitfont} \if@bidi@csundef{xepersian@D}{}{% \XeTeXinterchartoks \xepersian@D \bidi@digits@charclass = {\xepersian@@start@switch@textdigitfont} |