%---------------------- Preamble
\documentclass{mhd}     % you may use here any options admissible 
                        % for article.cls

%\usepackage{...}   	% if you need any additional packages

%%%%%%%%%%  
%	Place for your macros
%%%%%%%%%%

\mhdhead{0}{0}{1}	% MHD header (vol., issue, first page)

\title{Paper title}	%Paper title
\author{A.~Author} 	%Author's name 
\institute{Full postal address of the author's institute} 

%	if there are more institutes:
%\author{A.~Author\inst{1}\inst{,2}  
%\institute{Full postal adres of the first institute
%	\and
%	Full postal adres of the second institute}

%	if there are more than one author:
%\author{F.~Author1, \and S.~Author2}

%       if there are authors from several institutes:
%\author{F.~Author1\inst{1}, 
%	\and
%	S.~Author2\inst{2}, 
%	\and
%	T.~Author3\inst{1}\inst{,3}}	
						
%----------------------- End of Preamble

\begin{document}

%----------------------- Head
\maketitle
%\dedication{...}			%if any
\begin{abstract}%
Type your abstract text here.
%\classification{PACS number(s)}
\end{abstract}
%----------------------- End of Head     

%----------------------- Body       
\section*{Introduction.}
This is an MHD-paper template. Your may modify its content according to 
your needs.

\section{Sectioning.}
In \textsl{MHD2e.sty}, \verb#\section# and \verb#\subsection# commands 
are redefined to work like standard \verb#\paragraph# and, respectively, 
\verb#\subparagraph# commands.  Only these four commands are allowed for 
sectioning. 

\section{Additional math.}
Vectors must by typeset in bold and slanted. You should use for this purpose 
the new command \verb#\bvec#.
There are also three new commands \verb#\Div#, \verb#\Rot# and \verb#\Grad# 
for typsetting vector field operations.

\section{List of references.}
References are cited in text using the \verb#\cite{#\textit{key}\verb#}#
command. 
%and are listed in the bibliography using the \verb#\bibitem{key}# command. 
Place the list of references after the main body of the paper using one of two
alternative methods.

\subsection{BibTeX.}
If you want to use BibTeX, write the commands
\begin{quote}
\verb#\bibliographystyle{mahyd}#
\\
\verb#\bibliography{#\textit{bib files}\verb#}#
\end{quote}
where \textit{bib files} is a list of
BibTeX bibliography database files separated by commas.

\subsection{\LaTeX\  environment.}
Alternatively, you may use the \texttt{thebibliography} environment.
The list of references in the source file \textsl{MHD-template.tex} 
is formed just this way.
This example includes 4 major types of literature: book, article, 
article in conference proceeding, and PHD thesis. 

\section{Figures and tables.}
Figures should be prepared using the standard \texttt{figure} environment 
and placed at the end ofthe document. Pictures must be included by 
\verb#\epsfig# or \verb#\includegraphics# commands belonging to the 
package \textsl{graphics} (or either \textsl{graphicx}.

\section{Conclusion.}
For any questions about using this template to prepare an MHD paper
and found bugs please contact the MHD editorial board.

\Thanks{Put your acknowledgments here.}

%-------------------- End of Body

%-------------------- References     

\begin{thebibliography}{10}
\bibitem{Rosensweig:book}
  \textsc{R.~E. Rosensweig}.
  \textit{Ferrohydrodynamics\/} 
  (Cambridge University Press, New York, 1985).
\bibitem{LGJ:PhysRevA:92:46}
  \textsc{S.~A. Langer, R.~E. Goldstein, and D.~P. Jackson}.
  Dynamics of labyrinthine pattern formation in magnetic fluids.
  \textit{Phys. Rev. A.}, Vol.~46 (1992), No.~8, pp.~4894--4904.
\bibitem{Branover:MaHyd:31:3:360}
  \textsc{H.~Branover, A.~Eidelman, and M.~Nagorny.}
  Recent results related to blanket technology.
  \textit{Magnitnaya Gidrodinamika}, Vol.~31 (1995), No.~3, pp.~360--365
  (in Russian).
\bibitem{Sreenivasan:PAMIR:2000:81}
  \textsc{B.~Sreenivasan and T.~Alboussi\`ere.}
  Study of an isolated vortex subject to a uniform magnetic field.
  In: \textit{Proceedings of the Fourth International {\rm pamir}
    Conference on Magnetohydrodynamic at dawn of third millenium\/}
    (Presqu\^{\i}le de Giens, France, 2000), Vol.~1, pp. 81--86.
\bibitem{Elias:thesis}
  \textsc{F.~Elias.}
  Organisation de motifs bidimensionnels de ferrofluide: le cas de 
  la structure cellulaire.
  Ph.D. thesis, Universit\'e Paris VII, 1998.
\end{thebibliography}

% -------------------- End of References

\lastpageno	% This command sends the number of the last page to 
		% the MHD headline. Please latex your file twice if
		% you have used it.

%%%%%%%%%%%%%  
%	Place your tables and figures here
%%%%%%%%%%%%%

\end{document}
