https://github.com/sergioragostinho/leancv
A modern tabular looking curriculum vitae LaTeX class.
https://github.com/sergioragostinho/leancv
cv cv-template latex latex-class modern tabular
Last synced: about 1 month ago
JSON representation
A modern tabular looking curriculum vitae LaTeX class.
- Host: GitHub
- URL: https://github.com/sergioragostinho/leancv
- Owner: SergioRAgostinho
- License: mit
- Created: 2018-09-24T14:53:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T16:59:36.000Z (over 3 years ago)
- Last Synced: 2025-01-19T11:23:49.505Z (over 1 year ago)
- Topics: cv, cv-template, latex, latex-class, modern, tabular
- Language: TeX
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Lean CV
A modern tabular looking curriculum vitae LaTeX class.
### Example
In the [examples](https://github.com/SergioRAgostinho/leancv/tree/master/examples) folder you'll find a template showcasing how to use this class. It makes use of [UseLATEX](https://gitlab.kitware.com/kmorel/UseLATEX) and [CMake](https://cmake.org/) to handle all LaTeX invocations.
```
$ cd leancv/examples
$ mkdir build
$ cd build
$ cmake ..
$ make
```
This will generate your new cv document inside the `build` folder you just created. The output should look like [this](https://github.com/SergioRAgostinho/leancv/blob/master/examples/cv.pdf).
### Required Packages
- geometry
- longtable
- xparse
- amssymb
- helvet
- xcolor
- graphicx
- tikz
- hyperref
### Issues and Proposals
I'm an absolute newbie at writing LaTeX classes/packages so I'm sure there are a number of things that can be improved. If you find something please open an issue suggesting changes and possibly even a pull request with your proposal.
### Motivation
After many years of doing things in Microsoft Word and being sad about having to store every new version as a different file I decided to invest some time in moving things into LaTeX. Now I can manage my different CV versions with git. I call that a life improvement. :+1: