2019-11-17 16:25:08 +01:00
|
|
|
* Curriculum vitae
|
|
|
|
|
|
|
|
Curriculum vitae template that uses LaTeX for rendering, via Pandoc. If
|
|
|
|
you want to adapt it to your needs:
|
|
|
|
|
2019-12-05 20:53:21 +01:00
|
|
|
- Sections and layout: Input/%.latex
|
|
|
|
- Details: Input/%.yml
|
2019-11-17 16:25:08 +01:00
|
|
|
|
|
|
|
** Requirements
|
2019-12-05 20:53:21 +01:00
|
|
|
|
|
|
|
- Pandoc
|
|
|
|
- GNU Make
|
|
|
|
- LaTeX (only tested with TeX Live)
|
2019-11-17 16:25:08 +01:00
|
|
|
|
|
|
|
** Usage
|
|
|
|
|
2019-12-05 20:53:21 +01:00
|
|
|
Compile the documents using make
|
2019-11-17 16:25:08 +01:00
|
|
|
|
|
|
|
#+BEGIN_SRC sh
|
|
|
|
make
|
|
|
|
#+END_SRC
|
|
|
|
|
2019-12-05 20:53:21 +01:00
|
|
|
The pdf documents will appear in the *Output* folder.
|