bluelatex icon indicating copy to clipboard operation
bluelatex copied to clipboard

outline should be for the whole document

Open monperrus opened this issue 9 years ago • 5 comments

The outline tab should be for the whole document and not only for the current Tex file.

monperrus avatar May 13 '15 12:05 monperrus

Without parsing and expanding file inclusion, this is not possible. As for #193 and #197 this would require to parse the LaTeX source, expand macros, etc… to be reliable and of any real use.

satabin avatar May 13 '15 15:05 satabin

I've been using a regexp-based approach for this for years and it works just fine.

monperrus avatar May 13 '15 17:05 monperrus

Also with multiple files with arbitrary depth of inclusion?

satabin avatar May 14 '15 08:05 satabin

Also with multiple documents with arbitrary depth of inclusion?

Yes. Regexp + recursion.

monperrus avatar May 14 '15 10:05 monperrus

If you have a gist or kind of a patch, we would really like to review and comment it!

satabin avatar Jun 02 '15 15:06 satabin