- Download the latest version of this template from the [release page](https://git.norangeb.it/norangebit/pancv/releases).
- Move the template `pancv.tex` to your pandoc templates folder and rename the file to `pancv.latex`. The location of the templates folder depends on your operating system.
- Unix, Linux, macOS: `~/.pandoc/templates/`
- Windows XP: `C:\Documents And Settings\USERNAME\Application Data\pandoc\templates`
- Windows Vista or later: `C:\Users\USERNAME\AppData\Roaming\pandoc\templates`
This template can also be used through a [docker](https://www.docker.com/) container.
The first operation to do is to retrieve the [`norangebit/pandocker`](https://git.norangeb.it/norangebit/pandocker) image through the following command:
```bash
docker pull norangebit/pandocker
```
after which you can run the container with the command:
- Copiare il file `pancv.tex` nella cartella dei template e rinominarlo in `pancv.latex`. La cartella dei template varia a seconda del sistema operativo.
- Unix, Linux, macOS: `~/.pandoc/templates/`
- Windows XP: `C:\Documents And Settings\USERNAME\Application Data\pandoc\templates`
- Windows Vista o superiore: `C:\Users\USERNAME\AppData\Roaming\pandoc\templates`
### Uso
Una volta installato e configurato tutto il materiale necessario sarà possibile utilizzare `pancv` attraverso il flag `--template`.
Nel seguente esempio tutte le variabili sono state settate all'interno del file `cv.yaml` e come file di output è stato scelto `cv.pdf`.
```bash
pandoc cv.yaml --template pancv -o cv.pdf
```
### Variabili
-`europass` (*boolean*) pari a `true` se si desidera un curriculum in formato *europass*
-`name`
-`first` (*string*) nome.
-`family` (*string*) cognome.
-`address`
-`first` (*string*) indirizzo.
-`second` (*string*) [opzionale] indirizzo.
-`email` (*string*) indirizzo email.
-`mobile` (*string*) numero di cellulare.
-`phone` (*string*) numero fisso.
-`cron-sections` (*list*) sezioni cronologiche.
-`section` (*string*) nome della sezione.
-`entries` (*list*) elementi della sezione.
-`year` (*string*) durata.
-`degree` (*string*)
-`institution` (*string*)
-`city` (*string*) [opzionale]
-`grade` (*string*) [opzionale]
-`description` (*string*) [opzionale]
-`sections` (*list*) sezioni.
-`section` (*string*) nome della sezione.
-`items` (*list*) elementi della sezione.
-`left` (*string*) parte di sinistra della sezione.
-`right` (*string*) parte di destra della sezione.
Questo template può essere utilizzato anche a traverso un container [docker](https://www.docker.com/).
La prima operazione da fare è recuperare l'immagine [`norangebit/pandocker`](https://git.norangeb.it/norangebit/pandocker) attraverso il seguente comando:
```bash
docker pull norangebit/pandocker
```
dopo di che è possibile eseguire il container con il comando: