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


as i'm writing latex more , more on sublime text (3), decide totally move on st texniccenter. there's 1 thing miss texniccenter, that's ability show project in outline view (e.g chapter/subchapter name,...)

for example, writing long file 1 master main.tex file, , each chapter written in separate file, txc gives me view on outline panel:

enter image description here

can achieve such thing in st3? (i know ctrl + r not in case chapters written separately.)

latexing offers shift+ ctrl + r ("goto symbol in project"). latexing seems consider structure markers such \chapter{test), irrespective of whether \input{} somewhere, it's not real logical structure of document ...

here's screen shot:

autocomplete

it's still not in command palette, , not real sidebar of logical structure and there confusing duplications ... still.

maybe folks on @ atom latex on @ point; atom might more suited kind of flexible ui.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -