Latex-workshop: Latex Outline with multiple \input files.

Created on 13 Dec 2017  路  6Comments  路  Source: James-Yu/LaTeX-Workshop

Currently, the LaTeX outline is empty when you use a masterfile and several inputs. References work like a charm across the different input files (that BibTex intellisense <3), but the outline remains empty. It would be great if it would populate based on all the inputs.

Perhaps only updated after a build if it would otherwise ruin performance?

It was already mentioned in #332, but that was raised for a different reason (CMD+click on file capabilities).

Thanks for the great plugin! I ditched TeXstudio and TeXlipse right away 馃

Most helpful comment

This seems to be broken again!

All 6 comments

outline works for one master file and several inputs. It might not work well for multiple master files. Could you provide some reproduce files?

Please provide a minimal working (or rather breaking) example for debug. Thanks.

document.tex:

\documentclass{article}
\begin{document}
\section{Test}
    \input{test}
\end{document}

test.tex:

\section{Stuff}

knipsel

Previously, for me the outline wouldn't even populate. Just now, it sometimes populates. Sometimes complete, sometimes not. If it does, it takes ages to do so at best.

I'm aware this provides you with little input, sorry for that! On what files is the outline based? When is it populated?

Interesting. If you remove the spaces before \input, everything is fine. Looking for the bugged line now.

Many thanks for the fix! Clever to notice it could be the spacing.

This seems to be broken again!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kookma picture kookma  路  4Comments

seanmcbreen picture seanmcbreen  路  4Comments

dslemusp picture dslemusp  路  4Comments

fsonntag picture fsonntag  路  4Comments

jose-a-sa picture jose-a-sa  路  4Comments