Skip to content

Latest commit

 

History

History
115 lines (94 loc) · 6.82 KB

README.md

File metadata and controls

115 lines (94 loc) · 6.82 KB

My own LaTeX Résumé template

Written in LaTeX badge Made with love badge License badge Code size badge

Contributors count badge Repo watchers badge Repo stars badge Repo forks badge

Commit activity badge Last commit badge Issues badge Pull requests badge

A LaTeX Résumé template designed for my own use, and released under the BSD-3-Clause license for everyone to enjoy.

Preview

Here is an example of how the final résumé looks.

Résumé example

(Configuration for this example can be found here)

How to use

These instructions assume that you are using a Unix based system (OSx, Linux, BSD, et cetera) and that you have a full TeX distribution set up (if you don't have one, I recommend TeX Live).

  1. Open a terminal emulator.
  2. Clone this repo (e.g. git clone https://github.com/kip93/resume.git my_cv).
  3. Enter the new directory (e.g. cd my_cv).
  4. Create a copy of example.tex (e.g. cp example.tex my_cv.tex).
  5. Change the contents of the copied file to your hearts desire, using your text editor of choice.
  6. Compile the résumé (e.g. pdflatex my_cv.tex).
  7. Done, your résumé is now ready (e.g. my_cv.pdf).
  8. You can always go back to step #5 to change anything you need (e.g. new academic studies).

How to customise

You might want to change stuff like colours or positioning of elements. In that case, you will need to edit the resume.cls file. Note that depending on what you want to change this will end up being much more advanced task than simply editing the .tex file described in the previous section.

I've tried to add documentation and comment the file wherever possible, but you'll need to have at least a good grasp on the LaTeX basics to be able to make any significant edits.

Dependencies

These are the dependencies for this project, as well as which versions they were used. Older versions might still work, but are untested.

Attributions

These are external resources used for creating this template.