On 08/08/12 at 12:35pm, Ernesto Posse wrote: > I tried it on Ubuntu and got similar results, generating .docx (viewed > on LibreOffice) and html. Pandoc seems to ignore the TOC and > bibliography though. On HTML it also ignored the title, author and > abstract fields. On LibreOffice the math was rendered more or less OK, > but some symbols were missing. The real problem though, was with > labels and references. Labels were translated directly as text (e.g., > [sub:section-title]) and references as well, treating normal and > formatted references differently and badly in both cases. > > The tool seems promising, but without proper support for labels, > references and bibliography, it still cannot be used for "heavy duty".
You need to run pandoc --bibliography=FILE for bibliography support. man pandoc for a lot more. Labels do not work, though. M