diff 00.tex @ 0:a9fda18657b3 default tip

add
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 16 Dec 2009 10:05:04 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/00.tex	Wed Dec 16 10:05:04 2009 +0900
@@ -0,0 +1,30 @@
+\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}