I am puzzling over the figure floats placement.
In fact as you can see from picture here
I would like to put the figure on the left without resizing the figure itself but I would like to exploit the left blank margin on the page.
I tried many ways unsuccessfully (changing the width argument in many way)..the current latex code for this figure is:
Code: Select all
\begin{figure}
\includegraphics[width=1\paperwidth]{imagesnews/MeaningDiagram}
\caption{The class \texttt{Meaning.}\label{fig:MeaningAspects}
\texttt{\label{fig:The-class-Meaning.}}}
\end{figure}
Thanks guys