File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ deploy:
13
13
provider : releases
14
14
api_key :
15
15
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
17
17
on :
18
18
tags : true
Original file line number Diff line number Diff line change 9
9
``` console
10
10
sudo apt-get install texlive
11
11
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
13
13
```
14
14
15
15
aka
20
20
### Windows
21
21
22
22
1 . Download [ TeXstudio] ( http://texstudio.sourceforge.net/ ) .
23
- 2 . Open AaronRobsonCV .tex in it.
23
+ 2 . Open aaron-robson-cv .tex in it.
24
24
3 . Build with F5.
25
25
4 . Allow it to download the res.cls package.
26
26
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
3
3
all : build
4
4
5
- build : AaronRobsonCV .pdf
5
+ build : aaron-robson-cv .pdf
6
6
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
9
9
10
10
clean :
11
- rm -f * .log * .dvi * .synctex.gz AaronRobsonCV .pdf
11
+ rm -f * .log * .dvi * .synctex.gz aaron-robson-cv .pdf
You can’t perform that action at this time.
0 commit comments