The default \parbox command aligns its center to the baseline, but you really want the top in this case. "Experience" has a depth due to the "p", the other words don't.
latexcv - LaTex CV and Resume Collection
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.
Classic | Modern | Infographics |
---|---|---|
![]() |
![]() |
![]() |
Two Columns | Sidebar | Row Layout |
---|---|---|
![]() |
![]() |
![]() |
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 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.