Updated the look of references
This commit is contained in:
+10
-5
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user