7
|
1 \documentclass[12pt]{article} %%%%% preamble %%%%%
|
|
2 \usepackage[dvipdfm]{graphicx}
|
|
3
|
|
4 %\textwidth 16.3cm % the text frame size
|
|
5 %\textheight 23cm
|
|
6 %\oddsidemargin 5mm % for centering
|
|
7 %\evensidemargin 13mm % for centering
|
|
8 %\topmargin 1mm
|
|
9 %\pagestyle{empty}
|
|
10 \pagestyle{plain}
|
|
11 \begin{document} %%%%% the main routine begins here %%%%%
|
|
12 %\baselinestretch 2
|
|
13 %\flushbottom
|
|
14 %\large % character size
|
|
15 %\setlength{\baselineskip}{1cm} % line spacing
|
|
16 \bibliographystyle{jplain} % for bibliography
|
|
17 \input{title} % title, abstract
|
|
18 \maketitle
|
|
19 \begin{quote}
|
|
20 \input{abstract}
|
|
21 \end{quote}
|
|
22 %%%%\tableofcontents %% contents, lists
|
|
23 %%%%\listoffigures
|
|
24 %%%%\listoftables
|
|
25 %\pagenumbering{arabic}
|
|
26
|
|
27 \input{0} % sections
|
|
28
|
|
29 \bibliography{ref}
|
|
30 \end{document}
|