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.

Post Reply