Here's my attempt:
Code: Select all
\documentclass[twocolumn, 11pt]{article}
\usepackage{fancyhdr}
\usepackage[margin=1in]{geometry}
\usepackage{lipsum}
\usepackage{graphicx}
\renewcommand{\headrulewidth}{0.1pt}
\fancyhf{}
\fancyhead[L]{\small ICACSIS 2009}
\fancyhead[C]{}
\fancyhead[R]{\small ISBN:xxxxx}
\renewcommand{\headrulewidth}{0.1pt}
\fancyfoot[C]{\thepage}
\renewcommand{\footrulewidth}{0.1pt}
\pagestyle{fancy}
\begin{document}
\begin{titlepage}
\includegraphics[width=\paperwidth,height=\paperheight]{designcover.jpg}
\end{titlepage}
\newpage
\pagestyle{fancy}
\lipsum[1-4]
\newpage
\lipsum[5-7]
\newpage
\lipsum[8-11]
\end{document}
Beside, there's an extra empty page before the image.