Since this is my first post, I would like to thank you all in advance for your help. It is also more than possible, that my English is at times wrong, since it is not my native language. Of course I'm also going to post a short introduction in the respective "New Members" category.
But enough words regarding the introduction. As the thread title suggests I'm looking for a way to get a rectangle (filled or not does not matter) on every page at the same position of the page.
To make things more complicated, it would be nice if it is possible to embed the rectangle in a way, so that the text would go around the rectangle, but this feature is not a must.
So far I was only able to insert this simple command:
Code: Select all
\begin{figure}[htbp]
\centering
\rule{3cm}{3cm}
\end{figure}
I hope I expressed myself clearly and you can help me with my "problem".