Commit Graph

59 Commits

Author SHA1 Message Date
af44b79f6f Update interests 2012-12-08 21:25:22 +03:00
e4eda76351 Remove cover letter from CV template
The original is preserved in moderncv's boilerplate `template.cv`
if I ever need to glance at the syntax.
2012-12-05 22:15:06 +03:00
52f796698f Begin updating CV template with real data 2012-12-05 22:14:35 +03:00
81b7fab095 Delete README so github will render README.md instead 2012-12-04 10:13:03 +03:00
d3b33216df README -> README.md 2012-12-04 10:11:53 +03:00
18512283e5 Update README
Add more information and start using Markdown syntax
2012-12-04 10:10:18 +03:00
9f2694ea3f Add Makefile
Can be used to recompile the CV's LaTeX -> PDF:

    make cv.pdf

'cv.pdf' is the default target, so you can also just:

    make

A 'clean' target is also provided for easy cleanup.
2012-12-02 00:52:08 +03:00
637a17c765 Add initial .gitignore
We don't want to track intermediate and output files from pdflatex.
2012-12-02 00:42:56 +03:00
9707469d41 Initial commit
template.tex is from the moderncv distribution
cv.tex is based on template.tex
2012-12-02 00:35:16 +03:00