Graphics, Figures & TablesPicture from paint

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Adam_LUFC
Posts: 19
Joined: Mon Jan 24, 2011 6:22 pm

Picture from paint

Post by Adam_LUFC »

In paint my picture is saved as WinningFraction so i have done

Code: Select all

\usepackage{graphicx} 

\includegraphics{WinningFraction}
But nothing appears :?

Recommended reading 2024:

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

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

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

Picture from paint

Post by frabjous »

What file format is it saved in? What program (latex, pdflatex, etc.) are you using to compile?

Please provide a real minimal working example. The code you gave certainly isn't right. The \usepackage line needs to go in the preamble, and the \includegraphics line needs to be in the body, so at the least, there needs to be \begin{document} in between them, but posting a complete document is always preferable. See the Post on Avoidable Mistakes.
Post Reply