Search found 2 matches

by Olf
Thu Mar 12, 2009 12:25 pm
Forum: Graphics, Figures & Tables
Topic: Adjust font size in eps figures?
Replies: 1
Views: 4199

Adjust font size in eps figures?

Hi,
I am writing a report to which I have to include a couple of diagrams which I have in eps format. As I have to resize them to different sizes, all the labels oviously have a different font size.
The labels and captions are saved as clear text somewhere in the eps file, so I was wondering if ...
by Olf
Thu Mar 12, 2009 12:19 pm
Forum: Graphics, Figures & Tables
Topic: Insert Figure Between Text
Replies: 8
Views: 21833

Re: Insert Figure Between Text

You can force latex to put the figure at a precise position with the placement specifier "H" (you need to include the "float" package)

\usepackage{float}

\begin{figure}{H}
...
\end{figure}

More detailes on:
http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions

Regards,
Olf