Skip to content

Commit

Permalink
remove dash in aaron-robson in filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobson committed Jan 7, 2019
1 parent faa0002 commit 4af98fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ deploy:
provider: releases
api_key:
secure: "Z0PW6iqPygkPGINTd4WQPN8P7vdx/RRi8fTPSWu9IIch05L4YkDBfRx+8kV73218pVEAVlrZvA25fMW8AQvKqwELHUd0giLo0QBmsqgezev5Stz5owsu9H72FdrQ6Rna03ODBI3F91VEqKOrFrR0+03TC6pV1/AGVUKeAizMA8ek/zc/5NtZiati1qrV6PjbRj5/FBFe6k+ONjk/n9+ZAS9aG9QKLBESo99NIOTGYKicRYooa9PaZ8A4/EeMmcpv132LZLDfK8hY9eZHD3MwRENa9FpIucyR/DRCoHyJNhIvi+yBUYAcqwNLfOG//BDgcg06bgNo39dU5/LlXJO4JHhNP5oLNbE6h9K4ywi98KkWdmBHLfCOZ7R+HFSBbnBdqGBZ1Y7CZWFVvcgP8pKdCr7ZAuVIfSATYGBOkBDvur2xADqdmVj3nLiGdkidolFOAig2MC2z2qaF8UYuBUp9sfXnPq7RaAoYiZewCs9BsNEHBpFZcJpZgTVeuQKec1OgZrUOStvXmtrPvgdsC9W58d+ZeHg8IO5Cu6xK8Ol0wdbqxwe7skYdUmer92ttSZ7NaZOcgqs+EM0ctdaDQIm9GGYaBQXiJLzyUVyZRj4+ggMjJGGncMxm9ZB3+g5AQAAv/Oj9xrDeQRvZJxh3q8MuIMoAjSVDjYxh6cKZF7u6k1U="
file: aaron-robson-cv.pdf
file: aaronrobson-cv.pdf
on:
tags: true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```console
sudo apt-get install texlive
wget -O res.cls http://www.ctan.org/tex-archive/macros/latex/contrib/resume/res.cls
pdflatex aaron-robson-cv.tex
pdflatex aaronrobson-cv.tex
```

aka
Expand All @@ -20,7 +20,7 @@ make
### Windows

1. Download [TeXstudio](http://texstudio.sourceforge.net/).
2. Open aaron-robson-cv.tex in it.
2. Open aaronrobson-cv.tex in it.
3. Build with F5.
4. Allow it to download the res.cls package.

Expand Down
1 change: 1 addition & 0 deletions aaron-robson-cv.tex → aaronrobson-cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

\begin{document}
\begin{resume}

\section{Personal Statement}
I consider myself to be an organised software developer.
I do my utmost to keep up with developments in the field, new techniques, libraries and languages; in order to make more informed decisions.
Expand Down
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

all: build

build: aaron-robson-cv.pdf
build: aaronrobson-cv.pdf

aaron-robson-cv.pdf: aaron-robson-cv.tex
pdflatex -interaction=nonstopmode -halt-on-error aaron-robson-cv.tex
aaronrobson-cv.pdf: aaronrobson-cv.tex
pdflatex -interaction=nonstopmode -halt-on-error aaronrobson-cv.tex

clean:
rm -f *.log *.dvi *.synctex.gz aaron-robson-cv.pdf
rm -f *.log *.dvi *.synctex.gz aaronrobson-cv.pdf

0 comments on commit 4af98fc

Please sign in to comment.