This is my 1st attempt at a latex document so please be gentle on me!!! I'm having a problem with my document in that there are 2 blank pages. Can anyone see from the code what I am doing wrong? Code is below.
Many Thanks
Code: Select all
%%%%%
%Document Information
\documentclass{book}
\author{xyz}
\title{xzy}
% packages
\usepackage{graphicx}
\usepackage{titlepic}
\DeclareGraphicsExtensions{.jpg}
\usepackage[left=2cm,right=2cm,top=3cm,bottom=3cm]{geometry}
\usepackage{indentfirst}
% page settings
\begin{document}
\begin{titlepage}
\titlepic{\includegraphics{abc}}
\author{xyz}
\title{xyz}
\date{07 May 2014}
\end{titlepage}
\maketitle
%Table of contents
\tableofcontents
%Chapters
\chapter{Review of Articles}
\section{The Semantic Web}
The Semantic Web is a web of data fronted by the World Wide Web Consortium (W3C) which is an international standards body.
\item Conclusion
If properly designed the Semantic Web could assist the transformation of human knowledge altogether.
\newpage
\section{The Semantic Web Revisited}
This paper is a review of the ideas and theories of the Semantic Web. supporting certain logical schemes are discussed in this section of the article.
\newpage
\chapter{Comparison of Articles}
\section{Comparison of Articles}
Both papers describe the same topic and are similar in both content and structure.
\section{Comparison}
In comparing both articles the first thing to note is...
\section{Differences}
Although both...
\section{Conclusion}
In this article...
\end{document}