curriculum-vitae/README.org

29 lines
476 B
Org Mode
Raw Normal View History

2019-11-17 16:25:08 +01:00
* Curriculum vitae
2019-12-06 14:27:45 +01:00
Curriculum vitae template that uses LaTeX for rendering, via Pandoc.
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
2019-12-06 14:27:45 +01:00
** Configuration
2021-01-10 14:09:53 +01:00
- Sections and layout: assets/template.latex
- Details: input/%.yml
2019-12-06 14:27:45 +01:00
The /lang/ variable allows you to have different section names, if you want a
bilingual CV.
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
2021-01-10 14:09:53 +01:00
The pdf documents will appear in the *output* folder.