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
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
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
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