Search found 4 matches

by jgombos
Thu Oct 09, 2008 7:28 pm
Forum: General
Topic: Why are my minipages overlapping?
Replies: 1
Views: 2986

Why are my minipages overlapping?


\documentclass{letter}

\usepackage[margin=2cm]{geometry}
\usepackage{graphicx}
\usepackage{wrapfig}

\signature{Cookie Monster}

\address{Cookie Monster\\
Sesame Street}

\begin{document}

\begin{letter}{Kermit the Frog\\
Sesame Street}

\opening{Dear Kermit the Frog,}

\begin{minipage}{7.5in ...
by jgombos
Thu Oct 09, 2008 9:03 am
Forum: General
Topic: Complete Words Using Wrapfig
Replies: 2
Views: 2024

Complete Words Using Wrapfig

Try adding this in your document:

Code: Select all

\hyphenation{New model design incorporating pressure taps and RASB ports}
Those words cannot be broken after that line is processed.
by jgombos
Wed Oct 08, 2008 5:30 pm
Forum: General
Topic: Floating a minipage in a letter
Replies: 2
Views: 5604

Floating a minipage in a letter


\documentclass[12pt]{letter}

\usepackage[margin=2cm]{geometry}
\usepackage{graphicx}
\usepackage{wrapfig}

\signature{Kermit the Frog}

\address{Kermit the Frog\\
123 sesame street\\
New York, NY 12312}

\begin{document}

\begin{letter}{Cookie Monster\\
345 sesame street\\
New York, NY 12312 ...
by jgombos
Wed Oct 08, 2008 1:59 pm
Forum: General
Topic: Floating a minipage in a letter
Replies: 2
Views: 5604

Floating a minipage in a letter

I'm writing a letter, and I need to insert a large image. I have some specific text that must wrap around this image.

The wrapfig environment works as far as floating the image (because it's too large for the page that it would normally fall on, and it's moved to the next page as a result). It also ...