\documentclass{ipmu2006}
\title{\bf Instructions for Authors}
\author{{\bf Author}\\
Address\\ e-mail \And  {\bf Author}\\ Address\\ e-mail \And {\bf Author}\\ Address\\ e-mail}
\begin{document}
\maketitle
\begin{abstract}
The abstract paragraph must be indented 0.7 cm on both
left and right-hand margins.

{\bf Keywords:} Paper, Instructions.
\end{abstract}

\section{General formatting instructions}

Submitted full papers are to be 6 to 8 pages length. The authors
should electronically submit their papers, written in English, no
later than December 10th, 2006, trough a web upload procedure
available from the end of May at the Conference web page ({\tt
http://ipmu2006.lip6.fr}).

The only allowed formats for the submission are PDF and Postcript.
Authors who cannot submit their papers electronically should send
three copies of their papers to the Conference secretariat.

Submitted papers must be written on two columns with an overall
width of 16 cm (7.6 cm each column and 0.8 cm of space between
columns). Left and upper margins should be of 2.5 cm, and the
length of the text of 24 cm. The normal text should be in Times 11
points. The pages must not be numbered. Paper title is centered.
Authors' name are centered too.

\LaTeXe{} style and example files are available in the Conference
web page.

\section{Footnotes and Citations}

Footnotes must be numbered\footnote{Example of footnote.}, and placed at the bottom of the column where they
appear.

Citations must include the reference number between
brackets, for example \cite{bibli}. References must be sorted by the author name.

\section{Figures and Tables}

All figures must be centered like Figure \ref{figure1}. The number
and caption of the figure must always appear below the figure.
\begin{figure}[h]
  \centering\epsfig{file=membership.eps,width=\linewidth}
  \caption{Example of figure title}
  \label{figure1}
\end{figure}
\pagebreak
\subsection{Tables}

All tables must be centered and clear. The number and title always
appear above the table (See Table \ref{table}).
\begin{table}[ht]
\begin{center}
\caption{Example of title of a table.}\label{ttabl}
\label{table}
\begin{tabular}{|c|l|} \hline
    {\bf NAME} & {\bf DESCRIPTION} \\ \hline $A$ &   Fuzzy subset of $X$
\\ $\mu_{A}$ & Membership function of $A$ \\ \hline
\end{tabular}
\end{center}
\end{table}

\begin{ack}
The word acknowledgements must be aligned to the left, not
numbered and bolded.
\end{ack}

\begin{thebibliography}{99}

\bibitem{bibli} P. Ipmu (2006). Instructions for Authors. In {\em Proceedings of the conference IPMU'2006}, volume 2, pages 1-42, Paris, France, July 2006.

\end{thebibliography}

\end{document}

