Im using wrap fig in a document where I need the text to float around several smallish pictures. Is there a way to to force complete words when the end of the sentance reaches the picture box? i.e. I dont want the incomplete word to go over to the new line with a hyphen.....I would rather if it cant fit to take the complete word to the next line. Sample code im using below.
Is it possible to amend this code;
\begin{wrapfigure}{r}{0.47\textwidth}
\vspace{-20pt}
\begin{center}
\includegraphics[width=3in,height=!]{F2.pdf}
\vspace{-5pt}
\caption{\textbf{New model design incorporating pressure taps and RASB ports.}}
\label{taps}
\end{center}
\vspace{-5pt}
\end{wrapfigure}
Cheers
General ⇒ Complete Words Using Wrapfig
NEW: TikZ book now 40% off at Amazon.com for a short time.

Complete Words Using Wrapfig
Try adding this in your document:
Those words cannot be broken after that line is processed.
Code: Select all
\hyphenation{New model design incorporating pressure taps and RASB ports}
Re: Complete Words Using Wrapfig
I tried \hyphenation{} to no avail and also tried nohyphens. I assume the text you want with no hyphens is entered within curly brackets? \hyphenation{} . I put these around the body text that surrounded the picture and i got errors.