Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k4j8/resume-template
LaTeX resume template with Python code to make plain text version
https://github.com/k4j8/resume-template
Last synced: about 14 hours ago
JSON representation
LaTeX resume template with Python code to make plain text version
- Host: GitHub
- URL: https://github.com/k4j8/resume-template
- Owner: k4j8
- Created: 2014-08-08T03:08:49.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T02:19:40.000Z (over 3 years ago)
- Last Synced: 2024-03-19T15:03:19.460Z (8 months ago)
- Language: Python
- Size: 244 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resume-template
A professional LaTeX resume template with accompanying Python code to generate a machine-readable plain-text version.
![Example](docs/example_image.png)# Installation
LaTeX is a typesetting software. It creates formatted documents, often PDF files, using plain-text code. Before using this template, you must have a LaTeX compiler installed. See https://www.latex-project.org/get/ for details on how to get LaTeX for your system.To make a plain-text (.txt) version of your resume, you will need Python. See https://www.python.org/downloads/ for details on how to get Python for your system.
# Usage
Fill out `resume.tex` with your own information, copying and pasting sections as needed. See the help section in the preamble for more details. Compile when finished.To generate a plain text version of the resume, run `make_plain_text_resume.py`. The plain text resume is designed to be machine-readable for online resume-parsers when applying to jobs.