Update README.md
This commit is contained in:
parent
85540a203c
commit
cc5b0dabcf
14
README.md
14
README.md
@ -5,12 +5,20 @@
|
||||
|
||||
### How does it look?
|
||||
|
||||
![Example CV](https://github.com/muratcankaracabey/latex_cv/blob/master/images/example_cv.png)
|
||||
|
||||
<img src="https://github.com/muratcankaracabey/latex_cv/blob/master/images/example_cv.png" width="425"/> <img src="https://github.com/muratcankaracabey/latex_cv/blob/master/images/coverletter.png" width="425"/>
|
||||
|
||||
### 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{<Skill Category>}{<explanation>}}}``` and finally create the list of skills with ```\createskills{<comma seperated skills list>}```.
|
||||
- You can also use it for your **cover letter** by just keeping the ```\addblocktext{<Title>}{<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.
|
||||
|
Loading…
Reference in New Issue
Block a user