https://github.com/harleyjwilson/cv-template
A Simple LaTeX CV and Cover Letter
https://github.com/harleyjwilson/cv-template
cover-letter cv latex resume template
Last synced: 4 months ago
JSON representation
A Simple LaTeX CV and Cover Letter
- Host: GitHub
- URL: https://github.com/harleyjwilson/cv-template
- Owner: harleyjwilson
- License: mit
- Created: 2023-05-31T06:21:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T04:48:12.000Z (over 1 year ago)
- Last Synced: 2025-06-26T00:03:04.034Z (4 months ago)
- Topics: cover-letter, cv, latex, resume, template
- Language: TeX
- Homepage:
- Size: 3.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CV-Template
This repository is a simple LaTeX CV and cover letter template. The design is based on the [Pragmatic Engineer's Resume Template](https://blog.pragmaticengineer.com/the-pragmatic-engineers-resume-template/).
## Usage
Once you have cloned the repository open up a terminal in the repository directory and run:
`pdflatex resume.tex` to compile the resume
`pdflatex references.tex` to compile the reference list
`pdflatex coverletter.tex` to compile the cover letter
`pdflatex bio.tex` to compile the biography
Alternatively, to compile the PDF files and clean up the temporary files run:
`latexmk -pdf && latexmk -c`