ge-li / Minimal-Resume

A minimal resume template for professional usage. Supports XeTeX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal-Resume

Minimal-Resume is a one-column and clean resume template for professional usage. It supports XeTeX. XeTeX is a TeX typesetting engine that can be thought of as standard LaTeX (pdftex) with support for Open Type Fonts. The demo PDF is included in the project.

Why yet another resume template?

There is no shortage of resume templates, and a moderate number of them are really good. Nonetheless, Minimal-Resume sports a number of unique features:

  • It is one-column with consistent design decisions.
  • Much easier on eyes, and with minimal description text, easy for fast reading.
  • The font sizes and the whitespaces are carefully crafted.
  • Workplaces and timestamps are highlighted instead of section titles.

Installation

For novice TeX users, it is highly recommended to use Overleaf, a fascinating online TeX editor. Using it is as easy as clicking on the "Open as Template" button from this Gallery item page. Disclaimer: I am an external advisor to Overleaf and often advocate for TeX and Overleaf.

To use Minimal-Resume in your local computer, install XeTeX and the compulsory packages listed below. These mostly come as part of the popular TeX engines like MiKTeX.

Compulsory packages:

  • fontenc, fontspec (supports for custom local fonts)
  • microtype, srcextend (font rendering)
  • enumitem (custom lists)

Fonts

The fonts in use are Montserrat by Julieta Ulanovsky and Crimson Text by Sebastian Kosch.

The fonts used are under SIL Open Font License which means they are free to use and redistribute under the terms of the respective licenses.

The fonts and their usage are already baked into the template. However for custom use (by experts only), the following LaTeX commands (without any arguments) are provided: \montserratfont, \crimsonfont.

Custom environments

The custom environments are self-explanatory from the demo.

  • \personal{} includes the name, address and contact details.
  • \chap{Chapter Title}{Chapter Details} invokes a chapter, such as education or work experience.
  • \subchap{Subchapter title}{Timestamp}{Subchapter Details} executes a subchapter, such as a particular work experience along with the timestamp and details.

Concluding remarks

The design is largely influenced by the book Typography for Lawyers by Matthew Butterick (with his permission, of course).

About

A minimal resume template for professional usage. Supports XeTeX.

License:MIT License


Languages

Language:TeX 100.0%