%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%     Japan-Korea Joint Workshop on Algorithms and Computation 
%
% 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\documentclass[a4paper,11pt]{article}
%\usepackage{} %% you can use any standard package


\setlength{\headheight}{0mm}
\setlength{\oddsidemargin}{-0mm}
\setlength{\topmargin}{-15mm}        
\setlength{\textwidth}{160mm}
\setlength{\textheight}{220mm}       
\renewcommand{\baselinestretch}{1.0} 
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\renewcommand{\title}[1]{\vspace{\fill}
\eject\addtolength{\baselineskip}{4pt}
{\bfseries\LARGE #1}\\[3mm]\addtolength{\baselineskip}{-4pt}}
\renewcommand{\author}[3]{\parbox[t]{75mm}
{\begin{center}{\scshape #1}\\[3mm] #2\\
 {\ttfamily #3} \end{center}}}
\pagestyle{empty}

\begin{document}

\begin{center}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Title
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{This Is the Title of My Talk\\
 This Is the Second Line} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% begin : Authors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{First Author\footnotemark[1]  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%Footnote optional for thanks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}{
Department of Something \\
University of Anything\\
Address of Univ., Korea
}{
e-mail address
}\footnotetext[1]{Research is supported by ???}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Add the text of ``thanks'' above
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{
Second Author\footnotemark[2] 
}{
Department of Something \\
University of Anything\\
Address of Univ., Japan
}{
e-mail address
}
\footnotetext[2]{Research is supported by ???}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% end : Authors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{center}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abstract
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{quote}
{\bfseries Abstract:}
This is the abstract of the extended abstract.
\end{quote}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Keywords (3 $\sim$ 5 words)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{quote}
{\bf Keywords: algorithm, computation  }
\end{quote}
\vspace{5mm}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Text
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction} 

My first section is here. 
This sample \LaTeX\  file is available from 
\begin{center}
 {\tt http://www-or.amp.i.kyoto-u.ac.jp/waac06/}.
\end{center}
The number of pages of the extended abstract 
must be between four and eight with this format.
 Deadline of the submission is May 28, 2006.

Authors are strongly encouraged to submit their extended abstract
electronically to
\begin{center}
   {\tt umetani@se.uec.ac.jp}.
\end{center}

The submitted extended abstracts are also used for
the proceedings volume of this workshop.
So, the authors are requested to prepare the
extended abstracts very carefully,
because there is no chance of revision or correction. 


\section{Main result} 

Here I will present my main result. 


I can give references \cite{ref1}, 
and I can write everything I want. 
I can even use figures but I remember 
that I have to send a PDF file (A4, 4-8 pages)
by e-mail to 
    Prof. Shunji Umetani
    The University of Electro-Communications, Japan
    umetani@se.uec.ac.jp



\begin{thebibliography}{99}

\bibitem{ref1}
{\scshape A. Author},
\newblock Title of the paper,
\newblock  {\itshape Journal } (1999) {\bfseries 52} 


\end{thebibliography}



\end{document}

