summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-11-09 06:03:20 +1100
committerChristophe Roger <darwiinc@live.fr>2016-11-09 06:03:20 +1100
commit06493fe0281cca308cf9b243ab002cc6773c7367 (patch)
treea434d81e641e63bdbdf09bc001f0bfbb0a5357bc /README.md
parentc6823b0a70b5c6cabdd3213b6c18ebf4e73131a4 (diff)
parent59124741a72fbef06ce1c2c28dca186957c6b322 (diff)
downloadcv-06493fe0281cca308cf9b243ab002cc6773c7367.tar.gz
cv-06493fe0281cca308cf9b243ab002cc6773c7367.tar.bz2
cv-06493fe0281cca308cf9b243ab002cc6773c7367.tar.xz
cv-06493fe0281cca308cf9b243ab002cc6773c7367.zip
Merge branch 'master' into local-github
* master: Updated README.md with informations on how to use documentclass options Updated version of awesome-source-cv.cls v1.5 with optional header layout
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0f6918..a416bfe 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`.