On 4/12/19 9:01 AM, Daniel wrote: > On 07/04/2019 16:37, Pavel Sanda wrote: >> On Sun, Apr 07, 2019 at 11:08:33AM +0200, Daniel wrote: >>> On 07/04/2019 10:17, Pavel Sanda wrote: >>>> On Sat, Apr 06, 2019 at 09:20:22AM +0200, Daniel wrote: >>>>> Note that "Non-aggregation and existential risk" is another >>>>> document I >>>>> worked on in between and is *not* related to the bug. All other >>>>> documents >>>>> are part of the larger document. >>>> So reiterating last question: >>>> - is this file set as master to some already opened files which are >>>> being >>>> compiled? >>>> - do you close this file while the compilation still goes on? >>> >>> No to both. The problem is independent of this file. >> >> Ok, do you have idea, what file was closed, just after you opened >> this file? >> >> Pavel > > Here is another messages output. This time, I don't think any file > closing/opening was involved. Hence this is some evidence that the > problem is independent of this. > 13:56:05.081: Previewing ... > 13:56:05.136: (buffer-view: Ctrl+R) > 13:56:05.144: (command-alternatives master-buffer-view; buffer-view: > Ctrl+Alt+R) > 13:56:05.230: pdflatex -interaction=nonstopmode -synctex=1 "not_pretty.tex" > 13:56:05.865: This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.7000 > 64-bit) > 13:56:05.865: entering extended mode > 13:56:05.866: (not_pretty.tex > 13:56:05.866: LaTeX2e <2018-12-01> > 13:56:05.866: > support/Systemcall.cpp (276): Systemcall: 'pdflatex -interaction=nonstopmode > -synctex=1 "not_pretty.tex"' finished with exit code 1 > 13:56:06.758: pdflatex -interaction=nonstopmode -synctex=1 "not_pretty.tex" > 13:56:07.393: This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.7000 > 64-bit) > 13:56:07.394: entering extended mode > 13:56:07.394: (not_pretty.tex > 13:56:07.395: LaTeX2e <2018-12-01> > 13:56:07.395: > support/Systemcall.cpp (276): Systemcall: 'pdflatex -interaction=nonstopmode > -synctex=1 "not_pretty.tex"' finished with exit code 1 > 13:56:07.891: Error while exporting format: PDF (pdflatex)
That seems to be the end of the LaTeX compilation. I don't see anything in the log after that. Maybe we just aren't catching the error for some reason. Riki