From 4af98fcc5679d07f1449d45e8d8843b689aac5b4 Mon Sep 17 00:00:00 2001 From: Aaron Robson Date: Mon, 7 Jan 2019 13:45:16 +0000 Subject: [PATCH] remove dash in aaron-robson in filenames --- .travis.yml | 2 +- README.md | 4 ++-- aaron-robson-cv.tex => aaronrobson-cv.tex | 1 + makefile | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) rename aaron-robson-cv.tex => aaronrobson-cv.tex (99%) diff --git a/.travis.yml b/.travis.yml index a427d7e..4c94e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 6de214e..6929a06 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/aaron-robson-cv.tex b/aaronrobson-cv.tex similarity index 99% rename from aaron-robson-cv.tex rename to aaronrobson-cv.tex index 1842aa2..da4135c 100644 --- a/aaron-robson-cv.tex +++ b/aaronrobson-cv.tex @@ -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. diff --git a/makefile b/makefile index f56cc01..02ca0ee 100644 --- a/makefile +++ b/makefile @@ -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