From: daniel watson Date: Wed, 19 May 2010 01:32:17 +0000 (-0700) Subject: proper title, actual picture of me, clean Makefile X-Git-Url: http://challenge-bot.com/repos/?a=commitdiff_plain;h=9fe2c992e7444a1bd8fe93b2c321c9d5eefb5fec;p=ozzloy%40gmail.com%2Fcv proper title, actual picture of me, clean Makefile --- diff --git a/Makefile b/Makefile index 0779910..c6c22f2 100644 --- a/Makefile +++ b/Makefile @@ -1,30 +1,17 @@ all:pdf -temp:temppdf - pdf:daniel_watson_resume.pdf daniel_watson_resume.pdf:daniel_watson_resume.tex latexmk -pdf $? -temppdf:temp.pdf - -temp.pdf:temp.tex - latexmk -pdf $? - -tempview: temp.pdf - evince $? - view: daniel_watson_resume.pdf evince $? clean: latexmk -c daniel_watson_resume.tex - latexmk -c temp.tex cleanall: latexmk -C daniel_watson_resume.tex - latexmk -C temp.tex rm -f daniel_watson_resume.out - rm -f temp.out diff --git a/daniel_watson_resume.tex b/daniel_watson_resume.tex index 91a019b..b807020 100644 --- a/daniel_watson_resume.tex +++ b/daniel_watson_resume.tex @@ -32,7 +32,7 @@ \firstname{Daniel} \familyname{Watson} % optional, remove the line if not wanted -\title{Resumé title (optional)} +\title{Daniel Watson's CV} % optional, remove the line if not wanted \address{7944 Playmor Terrace}{San Diego, 92122} % optional, remove the line if not wanted @@ -47,7 +47,7 @@ %\extrainfo{additional information (optional)} % '64pt' is the height the picture must be resized to and 'picture' is the name % of the picture file; optional, remove the line if not wanted -\photo[64pt]{picture} +\photo[64pt]{danny_watson} % optional, remove the line if not wanted \quote{"If I have seen further it is only by standing on the shoulders of giants." -Sir Isaac Newton} diff --git a/danny_watson.png b/danny_watson.png new file mode 100644 index 0000000..b16ceb9 Binary files /dev/null and b/danny_watson.png differ