diff options
author | Mateja <mail@matejamaric.com> | 2021-03-26 13:17:12 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-03-26 13:17:12 +0100 |
commit | 2a6c1c14f8d00ef7332566d2386049f3a86f3d81 (patch) | |
tree | f71e2bd3769b0c9ffc42a608c8df780ffd8a2516 | |
parent | a07cc68a2dcf7549d01cf2ef355799592947281b (diff) | |
download | cv-2a6c1c14f8d00ef7332566d2386049f3a86f3d81.tar.gz cv-2a6c1c14f8d00ef7332566d2386049f3a86f3d81.zip |
Add link to CV.
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ -# How to compile: +# About this project: + +This CV uses amazing [AltaCV](https://github.com/liantze/AltaCV) class. + +You can see the latest version of my CV at [this link](https://matejamaric.com/cv.pdf). + +## How to compile: + +Just run `pdflatex cv.tex`. Your should probably install full version of `texlive` package. It is couple of GB, but you get everything LaTeX has to offer. |