Create dockerized build

This commit is contained in:
Qaiser Abbasi 2016-12-03 19:18:31 +01:00
parent 0ad94fe74e
commit 7bec0cb391
2 changed files with 17 additions and 0 deletions

View file

@ -42,6 +42,20 @@ You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/e
## <a name="how-to-use">How to Use ## <a name="how-to-use">How to Use
### Using Docker Container
#### Usage
Just execute the following line in the root directory of this repository. Voila!
```bash
$ generate_cv_with_docker.sh
```
The resulting cv.pdf can be found in /examples.
### Using local TeX installation
#### Requirements #### Requirements
A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](http://tex.stackexchange.com/q/55437) but TeX Live is recommended. A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](http://tex.stackexchange.com/q/55437) but TeX Live is recommended.

3
generate_cv_with_docker.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
docker run --rm -w "/data/examples" -v "$PWD":/data blang/latex xelatex cv.tex