Files
lang/document.tex
T

27 lines
706 B
TeX

\documentclass[a4paper,12pt]{book}
\usepackage[dvipsnames]{xcolor}
\usepackage{tabularx}
\usepackage[linkcolor=Aquamarine, linktoc=all, colorlinks=true]{hyperref}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{fit}
%\usepackage{showframe} % Good for debugging, uncomment to see the bounding boxes for the various sections of a page.
\begin{document}
\title{Unnamed Machine}
\author{An attempt to understand the makings of a computer arch}
\maketitle
{
% Prevent the table of contents from being colored
\hypersetup{linkcolor=black}
\tableofcontents
}
\include{chapter 1}
\include{chapter 2}
\include{chapter 3}
\end{document}