Hi All,

I've been working on implementing a 'word processor' compatible output from the Markdown source that I'm using to build my existing LaTeX/PDF documents.

At this stage I've managed to implement styles, margins, header and footer, etc by using a docx reference-doc, however I also need to implement some branding (etc) to create a Title Page and some additional (templated) content / pages prior to the document body (or ToC) preferably with the ability to pull from document metadata.

Based on a look at the various writers and pandoc templates available it doesn't seem like this is easily possible using docx in the same way as say LaTeX, however there is a default.opendocument template; If my understanding is corrrect this works in conjunction with a .odt `--reference-doc` to produce output. Am I on the right track here, or does odt output behave similarly to docx, only using the reference doc to inform the output?

What would be the best way to implement something like this? Am I best off attempting to use docx and implementing a filter to get my additional content injected before the body, or is modifying the opendocument template likely to be a better option?

Thanks for the advice!

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/55062ea0-a237-4835-860b-e4ca5290e5cdn%40googlegroups.com.