CV/README.md
2018-09-07 11:13:50 +02:00

114 lines
3.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# latexcv - LaTex CV and Resume Collection</h1>
[![Build Status](https://travis-ci.org/jankapunkt/latexcv.svg?branch=master)](https://travis-ci.org/jankapunkt/latexcv)
[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![GitLicense](https://gitlicense.com/badge/jankapunkt/latexcv)](https://gitlicense.com/license/jankapunkt/latexcv)
A collection of simple and easy to use, yet powerful LaTex templates for CVs and resumes. All of them are self designed and self implemented and not copied from template collections.
If there are any problems, please create an issue or - even better - a pull request. **Contributors are very welcome**.
## Gallery
This is a preview of the currently featured templates. There is also an example output pdf in each template's directory.
<table style="width:100%;">
<tr>
<th>Classic</th>
<th>Modern</th>
<th>Infographics</th>
</tr>
<tr>
<td>
<img src="http://jankuester.com/wp-content/uploads/main_preview.png"
alt="Classic CV example preview"
height="300" />
</td>
<td>
<img src="http://jankuester.com/wp-content/uploads/main_preview-1.png"
alt="Modern CV example preview"
height="300"/>
</td>
<td>
<img src="http://jankuester.com/wp-content/uploads/infographics-cv.png"
alt="Infographics CV example preview"
height="300"/>
</td>
</tr>
</table>
<table>
<tr>
<th>Two Columns</th>
<th>Sidebar</th>
<th>Row Layout</th>
</tr>
<tr>
<td>
<img src="http://jankuester.com/wp-content/uploads/twocolumn-cv.png"
alt="Two Column CV example preview"
height="300"/>
</td>
<td>
<img src="http://jankuester.com/wp-content/uploads/sidebar_cv_template.png"
alt="Sidebar CV example preview"
height="300"/>
</td>
<td>
<img src="http://jankuester.com/wp-content/uploads/latexcv-row-layout.png"
alt="Row-Layout CV example preview"
height="300"/>
</td>
</tr>
</table>
## How to build?
##### Build Requirements
The following packages need to be installed:
- package tex-live distribution
- package tex-live fonts
- package pdflatex
There is also a `texlive.profile` file in the project root, that can be used to install the minimum required texlive packages.
##### Build Procedure
- Clone or download this project.
- For each template is in a folder, which contains a `main.tex` file do
- Edit the main.tex according to your credentials, optionally change settings and colors etc.
- Run `pdflatex` (build/compile)
- The `main.pdf` should show the output.
Create an issue, if this manual does not work for you.
##### Contribution
Want to contribute? Awesome! Please check the [contribution guidelines](https://github.com/jankapunkt/latexcv/blob/master/CONTRIBUTING.md) first to make it a success.
## License
The MIT License (MIT)
Copyright (c) 2014-2018 Jan Küster
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.