Code: Select all
\begin{figure}[h!]
\centering
\includegraphics[width=5.1in,height=2.2in]{./figures/psr.jpg}\\
\caption{Current Status Program Register(CPSR)}
\end{figure}
Code: Select all
\begin{figure}[h!]
\centering
\includegraphics[width=5.1in,height=2.2in]{./figures/psr.jpg}\\
\caption{Current Status Program Register(CPSR)}
\end{figure}
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
$P_\textup{help} \geq 0$
.Because the caption text should not touch the figure. There's a default gap between the figure and the caption (dhan_latex wrote:why there is a gap between the figure and caption?
\abovecaptionskip
, 10pt
), for similar reasons there's a gap between text lines, otherwise the layout would be cramped.caption
package used?) and settings. That's why Svend already asked for a h!
is not a good choice as placement option).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