When I include a PDF diagram, it forces a new page, so I have one blank page and then this diagram, can somebody help me please? I need to remove that blank page.
My document looks like this
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{a4wide}
\usepackage{pdfpages}
\usepackage[total={17cm,25cm}, top=2.0cm, bottom=1cm, left=0.0cm, right=0.0cm, includefoot]{geometry}
\begin{document}
\newgeometry{total={17cm,25cm}, top=2.0cm, bottom=1cm, left=2.0cm, right=2.0cm, includefoot}
\section*{Diagram případů užití}
\includegraphics[width=\textwidth]{diagram.pdf}
\end{document}
and the resulting output is

\section*simply stands on its own? Also what do you mean with "seems to be ok"? This is not the normal behavior of\includegraphics, so you either doing something funny or the PDF is too large or maybe defect. – Martin Scharrer♦ Dec 4 '11 at 19:12a4widewhile you are usinggeometry. And l2tabu says: a4.sty. a4wide.sty: Do not use these two packages any longer. – Schweinebacke Dec 7 '11 at 9:56