summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-22 20:51:29 +0000
committerKarl Berry <karl@freefriends.org>2020-04-22 20:51:29 +0000
commit06ddf78f31df00300fdc7d4397d216591e90fd1a (patch)
tree576760c0e76a624d550aab30f570959e29b881ba
parent1204f24aa0cc8a8f72ce5ecffa8b1f35480e6e6d (diff)
parsa (22apr20)
git-svn-id: svn://tug.org/texlive/trunk@54840 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/xelatex/parsa/README.md9
-rw-r--r--Master/texmf-dist/tex/xelatex/parsa/parsa.sty550
2 files changed, 245 insertions, 314 deletions
diff --git a/Master/texmf-dist/doc/xelatex/parsa/README.md b/Master/texmf-dist/doc/xelatex/parsa/README.md
index c22ed75a47e..12665b01fb8 100644
--- a/Master/texmf-dist/doc/xelatex/parsa/README.md
+++ b/Master/texmf-dist/doc/xelatex/parsa/README.md
@@ -1,8 +1,9 @@
____________________
-# parsa
+parsa
+
A XeLaTeX package for theses and dissertations at Iranian Universities as fast and as efficiently as possible.
______________
-The Parsa package v1.2
+The Parsa package v1.3
While time is limited, preparing theses and dissertations take a lot of time for editing required forms.
This package will help you to prepare the forms you need most easily and as soon as possible.
@@ -15,7 +16,7 @@ documentation, please use the issue tracker:
In doing so, please always explain your issue well enough, and always
include a minimal working example showing the issue.
-First version release date: 2019/12/12 Current version release date: 2020/3/6
+First version release date: 2019/12/12 Current version release date: 2020/4/22
______________
Farshad Rasuli
@@ -26,4 +27,4 @@ version 1.3c or higher (your choice). The latest version of
this license is at: http://www.latex-project.org/lppl.txt
This work is “author-maintained” (as per LPPL maintenance status)
-by Farshad Rasuli.
+by Farshad Rasuli. \ No newline at end of file
diff --git a/Master/texmf-dist/tex/xelatex/parsa/parsa.sty b/Master/texmf-dist/tex/xelatex/parsa/parsa.sty
index 2f09946929b..80d08339355 100644
--- a/Master/texmf-dist/tex/xelatex/parsa/parsa.sty
+++ b/Master/texmf-dist/tex/xelatex/parsa/parsa.sty
@@ -1,5 +1,5 @@
%%
-%% This is file `parsa.sty',
+%% This is file “parsa.sty”,
%%
%% __________________________________________________
%% Copyright (c) 2019-2020 Farshad Rasuli
@@ -21,10 +21,10 @@
-% --- Package structure: Identification
+% === Package structure: Identification
\NeedsTeXFormat{LaTeX2e}
-\def\parsa@version{1.2}
-\def\parsadate{2020/3/6}
+\def\parsa@version{1.3}
+\def\parsadate{2020/4/22}
\def\parsafirstrelease{2019/12/12}
\ProvidesPackage{parsa}[\parsadate\space v\parsa@version\space
A XeLaTeX package for theses and dissertations at Iranian Universities as fast and as efficiently as possible]
@@ -50,7 +50,7 @@ A XeLaTeX package for theses and dissertations at Iranian Universities as fast a
* ^^J%
****************************************************}
-% --- Package structure: Options
+% === Package structure: Options
\newcommand{\ParsaTargetPa}{~} \newcommand{\ParsaTargetLa}{~}
\newcommand{\ParsaTypePa}{~} \newcommand{\ParsaTypeLa}{~}
\DeclareOption{thesis}{%
@@ -67,7 +67,7 @@ for Doctoral degree}%
\ProcessOptions\relax
-% --- Package structure: Preliminary declarations
+% === Package structure: Preliminary declarations
\RequirePackage{xparse}
\RequirePackage{fancyhdr}
@@ -77,14 +77,14 @@ for Doctoral degree}%
\RequirePackage{adjustbox}
-% --- Package structure: More declarations
+% === Package structure: More declarations
-% PAGE STYLE
+ % PAGE STYLE
\fancypagestyle{plain}{\fancyhf{}\fancyfoot[OL,ER]{\ParsaHeaderFont \thepage}\renewcommand{\headrulewidth}{0pt}}
\fancypagestyle{headings}{\fancyhf{}\fancyhead[OL,ER]{\ParsaHeaderFont \thepage}\fancyhead[OR]{\ParsaHeaderFont \rightmark}\fancyhead[EL]{\ParsaHeaderFont \leftmark}\renewcommand{\headrulewidth}{0.3pt}}
-% Create [This Page Intentionally Left Blank] by \cleardoublepage
+ % Create [This Page Intentionally Left Blank] by \cleardoublepage command.
\newcommand*{\blankpage}{%
\vspace*{\fill}
{\centering ~\par}
@@ -97,7 +97,9 @@ for Doctoral degree}%
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother
-% Commands
+ % Commands
+
+% Institute's Information
\newcommand{\InstituteLogoPa}{~} \newcommand{\InstituteLogoLa}{~} \newcommand{\InstituteLogoPaSmall}{~} \newcommand{\InstituteLogoLaSmall}{~}
\NewDocumentCommand{\InstituteLogo}{m m O{3cm} O{3cm}}{\renewcommand{\InstituteLogoPa}{\includegraphics[width=#3,height=#4]{#1}}\renewcommand{\InstituteLogoLa}{\includegraphics[width=#3,height=#4]{#2}}\renewcommand{\InstituteLogoPaSmall}{\includegraphics[width=1.6cm,height=1.6cm]{#1}}\renewcommand{\InstituteLogoLaSmall}{\includegraphics[width=1.6cm,height=1.6cm]{#2}}}
@@ -114,6 +116,11 @@ for Doctoral degree}%
\newcommand{\StudentNamePa}{~} \newcommand{\StudentNameLa}{~}
\NewDocumentCommand{\StudentName}{m m}{\renewcommand{\StudentNamePa}{#1} \renewcommand{\StudentNameLa}{#2}\renewcommand{\captiononePa}{نگارنده}\renewcommand{\captiononeLa}{by}}
+
+
+
+
+% Student's Information
\newcommand{\StudentMajorPa}{~} \newcommand{\StudentMajorLa}{~}
\NewDocumentCommand{\StudentMajor}{m m}{\renewcommand{\StudentMajorPa}{#1} \renewcommand{\StudentMajorLa}{#2}}
@@ -132,6 +139,11 @@ for Doctoral degree}%
\newcommand{\Studentemail}{~}
\NewDocumentCommand{\StudentEMAIL}{m}{\renewcommand{\Studentemail}{#1}}
+
+
+
+
+% Parsa Information
\newcommand{\ParsaTitlePa}{~} \newcommand{\ParsaTitleLa}{~}
\NewDocumentCommand{\ParsaTitle}{m m}{\renewcommand{\ParsaTitlePa}{#1} \renewcommand{\ParsaTitleLa}{#2}}
@@ -143,6 +155,11 @@ for Doctoral degree}%
\newcommand{\ParsaExamDatePa}{~} \newcommand{\ParsaExamDateLa}{~}
\NewDocumentCommand{\ParsaExamDate}{m m}{\renewcommand{\ParsaExamDatePa}{#1} \renewcommand{\ParsaExamDateLa}{#2}}
+
+
+
+
+% Supervisor
\newcommand{\SupervisorNamePa}{~} \newcommand{\SupervisorNameLa}{~}
\newcommand{\SupervisorTitlePa}{~} \newcommand{\SupervisorTitleLa}{~}
\newcommand{\SupervisorAffiliationPa}{~} \newcommand{\SupervisorAffiliationLa}{~}
@@ -152,41 +169,15 @@ for Doctoral degree}%
\newcommand{\SupervisorReportPa}{~} \newcommand{\SupervisorReportLa}{~}
\newcommand{\SupervisorVspace}{~}
\NewDocumentCommand{\SupervisorName}{m m}{\renewcommand{\SupervisorNamePa}{#1}\renewcommand{\SupervisorNameLa}{#2}\renewcommand{\captiontwoPa}{استاد راهنما}\renewcommand{\captiontwoLa}{Supervisor}\renewcommand{\SupervisorReportPa}{\noindent نام کامل استاد راهنما: ~\textbf{\SupervisorNamePa} \hrulefill \\
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{مرتبه‌ی علمی} \hspace{1cm} \= \textbf{\SupervisorTitlePa} \\
-\textit{وابستگی سازمانی} \> \SupervisorAffiliationPa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{شماره ملی} \hspace{0.5cm} \= \Supervisorid \\
-\textit{رایانامه سازمانی} \> \Supervisoremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-امضا
-\end{center}
-\end{minipage}
-}\renewcommand{\SupervisorReportLa}{\noindent Supervisor:~\textbf{\SupervisorNameLa} \hrulefill \\
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{Title} \hspace{0.85cm} \= \textbf{\SupervisorTitleLa} \\
-\textit{Affiliation} \> \SupervisorAffiliationLa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{National ID} \hspace{0.5cm} \= \Supervisorid \\
-\textit{Official E-Mail} \> \Supervisoremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-Signature
-\end{center}
-\end{minipage}}\renewcommand{\SupervisorVspace}{~\\[2mm]}}
+\begin{tabular}{p{0.17\textwidth}p{0.28\textwidth}p{0.15\textwidth}p{0.17\textwidth}p{0.1\textwidth}}
+\textit{مرتبهٔ علمی} & \textbf{\SupervisorTitlePa} & \textit{شمارهٔ ملی} & \Supervisorid & \multicolumn{1}{c}{امضا} \\
+\textit{وابستگی سازمانی} & \SupervisorAffiliationPa & \textit{رایانامه سازمانی} & \lr{\Supervisoremail} & ~
+\end{tabular}
+} \renewcommand{\SupervisorReportLa}{\noindent Supervisor:~\textbf{\SupervisorNameLa} \hrulefill \\
+\begin{tabular}{p{0.11\textwidth}p{0.29\textwidth}p{0.18\textwidth}p{0.17\textwidth}p{0.12\textwidth}}
+\textit{Title} & \textbf{\SupervisorTitleLa} & \textit{National ID} & \Supervisorid & \multicolumn{1}{c}{Signature} \\
+\textit{Affiliation} & \SupervisorAffiliationLa & \textit{Official E-Mail} & \Supervisoremail & ~
+\end{tabular}}\renewcommand{\SupervisorVspace}{~\\[0.5mm]}}
\NewDocumentCommand{\SupervisorTitle}{m m}{\renewcommand{\SupervisorTitlePa}{#1}\renewcommand{\SupervisorTitleLa}{#2}}
@@ -196,6 +187,11 @@ Signature
\NewDocumentCommand{\SupervisorEMAIL}{m}{\renewcommand{\Supervisoremail}{#1}}
+
+
+
+
+% 2nd Supervisor
\newcommand{\SecondSupervisorNamePa}{~} \newcommand{\SecondSupervisorNameLa}{~}
\newcommand{\SecondSupervisorTitlePa}{~} \newcommand{\SecondSupervisorTitleLa}{~}
\newcommand{\SecondSupervisorAffiliationPa}{~} \newcommand{\SecondSupervisorAffiliationLa}{~}
@@ -204,41 +200,15 @@ Signature
\newcommand{\SecondSupervisorReportPa}{~} \newcommand{\SecondSupervisorReportLa}{~}
\newcommand{\SecondSupervisorVspace}{~}
\NewDocumentCommand{\SecondSupervisorName}{m m}{\renewcommand{\SecondSupervisorNamePa}{#1}\renewcommand{\SecondSupervisorNameLa}{#2}\renewcommand{\captiontwoPa}{استادان راهنما}\renewcommand{\captiontwoLa}{Supervisors}\renewcommand{\SecondSupervisorReportPa}{\noindent نام کامل استاد راهنمای دوم: ~\textbf{\SecondSupervisorNamePa} \hrulefill \\
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{مرتبه‌ی علمی} \hspace{1cm} \= \textbf{\SecondSupervisorTitlePa} \\
-\textit{وابستگی سازمانی} \> \SecondSupervisorAffiliationPa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{شماره ملی} \hspace{0.5cm} \= \SecondSupervisorid \\
-\textit{رایانامه سازمانی} \> \SecondSupervisoremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-امضا
-\end{center}
-\end{minipage}
-}\renewcommand{\SecondSupervisorReportLa}{\noindent Second Supervisor:~\textbf{\SecondSupervisorNameLa} \hrulefill \\
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{Title} \hspace{0.85cm} \= \textbf{\SecondSupervisorTitleLa} \\
-\textit{Affiliation} \> \SecondSupervisorAffiliationLa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{National ID} \hspace{0.5cm} \= \SecondSupervisorid \\
-\textit{Official E-Mail} \> \SecondSupervisoremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-Signature
-\end{center}
-\end{minipage}}\renewcommand{\SecondSupervisorVspace}{~\\[2mm]}}
+\begin{tabular}{p{0.17\textwidth}p{0.28\textwidth}p{0.15\textwidth}p{0.17\textwidth}p{0.1\textwidth}}
+\textit{مرتبهٔ علمی} & \textbf{\SecondSupervisorTitlePa} & \textit{شمارهٔ ملی} & \SecondSupervisorid & \multicolumn{1}{c}{امضا} \\
+\textit{وابستگی سازمانی} & \SecondSupervisorAffiliationPa & \textit{رایانامه سازمانی} & \lr{\SecondSupervisoremail} & ~
+\end{tabular}
+} \renewcommand{\SecondSupervisorReportLa}{\noindent Second Supervisor:~\textbf{\SecondSupervisorNameLa} \hrulefill \\
+\begin{tabular}{p{0.11\textwidth}p{0.29\textwidth}p{0.18\textwidth}p{0.17\textwidth}p{0.12\textwidth}}
+\textit{Title} & \textbf{\SecondSupervisorTitleLa} & \textit{National ID} & \SecondSupervisorid & \multicolumn{1}{c}{Signature} \\
+\textit{Affiliation} & \SecondSupervisorAffiliationLa & \textit{Official E-Mail} & \SecondSupervisoremail & ~
+\end{tabular} }\renewcommand{\SecondSupervisorVspace}{~\\[0.5mm]}}
\NewDocumentCommand{\SecondSupervisorTitle}{m m}{\renewcommand{\SecondSupervisorTitlePa}{#1}\renewcommand{\SecondSupervisorTitleLa}{#2}}
@@ -248,6 +218,11 @@ Signature
\NewDocumentCommand{\SecondSupervisorEMAIL}{m}{\renewcommand{\SecondSupervisoremail}{#1}}
+
+
+
+
+% Co-supervisor
\newcommand{\CosupervisorNamePa}{~} \newcommand{\CosupervisorNameLa}{~}
\newcommand{\CosupervisorTitlePa}{~} \newcommand{\CosupervisorTitleLa}{~}
\newcommand{\CosupervisorAffiliationPa}{~} \newcommand{\CosupervisorAffiliationLa}{~}
@@ -257,41 +232,15 @@ Signature
\newcommand{\CosupervisorReportPa}{~} \newcommand{\CosupervisorReportLa}{~}
\newcommand{\CosupervisorVspace}{~}
\NewDocumentCommand{\CosupervisorName}{m m}{\renewcommand{\CosupervisorNamePa}{#1}\renewcommand{\CosupervisorNameLa}{#2}\renewcommand{\captionthreePa}{استاد مشاور}\renewcommand{\captionthreeLa}{Co-supervisor}\renewcommand{\CosupervisorReportPa}{\noindent نام کامل استاد مشاور: ~\textbf{\CosupervisorNamePa} \hrulefill \\
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{مرتبه‌ی علمی} \hspace{1cm} \= \textbf{\CosupervisorTitlePa} \\
-\textit{وابستگی سازمانی} \> \CosupervisorAffiliationPa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{شماره ملی} \hspace{0.5cm} \= \Cosupervisorid \\
-\textit{رایانامه سازمانی} \> \Cosupervisoremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-امضا
-\end{center}
-\end{minipage}
-}\renewcommand{\CosupervisorReportLa}{\noindent Co-supervisor:~\textbf{\CosupervisorNameLa} \hrulefill \\
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{Title} \hspace{0.85cm} \= \textbf{\CosupervisorTitleLa} \\
-\textit{Affiliation} \> \CosupervisorAffiliationLa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{National ID} \hspace{0.5cm} \= \Cosupervisorid \\
-\textit{Official E-Mail} \> \Cosupervisoremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-Signature
-\end{center}
-\end{minipage}}\renewcommand{\CosupervisorVspace}{~\\[2mm]}}
+\begin{tabular}{p{0.17\textwidth}p{0.28\textwidth}p{0.15\textwidth}p{0.17\textwidth}p{0.1\textwidth}}
+\textit{مرتبهٔ علمی} & \textbf{\CosupervisorTitlePa} & \textit{شمارهٔ ملی} & \Cosupervisorid & \multicolumn{1}{c}{امضا} \\
+\textit{وابستگی سازمانی} & \CosupervisorAffiliationPa & \textit{رایانامه سازمانی} & \lr{\Cosupervisoremail} & ~
+\end{tabular}
+} \renewcommand{\CosupervisorReportLa}{\noindent Co-supervisor:~\textbf{\CosupervisorNameLa} \hrulefill \\
+\begin{tabular}{p{0.11\textwidth}p{0.29\textwidth}p{0.18\textwidth}p{0.17\textwidth}p{0.12\textwidth}}
+\textit{Title} & \textbf{\CosupervisorTitleLa} & \textit{National ID} & \Cosupervisorid & \multicolumn{1}{c}{Signature} \\
+\textit{Affiliation} & \CosupervisorAffiliationLa & \textit{Official E-Mail} & \Cosupervisoremail & ~
+\end{tabular} }\renewcommand{\CosupervisorVspace}{~\\[0.5mm]}}
\NewDocumentCommand{\CosupervisorTitle}{m m}{\renewcommand{\CosupervisorTitlePa}{#1}\renewcommand{\CosupervisorTitleLa}{#2}}
@@ -301,6 +250,12 @@ Signature
\NewDocumentCommand{\CosupervisorEMAIL}{m}{\renewcommand{\Cosupervisoremail}{#1}}
+
+
+
+
+
+% 2nd Co-supervisor
\newcommand{\SecondCosupervisorNamePa}{~} \newcommand{\SecondCosupervisorNameLa}{~}
\newcommand{\SecondCosupervisorTitlePa}{~} \newcommand{\SecondCosupervisorTitleLa}{~}
\newcommand{\SecondCosupervisorAffiliationPa}{~} \newcommand{\SecondCosupervisorAffiliationLa}{~}
@@ -309,41 +264,15 @@ Signature
\newcommand{\SecondCosupervisorReportPa}{~} \newcommand{\SecondCosupervisorReportLa}{~}
\newcommand{\SecondCosupervisorVspace}{~}
\NewDocumentCommand{\SecondCosupervisorName}{m m}{\renewcommand{\SecondCosupervisorNamePa}{#1}\renewcommand{\SecondCosupervisorNameLa}{#2}\renewcommand{\captionthreePa}{استادان مشاور}\renewcommand{\captionthreeLa}{Co-supervisors}\renewcommand{\SecondCosupervisorReportPa}{\noindent نام کامل استاد مشاور دوم: ~\textbf{\SecondCosupervisorNamePa} \hrulefill \\
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{مرتبه‌ی علمی} \hspace{1cm} \= \textbf{\SecondCosupervisorTitlePa} \\
-\textit{وابستگی سازمانی} \> \SecondCosupervisorAffiliationPa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{شماره ملی} \hspace{0.5cm} \= \SecondCosupervisorid \\
-\textit{رایانامه سازمانی} \> \SecondCosupervisoremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-امضا
-\end{center}
-\end{minipage}
-}\renewcommand{\SecondCosupervisorReportLa}{\noindent Second Co-supervisor:~\textbf{\SecondCosupervisorNameLa} \hrulefill \\
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{Title} \hspace{0.85cm} \= \textbf{\SecondCosupervisorTitleLa} \\
-\textit{Affiliation} \> \SecondCosupervisorAffiliationLa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{National ID} \hspace{0.5cm} \= \SecondCosupervisorid \\
-\textit{Official E-Mail} \> \SecondCosupervisoremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-Signature
-\end{center}
-\end{minipage}}\renewcommand{\SecondCosupervisorVspace}{~\\[2mm]}}
+\begin{tabular}{p{0.17\textwidth}p{0.28\textwidth}p{0.15\textwidth}p{0.17\textwidth}p{0.1\textwidth}}
+\textit{مرتبهٔ علمی} & \textbf{\SecondCosupervisorTitlePa} & \textit{شمارهٔ ملی} & \SecondCosupervisorid & \multicolumn{1}{c}{امضا} \\
+\textit{وابستگی سازمانی} & \SecondCosupervisorAffiliationPa & \textit{رایانامه سازمانی} & \lr{\SecondCosupervisoremail} & ~
+\end{tabular}
+} \renewcommand{\SecondCosupervisorReportLa}{\noindent Second Co-supervisor:~\textbf{\SecondCosupervisorNameLa} \hrulefill \\
+\begin{tabular}{p{0.11\textwidth}p{0.29\textwidth}p{0.18\textwidth}p{0.17\textwidth}p{0.12\textwidth}}
+\textit{Title} & \textbf{\SecondCosupervisorTitleLa} & \textit{National ID} & \SecondCosupervisorid & \multicolumn{1}{c}{Signature} \\
+\textit{Affiliation} & \SecondCosupervisorAffiliationLa & \textit{Official E-Mail} & \SecondCosupervisoremail & ~
+\end{tabular} }\renewcommand{\SecondCosupervisorVspace}{~\\[0.5mm]}}
\NewDocumentCommand{\SecondCosupervisorTitle}{m m}{\renewcommand{\SecondCosupervisorTitlePa}{#1}\renewcommand{\SecondCosupervisorTitleLa}{#2}}
@@ -353,6 +282,12 @@ Signature
\NewDocumentCommand{\SecondCosupervisorEMAIL}{m}{\renewcommand{\SecondCosupervisoremail}{#1}}
+
+
+
+
+
+% 1st Examiner
\newcommand{\FirstExaminerNamePa}{~} \newcommand{\FirstExaminerNameLa}{~}
\newcommand{\FirstExaminerTitlePa}{~} \newcommand{\FirstExaminerTitleLa}{~}
\newcommand{\FirstExaminerAffiliationPa}{~} \newcommand{\FirstExaminerAffiliationLa}{~}
@@ -361,41 +296,15 @@ Signature
\newcommand{\FirstExaminerReportPa}{~} \newcommand{\FirstExaminerReportLa}{~}
\newcommand{\FirstExaminerVspace}{~}
\NewDocumentCommand{\FirstExaminerName}{m m}{\renewcommand{\FirstExaminerNamePa}{#1}\renewcommand{\FirstExaminerNameLa}{#2}\renewcommand{\FirstExaminerReportPa}{\noindent نام کامل استاد داور اول: ~\textbf{\FirstExaminerNamePa} \hrulefill \\
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{مرتبه‌ی علمی} \hspace{1cm} \= \textbf{\FirstExaminerTitlePa} \\
-\textit{وابستگی سازمانی} \> \FirstExaminerAffiliationPa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{شماره ملی} \hspace{0.5cm} \= \FirstExaminerid \\
-\textit{رایانامه سازمانی} \> \FirstExamineremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-امضا
-\end{center}
-\end{minipage}
-}\renewcommand{\FirstExaminerReportLa}{\noindent First Examiner:~\textbf{\FirstExaminerNameLa} \hrulefill \\
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{Title} \hspace{0.85cm} \= \textbf{\FirstExaminerTitleLa} \\
-\textit{Affiliation} \> \FirstExaminerAffiliationLa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{National ID} \hspace{0.5cm} \= \FirstExaminerid \\
-\textit{Official E-Mail} \> \FirstExamineremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-Signature
-\end{center}
-\end{minipage}}\renewcommand{\FirstExaminerVspace}{~\\[2mm]}}
+\begin{tabular}{p{0.17\textwidth}p{0.28\textwidth}p{0.15\textwidth}p{0.17\textwidth}p{0.1\textwidth}}
+\textit{مرتبهٔ علمی} & \textbf{\FirstExaminerTitlePa} & \textit{شمارهٔ ملی} & \FirstExaminerid & \multicolumn{1}{c}{امضا} \\
+\textit{وابستگی سازمانی} & \FirstExaminerAffiliationPa & \textit{رایانامه سازمانی} & \lr{\FirstExamineremail} & ~
+\end{tabular}
+} \renewcommand{\FirstExaminerReportLa}{\noindent First Examiner:~\textbf{\FirstExaminerNameLa} \hrulefill \\
+\begin{tabular}{p{0.11\textwidth}p{0.29\textwidth}p{0.18\textwidth}p{0.17\textwidth}p{0.12\textwidth}}
+\textit{Title} & \textbf{\FirstExaminerTitleLa} & \textit{National ID} & \FirstExaminerid & \multicolumn{1}{c}{Signature} \\
+\textit{Affiliation} & \FirstExaminerAffiliationLa & \textit{Official E-Mail} & \FirstExamineremail & ~
+\end{tabular} }\renewcommand{\FirstExaminerVspace}{~\\[0.5mm]}}
\NewDocumentCommand{\FirstExaminerTitle}{m m}{\renewcommand{\FirstExaminerTitlePa}{#1}\renewcommand{\FirstExaminerTitleLa}{#2}}
@@ -405,6 +314,12 @@ Signature
\NewDocumentCommand{\FirstExaminerEMAIL}{m}{\renewcommand{\FirstExamineremail}{#1}}
+
+
+
+
+
+% 2nd Examiner
\newcommand{\SecondExaminerNamePa}{~} \newcommand{\SecondExaminerNameLa}{~}
\newcommand{\SecondExaminerTitlePa}{~} \newcommand{\SecondExaminerTitleLa}{~}
\newcommand{\SecondExaminerAffiliationPa}{~} \newcommand{\SecondExaminerAffiliationLa}{~}
@@ -413,41 +328,15 @@ Signature
\newcommand{\SecondExaminerReportPa}{~} \newcommand{\SecondExaminerReportLa}{~}
\newcommand{\SecondExaminerVspace}{~}
\NewDocumentCommand{\SecondExaminerName}{m m}{\renewcommand{\SecondExaminerNamePa}{#1}\renewcommand{\SecondExaminerNameLa}{#2}\renewcommand{\SecondExaminerReportPa}{\noindent نام کامل استاد داور دوم: ~\textbf{\SecondExaminerNamePa} \hrulefill \\
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{مرتبه‌ی علمی} \hspace{1cm} \= \textbf{\SecondExaminerTitlePa} \\
-\textit{وابستگی سازمانی} \> \SecondExaminerAffiliationPa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{شماره ملی} \hspace{0.5cm} \= \SecondExaminerid \\
-\textit{رایانامه سازمانی} \> \SecondExamineremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-امضا
-\end{center}
-\end{minipage}
+\begin{tabular}{p{0.17\textwidth}p{0.28\textwidth}p{0.15\textwidth}p{0.17\textwidth}p{0.1\textwidth}}
+\textit{مرتبهٔ علمی} & \textbf{\SecondExaminerTitlePa} & \textit{شمارهٔ ملی} & \SecondExaminerid & \multicolumn{1}{c}{امضا} \\
+\textit{وابستگی سازمانی} & \SecondExaminerAffiliationPa & \textit{رایانامه سازمانی} & \lr{\SecondExamineremail} & ~
+\end{tabular}
}\renewcommand{\SecondExaminerReportLa}{\noindent Second Examiner:~\textbf{\SecondExaminerNameLa} \hrulefill \\
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{Title} \hspace{0.85cm} \= \textbf{\SecondExaminerTitleLa} \\
-\textit{Affiliation} \> \SecondExaminerAffiliationLa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{National ID} \hspace{0.5cm} \= \SecondExaminerid \\
-\textit{Official E-Mail} \> \SecondExamineremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-Signature
-\end{center}
-\end{minipage}}\renewcommand{\SecondExaminerVspace}{~\\[2mm]}}
+\begin{tabular}{p{0.11\textwidth}p{0.29\textwidth}p{0.18\textwidth}p{0.17\textwidth}p{0.12\textwidth}}
+\textit{Title} & \textbf{\SecondExaminerTitleLa} & \textit{National ID} & \SecondExaminerid & \multicolumn{1}{c}{Signature} \\
+\textit{Affiliation} & \SecondExaminerAffiliationLa & \textit{Official E-Mail} & \SecondExamineremail & ~
+\end{tabular}}\renewcommand{\SecondExaminerVspace}{~\\[0.5mm]}}
\NewDocumentCommand{\SecondExaminerTitle}{m m}{\renewcommand{\SecondExaminerTitlePa}{#1}\renewcommand{\SecondExaminerTitleLa}{#2}}
@@ -457,6 +346,12 @@ Signature
\NewDocumentCommand{\SecondExaminerEMAIL}{m}{\renewcommand{\SecondExamineremail}{#1}}
+
+
+
+
+
+% 3rd Examiner
\newcommand{\ThirdExaminerNamePa}{~} \newcommand{\ThirdExaminerNameLa}{~}
\newcommand{\ThirdExaminerTitlePa}{~} \newcommand{\ThirdExaminerTitleLa}{~}
\newcommand{\ThirdExaminerAffiliationPa}{~} \newcommand{\ThirdExaminerAffiliationLa}{~}
@@ -465,41 +360,15 @@ Signature
\newcommand{\ThirdExaminerReportPa}{~} \newcommand{\ThirdExaminerReportLa}{~}
\newcommand{\ThirdExaminerVspace}{~}
\NewDocumentCommand{\ThirdExaminerName}{m m}{\renewcommand{\ThirdExaminerNamePa}{#1}\renewcommand{\ThirdExaminerNameLa}{#2}\renewcommand{\ThirdExaminerReportPa}{\noindent نام کامل استاد داور سوم: ~\textbf{\ThirdExaminerNamePa} \hrulefill \\
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{مرتبه‌ی علمی} \hspace{1cm} \= \textbf{\ThirdExaminerTitlePa} \\
-\textit{وابستگی سازمانی} \> \ThirdExaminerAffiliationPa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{شماره ملی} \hspace{0.5cm} \= \ThirdExaminerid \\
-\textit{رایانامه سازمانی} \> \ThirdExamineremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-امضا
-\end{center}
-\end{minipage}
+\begin{tabular}{p{0.17\textwidth}p{0.28\textwidth}p{0.15\textwidth}p{0.17\textwidth}p{0.1\textwidth}}
+\textit{مرتبهٔ علمی} & \textbf{\ThirdExaminerTitlePa} & \textit{شمارهٔ ملی} & \ThirdExaminerid & \multicolumn{1}{c}{امضا} \\
+\textit{وابستگی سازمانی} & \ThirdExaminerAffiliationPa & \textit{رایانامه سازمانی} & \lr{\ThirdExamineremail} & ~
+\end{tabular}
}\renewcommand{\ThirdExaminerReportLa}{\noindent Third Examiner:~\textbf{\ThirdExaminerNameLa} \hrulefill \\
-\begin{minipage}{0.4\textwidth}
-\begin{tabbing}
-\textit{Title} \hspace{0.85cm} \= \textbf{\ThirdExaminerTitleLa} \\
-\textit{Affiliation} \> \ThirdExaminerAffiliationLa
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.45\textwidth}
-\begin{tabbing}
-\textit{National ID} \hspace{0.5cm} \= \ThirdExaminerid \\
-\textit{Official E-Mail} \> \ThirdExamineremail
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.1\textwidth}
-\begin{center}
-Signature
-\end{center}
-\end{minipage}}\renewcommand{\ThirdExaminerVspace}{~\\[2mm]}}
+\begin{tabular}{p{0.11\textwidth}p{0.29\textwidth}p{0.18\textwidth}p{0.17\textwidth}p{0.12\textwidth}}
+\textit{Title} & \textbf{\ThirdExaminerTitleLa} & \textit{National ID} & \ThirdExaminerid & \multicolumn{1}{c}{Signature} \\
+\textit{Affiliation} & \ThirdExaminerAffiliationLa & \textit{Official E-Mail} & \ThirdExamineremail & ~
+\end{tabular} }\renewcommand{\ThirdExaminerVspace}{~\\[0.5mm]}}
\NewDocumentCommand{\ThirdExaminerTitle}{m m}{\renewcommand{\ThirdExaminerTitlePa}{#1}\renewcommand{\ThirdExaminerTitleLa}{#2}}
@@ -509,37 +378,28 @@ Signature
\NewDocumentCommand{\ThirdExaminerEMAIL}{m}{\renewcommand{\ThirdExamineremail}{#1}}
+
+
+
+
+
+% Representative
\newcommand{\RepresentativeNamePa}{~} \newcommand{\RepresentativeNameLa}{~}
\newcommand{\Representativeid}{~}
\newcommand{\Representativeemail}{~}
\newcommand{\RepresentativeReportPa}{~} \newcommand{\RepresentativeReportLa}{~}
-\newcommand{\RepresentativeVspace}{~}
\NewDocumentCommand{\RepresentativeName}{m m}{\renewcommand{\RepresentativeNamePa}{#1}\renewcommand{\RepresentativeNameLa}{#2}\renewcommand{\RepresentativeReportPa}{\noindent نماینده‌ی تحصیلات تکمیلی \hrulefill \\[0.25cm]
-\begin{minipage}{0.8\textwidth}
-\begin{tabbing}
-\textit{نام کامل} \hspace{1.5cm} \= \textbf{\RepresentativeNamePa} \\
-\textit{رایانامه سازمانی} \> \Representativeemail \\
-\textit{شماره ملی} \> \Representativeid
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.2\textwidth}
-\begin{center}
-امضا
-\end{center}
-\end{minipage}
+\begin{tabular}{p{0.15\textwidth}p{0.52\textwidth}p{0.2\textwidth}}
+\textit{نام کامل} & \textbf{\RepresentativeNamePa} & \\
+\textit{رایانامه سازمانی} & \lr{\Representativeemail} & \multicolumn{1}{c}{امضا} \\
+\textit{شمارهٔ ملی} & \Representativeid &
+\end{tabular}
}\renewcommand{\RepresentativeReportLa}{\noindent The Representative of Graduate and Professional Studies Office \hrulefill \\
-\begin{minipage}{0.8\textwidth}
-\begin{tabbing}
-\textit{Full Name} \hspace{1.5cm} \= \textbf{\RepresentativeNameLa} \\
-\textit{Official E-Mail} \> \Representativeemail \\
-\textit{National ID} \> \Representativeid
-\end{tabbing}
-\end{minipage}
-\begin{minipage}{0.2\textwidth}
-\begin{center}
-Signature
-\end{center}
-\end{minipage}}\renewcommand{\RepresentativeVspace}{~\\[2mm]}}
+\begin{tabular}{p{0.18\textwidth}p{0.49\textwidth}p{0.20\textwidth}}
+\textit{Full Name} & \textbf{\RepresentativeNameLa} & \\
+\textit{Official E-Mail} & \Representativeemail & \multicolumn{1}{c}{Signature} \\
+\textit{National ID} & \Representativeid &
+\end{tabular} } }
\NewDocumentCommand{\RepresentativeTitle}{m m}{\renewcommand{\RepresentativeTitlePa}{#1}\renewcommand{\RepresentativeTitleLa}{#2}}
@@ -549,6 +409,11 @@ Signature
\NewDocumentCommand{\RepresentativeEMAIL}{m}{\renewcommand{\Representativeemail}{#1}}
+
+
+
+
+% Persian Title Page
\NewDocumentCommand{\titlepageParsi}{}{\begin{center}
\InstituteLogoPa ~\\[0.25cm]
\InstitutePa ~\\
@@ -572,6 +437,12 @@ Signature
\textbf{\ParsaCompilationDatePa}
\end{center}}
+
+
+
+
+
+% Latin Title Page
\NewDocumentCommand{\titlepageLatin}{}{\begin{latin} \begin{center}
\InstituteLogoLa ~\\[0.25cm]
\InstituteLa ~\\
@@ -595,11 +466,21 @@ Signature
\textbf{\ParsaCompilationDateLa}
\end{center} \end{latin}}
+
+
+
+
+%Persian Abstract
\NewDocumentEnvironment{ParsaAbstractParsi}{+b}{
-\section*{چکیده}
+\section*{چکیده} \addcontentsline{toc}{chapter}{چکیده}
#1
\vspace*{\fill}}{}
+
+
+
+
+% Latin Abstract
\NewDocumentEnvironment{ParsaAbstractLatin}{+b}{
\begin{latin}
\section*{Abstract}
@@ -607,10 +488,20 @@ Signature
\end{latin}
\vspace*{\fill}}{}
+
+
+
+
+% Page of In the name of god
\newcommand{\parsapicture}{~}
\NewDocumentCommand{\ParsaPicture}{m}{~\newpage \vspace*{\fill} \includegraphics[width=\textwidth]{#1} ~ \vspace*{\fill} ~\newpage}
+
+
+
+
+% Credit
\NewDocumentCommand{\ParsaCredit}{}{\begin{minipage}{1\textwidth}
\section*{\centering اصالت و مالکیت اثر}
\noindent این‌جانب ~\textbf{\StudentNamePa}~ دانش‌آموخته‌ی ~\textbf{\StudentDegreePa}~ \textbf{\StudentMajorPa}~ \textbf{\StudentMinorPa}~ \textbf{\FacultyPa}~ \textbf{\InstitutePa}~ به شماره دانشجویی ~\textbf{\Studentnumber}~ پدیدآورنده‌ی ~\textbf{\ParsaTypePa}~ با عنوان ~\textbf{\ParsaTitlePa}~ با راهنمایی ~\textbf{\SupervisorNamePa}، بر پایه‌ی قوانین و مقررات، از جمله «دستورالعمل نحوه‌ی بررسی تخلفات پژوهشی» و «مصادیق تخلفات پژوهشی» مصوب ۲۵ اسفند ۱۳۹۳ وزارت علوم، تحقیقات و فناوری، متعهد می‌شوم که:
@@ -628,6 +519,11 @@ Signature
این گزارش و همه‌ی حقوق مادی و محصولات آن (مقاله‌ها، کتاب‌ها، پروانه‌های اختراع، برنامه‌های رایانه‌ای، نرم‌افزارها، تجهیزات ساخته شده و مانند آن‌ها) بر پایه‌ی «قانون حمایت حقوق مولفان و مصنفان و هنرمندان» مصوب سال ۱۳۴۸ و اصلاحیه‌های بعدی آن و همچنین «آئین‌نامه‌ی اجرایی این قانون» از آن ~\InstitutePa ~ است و هرگونه استفاده از همه یا پاره‌ای از آن شامل نقل‌قول، تکثیر، انتشار، کاربرد نتایج، تکمیل و مانند آن‌ها به صورت چاپی، الکترونیکی یا وسایل دیگر، تنها با اجازه نوشتاری ~\InstitutePa ~ شدنی‌است. نقل‌قول محدود در انتشارات علمی مانند کتاب‌ها و مقاله‌ها یا پایان‌نامه‌ها و رساله‌های دیگر با نوشتن اطلاعات کامل کتاب‌شناختی، نیازی به مجوز ~\InstitutePa ~ ندارد.
\end{minipage}}
+
+
+
+
+% Persian Examination Report
\NewDocumentCommand{\ExaminationReportPa}{}{
\begin{table}[H] \adjustbox{pagecenter}{
\begin{tabular}{ccc}
@@ -636,71 +532,95 @@ Signature
& صورت جلسه‌ی دفاع از \ParsaTypePa ~\StudentDegreePa & \ParsaExamDatePa
\end{tabular} }
\end{table}
-\begin{minipage}{1\textwidth}
-\begin{flushright} \begin{tabular}{p{0.2\textwidth}p{0.75\textwidth}}
+\begin{minipage}{1\textwidth} \begin{flushright}
+\begin{tabular}{p{0.23\textwidth}p{0.66\textwidth}}
\textit{نام کامل دانش‌آموخته} & \textbf{\StudentNamePa} \\
\textit{رشته‌ی تحصیلی} & \StudentMajorPa ~\StudentMinorPa \\
\textit{شماره ملی} & \Studentid \\
\textit{رایانامه شخصی} & \Studentemail \\
\textit{عنوان \ParsaTypePa :} & \textbf{\ParsaTitlePa}
-\end{tabular} \end{flushright}
+\end{tabular}
+\end{flushright} \end{minipage} ~\\
+
+\begin{minipage}{1\textwidth}
\begin{center} \textbf{
هیئت داوران پس از شنیدن گزارش و دفاع دانشجو، \ParsaTypePa ‌ی وی را داوری کرده \\
و با درجه‌ی عالی $\bigcirc$ بسیار خوب $\bigcirc$ خوب $\bigcirc$ پذیرفته‌نشده $\bigcirc$ ارزیابی کرد.
-} \end{center} \end{minipage} ~\\
+} \end{center}
+\end{minipage} ~\\
-\SupervisorReportPa \SupervisorVspace
-\SecondSupervisorReportPa \SecondSupervisorVspace
-\CosupervisorReportPa \CosupervisorVspace
+\SupervisorReportPa \SupervisorVspace
+\SecondSupervisorReportPa \SecondSupervisorVspace
+\CosupervisorReportPa \CosupervisorVspace
\SecondCosupervisorReportPa \SecondCosupervisorVspace
-\FirstExaminerReportPa \FirstExaminerVspace
-\SecondExaminerReportPa \SecondExaminerVspace
-\ThirdExaminerReportPa \ThirdExaminerVspace
-\RepresentativeReportPa \RepresentativeVspace}
+\FirstExaminerReportPa \FirstExaminerVspace
+\SecondExaminerReportPa \SecondExaminerVspace
+\ThirdExaminerReportPa \ThirdExaminerVspace
+\RepresentativeReportPa }
+
+
+
+
+% Latin Examination Report
\NewDocumentCommand{\ExaminationReportLa}{}{\begin{latin}
\begin{table}[H] \adjustbox{pagecenter}{
\begin{tabular}{ccc}
-\multirow{3}{*}{\InstituteLogoLaSmall} & \textsc{In The Name of God} & ~ \\
- & \InstituteLa & Date \\
- & \emph{A \ParsaTypeLa ~Examination Report} & \ParsaExamDateLa
+\multirow{3}{*}{\InstituteLogoLaSmall}& \textsc{In The Name of God} & ~ \\
+ & \InstituteLa & Date \\
+ & \emph{A \ParsaTypeLa ~Examination Report}& \ParsaExamDateLa
\end{tabular} }
\end{table}
\begin{minipage}{1\textwidth}
-\begin{flushright} \begin{tabular}{p{0.2\textwidth}p{0.77\textwidth}}
-\textit{Full Name} & \textbf{\StudentNameLa} \\
-\textit{Discipline} & \StudentMajorLa ~\StudentMinorLa \\
-\textit{National ID} & \Studentid \\
-\textit{Personal E-Mail} & \Studentemail \\
+\begin{tabular}{p{0.2\textwidth}p{0.7\textwidth}}
+\textit{Full Name} & \textbf{\StudentNameLa} \\
+\textit{Discipline} & \StudentMajorLa ~\StudentMinorLa \\
+\textit{National ID} & \Studentid \\
+\textit{Personal E-Mail} & \Studentemail \\
\textit{\ParsaTypeLa ~Title} & \textbf{\ParsaTitleLa} \\
-\end{tabular} \end{flushright}
+\end{tabular}
+\end{minipage} ~\\
+
+\begin{minipage}{0.9\textwidth}
\begin{center} \textbf{
Following the oral defence by the student, the examination committee evaluated the \ParsaTypeLa ~as:\\
Excellent $\bigcirc$ Very Good $\bigcirc$ Good $\bigcirc$ Not Acceptable $\bigcirc$\@.
-} \end{center} \end{minipage} ~\\
+} \end{center}
+\end{minipage} ~\\
-\SupervisorReportLa \SupervisorVspace
-\SecondSupervisorReportLa \SecondSupervisorVspace
-\CosupervisorReportLa \CosupervisorVspace
+\SupervisorReportLa \SupervisorVspace
+\SecondSupervisorReportLa \SecondSupervisorVspace
+\CosupervisorReportLa \CosupervisorVspace
\SecondCosupervisorReportLa \SecondCosupervisorVspace
-\FirstExaminerReportLa \FirstExaminerVspace
-\SecondExaminerReportLa \SecondExaminerVspace
-\ThirdExaminerReportLa \ThirdExaminerVspace
-\RepresentativeReportLa \RepresentativeVspace \end{latin}}
+\FirstExaminerReportLa \FirstExaminerVspace
+\SecondExaminerReportLa \SecondExaminerVspace
+\ThirdExaminerReportLa \ThirdExaminerVspace
+\RepresentativeReportLa \end{latin}}
+
-\NewDocumentCommand{\ParsaCopyleft}{}{\begin{center} \begin{minipage}{0.8\textwidth}
+
+
+
+
+% Copyleft Page
+\NewDocumentCommand{\ParsaCopyleft}{}{\begin{center} \begin{minipage}{0.67\textwidth}
\section*{\centering مجوز بهره‌برداری}
بهره‌برداری از این \ParsaTypePa ~در چهارچوب مقررات کتاب‌خانه و با توجه به محدودیتی که توسط استاد راهنما به شرح زیر تعیین می‌گردد، بلامانع است:\\
\begin{itemize}
\item[$\bigcirc$] بهره‌برداری از این \ParsaTypePa ~برای همگان و با ذکر منبع، بلامانع است.
\item[$\bigcirc$] بهره‌برداری از این \ParsaTypePa ~با اخذ مجوز از استاد راهنما و با ذکر منبع، بلامانع است.
-\item[$\bigcirc$] بهره‌برداری از این \ParsaTypePa ~تا تاریخ \hspace{35mm} ممنوع است.
+\item[$\bigcirc$] بهره‌برداری از این \ParsaTypePa ~تا تاریخ .................... ممنوع است.
\end{itemize}
\begin{center}
استاد راهنما: \SupervisorNamePa \\
امضا
\end{center} \end{minipage} \end{center} }
+
+
+
+
+% Dedicate
\NewDocumentCommand{\ParsaDedicate}{+m}{
\vspace*{\fill}
\begin{center}
@@ -710,11 +630,21 @@ Excellent $\bigcirc$ Very Good $\bigcirc$ Good $\bigcirc$ Not Acceptable $\bigci
\end{center}
\vspace*{\fill}}
+
+
+
+
+% Acknowledgment
\NewDocumentEnvironment{ParsaAcknowledgment}{+b}{
\chapter*{\centering سپاس‌گزاری}
\addcontentsline{toc}{chapter}{سپاس‌گزاری} \thispagestyle{empty}
#1}{}
+
+
+
+
+% CV
\NewDocumentEnvironment{ParsaCV}{+b}{\newpage
\vspace*{\fill}
\begin{center}
@@ -722,4 +652,4 @@ Excellent $\bigcirc$ Very Good $\bigcirc$ Good $\bigcirc$ Not Acceptable $\bigci
#1
\end{minipage}
\end{center}
-\vspace*{\fill}\newpage}{} \ No newline at end of file
+\vspace*{\fill}\newpage}{}