Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.17 KB

README.md

File metadata and controls

44 lines (34 loc) · 2.17 KB

Table of Content

  1. Introduction

  2. Color theme

  3. How to?

  4. Screenshot

    4.1 One Page (without image)

    4.2 One Page (with image)

    4.3 Themes

  5. Credits

Introduction

I started writing this latex class with the idea that overall control should be with user. Essentially I provide you with two commands which create the major part of the template :

  1. \mattitle{First Name Last Name} : Creates the main title with name. This also has an alternate version which shows image as well \matpictitle{First Name Last Name}{image}
  2. \matsection{Section Name}{ detail here}: Creates the section in side margin

Other than these two all other commands are optional (more of helper functions -- check example CV for their usage).

Color theme

You can change the color of the theme by specifying a theme in preamble by typing \renewcommand{\mattheme}{teal700}. See example CV for full list of color themes.

How to?

  1. Like any other class use this by adding \documentclass{MatCV} to your preamble.
  2. Create title by using \mattitle{Title} or \matpictitle{Title}{image}
  3. Use helper functions or not.
  4. Unleash your creativity.

Screenshot

Please download the example CV (cv1.pdf). Preview in git loses some minor details. Here are few screenshots for your reference:

One page (without image)

alt tag

One page (with image)

alt tag

Themes

Some themes alt tag

Credits

  1. Design is obviously inspired by Google's Material Design
  2. Idea inspired by : Michael DeCorte, Artur Gomes
  3. Open Source