I'm trying to put some figures in the right places in text but is not working.
I'm using the following packages:
Code: Select all
\usepackage{graphicx}
\usepackage{natbib}
\usepackage{float}
\usepackage{varioref}
\usepackage{wrapfig}
\usepackage{dcolumn}
\usepackage{subfigure}
\usepackage{subfigmat}
\usepackage{fancyvrb}
\usepackage{floatrow}
This is the code I'm using to place the figure :
Code: Select all
\begin{figure}[t!]
\begin{center}
\includegraphics[keepaspectratio,width=13cm]{./figures/introduction/fig.eps}
\end{center}
\caption{}
\label{fig}
\end{figure}