Files
lang/document.tex
T

34 lines
929 B
TeX

\documentclass[a4paper,12pt]{book}
\usepackage[dvipsnames]{xcolor}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{xintbinhex}
\usepackage[linkcolor=Aquamarine, linktoc=all, colorlinks=true]{hyperref}
\usepackage{environ}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{fit}
\usetikzlibrary{calc}
%\usepackage{showframe} % Good for debugging, uncomment to see the bounding boxes for the various sections of a page.
\newcommand{\quotes}[1]{``#1''}
\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
% https://tex.stackexchange.com/questions/88400/hyperref-changing-the-linkcolor-locally-in-the-toc
\hypersetup{linkcolor=black}
\tableofcontents
}
\include{chapter 1}
\include{chapter 2}
\include{chapter 3}
\end{document}