Skip to content

Commit 2e1edf0

Browse files
committed
lower-cased (with dashes) the main files.
1 parent deab784 commit 2e1edf0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ deploy:
1313
provider: releases
1414
api_key:
1515
secure: "Z0PW6iqPygkPGINTd4WQPN8P7vdx/RRi8fTPSWu9IIch05L4YkDBfRx+8kV73218pVEAVlrZvA25fMW8AQvKqwELHUd0giLo0QBmsqgezev5Stz5owsu9H72FdrQ6Rna03ODBI3F91VEqKOrFrR0+03TC6pV1/AGVUKeAizMA8ek/zc/5NtZiati1qrV6PjbRj5/FBFe6k+ONjk/n9+ZAS9aG9QKLBESo99NIOTGYKicRYooa9PaZ8A4/EeMmcpv132LZLDfK8hY9eZHD3MwRENa9FpIucyR/DRCoHyJNhIvi+yBUYAcqwNLfOG//BDgcg06bgNo39dU5/LlXJO4JHhNP5oLNbE6h9K4ywi98KkWdmBHLfCOZ7R+HFSBbnBdqGBZ1Y7CZWFVvcgP8pKdCr7ZAuVIfSATYGBOkBDvur2xADqdmVj3nLiGdkidolFOAig2MC2z2qaF8UYuBUp9sfXnPq7RaAoYiZewCs9BsNEHBpFZcJpZgTVeuQKec1OgZrUOStvXmtrPvgdsC9W58d+ZeHg8IO5Cu6xK8Ol0wdbqxwe7skYdUmer92ttSZ7NaZOcgqs+EM0ctdaDQIm9GGYaBQXiJLzyUVyZRj4+ggMjJGGncMxm9ZB3+g5AQAAv/Oj9xrDeQRvZJxh3q8MuIMoAjSVDjYxh6cKZF7u6k1U="
16-
file: AaronRobsonCV.pdf
16+
file: aaron-robson-cv.pdf
1717
on:
1818
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 AaronRobsonCV.tex
12+
pdflatex aaron-robson-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 AaronRobsonCV.tex in it.
23+
2. Open aaron-robson-cv.tex in it.
2424
3. Build with F5.
2525
4. Allow it to download the res.cls package.
2626

File renamed without changes.

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: AaronRobsonCV.pdf
5+
build: aaron-robson-cv.pdf
66

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

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

0 commit comments

Comments
 (0)