Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/slabstone/moderncv-cv-builder

Build moderncv-based CV in Docker
https://github.com/slabstone/moderncv-cv-builder

cv docker moderncv resume

Last synced: about 2 months ago
JSON representation

Build moderncv-based CV in Docker

Awesome Lists containing this project

README

        

# :page_facing_up: [moderncv](https://github.com/moderncv/moderncv) CV builder

Tired of guessing what packages are required to build your moderncv CV? You've come to the right place!

Build your CV with Docker and get PDF without fuss in three simple steps:

* clone this repo (_without_ submodules)
* put your CV source file somewhere in the repo dir
* run `make build SOURCE_FILENAME=`

# Known Issues

moderncv [template](https://github.com/moderncv/moderncv/blob/master/template.tex) fails to build with error:

```
0.821 ! Undefined control sequence.
0.821 \Url Error ->\url used in a moving argument.
0.821
0.821 l.116 \makecvtitle
0.821
0.821 ?
0.821 ! Emergency stop.
0.821 \Url Error ->\url used in a moving argument.
0.821
0.821 l.116 \makecvtitle
0.821
0.821 ! ==> Fatal error occurred, no output PDF file produced!
```