When writing and conceptualising large projects (with numerous chapters, sections, subsections... and other type of meta information like references, tables, figures, keywords...), it is sometimes necessary to have a structured, clearly arranged overview of the current state of the project.
A tree-structured mind map comes to mind. This could be generated and structured automatically drawing on the information from the abovementioned sources. For example, it could arrange chapter headings around the title of the project, and arrange keywords or index entries, references, names of images etc. under the headings in which they appear.
Is there a simple way to achieve this, e. g. a package that provides an option like structure-only=true in the preamble and uses tikz to create a mind map?
If there is no such package, what would be the easiest way to create the described document?
etocpackage shows an example how to convert a toc to a mind map. Beside this: the toc and the lof are autocreated and naturally you could create a list "table of contents and figures" that combines both and redefine \index so that it writes into it too. – Ulrike Fischer Nov 13 '17 at 10:05etoccan be used to some extent indeed but will require work and mark-up (e.g. it does not hook into list of fig. and list of tables). – Nov 13 '17 at 14:04