https://github.com/timvisee/cv
Personal curriculum vitae. Mirror from https://gitlab.com/timvisee/cv
https://github.com/timvisee/cv
curriculum-vitae cv latex
Last synced: 10 days ago
JSON representation
Personal curriculum vitae. Mirror from https://gitlab.com/timvisee/cv
- Host: GitHub
- URL: https://github.com/timvisee/cv
- Owner: timvisee
- License: gpl-3.0
- Created: 2018-11-28T22:59:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T12:17:28.000Z (about 2 years ago)
- Last Synced: 2025-03-26T06:11:15.596Z (28 days ago)
- Topics: curriculum-vitae, cv, latex
- Language: TeX
- Homepage:
- Size: 146 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![View CV as PDF][badge-pdf]][pdf]
[![Pipeline status][badge-pipeline]][pipeline]# Curriculum Vitae
My personal curriculum vitae.
[→ PDF][pdf]
## Compile
Make sure [tectonic] is installed, then use:
```bash
# Clone repository
git clone [email protected]:timvisee/cv.git
cd cv# Compile with tectonic
tectonic cv.tex# Open PDF
xdg-open cv.pdf
```## License
This project is released under the GNU GPL-v3.0 licence.
Check out the [LICENSE](LICENSE) file for more information.## Resources
The curriculum vitae template I used is based on [CV][ref-cv] by Adrien Friggeri.
[badge-pdf]: https://img.shields.io/badge/cv-pdf-blue.svg
[badge-pipeline]: https://gitlab.com/timvisee/cv/badges/master/pipeline.svg
[pdf]: https://timvisee.gitlab.io/cv/cv.pdf
[pipeline]: https://gitlab.com/timvisee/cv/pipelines
[ref-cv]: https://www.latextemplates.com/template/friggeri-resume-cv
[tectonic]: https://github.com/tectonic-typesetting/tectonic#readme