Graphics, Figures & Tables ⇒ Error in Figures Caption
Error in Figures Caption
Hello, I'm having a problem inserting Figures. 'Figure x' does not appear in the legend, only the legend of the figure. How do I make 'Figure x' appear? I'm using overleaf.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Error in Figures Caption
Hi Denise,
welcome to the forum!
By default we get that text "Figure X:". Try, click on "Run LaTeX here":
What are you writing different in your code? Can you show it?
Stefan
welcome to the forum!
By default we get that text "Figure X:". Try, click on "Run LaTeX here":
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics[width=3cm]{example-image}
\caption{Example image}
\end{figure}
\end{document}
Stefan
LaTeX.org admin