Skip to content

Commit

Permalink
New picture and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmc committed Jun 19, 2017
1 parent 9f2153f commit 5c3ade0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
25 changes: 1 addition & 24 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,25 +1,2 @@
file_no_ext=kurt_cv
cv_and_cover="Kurt McAlpine's CV and Cover Letter"
cv_only="Kurt McAlpine's CV"
cover_only="Kurt McAlpine's Cover Letter"

cv_and_cover:
pdflatex $(file_no_ext).tex
rm ./*.aux
rm ./*.out
rm ./*.log
mv $(file_no_ext).pdf $(cv_and_cover).pdf

seperate_cv_coverletter:
pdflatex $(file_no_ext).tex
rm ./*.aux
rm ./*.out
rm ./*.log
./seperate.sh $(file_no_ext).pdf $(cv_only).pdf $(cover_only).pdf
rm $(file_no_ext).pdf

clean:
rm ./*.pdf

spellcheck:
aspell --personal=./.aspell.en.pws --lang=en_GB --mode=tex check $(file_no_ext).tex
aspell --personal=./.aspell.en.pws --lang=en_GB --mode=tex check kurt_cv.tex
Binary file modified picture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 0 additions & 32 deletions seperate.sh

This file was deleted.

0 comments on commit 5c3ade0

Please sign in to comment.