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!
Search found 2 matches
- 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
- 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 ...
\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 ...