[OS X TeX] Graphics question

Jada Watson jada.watson at gmail.com
Wed May 4 02:34:01 CEST 2011


Thank you, Alan!

This is great! It looks wonderful!


Jada





On Tue, May 3, 2011 at 8:28 PM, Alan Munn <amunn at gmx.com> wrote:

> On May 3, 2011, at 7:30 PM, Jada Watson wrote:
>
> > Hi All,
> >
> > 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.
> >
> > 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.
> >
> > Is this possible in LaTeX? Can anyone offer any advice?
>
>
> Use the wrapfig package:
>
> \documentclass[11pt]{article}
> \usepackage{wrapfig}
> \usepackage{lipsum} % for dummy text
> \usepackage[demo]{graphicx} % demo option for dummy images
>
> \begin{document}
>
> \lipsum[1]
> \begin{wrapfigure}{r}{3in}
> \includegraphics[width=3in]{test.jpg}
> \end{wrapfigure}
> \lipsum[2]
>
> \end{document}
> --
> Alan Munn
> amunn at gmx.com
>
>
>
>
>
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20110503/18dc0b2a/attachment.html>


More information about the macostex-archives mailing list