From 7424d0de38bca0422b65854c833e6ff3029b3c94 Mon Sep 17 00:00:00 2001 From: piccihud Date: Sun, 16 Apr 2023 19:36:12 +0200 Subject: [PATCH] fix pandoc.md --- pandoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.md b/pandoc.md index be9c3aa..e277420 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 --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 -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 ``` ## Tema personalizzato