diff --git a/README.md b/README.md index 3f03ae9..a51a5f4 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,20 @@ ### How does it look? -![Example CV](https://github.com/muratcankaracabey/latex_cv/blob/master/images/example_cv.png) - + ### How to use it? - With minimum effort, you can use the [CV.tex](https://github.com/muratcankaracabey/latex_cv/blob/master/CV.tex) as it is provided with the high level functions such as ```\datedexperience```, ```\explanation```, ```\explanationdetail``` to add elements to your CV. You can create skill elements with ```\newcommand{\skillname{\createskill{}{}}}``` and finally create the list of skills with ```\createskills{}```. -- You can also use it for your **cover letter** by just keeping the ```\addblocktext{}{<Text>}``` and deleting the rest of sections. +- You can also use it for your **cover letter** by just using + ``` + \setcompanyname{GOOGLE INC.} + \setcontactperson{Mr.Brown} + \setclaimedposition{Junior Data Scientist} + \coverletter{ % + <coverlettertext> + } + ``` + and deleting the rest of sections. - Of course, if you want to go further you can check the [muratcan_cv.cls](https://github.com/muratcankaracabey/latex_cv/blob/master/muratcan_cv.cls) file. This is my first latex project so it might be error-prone and not as generic as possible(I still have some warnings that needs to be resolved). However I tried to make it understandable for later contributions. - You can change the header content with the ```set..``` commands in the beginning and also the the color of the theme. - Just replace the actual texts with your related education/experience and also don't forget to replace ```\lipsum[1][1-12]\par``` with actual texts. That package is just used for illustration reasons. Since I am not sure what to write to those parts of the resume right now.