Latex templates for academic resumes
Inspired by and modified from posquit0's Awesome CV
This repository includes a Dev Container configuration to develop inside a Docker container. With Visual Studio Code and the Remote - Containers extension installed, you can compile the LaTeX documents in this repository without having to install LaTeX and all its dependencies on your local machine.
-
Install Prerequisites:
-
Open the Repository in a Dev Container:
- Clone the repository to your local machine.
git clone https://github.com/abhilesh/Latex_resume.git
- Open the cloned repository in Visual Studio Code.
- If prompted. click "Reopen in Container" to open the repository inside the Dev Container. Else, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) and select "Remote-Containers: Reopen in Container".
-
Making changes:
- Modify the LaTeX files as needed using Visual Studio Code.
- Save your changes.
- To compile the LaTeX documents, open a terminal in Visual Studio Code (Ctrl+
or Cmd+) and run the following commands:
cd "Academic CV" # or "Industry CV" depending on which you want to compile xelatex cv_main.tex
- This will generate a PDF file (cv_main.pdf) in the same directory.
| Curriculum vitae Style 1 |
|---|
![]() |
| Curriculum vitae Style 2 |
|---|
![]() |
| Cover Letter |
|---|
![]() |


