I am working on a thesis which I need to add Arabic abstract at the end of the document after the bibliography.
The problem is when I include the Arabic abstract in the main tex file. a new blank page is created before the abstract. (Note: I tried to include the English abstract instead and it works fine).
Code: Select all
Code, edit and compile here:
\documentclass[a4paper,12pt]{report}\usepackage{arabtex}\usepackage{utf8}\usepackage[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage{setspace}\setcode{utf8}\begin{document}\listofcontents\listoffigures\inlude{abstract_eng}\include{chapter1}\include{chapter2}\include{chapter3}% biblography\bibliographystyle{unsrt}\bibliography{bibfile}%...............\include{abstract_arabic}\end{document}% ==============arabic abstract===============\renewcommand{\abstractname}{\normalfont\large\bfseries \RL{العنوان}}\vspace*{1.5cm}\begin{abstract} %%\vspace*{1.5cm}\begin{center}\large\textbf{ \RL{الملخص}}\end{center}\end{abstract}