I am trying to insert a figure into my document but when viewing the pdf it is just showing a corner of the image because it seems to be far too big. In addition the figure covers some of the text. I tried already different formats and converted the picture to jpeg and pdf but it does not change anything.
The code ist just
Code: Select all
\begin{figure}[h!]
\caption{caption}
\centering
\includegraphics[width=0.5\textwidth]{abb1.pdf}
\end{figure}