Files
lang/document.tex
T
2024-07-19 00:53:29 -05:00

19 lines
353 B
TeX

\documentclass[a4paper,12pt]{book}
\usepackage{tabularx}
\usepackage{tikz}
\usetikzlibrary{positioning}
\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}