
However i have a few more issues :
Here is the general structure (in page numbers)
1. Title
2. Abstract
3. Table of Contents
4. Introduction
However, I want the Introduction page to start on page 1, and not page 4. What to do?
The second problem starts with this code :
Code: Select all
\section{Effect of fluid velocity on pressure gradient}
A streamline flow and a linear relationship exists between the pressure gradient and the flowrate when a fluid moves slowly
upwards through a bed of very fine particles. Plotting the pressure across the whole bed against velocity using logarithmic
coordinates a linear relation is obtained. This is illustrated in Figure 2.1.
\begin{figure}
\setlength{\abovecaptionskip}{0pt}
\setlength{\belowcaptionskip}{0pt}
\centering
\includegraphics[width=4in]{pressuredrop}
\renewcommand{\figurename}{Fig. }
\caption{Pressure drop over fixed at fluidised beds}
\end{figure}
I am using Miktex and Technicenter, and use scrreprt as the document class.
Pls help.