Skip to content

Files

Latest commit

5810c08 · Apr 28, 2015

History

History
23 lines (14 loc) · 503 Bytes

ReadMe.md

File metadata and controls

23 lines (14 loc) · 503 Bytes

CV Renderer

This repository contains the scripts used to generate my CV from a single XML file to PDF, HTML and text in each language.

Usage

Clone the git repository:

git clone --recursive https://github.com/oscherler/cv-renderer.git
cd cv-renderer

Run setup.sh to download FOP and the source XML file for the CV:

./setup.sh

Generate the CV in the desired formats using any of the following commands:

make pdf
make html
make text
make all

The output files can be found in out/.