Skip to content

abhilesh/latex-cv-suite

Repository files navigation

Latex_resume

Latex templates for academic resumes

Inspired by and modified from posquit0's Awesome CV

Development Environment in VS Code

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.

Usage

  1. Install Prerequisites:

  2. 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".
  3. 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.

Examples

Curriculum vitae Style 1
Curriculum vitae 1
Curriculum vitae Style 2
Curriculum vitae 2
Cover Letter
Coverletter

About

Latex templates for academic resumes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors