Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get outline view of Latex Project in Sublime text?

As I'm writing Latex more and more on Sublime Text (3), I decide to totally move on to ST from TexnicCenter. However there's one thing I miss from TexnicCenter, that's the ability to show the project in outline view (e.g chapter/subchapter name,...)

For example, writing a long file with one master main.tex file, and each chapter is written in a separate file, TXC gives me this view on the outline panel:

enter image description here

Can I achieve such thing in ST3? (I know about Ctrl + R but it does not help in this case where the chapters are written separately.)

like image 693
Jim Raynor Avatar asked Jun 27 '14 15:06

Jim Raynor


1 Answers

LaTeXing also offers a SHIFT+ Ctrl + R ("Goto Symbol in Project"). LaTeXing actually seems to consider all structure markers such as \chapter{test), irrespective of whether they are \input{} somewhere, so it's not the real logical structure of the document ...

Here's a screen shot:

autocomplete

It's still not just in the command palette, and not a real sidebar of the logical structure and there are some confusing duplications ... but still.

Maybe the folks over at atom latex will get on it at some point; atom might be more suited for this kind of flexible UI.

like image 105
maxheld Avatar answered Nov 15 '22 07:11

maxheld