Tagged Questions
2
votes
1answer
111 views
Place image on a new page without top margin?
I have an article:
\documentclass[a4paper,12pt,oneside]{article}
Now in a section I have a figure:
\begin{figure}
\centering
\includegraphics[scale=0.65]{images/rlexample.png}
\caption{---}
...
1
vote
1answer
184 views
How do I remove the whitespace above the first text in an article?
\documentclass{article}
\begin{document}
foo
\end{document}
This code leaves a very big whitespace above foo.
Why is this and how do I make it smaller?
\usepackage[showframe=true]{geometry} (thanks ...
2
votes
1answer
377 views
Problem with margins in documentclass article and package graphicx
I noticed that using the documentclass article and the package graphicx changes the displayed margins. Is that problem known and is it possible to avoid it?