Something useful???
% Document type \documentclass{article} % Including required packages \usepackage{amsmath} \usepackage{amsfonts} \usepackage{latexsym} \usepackage{graphicx} % Setup the page type and margin \topmargin -1.5in \oddsidemargin -1.0in \evensidemargin -1.0in \pagestyle {empty} % Begining of the document \begin{document} % Picture on the first page \begin{figure} \centering \includegraphics[width=8.5in, height=11in, angle=0]{Picture01.jpg} \end{figure} % Picture on the secoond page \newpage \begin{figure} \centering \includegraphics[width=8.5in, height=11in, angle=0]{Picture02.jpg} \end{figure} % You can add more pages with pictures... % End of the document \end{document}