
Jason White <jason@jasonjgw.net> writes:
Scott Penrose <scottp@dd.com.au> wrote:
A quick think suggests solutions for me is one of the following: * Modular word docs and use includes - not ideal still problems with formatting etc * Wiki (there is a Confluence system available for me to use) - but no offline editing, and terrible word/pdf output formatting * Build system (some text editable format I can use to generate the word docs).
Would Pandoc help you with the second option?
gitit is built on top of pandoc, btw.
I don't know how good it is; I've only read the package description and have not installed, let alone run it.
It's... adequate. It does not implement reST fully and without bugs, so occasionally I try to do something (like insert a \n where the spec says I can) and it gets confused. Since markdown has no spec, it's markdown implementation is complete :-) Anyway, it's a reasonable choice for short / simple documents. For large stuff (not the case for OP) I would be looking at sphinx.