Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpoxo6op/cv

Create CV in PDF format from a markdown file
https://github.com/kpoxo6op/cv

Last synced: 1 day ago
JSON representation

Create CV in PDF format from a markdown file

Awesome Lists containing this project

README

        

# About

Generate PDF CV from Markdown file.

## Build locally

Tested the build on Ubuntu.

### Install pandoc and other packages

```sh
sudo apt-get update
sudo apt install \
pandoc \
texlive-latex-base \
texlive-fonts-recommended \
texlive-extra-utils \
texlive-latex-extra \
texlive-xetex \
fonts-ubuntu
```

### Build

```sh
pandoc cv.md -o cv.pdf --pdf-engine=xelatex
```