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
- Host: GitHub
- URL: https://github.com/turmaxx/docker-resume-template
- Owner: Turmaxx
- License: mit
- Created: 2023-07-01T10:12:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T14:47:03.000Z (about 3 years ago)
- Last Synced: 2025-10-08T16:55:40.291Z (9 months ago)
- Topics: docker-resume-template
- Language: TeX
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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...`