%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%     10th Japanese-Hungarian Symposium 2017 LaTeX Template File
%          2016/10/07  by  jh2017@cs.bme.hu
%
% 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\documentclass[a4paper,10pt]{article}
\usepackage{amsmath,amssymb,graphicx}

%\usepackage{} %% Please use additional packages only if really necessary.
               %% Make sure that these packages are compatible with amsmath.

\setlength{\headheight}{0mm}
\setlength{\oddsidemargin}{-0mm}
\setlength{\topmargin}{-15mm}        
\setlength{\textwidth}{160mm}
\setlength{\textheight}{220mm}       
\renewcommand{\baselinestretch}{1.0} 
%\renewcommand{\thefootnote}{\fnsymbol{}}
\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}}}


\newtheorem{thm}{\bfseries Theorem}
\newtheorem{lem}[thm]{\bfseries Lemma}        %% lemmas, props, cor, etc
\newtheorem{remark}[thm]{\bfseries Remark}    %%   are numbered consecutively
\newtheorem{iden}{\bfseries Identity}         %%   with the theorems.
\newtheorem{sublem}{\bfseries Sub-lemma}[thm] %% 
\newtheorem{prop}[thm]{\bfseries Proposition} %%
\newtheorem{cor}[thm]{\bfseries Corollary}     
\newtheorem{defn}[thm]{\bfseries Definition}
\newtheorem{cl}[thm]{\bfseries Claim}
\newtheorem{axiom}[thm]{\bfseries Axiom}
\newtheorem{conj}[thm]{\bfseries Conjecture}
\newtheorem{fact}[thm]{\bfseries Fact}
\newtheorem{hypo}[thm]{\bfseries Hypothesis}
\newtheorem{assum}[thm]{\bfseries Assumption}
\newtheorem{crit}[thm]{\bfseries Criterion}
\newtheorem{exmp}[thm]{\bfseries Example}
\newtheorem{prob}[thm]{\bfseries Problem}
\newtheorem{prin}[thm]{\bfseries Principle}

\newenvironment{proof}{\medskip                    %% Proof
\noindent{\scshape Proof:}}{\quad $\Box$\medskip}  %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% add below what is needed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\pagestyle{empty}
\begin{document}

\begin{center}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Title
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{This is the title\\
 this is the second line} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% begin : Authors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{First Author\footnotemark[1]  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%Footnote optional for thanks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}{
Department of Something \\
University of \\
Address of Univ., Japan
}{
e-mail address
}\footnotetext[1]{Research is supported by ???}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Add the text of ``thanks'' above
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{
\underline{Second Author}\footnotemark[2] 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Underline the name of the speaker
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}{
Department of Something \\
University of \\
Address of Univ., Hungary
}{
e-mail address
}
\footnotetext[2]{Research is supported by ???}
%
\author{
Third Author
}{ 
Department of Something \\
University of \\
Address of Univ., Japan
}{
 e-mail address
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% end : Authors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{center}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abstract
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{quote}
{\bfseries Abstract:}
This is the abstract.
\end{quote}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Keywords (3 $\sim$ 5 words)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{quote}
{\bf Keywords: 3--6 keywords}
\end{quote}
\vspace{5mm}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Text
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction} 

My first section is here. 

\section{Main result} 

Here I'll 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 the .eps version of my figure 
(i.e. the file myfigure.eps) by e-mail to the organizers. 

\begin{proof}
\end{proof}

\begin{thebibliography}{99}

\bibitem{ref1}
{\scshape A. Author},
\newblock Title of the paper,
\newblock  {\itshape Journal } {\bfseries 52} (1999)  


\end{thebibliography}



\end{document}








