curriculum-vitae/README.org

30 lines
477 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
- Sections and layout: Assets/template.latex
- Details: Input/%.yml
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
2019-12-05 20:53:21 +01:00
The pdf documents will appear in the *Output* folder.