Search found 2 matches

by jessie tex
Thu Sep 24, 2015 7:39 pm
Forum: Graphics, Figures & Tables
Topic: Image appears on next page if I use a caption
Replies: 3
Views: 18148

Re: Image appears on next page if I use a caption

I'm not sure, I followed a YouTube tutorial. Do you know what I should use instead?

Actually, done it. Thank you for your help!
by jessie tex
Thu Sep 24, 2015 6:19 pm
Forum: Graphics, Figures & Tables
Topic: Image appears on next page if I use a caption
Replies: 3
Views: 18148

Image appears on next page if I use a caption

If I don't include a caption then my image sits under my writing, eg:
\documentclass[11pt]{article}
\usepackage{graphicx}
\title{Trying}
\author{Ksks}
\begin{document}
\maketitle
Hello.
\begin{figure}[!h]
\centering
\includegraphics[scale=0.75]{plot.jpg}
\end{figure}
\end{document}

But when I ...