Search found 3 matches

by saladsamurai
Fri Jan 15, 2010 6:48 pm
Forum: Graphics, Figures & Tables
Topic: Floats not working for me (I am sure it's me)
Replies: 6
Views: 4355

Floats not working for me (I am sure it's me)

You must put some text in the document.
\documentclass[english, 12pt]{article}
\usepackage{babel}
\usepackage{blindtext}
\begin{document}
\begin{figure}[tp]
\centering
\rule{10cm}{5cm}
\caption{A Closed-Loop Control Process}
\end{figure}
\Blindtext
\end{document}


[ht] does not do anything ...
by saladsamurai
Fri Jan 15, 2010 4:46 pm
Forum: Graphics, Figures & Tables
Topic: Floats not working for me (I am sure it's me)
Replies: 6
Views: 4355

Re: Floats not working for me (I am sure it's me)

hi mm :)

Simply removing the "\center" command does not do the trick. Thanks for trying though.

Also, the reason I want to keep the "\center" command is so that the image is at the 'top-center' of the page.
by saladsamurai
Fri Jan 15, 2010 5:39 am
Forum: Graphics, Figures & Tables
Topic: Floats not working for me (I am sure it's me)
Replies: 6
Views: 4355

Floats not working for me (I am sure it's me)

Hello there folks :)

I am having trouble with the positioning of this image. I am not sure why TexnicCenter insists on placing t in the center of a new page.

Here is my preamble and the offending 'snipit' of code:


\documentclass[12pt]{article} % options include: article, report, book ...