bluelatex
bluelatex copied to clipboard
outline should be for the whole document
The outline tab should be for the whole document and not only for the current Tex file.
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.
I've been using a regexp-based approach for this for years and it works just fine.
Also with multiple files with arbitrary depth of inclusion?
Also with multiple documents with arbitrary depth of inclusion?
Yes. Regexp + recursion.
If you have a gist or kind of a patch, we would really like to review and comment it!