-
4.3 Themes
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 :
\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}
\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).
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.
- Like any other class use this by adding
\documentclass{MatCV}
to your preamble. - Create title by using
\mattitle{Title}
or\matpictitle{Title}{image}
- Use helper functions or not.
- Unleash your creativity.
Please download the example CV (cv1.pdf
). Preview in git loses some minor details. Here are few screenshots for your reference:
- Design is obviously inspired by Google's Material Design
- Idea inspired by : Michael DeCorte, Artur Gomes
- Open Source