Graphics, Figures & Tablesold Includegraphics code doesn't work now

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Fstalmatski
Posts: 3
Joined: Thu Jan 20, 2011 4:08 pm

old Includegraphics code doesn't work now

Post by Fstalmatski »

I have prepared some publication in year 2007 with figures included using code like this:

\newpage
\begin{figure}[!h]
\begin{center}
\includegraphics[width=1.0\textwidth]{est}
\caption{BMI, Men, Estimates of means by year and age.}
\end{center}
\end{figure}

Now with WinEdt 60 this code is not working- pages are empty.
I was trying some modern modifications - doesn't work anyway.
Any ideas making this working are welcome.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

old Includegraphics code doesn't work now

Post by frabjous »

Does the log file show any errors?

What file format are these figures in, and what program are you using to compile (latex, or pdflatex, or ...?)

Can you provide a minimal working example including a sample image we can test with?
Post Reply