Skip to content

MTecknology/latex-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTeck's Resume

This repository holds my CV/Resume style for LaTeX.

Version Policy

This repository uses Semantic Versioning.

Given a version number MAJOR.MINOR.PATCH, we increment the:

  • MAJOR version when updating mteck.sty requires updating your CV/Resume (.tex) to avoid breaking
  • MINOR version when updating mteck.sty may produce visual changes in your CV/Resume
  • PATCH version when updating mteck.sty will not have any impact in any produced CV/Resume

Example:

  • MAJOR: Renamed \P{} to \p{}, resolves conflict with existing LaTeX function
  • MINOR: Added \xspace to \Spacer, avoids greedy whitespace when no text follows
  • PATCH: Updated comments in mteck.sty, improves readability of style documentation