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

https://github.com/rustbas/cv

CV repo
https://github.com/rustbas/cv

Last synced: about 2 months ago
JSON representation

CV repo

Awesome Lists containing this project

README

          

# Requirements

- `pdflatex`

# Compilation

Cd to required directory and run:

```console
user@pc$ pdflatex .tex
```

Alternatievly, you can run the following command from the root directory:

```console
user@pc$ TEXINPUTS=/: pdflatex .tex
```