Updated the look of references

This commit is contained in:
Garritt McCune
2024-08-20 16:34:35 -05:00
parent e2e78a88fd
commit c8ff04050e
4 changed files with 20 additions and 15 deletions
+10 -5
View File
@@ -1,20 +1,25 @@
\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{hyperref}
\hypersetup{
linktoc=all
}
%\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
\tableofcontents
{
% Prevent the table of contents from being colored
\hypersetup{linkcolor=black}
\tableofcontents
}
\include{chapter 1}
\include{chapter 2}
\include{chapter 3}