Skip to content
/ resume Public

latex resume (one column, traditional layout, modular data sources)

License

Notifications You must be signed in to change notification settings

g-be/resume

Repository files navigation

McDowell CV

McDowell CV is a LuaLaTeX class for building neat and space-efficient CVs using the design originally proposed by Gayle L. McDowell at http://www.careercup.com/resume.

The class is based on article class. The paper format is set to U.S. letterpaper by default. A template showing an example usage of the class is included.

Class Options

  • SourceSerifPro - sets the main font.
  • OpenSans - sets the serif font.

Commands

The class features the following commands:

  • \name{name} - defines the applicant's name to be printed by \printheader.
  • \address{address} - defines the applicant's address to be printed by \printheader.
  • \contacts{contacts} - defines the applicant's contacts to be printed by \printheader.
  • \makecvheader - prints the CV header consisting of the name (see the \name command), address (see the \address command) and contacts (see the \contacts command).

Environments

  • \begin{cvsection}{sectionname} - prints a section with a header consisting of the name in bold small caps and a page-wide horizontal line below.
  • \begin{cvsubsection}[linesnum]{left}{right}{content} - prints a subsection with header consisting of the left and right titles. The optional linesnum argument defines the amount of lines in the header. The argument only affects the vertical spacing between the environment header and content thus eliminating the effect of tabu package vertical spacing bug.

Build Instructions

  • Make sure lualatex (see http://www.luatex.org/download.html) is installed on your machine and is available in the terminal or a command line client of your choice.
  • In the terminal or a command line client of your choice, go to the folder containing McDowell_CV_Template.tex and mcdowellcv.cls, and run the following command: lualatex McDowell_CV_Template.tex.

About

latex resume (one column, traditional layout, modular data sources)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages