I got two cases with images I wish to use within a document.
One is a logo, I would like to use it in the front page, at the top-right corner.
How do I do that?
The second are a drawings which I would like it to be (horizontally) centralized, and in between the paragraphs I have placed it. Point is at the final result, figures are positioned sometimes a paragraph or two later.
How can I enforce them to be exactly where I want them?
\begin{center} ... \end{center}to make it centered. As for the real figures, follow the Torbjørn's link. – tohecz Mar 17 '12 at 19:01centerfor images. It is intended for text only. See Should I use center or centering for figures? and When should we use \begin{center} instead of \centering?. – Martin Scharrer♦ Apr 14 '12 at 16:15\begin{figure}[h]\begin{center}..., but only\begin{center}, it gives better spacing than\centering. The thing is, images shouldn't be places just "between paragraphs" so he should of course say\begin{figure}[...]\centering...– tohecz Apr 14 '12 at 19:32