fix pandoc.md
This commit is contained in:
parent
f39ec4df40
commit
da5393e112
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue