Files
lang/document.tex
T

21 lines
417 B
TeX

\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}
\end{document}