Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.09k stars 959 forks source link

Page background doesn't work with disable-header-and-footer #219

Open pfaco opened 3 years ago

pfaco commented 3 years ago

If you set disable-header-and-footer to true, and then set a value to page-background instead of displaying the background a watermark text "Draft" is shown instead.

I have attached the .md and .yaml files I've used. Below is the command:

pandoc --pdf-engine=xelatex ReleaseNotes.md -o example.pdf --from markdown --template eisvogel ___tmp_metadata.yaml

files.zip