1

I am writing thesis. The problem is the page numbering after title page. It should be page number (ii) on Abstract. Instead it's page number (i). here is the code

\documentclass[oneside,12pt]{book}
\usepackage{graphicx}
\graphicspath{ {Images/} }
\usepackage{times}
\usepackage[left=1.5in,right=1in,vmargin=1in]{geometry}
\usepackage[pdftex,colorlinks]{hyperref}
\begin{document}
\frontmatter
\input{Chapters/titlepage}
\chapter{Abstract}
\input{Chapters/Abstract}
\chapter{Acknowledgements}
\input{Chapters/Acknowledgements}
\tableofcontents
\mainmatter
\chapter{Point to Point Comm}
\input{Chapters/chapter01}
\chapter{Massive}
\input{Chapters/chapter02}
\chapter{Conclusion}
\input{Chapters/chapter03}
\end{document}
Sebastiano
  • 54,118

0 Answers0