Code: Select all
\begin{figure}[h]
\begin{center}
\includegraphics[scale=0.4, bb = 0 0 535 330]{xxxx.png}
\vspace{-3mm}\caption{\small{caption}} \label{key}
\end{center}
\end{figure}
\FloatBarrier
Code: Select all
\begin{figure}[h]
\begin{center}
\includegraphics[scale=0.4, bb = 0 0 535 330]{xxxx.png}
\vspace{-3mm}\caption{\small{caption}} \label{key}
\end{center}
\end{figure}
\FloatBarrier
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\documentclass[oneside,11pt, dvipdfm]{report}
Code: Select all
\usepackage[dvips]{graphicx}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis