<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5346.5" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have been using 
\includegraphics[width=1\columnwidth]{InfoMonthlyheader1} and this (and all 
graphics) have been imported as .eps.&nbsp;&nbsp; Now, with some great advice to 
get me started, from this group, I have tried using pdftex from MikTex on a 
Win32 system.&nbsp;&nbsp; I cut a raft of code out of my document and have a 
very skeletal version below so experts can see what I'm up to and perhaps spot 
really dumb things I'm doing.&nbsp; My problem is that when I do 
includegraphics[width=.8\columnwidth]{flowsNew1.png}, I end up with a very, 
very, very large graphic in my document.&nbsp; I even edited it down to be a 
tiny image, but it still ends up so huge that only a portion can fit on the 
page.&nbsp; Does anyone have any ideas as to what I must do to get .png files to 
display properly?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I can continue to use .eps files if I cannot use 
.png.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks so much!&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>-Warren</FONT></DIV>
<DIV>(code follows)</DIV>
<DIV><FONT face=Arial 
size=2>-----------------------------------------------------------------&nbsp; 
SNIP&nbsp; 
-----------------------------------------------------------------&nbsp; 
</FONT></DIV>
<DIV><FONT face=Arial 
size=2>\documentclass[12pt]{article}<BR>\usepackage{graphicx}<BR>\usepackage{color}<BR>\usepackage{multicol}&nbsp; 
<BR>\usepackage{pdftex}<BR>\usepackage{pgf} <BR>&nbsp;<BR>%charter 
font<BR>\usepackage[OT1, T1]{fontenc} </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>%use TeX encoding then Type 
1.<BR>\definecolor{altncolor}{rgb}{.8,0,0}</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>\textwidth = 8 in<BR>\textheight = 12 
in<BR>\oddsidemargin = -.9in<BR>\evensidemargin = -.9in</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>\topmargin = -40pt</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>\headheight = 0pt<BR>\headsep = 0pt<BR>\parskip = 
4pt<BR>\parindent = 0.0in<BR>\marginparwidth = 0pt<BR>\marginparsep = 
0pt</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>\pagestyle{empty}</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>\columnsep=20pt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
% Space between columns 
<BR>\columnseprule=.001pt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
% Width of rule between columns </FONT></DIV><FONT face=Arial size=2>
<DIV><BR>\begin{document}<BR>\raggedright</DIV>
<DIV>&nbsp;</DIV>
<DIV>\includegraphics[width=1\columnwidth]{InfoMonthlyheader1}<BR>\hoffset=.4in</DIV>
<DIV>&nbsp;</DIV>
<DIV>\begin{minipage}[t]{1\linewidth}</DIV>
<DIV>&nbsp;</DIV>
<DIV>\begin{center}<BR>\large {\textcolor{black}{Caseload Update April 2006 
Assistance Month}}<BR>\end{center}</DIV>
<DIV>&nbsp;</DIV>
<DIV>\begin{multicols}{2}<BR>\fontfamily{pbk}\selectfont 
<BR>\fontsize{12}{13}\selectfont</DIV>
<DIV>&nbsp;</DIV>
<DIV>\colorbox{blue}{\color{white} \hspace{.1in} {\textbf{Caseload Update 
(old&nbsp; )}} \color{blue}{iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii}&nbsp; 
}<BR>\vspace{10pt}</DIV>
<DIV>&nbsp;</DIV>
<DIV>A table usually goes here.</DIV>
<DIV>&nbsp;</DIV>
<DIV>\newline<BR>\includegraphics[width=.8\columnwidth]{flowsNew1.png}</DIV>
<DIV><BR>\fontfamily{pbk}\selectfont <BR>\fontsize{12}{13}\selectfont</DIV>
<DIV>&nbsp;</DIV>
<DIV>\colorbox{blue}{\color{white} \hspace{.1in}{\textbf{Transitions - March to 
April 2006}} \color{blue}{iiiiiiiiiiiiiii}&nbsp; }</DIV>
<DIV>&nbsp;</DIV>
<DIV>More stuff here</DIV>
<DIV>&nbsp;</DIV>
<DIV>\end{multicols}<BR>\end{minipage}<BR>\end{document}<BR>-----------------------------------------------------------------&nbsp; 
SNIP&nbsp; 
-----------------------------------------------------------------&nbsp; 
</FONT></DIV></FONT></DIV></BODY></HTML>