proper title, actual picture of me, clean Makefile
authordaniel watson <ozzloy@gmail.com>
Wed, 19 May 2010 01:32:17 +0000 (18:32 -0700)
committerdaniel watson <ozzloy@gmail.com>
Wed, 19 May 2010 01:32:56 +0000 (18:32 -0700)
Makefile
daniel_watson_resume.tex
danny_watson.png [new file with mode: 0644]

index 07799100ad60f07c096837067f8090750e78984d..c6c22f2c9c7265dba3cdfdf7dfc5024e021e538f 100644 (file)
--- 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
index 91a019bbe126fb3a0a24c2bc4fc3e1a88d3d0277..b807020b2b4c7729503ab95baa42ae6e109a0122 100644 (file)
@@ -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 (file)
index 0000000..b16ceb9
Binary files /dev/null and b/danny_watson.png differ