Anybody know of any LaTeX/TeX package or GUI that allows LaTeX script to be run in sections? I'm after a feature similar to MATLAB's "run section" feature.
My LaTeX documents tend to take ages to compile because it has to "re-plot" every single figure and graphic and item on previous pages, meanwhile I will have only actually changed something on say, the final page. I appreciate that if I were to change something say mid-document it would need to shift everything downwards and that's why it's good to do a whole compile.
However, upon splitting pages (\newpage or \clearpage), surely there's some way to run only the LaTeX script relating to stuff that's after a certain page and before another page using a made-up command like "\runcheckpoint" or something.
I have tried searching other user questions relating to this, such as this one but I don't think I am after the subfiles package because if I understand it correctly, it will compile the sections you add too.
I have also read this when trying to learn about "\include" and as far as I understand that, it looks like I would have to edit whatever document I include in a separate window. Is there no way to just do this all in one script?
I apologise if the answer is obvious, this is my first question on this stackexchange.