Skip to content

Commit 4af98fc

Browse files
committed
remove dash in aaron-robson in filenames
1 parent faa0002 commit 4af98fc

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ deploy:
1515
provider: releases
1616
api_key:
1717
secure: "Z0PW6iqPygkPGINTd4WQPN8P7vdx/RRi8fTPSWu9IIch05L4YkDBfRx+8kV73218pVEAVlrZvA25fMW8AQvKqwELHUd0giLo0QBmsqgezev5Stz5owsu9H72FdrQ6Rna03ODBI3F91VEqKOrFrR0+03TC6pV1/AGVUKeAizMA8ek/zc/5NtZiati1qrV6PjbRj5/FBFe6k+ONjk/n9+ZAS9aG9QKLBESo99NIOTGYKicRYooa9PaZ8A4/EeMmcpv132LZLDfK8hY9eZHD3MwRENa9FpIucyR/DRCoHyJNhIvi+yBUYAcqwNLfOG//BDgcg06bgNo39dU5/LlXJO4JHhNP5oLNbE6h9K4ywi98KkWdmBHLfCOZ7R+HFSBbnBdqGBZ1Y7CZWFVvcgP8pKdCr7ZAuVIfSATYGBOkBDvur2xADqdmVj3nLiGdkidolFOAig2MC2z2qaF8UYuBUp9sfXnPq7RaAoYiZewCs9BsNEHBpFZcJpZgTVeuQKec1OgZrUOStvXmtrPvgdsC9W58d+ZeHg8IO5Cu6xK8Ol0wdbqxwe7skYdUmer92ttSZ7NaZOcgqs+EM0ctdaDQIm9GGYaBQXiJLzyUVyZRj4+ggMjJGGncMxm9ZB3+g5AQAAv/Oj9xrDeQRvZJxh3q8MuIMoAjSVDjYxh6cKZF7u6k1U="
18-
file: aaron-robson-cv.pdf
18+
file: aaronrobson-cv.pdf
1919
on:
2020
tags: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
```console
1010
sudo apt-get install texlive
1111
wget -O res.cls http://www.ctan.org/tex-archive/macros/latex/contrib/resume/res.cls
12-
pdflatex aaron-robson-cv.tex
12+
pdflatex aaronrobson-cv.tex
1313
```
1414

1515
aka
@@ -20,7 +20,7 @@ make
2020
### Windows
2121

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

aaron-robson-cv.tex renamed to aaronrobson-cv.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
\begin{document}
5050
\begin{resume}
51+
5152
\section{Personal Statement}
5253
I consider myself to be an organised software developer.
5354
I do my utmost to keep up with developments in the field, new techniques, libraries and languages; in order to make more informed decisions.

makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
all: build
44

5-
build: aaron-robson-cv.pdf
5+
build: aaronrobson-cv.pdf
66

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

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

0 commit comments

Comments
 (0)