diff --git a/pandoc.md b/pandoc.md index e277420..be9c3aa 100644 --- a/pandoc.md +++ b/pandoc.md @@ -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