Update README.md
This commit is contained in:
parent
2b85ce7490
commit
2f655adf76
76
README.md
76
README.md
@ -1,25 +1,67 @@
|
||||
|
||||
[](http://www.repostatus.org/#active)
|
||||
|
||||
# latexcv - LaTex CV and Resume Collection
|
||||
|
||||
## Summary
|
||||
|
||||
A collection of simple and easy to use, yet powerful LaTex templates for CV and resume. All of them are self designed and self implemented and not copied from template collections.
|
||||
|
||||
If there are any problems, please create an issue. I will fix it asap. Contributors are very welcome.
|
||||
If there are any problems, please create an issue. I will fix it asap. **Contributors are very welcome**.
|
||||
|
||||
[See the preview / example outputs](https://github.com/jankapunkt/latexcv#gallery)
|
||||
|
||||
## 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>
|
||||
<th>Two Columns</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="http://jankuester.com/wp-content/uploads/main_preview.png"
|
||||
alt="Classic CV example preview"
|
||||
height="280" />
|
||||
</td>
|
||||
<td>
|
||||
<img src="http://jankuester.com/wp-content/uploads/main_preview-1.png"
|
||||
alt="Modern CV example preview"
|
||||
height="280"/>
|
||||
</td>
|
||||
<td>
|
||||
<img src="http://jankuester.com/wp-content/uploads/infographics-cv.png"
|
||||
alt="Infographics CV example preview"
|
||||
height="280"/>
|
||||
</td>
|
||||
<td>
|
||||
<img src="http://jankuester.com/wp-content/uploads/twocolumn-cv.png"
|
||||
alt="Two Column CV example preview"
|
||||
height="280"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## How to build?
|
||||
|
||||
You can build them from this source. In each folder is a main.tex, which needs to be compiled by your LaTex distribution. The main.pdf shows the example output.
|
||||
##### Build Requirements
|
||||
|
||||
There are just few requirements:
|
||||
The following packages need to be installed:
|
||||
|
||||
- package tex-live distribution
|
||||
- package tex-live fonts
|
||||
- (in miktex all requirements should be included at compile-time)
|
||||
- run the main.tex and build with a (pdf-) LaTeX environment of your choice
|
||||
- a LaTeX environment of your choice with pdfLatex capability
|
||||
|
||||
##### Build Procedure
|
||||
|
||||
- Clone or download this project.
|
||||
- Each template is in a folder, which contains a main.tex file
|
||||
- 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 your.
|
||||
|
||||
## License
|
||||
|
||||
@ -42,21 +84,3 @@ 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.
|
||||
|
||||
|
||||
## Gallery
|
||||
|
||||
### Classic
|
||||
|
||||

|
||||
|
||||
### Modern
|
||||
|
||||

|
||||
|
||||
### Infographics
|
||||
|
||||

|
||||
|
||||
### Two Column
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user