From 59124741a72fbef06ce1c2c28dca186957c6b322 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 9 Nov 2016 06:01:47 +1100 Subject: Updated README.md with informations on how to use documentclass options --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 96adc6c..c34f639 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,25 @@ You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overle ## How to use **Awesome Source CV** latex class +### Use the **Awesome Source CV** options + +When declaring the `\documentclass` you can use some option(s) to customize your CV rendering. + +```latex +% Used with no option, the template will use the 'traditional' +% header formatting your system fonts and the default color scheme +\documentclass{awesome-source-cv} + +% Used with localFont option the template will use the 'traditional' +% header formatting, fonts included in the fonts directory and the default color scheme +\documentclass[localFont]{awesome-source-cv} + +% Used with localFont option, the template will use the 'alternative' +% header formatting, your system fonts and the default color scheme +\documentclass[alternative]{awesome-source-cv} + +``` + ### Construct the header Outside of the `\socialinfo` wrapper you have to define the mandatory parameters `\name` and `\tagline`. -- cgit v1.2.1