Newer
Older
Discussion_Papers / Cover page / dp-cover.tex
\documentclass[12pt,a4paper,pdftex]{article}

\usepackage[nohead,margin={1.25in,1in}]{geometry}
\usepackage[no-math]{fontspec}
\usepackage{mathspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{microtype}
\usepackage{graphicx}
\usepackage{pdfpages}
\usepackage{hyperref}

\hypersetup{%
	colorlinks=true,%
	urlcolor=blue,%
	pdfpagemode=None,%
	plainpages=false,%
}

\setprimaryfont{Minion Pro}
\setsansfont[Scale=MatchUppercase,BoldFont={Open Sans}]{Open Sans Light}

% customise the following as required
\newcommand{\thetitle}{Main Title}
\newcommand{\theauthors}{Authors}
\newcommand{\thenumber}{20??/??}
\newcommand{\themonth}{Month 20??}


\begin{document}

\pagenumbering{roman} % Ensures that page numbers for the preamble
                      % are different from those for the main body.
                      % This keeps hyperref happy when you set
                      % plainpages=false.
\pagestyle{empty}

\begin{center}
	\vspace*{1cm}

	\includegraphics[height=45mm,keepaspectratio]{OU-Logo-Colour}	\\

	\vfill

	\rule{\textwidth}{2mm}

	\vspace*{8mm}

	\Large

	\textbf{\thetitle}

	\vspace*{1.5cm}

	\theauthors

	\vspace*{0.5cm}

	\rule{\textwidth}{2mm}

	\vspace*{2cm}

	\textbf{The Information Science}

	\textbf{Discussion Paper Series}	\\[\baselineskip]

	\normalsize

	Number \thenumber	\\
	\themonth	\\
	ISSN 1177-455X
	\vfill
\end{center}

\newpage

\small

\begin{center}
	\bfseries
	University of Otago	\\[\baselineskip]

	Department of Information Science
\end{center}

\noindent The Department of Information Science is one of six departments that make up the Otago Business School at the University of Otago. The department offers courses of study leading to a major in Information Science within the BCom, BA and BSc degrees. In addition to undergraduate teaching, the department is also strongly involved in postgraduate research programmes leading to MCom, MA, MSc and PhD degrees. Research projects in autonomous systems, data science, human computer interaction, information systems and software engineering, and intelligent computing and networking are particularly well supported.	\\

\noindent The views expressed in this paper are not necessarily those of the department as a whole. The accuracy of the information presented in this paper is the sole responsibility of the authors.	\\

\begin{center}
	\textbf{Copyright}
\end{center}

\noindent Copyright remains with the authors. Permission to copy for research or teaching purposes is granted on the condition that the authors and the Series are given due acknowledgment. Reproduction in any form for purposes other than research or teaching is forbidden unless prior written permission has been obtained from the authors.	\\

\begin{center}
	\textbf{Correspondence}
\end{center}

\noindent This paper represents work to date and may not necessarily form the basis for the authors' final conclusions relating to this topic. It is likely, however, that the paper will appear in some form in a journal or in conference proceedings in the near future. The authors would be pleased to receive correspondence in connection with any of the issues raised in this paper, or for subsequent publication details. Please write directly to the authors at the address provided below, or via the email address in the paper (if provided). Details of final journal/conference publication venues for these papers are also provided on the Department's publications web pages: \href{http://www.otago.ac.nz/informationscience/publications/} {http://www.otago.ac.nz/informationscience/publications/}. Any other correspondence concerning the Series should be sent to the DPS Coordinator.	\\[2\baselineskip]

\hspace*{10mm}
\begin{minipage}{0.6\textwidth}
	Department of Information Science	\\
	University of Otago	\\
	P O Box 56	\\
	Dunedin	\\
	NEW ZEALAND	\\

	Fax: +64 3 479 8311	\\
	email: \href{mailto:infoscience.dps@otago.ac.nz}{infoscience.dps@otago.ac.nz}	\\
	www: \href{http://www.otago.ac.nz/informationscience/}{http://www.otago.ac.nz/informationscience/}
\end{minipage}

\pagenumbering{arabic}
\setcounter{page}{0}

% Include appropriate source PDF document here.
\includepdf[pages=1-,pagecommand={\thispagestyle{plain}}]{dp20??-??-original.pdf}

\end{document}