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
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
includegraphics
Code: Select all
\usepackage{graphicx}
Code: Select all
\begin{figure}[t]
This thread belongs to LaTeX->General