diff --git a/.gitignore b/.gitignore index eb409c1..cc802f9 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /thesis.toc .DS_Store *.pyg +_minted-thesis/ diff --git a/Makefile b/Makefile index 71df5ff..933bba2 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/thesis.tex b/thesis.tex index 0a0a33c..8f51888 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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 @@ -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}