Search found 1 match

by neo
Tue Dec 21, 2010 8:45 pm
Forum: General
Topic: Remove space after figure and before text
Replies: 6
Views: 232871

Remove space after figure and before text

In addition, you can use the \setlength command with an appropriate switch , before the \begin{document} . For example,

\setlength{\intextsep}{1ex} % set space above and below in-line float
or
\setlength{\intextsep}{-1ex} % remove extra space above and below in-line float

Some useful switches ...