Add resources section
This commit is contained in:
parent
cfc3ce3644
commit
1d182844cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user