From 1d182844cf547b4d41662dd44a91e983689dbf59 Mon Sep 17 00:00:00 2001 From: zool Date: Fri, 30 Oct 2015 16:54:26 +0100 Subject: [PATCH] Add resources section --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a3fa3..fd12f1b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ experience: city: Basel ``` -That makes super easy to update a CV while keeping a consistent structure. If you're not familiar with the YAML syntax, [here](http://learnxinyminutes.com/docs/yaml/)'s a pretty good overview. +That makes super easy to update a CV while keeping a consistent structure. Thanks to [pandoc](http://pandoc.org/), we can then access our data from `template.tex` using a special notation. Iterating on repetitive data structures becomes trivial: @@ -81,6 +81,12 @@ Refer to [pandoc's documentation](http://pandoc.org/demo/example9/templates.html - [Typesetting your academic CV in LaTeX](http://nitens.org/taraborelli/cvtex) by Dario Taraborelli - [Résumé advices](http://practicaltypography.com/resumes.html) from Butterick's Practical Typography +# Resources + +- If you're not familiar with the YAML syntax, [here](http://learnxinyminutes.com/docs/yaml/)'s a pretty good overview. +- If you want to edit the template but LaTeX scares you, this [docs](https://www.sharelatex.com/learn/Main_Page) put together by ShareLaTeX cover most of the basics and are surprisingly kind to the beginner. +- Odds are your question already has an answer on [TeX Stack Exchange](https://www.sharelatex.com/learn/Main_Page). Also, pretty friendly crowd in there. + ## See also - [letter-boilerplate](https://github.com/mrzool/letter-boilerplate) — Quickly and painlessly generate high-quality letters from markdown through LaTeX