I want to include a PDF file in my LaTeX-Document, which I compile with pdflatex.
Using width=\linewidth, I still get an overfull hbox. What am I doing wrong?
MWE:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=\linewidth]{Test.pdf}
\end{document}
Warning: Overfull \hbox (15.0pt too wide) in paragraph
