[Tugindia] placing figures in correct places in report class

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Sat Sep 13 11:08:08 CEST 2003


Bhaskaracharya Pratishthana schrieb:
> 
> I want to place figures in report class file at right place.
> When I used following code
>  \usepackae{graphics}

should be always

\usepackage{graphicx}

> \begin{figure}[h]
> \begin{center}
> \includegraphics{myfile.eps}
> \caption{}
> \label{}
> \end{center}
> \end{figure}

should be

\begin{figure}[!htb]
\centering
\includegraphics{myfile.eps}
\caption{}
\label{}
\end{figure}

Herbert



More information about the tugindia mailing list