Saturday, 8 June 2013

3 Abstracts on on the same page

3 Abstracts on on the same page

How to place 3 abstract (english, french and arabic) on on the same page?
I tried to put them in a single page, but it does not work :
\documentclass[12pt,a4paper]{report}
\usepackage[Bjornstrup]{fncychap}
\usepackage[utf8]{inputenc}
\usepackage{arabtex}
\begin{document}
 \begin{abstract}
   %abstract in french
 \end{abstract}
\renewcommand{\abstractname}{Abstract}
\begin{abstract}
   %abstract in english
 \end{abstract}
\renewcommand{\abstractname}{ملخص}
\begin{abstract}
   %abstract in arabic
 \end{abstract}
\end{document}

No comments:

Post a Comment