سلام. در فايل پي دي افمم بعد از اتمام هر فصل يك صفحه خالي ظاهر ميشود كه هيچ شماره اي ندارد ولي در شمارش صفحه ها حساب شده است. خواهش ميكنم راهنمايي كنيد و مشكلم را حل كنيد.
\documentclass[oneside,openright,phd]{AzarUniv_thesis}
\input{commands}
\begin{document}
\baselineskip=.75cm
\pagenumbering{harfi}
%\renewcommand{\thefigure}{\arabic{chapter}.\harfi{figure}}
\input{fa_title}
\thispagestyle{plain}
\tableofcontents
%\newpage
%\thispagestyle{empty}
%\mbox{}
%\newpage
\listoftables
\newpage
\thispagestyle{empty}
%\mbox{}
\newpage
{
\baselineskip=1.1cm
\include{Abstract}
}
\newpage
\thispagestyle{empty}
%\mbox{}
%\newpage
\pagenumbering{arabic}
{
\baselineskip=.9cm
\include{PreSpeech}
%\renewcommand{\thechapter}{\adadi{chapter}}
\include{chapter0}
\include{chapter1}
\include{chapter2}
\include{chapter3}
%\include{chapter4}
%\include{chapter6}
%\include{chapter5}
}
\appendix
%\include{appendix1}
\include{references}
\baselineskip=.75cm
%\include{dicfa2en}
%\include{dicen2fa}
{\baselineskip=.65cm
\renewcommand{\glossarypreamble}{}
\renewcommand{\glossarypostamble}{}
\printglossary[style=listdotpage,type=main]
%\glsaddall[types=dicep]
\renewcommand{\glsnamefont}[1]{\rm{\latinfont #1}}
\renewcommand{\glossarypreamble}{\setLTR\DefaultMathsDigits}
\renewcommand{\glossarypostamble}{\setRTL\AutoMathsDigits}
\printglossary[style=listpagedot,type=dicep]
}
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\addcontentsline{toc}{chapter}{نمایه}
\printindex
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
{
\baselineskip=1cm
\include{LatinAbstract}
}
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\label{LastPage}
\input{en_title}
\end{document}