For my work, I write a lot of advice notes. I like to write in markdown (just as I do for presentations, with reveal.js), and then convert that markdown to PDF. An easy option for doing this is GNOME’s “Apostrophe”. You can have real-time preview, and the PDF export that it produces is fine. But one cannot (easily, at least) change the look of that output, or add in a logo, or anything like that. I’ve previously tinkered with pandoc, and exporting to PDF using different PDF engines, b...