Friday, May 25, 2007

Latex-Book

Latex: Book
for my project.
\documentclass[dvips,12pt]{book}
\usepackage{a4,color,graphics,palatino,fancyhdr}
\usepackage{natbib}
\bibpunct{(}{)}{;}{a}{,}{,}
\begin{document}
\title{title}
\author{author\\
School of Mathematical and Physical Sciences\\
The University of Newcastle,\\
2308 Callaghan, Australia,\\
}
\date{\today}
\maketitle
\thispagestyle{empty}
\pagestyle{empty}
\setcounter{page}{1}
\pagenumbering{roman}
\input{abstract}
\tableofcontents
\pagestyle{fancy}
\lhead{}
\input{chapter0}
\setcounter{page}{1}
\pagenumbering{arabic}
\input{chapter1}
\input{chapter2}
\input{chapter3}
\input{chapter4}
\bibliographystyle{plainnat} \bibliography{pro_bib}
\end{document}