LaTeX template for your outstanding job application
Awesome CV is not my project. I have only resolved the most serious issues which inhibited making resumes or cover letter and put it in this seperate repo.Simply, because the main repository has gone stale and pull requests aren't being accepted.You can follow the link above to the original project.
Awesome CV is LaTeX template for a CV(Curriculum Vitae), Résumé or Cover Letter inspired by Fancy CV. It is easy to customize your own template, especially since it is really written by a clean, semantic markup.
You can see PDF
Page. 1 | Page. 2 |
---|---|
![]() |
![]() |
You can see PDF
Without Sections | With Sections |
---|---|
![]() |
![]() |
- Docker
- Docker Image: thomasweise/texlive . You can download it from docker repository
- Clone this Repository on your local System
- Mount it with
thomasweise/texlive
image on docker.Example:docker run -it --mount src="$(pwd)",target=/test_container,type=bind thomasweise/texlive
- Simply open the CLI on that container and use the following commands:
- latex test.tex
- xelatex test.tex or you can simply execute the make file.In this case it will only compile the first file name in the for loop simply change the name and run it.
It will compile with font errors but the output will be a perfectly good cv or resume in the example folder.
- React Resume - A Multi-page React theme to introduce yourself.
- Hosted here