Code: Select all
\documentclass[a4paper,10pt]{book}
\usepackage{times,a4wide}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\usepackage[round]{natbib}
\title{My Project Report - Story Builders for Young Children}
\author{Tanbir Hussain\\Supervisor: Dr R Kibble}
\date{\today} % Activate to display a given date or no date
% Activate to display a given date or no date
\begin{document}
\maketitle
\def\thepage{\arabic{page}}
\chapter{Introduction}
It builds on foundations created by Donald
Knuth's system
The first is as follows:
\begin{quote}
\citet{ArticleA} Will this work
\end{quote}
\bibliographystyle{apalike}
\bibliography{sav}
\end{document}
Code: Select all
@article{ ArticleA,
author = {Ann Author and A. Second Author and A. Third Author},
title = {The title of the paper},
journal = {The name of the journal},
year = {1927},
volume = 1,
number = 1,
pages = {1--100}
}
Code: Select all
Package natbib Warning: Citation `ArticleA' on page 2 undefined on input line 2
5.
thanks