Thank you, Alan!<br><br>This is great! It looks wonderful!<br><br><br>Jada<br><br><br><br><br><br><div class="gmail_quote">On Tue, May 3, 2011 at 8:28 PM, Alan Munn <span dir="ltr"><<a href="mailto:amunn@gmx.com">amunn@gmx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On May 3, 2011, at 7:30 PM, Jada Watson wrote:<br>
<br>
> Hi All,<br>
><br>
> This is probably a very simple question for you guys, but I've been reading a document by Keith Reckdahl about importing graphics, and I am not finding the answer I need.<br>
><br>
> I am trying to figure out how to align a .jpg with the right hand margin of a page, and be able to have text run beside and then underneath it.<br>
><br>
> Is this possible in LaTeX? Can anyone offer any advice?<br>
<br>
<br>
</div></div>Use the wrapfig package:<br>
<br>
\documentclass[11pt]{article}<br>
\usepackage{wrapfig}<br>
\usepackage{lipsum} % for dummy text<br>
\usepackage[demo]{graphicx} % demo option for dummy images<br>
<br>
\begin{document}<br>
<br>
\lipsum[1]<br>
\begin{wrapfigure}{r}{3in}<br>
\includegraphics[width=3in]{test.jpg}<br>
\end{wrapfigure}<br>
\lipsum[2]<br>
<br>
\end{document}<br>
<font color="#888888">--<br>
Alan Munn<br>
<a href="mailto:amunn@gmx.com">amunn@gmx.com</a><br>
<br>
<br>
<br>
<br>
</font><br>----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/" target="_blank">http://email.esm.psu.edu/mac-tex/</a><br>
List Archive: <a href="http://tug.org/pipermail/macostex-archives/" target="_blank">http://tug.org/pipermail/macostex-archives/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" target="_blank">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex" target="_blank">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
<br>
<br></blockquote></div><br>