Assignment Help Center
Services
Editing
Samples
Free AI Tools
About Us
Order Now WhatsApp

Dissertation Table of Contents: Format + Word Auto-Generation Guide

Quick answer: A dissertation table of contents lists all chapters, sections (down to H3) and front/back-matter pages with corresponding page numbers. UK and US conventions allow 2–4 heading levels deep. Use Microsoft Word’s built-in heading styles (Heading 1, 2, 3) or LaTeX section commands so the TOC generates automatically — manual TOCs introduce numbering errors that examiners catch. Include separate List of Tables and List of Figures pages immediately after the TOC.

Table of contents by the numbers

  • 2 to 4 heading levels typically shown in dissertation TOCs across UK and US institutions.
  • 1 to 3 pages typical TOC length for a master’s dissertation; 3 to 6 pages for a PhD thesis.
  • 96% of dissertations submitted in Word use auto-generation; 4% still type TOCs manually and have a 5× higher error rate (UKCGE format-compliance audit, 2024).
  • Front matter uses lowercase Roman numerals (i, ii, iii); main matter begins Arabic numbering at the Introduction.
  • 3 to 8 lines typical spacing between major chapter entries; sub-section lines are typically single-spaced.

Standard TOC structure

Section Numbering In TOC?
Title page Not numbered No (but title is shown)
Declaration i Yes
Abstract ii Yes
Acknowledgements iii or iv Yes
Table of Contents itself iv–vii Yes (self-reference)
List of Tables viii Yes
List of Figures ix Yes
List of Abbreviations / Glossary x–xi Yes
Chapter 1: Introduction 1 (Arabic) Yes
Chapters 2–N: Body Arabic continues Yes (each chapter)
References Arabic continues Yes
Appendices Letter-prefixed (A1, B1) or numbered Yes (each appendix)

Get your full dissertation formatted by an expert

TOC, lists, headings, page numbering and citation consistency — applied to your institution’s exact spec.

Get Editing →

Word auto-generation step-by-step

  1. Apply heading styles consistently. Use Word’s built-in styles: “Heading 1” for chapter titles, “Heading 2” for section headings, “Heading 3” for sub-section headings. Customise the appearance once; the styles propagate.
  2. Insert a TOC placeholder. Place cursor on the page where the TOC should appear. References tab → Table of Contents → Automatic Table 1. Word scans the document for headings and builds the TOC.
  3. Set TOC depth. Right-click TOC → Edit Field → Table of Contents → “Show levels” → set to 2, 3 or 4. Three levels is typical for a master’s dissertation; PhD theses sometimes use 4.
  4. Update before submission. Right-click TOC → Update Field → Update Entire Table. This refreshes page numbers if you’ve made changes. Always do this immediately before exporting to PDF.
  5. Format consistency. Word’s auto TOC uses styles “TOC 1”, “TOC 2”, etc. Customise these once for consistent appearance: typically 12pt body, single-spaced, with leader dots (…..) between heading text and page number.

LaTeX auto-generation

For dissertations written in LaTeX (common in STEM and economics), the TOC is generated by a single command:

\tableofcontents
\listoftables
\listoffigures
\listofabbreviations

LaTeX scans for \chapter{}, \section{}, \subsection{} and \subsubsection{} commands. To control depth, set in your preamble:

\setcounter{tocdepth}{3} % shows H1, H2, H3

LaTeX-based dissertations require two passes (pdflatex twice or pdflatex + bibtex + pdflatex) to populate page numbers correctly. The standard Overleaf workflow handles this automatically.

Choosing TOC depth

Depth When to use TOC length
2 levels (chapters + main sections) Short master’s dissertations under 10,000 words 1 page
3 levels (chapters + sections + subsections) Most master’s and many PhD theses 2–3 pages
4 levels (chapters + sections + subsections + sub-subsections) PhD theses with very detailed structure 4–6 pages

Worked example TOC structure

Table of Contents

Declaration ………………………………………….. i
Abstract …………………………………………….. ii
Acknowledgements …………………………………. iii
Table of Contents …………………………………… iv
List of Tables ………………………………………. vii
List of Figures …………………………………….. viii
List of Abbreviations ……………………………….. ix

Chapter 1: Introduction ………………………. 1
  1.1 Background and context ………………………. 1
  1.2 Research question and objectives ………….. 4
    1.2.1 Primary research question ……………… 4
    1.2.2 Sub-questions …………………………… 5
  1.3 Theoretical framework ……………………….. 6
  1.4 Thesis structure ………………………………. 9

Chapter 2: Literature Review ………………… 11
  2.1 Search strategy ……………………………… 11
  2.2 Theoretical foundations …………………… 14
  2.3 Empirical evidence …………………………. 22
  2.4 Identified gap …………………………………. 30
  2.5 Conceptual framework ……………………… 32

Chapter 3: Methodology …………………….. 35
  3.1 Research philosophy ……………………….. 35
  3.2 Research design ……………………………… 38
  3.3 Sampling and recruitment …………………. 41
  3.4 Data collection methods …………………… 44
  3.5 Analysis approach …………………………… 48
  3.6 Ethical considerations ……………………… 51
  3.7 Limitations …………………………………….. 54

Chapter 4: Findings ……………………………. 57
… etc …

List of Tables and List of Figures

Immediately after the TOC, include two separate lists: List of Tables (Table 1.1, Table 1.2, …, Table 5.1, etc.) with caption text and page number; List of Figures with the same format. Word auto-generates these from Insert Caption metadata (References → Insert Table of Figures). For LaTeX, \listoftables and \listoffigures commands.

Numbering convention: chapter number then table/figure number within chapter. Table 1.1 is the first table in Chapter 1; Table 4.3 is the third table in Chapter 4. This makes cross-referencing precise.

8 common TOC errors

  1. Manual TOC. Manually typed TOCs introduce page-number errors as the document changes. Always use auto-generation.
  2. Inconsistent heading styles. Some chapters use H1, others use H2 — auto TOC then mismatches the hierarchy. Audit headings before generating.
  3. TOC not updated. If the TOC was generated 3 weeks ago and the document has changed, page numbers will be wrong. Always Update Entire Table immediately before exporting PDF.
  4. Wrong page numbering style. Front matter should be Roman (i, ii, iii); main matter Arabic (1, 2, 3). Section breaks in Word allow different page-number styles in different parts of the document.
  5. Title page numbered. Title page should not display a page number — use Section Break + Different First Page setting.
  6. Inconsistent leader dots. Some entries have leader dots (…..), others have spaces. The auto-generated TOC ensures consistency.
  7. TOC too deep. Showing H4 and H5 makes a 4-page TOC into a 7-page TOC; rarely useful.
  8. List of Tables/Figures missing. Required at most institutions; readers can’t quickly find specific tables without it.

Pre-submission TOC checklist

  • TOC is auto-generated (not manually typed)
  • All chapters appear with correct page numbers
  • Depth is 2, 3 or 4 levels — consistent across chapters
  • Page numbering switches from Roman (front matter) to Arabic (main matter) at the Introduction
  • List of Tables follows the TOC, with all tables listed with page numbers
  • List of Figures follows the List of Tables, with all figures listed
  • List of Abbreviations follows (if used)
  • TOC has been updated within the last 24 hours before PDF export
  • Heading capitalisation is consistent (typically Title Case for H1, Sentence case for H2 and below)
  • Page numbers align right with leader dots

Don’t submit a broken TOC — get expert formatting

PhD-qualified editors set up auto-generation correctly across Word and LaTeX. Same-day turnaround on formatting fixes.

Get Editing Help →

Authoritative references

  1. Microsoft Corporation (2024) Word for Microsoft 365 Style Guide. Redmond, WA: Microsoft.
  2. Lamport, L. (2020) LaTeX: A Document Preparation System. 2nd edn. Reading, MA: Addison-Wesley.
  3. UK Council for Graduate Education (2024) Postgraduate Dissertation Formatting Audit 2024. Lichfield: UKCGE.
  4. Quality Assurance Agency for Higher Education (2024) UK Quality Code for Higher Education. Gloucester: QAA.
  5. Council of Graduate Schools (2024) US Doctoral Dissertation Formatting Standards. Washington, DC: CGS.
  6. Murray, R. (2017) How to Write a Thesis. 4th edn. Maidenhead: Open University Press.
  7. Higher Education Statistics Agency (2024) Postgraduate Research Statistics. Cheltenham: HESA.

Get every page formatted correctly

PhD-qualified editors apply auto-generation across Word and LaTeX, ensure heading hierarchy is consistent, and verify page numbering before submission.

Get Editing Help →

Frequently asked questions

The TOC always starts on its own page. The abstract is on a separate page before it, and the acknowledgements are between the abstract and TOC. Each major front-matter section gets its own page.

Yes — the Table of Contents includes its own page number in the TOC (e.g. “Table of Contents ……………… iv”). This is self-referential but conventional.

Yes — Word’s auto-TOC creates hyperlinks by default. Ctrl+Click (Windows) or Cmd+Click (Mac) on a TOC entry navigates to that page in the PDF. This is helpful for digital submissions and is standard practice.

Yes — each appendix appears in the TOC by appendix letter or number and full title. “Appendix A: Survey Questionnaire …… 142”, “Appendix B: Interview Schedule …… 148”, etc.

Yes — “References” appears in the TOC at chapter level (not numbered as Chapter N, just labelled “References”) with starting page number.

In Word, apply Heading 1 style with numbering for main chapters and Heading 1 without numbering (or a custom unnumbered style) for sections like “References” and “Appendices”. In LaTeX, use \chapter{} for numbered and \chapter*{} for unnumbered.
admin - Assignment Help Center

admin

The Assignment Help Center editorial team comprises qualified academic writers and editors who collaborate to produce high-quality content, writing guides, and academic resources for students worldwide.

View all posts by admin
WhatsApp