[texhax] How to inserting an image as a coverpage?
Martin Mitchell
mcmitch at btconnect.com
Wed Mar 22 12:48:31 CET 2006
I am writing up my Masters project, and have to include a coverpage that the
university has provided. The page has been supplied as a word documents, but
I can convert it either to a pdf, or an image, but not a TeX file.
I was originally going to combine my outputted PDF, with the coverpage PDF
using gswin32.exe. However if I do this, all my internal links created with
hyperref no longer work.
I have tried using \includegraphics{coverpage} at the very start, but this
results in the image not taking up all the vertical space, and a blank page
being inserted before the image.
\documentclass[a4paper]{article}
%%---------------------------------------------------
%% Packages
%%---------------------------------------------------
\usepackage{anysize}
\marginsize{1in}{1in}{1in}{1in}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{array}
\usepackage{natbib}
\usepackage{aastex_hack}
\usepackage[pdftitle={What does the Hubble Space Telescope see in Nearby
Active Galaxies},pdfauthor={Martin Mitchell}]{hyperref}
%%---------------------------------------------------
%% New Commands
%%---------------------------------------------------
\newcommand\plotgal[1]{\includegraphics[trim=50 120 150 90, scale=0.35,
clip]{#1}}
\newcommand\plotgals[1]{\includegraphics[trim=50 120 90 90, scale=0.5,
clip]{#1}}
%%---------------------------------------------------
%% Main Document
%%---------------------------------------------------
\begin{document}
\marginsize{0in}{0in}{0in}{0in}
\begin{center}
\includegraphics{assets/cover}
\end{center}
\marginsize{1in}{1in}{1in}{1in}
...rest of file
Can anyone help, as I have been unable to find anything on the web to solve
the problem.
Thanks
Martin
More information about the texhax
mailing list