From: Thomas K. <t....@tu...> - 2020-11-30 13:07:41
|
Hi there, I'm using docutils to generate latex which works great. But I stumbled upon a problem with TOC generation. If I use publish_string() the generated tex is correct. If I use publish_doctree() then publish_from_doctree() the generated tex contains an additional list containing the TOC. I'm not sure if I'm missing something here. I attached a minimal working example and the diff of the generated tex files. Greetings, Thomas |