update pandoc version to 2.18

This commit is contained in:
2022-05-16 12:19:46 +02:00
parent 4f4e262a1f
commit 4cfd5a21bc
5 changed files with 9 additions and 4 deletions

View File

@@ -52,10 +52,11 @@ export ARGS="
--number-sections
--resource-path ./$kind
--metadata-file ./$kind/metadata.yaml
--lua-filter "${PANDOC_DIR}/format-link.lua"
`#--lua-filter "${PANDOC_DIR}/format-link.lua`
"
export PDF_TEMPLATE="./pandoc/template/eisvogel.tex"
export LATEX_ARGS="
--metadata=footer-left:$(date +%d-%m-%Y)
--template "${PDF_TEMPLATE}"
--lua-filter "${PANDOC_DIR}/boxes.lua"
"