An open API service indexing awesome lists of open source software.

https://github.com/turmaxx/docker-resume-template

A Latex Resume Template that uses docker to compile to PDF
https://github.com/turmaxx/docker-resume-template

docker-resume-template

Last synced: 4 months ago
JSON representation

A Latex Resume Template that uses docker to compile to PDF

Awesome Lists containing this project

README

          

# Template Overview

This template provides a container environment to quickly start using latex as a resume template. The beauty of latex is that it takes care of all formatting for the user. It removes the need for painful tedious edits to word document for alignment or text fitting.

It works on all platforms: Windows, Mac and Linux

## Requirements

- [VS code](https://code.visualstudio.com/download) installed
- [VS code remote containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) installed
- [Docker](https://www.docker.com/products/docker-desktop) installed and running
- [Docker Compose](https://docs.docker.com/compose/install/) installed

## Setup

After Cloning this repository:

```
git clone https://gitub.com/Turmaxx/docker-resume-template
```

Open the repo in vscode and it will prompt you to open the repo in remote container on the bottom right corner. If the prompt does not show up type `>dev` in your command palette `(CTRL+SHIFT+P)` then select `Dev Containers: Open Folder in Container...`