Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 804 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 804 Bytes

resume-markdown

PDF creation

To create a pdf file :

python3 convert.py resume-en.md

The option --html also generates the HTML which will be converted into pdf :

python3 convert.py --html resume-en.md

The option --double-column creates files in double columns :

python3 convert.py --double-column resume-en.md

The Python application use the CSS files style.css and style_doublecolumn.css to render the resume nicely.

The application depends on CommonMark and WeasyPrint.

Dependencies installation

conda env create -f environment.yaml
conda activate cvmd

Dependencies uninstallation

conda deactivate
conda env delete cvmd

Downloads

My resume : pdf