Comment 1 for bug 65839

Revision history for this message
Michael Vogt (mvo) wrote :

It appears that including any pdf as graphic is broken currently. Apparently png works, but pdf does not.

\documentclass[a4paper]{article}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\includegraphics[width=\textwidth]{some_pdf}
\end{titlepage}
\end{document}