Skip to content

Commit

Permalink
Updates to keep things building properly
Browse files Browse the repository at this point in the history
  • Loading branch information
davclark committed Jun 17, 2015
1 parent 6d93a28 commit 01bb94b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
/thesis.toc
.DS_Store
*.pyg
_minted-thesis/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This work is dedicated to the public domain.

default: thesis.pdf # default target if you just type "make"
default: latexmk # default target if you just type "make"


# Resources and rules for the introductory chapter. Sample 'make' rule
Expand Down
5 changes: 3 additions & 2 deletions thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
% \setsansfont{DejaVu Sans}
\setmonofont{Inconsolata} % Skinny and easy on the eyes
% \setmonofont{TeX Gyre Cursor} % This font sucks
\setmathfont{TG Pagella Math}
\setmathfont{TeX Gyre Pagella Math}

% Page layout. The fancyhdr package may complain about the need for a
% larger headheight, depending on how long chapter titles are; if left
Expand Down Expand Up @@ -116,7 +116,8 @@

% Note: with BibLaTeX, you should load hyperref after the biblatex package. And
% according to the WikiBook - it should be loaded close to last.
\usepackage[pdfborder={0 0 0},pdfusetitle]{hyperref}
\usepackage[pdfborder={0 0 0}]{hyperref}
% \usepackage[pdfborder={0 0 0},pdfusetitle]{hyperref}
% This was the original hyperref inclusion with color
% \usepackage[colorlinks,urlcolor=blue,citecolor=blue,linkcolor=blue,pdfusetitle]{hyperref}

Expand Down

0 comments on commit 01bb94b

Please sign in to comment.