\documentclass[a4paper,12pt]{book} \usepackage{tabularx} \usepackage{tikz} \usetikzlibrary{positioning} \usetikzlibrary{decorations.pathreplacing} \usetikzlibrary{fit} \usepackage{hyperref} \hypersetup{ linktoc=all } \begin{document} \title{Unnamed Machine} \author{An attempt to understand the makings of a computer arch} \maketitle \tableofcontents \include{chapter 1} \include{chapter 2} \include{chapter 3} \end{document}