Graphics, Figures & TablesA small problem with adding figures...

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
nalkapo
Posts: 3
Joined: Fri Jan 14, 2011 6:06 am

A small problem with adding figures...

Post by nalkapo »

I put some figures into my latex file and then wrote a statement, but after I run the commands, in PDF file, the statement appears before the figures. How can I solve this problem? PLease help...

the commands are under the title: \subsubsection{Example}

,and last commands and the statement are these:

\begin{figure}[p]
\centering
\includegraphics{C:/Users/nalkapo/Desktop/Thesis/Math-1variable/1-variable_Plotn=100.pdf}
\caption{For n=100}
\label{fig:1-variable_Plotn=100}
\end{figure}

As it seems, while n gets larger and larger, the polynomial gets closer and closer to the function.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply