All pertinent files, including the two included PDFs, can be found at http://jacobwegelin.net/tmp/xelatex/.
How can I control the width and height of a scanned, rasterized image when I import it in xelatex?
Code: Select all
\documentclass[12pt]{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=0.8\textwidth]
{hey.pdf}
\includegraphics[width=0.8\textwidth]
{ike-1957-06-16.pdf}
\end{document}