I'm formatting my dissertation and I need to number the pages starting with page two as "ii" through the end of the table of content, and then switch and restart page numbering with the first page of first chapter using arabic numbering 1,2...
Here's the code (I apologize if it's not clean):
Code: Select all
Code, edit and compile here:
\documentclass[reqno,12pt,oneside]{report}\usepackage{amssymb}\usepackage{amsfonts}\usepackage{amsmath}\usepackage[top=1in, bottom=1in, left=1.5in, right=1in]{geometry}\usepackage[singlespacing]{setspace}\usepackage[bottom]{footmisc}\usepackage{indentfirst}\usepackage{endnotes}\usepackage{graphicx, subfigure}\usepackage{epstopdf}\DeclareGraphicsExtensions{.eps,.jpg}\usepackage{rotating}\usepackage{booktabs}\usepackage[tableposition=top]{caption}\usepackage{placeins}\usepackage{afterpage}\usepackage{subfigure}\usepackage{multirow}\usepackage{color, colortbl}\usepackage[toc,page]{appendix}\definecolor{Gray}{gray}{0.9}\usepackage[justification=centering]{caption}\usepackage{array,longtable,calc}\newcommand{\ra}[1]{\renewcommand{\arraystretch}{#1}}\usepackage{arydshln}\usepackage[margin=65pt,font=small,labelfont=bf,justification=raggedright,singlelinecheck=false]{caption}\usepackage{caption}\usepackage[backend=biber,authordate,natbib,maxnames=2,minnames=1]{biblatex-chicago}\renewcommand*{\nameyeardelim}{\addcomma\addspace}\addbibresource{bibliography_compiled.bib}\usepackage{hyperref}\newtheorem{theorem}{Theorem}\newtheorem{acknowledgement}{Acknowledgement}