Code: Select all
\begin{figure}
\centering
\includegraphics[width=0.7\linewidth]{C:/xxxxx/te124_f3}
\caption{}
\label{fig:te124_f3}
\end{figure}
Code: Select all
"Undefined control sequence
\includegraphics
Code: Select all
\begin{figure}
\centering
\includegraphics[width=0.7\linewidth]{C:/xxxxx/te124_f3}
\caption{}
\label{fig:te124_f3}
\end{figure}
Code: Select all
"Undefined control sequence
\includegraphics
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{figure}[!htbp]
Thanks for sharing this. Very helpful. If it is okay, can you put up a link to where I can read up more on handling images? ThanksStefan_K wrote:Hi Arland,
welcome to the forum!
That's mainly what I wanted to say at this occasionbut why not a small addition: if you like to have the image pretty near to where it's placed in the code, you could achieve that by relaxing the default placement options for it:
Just to let you know. It allows placement here, top, bottom, or on its own page, with less restrictions. Educational papers often show images very near to where they are referenced, while bigger books tend to put them "here" or at the top of a page, avoiding too much images on a page (default LaTeX behavior).Code: Select all
\begin{figure}[!htbp]
Stefan
NEW: TikZ book now 40% off at Amazon.com for a short time.