From f6415b8c2433b8cd1e106a06c9d22cea186295b7 Mon Sep 17 00:00:00 2001 From: zool Date: Sat, 24 Oct 2015 18:29:02 +0200 Subject: [PATCH] Polish here and there --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3cf5ac8..372208d 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ Thanks to [pandoc](http://pandoc.org/), we can then access our data from `templa ```latex $for(experience)$ -$experience.years$\\ -\textsc{$experience.employer$}\\ -\emph{$experience.job$}\\ -$experience.city$\\[.2cm] + $experience.years$\\ + \textsc{$experience.employer$}\\ + \emph{$experience.job$}\\ + $experience.city$\\[.2cm] $endfor$ ``` @@ -58,11 +58,11 @@ To install pandoc on Mac OS X, run `brew install pandoc`. To install it on Linux Refer to [pandoc's documentation](http://pandoc.org/demo/example9/templates.html) to learn more about how templates work. -Note: this template needs to be compiled with XeTeX. +**Note**: this template needs to be compiled with XeTeX. ## Available settings -- **`mainfont`**: Hoefler Text is the default, but every font installed in your system should work out of the box (thanks, XeTeX!) +- **`mainfont`**: Hoefler Text is the default, but every font installed on your system should work out of the box (thanks, XeTeX!) - **`fontsize`**: Possible values here are 10pt, 11pt and 12pt. - **`lang`**: Sets the main language through the `polyglossia` package. This is important for proper hyphenation, among other things. - **`geometry`**: A string that sets the margins through `geometry`. Read [this](https://www.sharelatex.com/learn/Page_size_and_margins) to learn how this package works.