Search found 2 matches

by diastorio
Wed Oct 28, 2009 11:40 am
Forum: Graphics, Figures & Tables
Topic: Empty Image insert!
Replies: 2
Views: 5006

Re: Empty Image insert!

Hi Thorsten,

It Works!! Thanks a lot

Best regards,

-ddt
by diastorio
Wed Oct 28, 2009 10:59 am
Forum: Graphics, Figures & Tables
Topic: Empty Image insert!
Replies: 2
Views: 5006

Empty Image insert!

Hi List,

I am new to Latex. I tried to insert an image in my document using the following statement;
\documentclass[11pt,a4paper,oneside, draft]{report}
\usepackage[latin1]{inputenc}
\usepackage{color}
\usepackage{graphicx}
\begin{document}
\begin{center}
\includegraphics[width=10cm]{encaps}
\end ...