From: Mart Lubbers Date: Tue, 20 Sep 2016 11:58:12 +0000 (+0200) Subject: add out file to ignore and add hyperlinks X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=48eb5e7da5bd63bc3cfc9948fec9fd78619cd6a6;p=ri1617.git add out file to ignore and add hyperlinks --- diff --git a/.gitignore b/.gitignore index edbf550..a7b5568 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.bbl *.blg *.pdf +*.out diff --git a/proposal/Makefile b/proposal/Makefile index 000e302..11fb6e0 100644 --- a/proposal/Makefile +++ b/proposal/Makefile @@ -12,4 +12,4 @@ all: $(addsuffix .pdf,$(DOCUMENTS)) $(PDFLATEX) $< clean: - $(RM) -v $(addprefix $(DOCUMENTS).,pdf log aux bbl blg) + $(RM) -v $(addprefix $(DOCUMENTS).,pdf log aux bbl blg out) diff --git a/proposal/p.tex b/proposal/p.tex index c59f544..28c56de 100644 --- a/proposal/p.tex +++ b/proposal/p.tex @@ -2,6 +2,7 @@ \usepackage[british]{babel} \usepackage[british]{isodate} +\usepackage[hidelinks]{hyperref} \usepackage{booktabs} \usepackage{geometry} \usepackage{tabu}