1

Is there a software for Windows that allows you to see the tree structure of your document, like in word (you see the table of contents on the left) ? I have Texmaker, but you see only a brief tree structure only on the main file, but not on every file and not all the sections and subsections of the file...

Mario S. E.
  • 18,609

2 Answers2

1

Kile has a fairly detailed tree structure per document and an overview of all files per project and all files/projects open.

So one tab gives you files/projects:

files/projects

and another a detailed structure of the current file:

current file

You can customise this somewhat.

Although code-folding is customisable and you can define custom folds, custom points don't show in the structure. (At least, not for me.)

cfr
  • 198,882
0

As mentioned by so many others, there is a huge list of Editors/IDEs.

I personally recommend TeXnicCenter as it is my favorite IDE and has everything I need, including the documet layout you mentioned in your question:

enter image description here

Mario S. E.
  • 18,609