General ⇒ includegraphics
includegraphics
I am new user and I have a small problem with including images in my document.
I am using LEd as a text editor.
I am using
\begin{figure}[t]
\centering
\includegraphics{}
\caption{}
\label{fig:}
\end{figure}
and the problem is that \includegraphics is in italic (in other words the program does not recognize it as a valid command).
What can I do to fix this?
Sinziana
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
includegraphics
Code: Select all
\usepackage{graphicx}
Code: Select all
\begin{figure}[t]
This thread belongs to LaTeX->General