view 00.tex @ 1:77658ee63839 kono r1

Papaer released.
author kono
date Thu, 06 Mar 2008 19:49:25 +0900
parents 685b35adf419
children
line wrap: on
line source

\documentclass[12pt]{article} %%%%% preamble            %%%%%
\usepackage[dvipdfm]{graphicx}

%\textwidth 16.3cm	% the text frame size
%\textheight 23cm
%\oddsidemargin 5mm	% for centering
%\evensidemargin 13mm	% for centering
%\topmargin 1mm
%\pagestyle{empty}
\pagestyle{plain}
\begin{document}		%%%%% the main routine begins here	%%%%%
%\baselinestretch 2
%\flushbottom
%\large				% character size
%\setlength{\baselineskip}{1cm}	% line spacing
\bibliographystyle{jplain} % for bibliography
\input{title}	% title, abstract 
\maketitle
\begin{quote}
\input{abstract}
\end{quote}
%%%%\tableofcontents		%% contents, lists
%%%%\listoffigures
%%%%\listoftables
%\pagenumbering{arabic}

\input{0}	% sections

\bibliography{ref}
\end{document}