fix pandoc.md

This commit is contained in:
piccihud 2023-04-16 19:34:07 +02:00
parent f39ec4df40
commit da5393e112
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ pandoc -s note.md -o note.pdf
Ecco un esempio di comando:
```bash
pandoc -s file.md -f markdown -t pdf --pdf-engine=xelatex -V lang=it -V colorlinks=true -V linkcolor=teal -V urlcolor=teal -V toccolor=gray --template eisvogel --listings -V table-use-row-colors=true -o file.pdf
pandoc -s file.md --pdf-engine=xelatex -V lang=it -V colorlinks=true -V linkcolor=teal -V urlcolor=teal -V toccolor=gray --template eisvogel --listings -V table-use-row-colors=true -o file.pdf
```
## Tema personalizzato