Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzosaino/simpletexcv
Simple yet tasteful CV and cover letter LaTeX templates
https://github.com/lorenzosaino/simpletexcv
cover-letter-templates cv cv-template latex pdf resume resume-template
Last synced: 18 days ago
JSON representation
Simple yet tasteful CV and cover letter LaTeX templates
- Host: GitHub
- URL: https://github.com/lorenzosaino/simpletexcv
- Owner: lorenzosaino
- License: mit
- Created: 2014-03-30T16:20:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T20:23:47.000Z (almost 4 years ago)
- Last Synced: 2023-08-22T03:51:55.211Z (about 1 year ago)
- Topics: cover-letter-templates, cv, cv-template, latex, pdf, resume, resume-template
- Language: TeX
- Size: 515 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simple TeX CV
[![Build](https://github.com/lorenzosaino/simpletexcv/workflows/Build/badge.svg)](https://github.com/lorenzosaino/simpletexcv/actions)
Simple yet tasteful LaTeX templates of CV and cover letter with matching styles.
These templates are based on the `letter` class and all code is included in the `cover.tex` and `cv.tex` files. Although the lack of a dedicated `.cls` file is not a prime example of good LaTeX coding practices, these templates provide anyway good decoupling between formatting and content and they are easy to understand.
## Build
This project provides a `Makefile` to build CV and cover letter in PDF format. The supported targets are:
* `all`: build CV and cover letter
* `cv`: build CV
* `cover`: build cover letter
* `clean`: remove temporary files created by `pdflatex` (i.e. `*.out`, `*.log` and so on)
* `deepclean`: remove all files removed by `clean` as well as the compiled PDF files of CV and cover letter
* `docker-`: execute any of the preceding target inside a Docker container## License
These templates are released under the terms of the MIT license. See [`LICENSE.txt`](LICENSE.txt).