I have a document I've been writing using TeXSudio + Texlive on windows. I can build everything in windows just fine but when I go to linux, compilation hangs at a certain point.
The last line before compilation hangs is:
[6] [7 <./Figures/SM.png>] [8 <./Figures/memory.png>] [9 <./Figures/asyncOps.png>]
At which point it will just stop doing anything until interrupted. The command I am using is:
latexmk main -pdf
TeXstudio is using the command:
pdflatex.exe -synctex=1 -interaction=nonstopmode --shell-escape "main".tex
which I tried (minus the synctex), but the result was the same.
Is there something else TeXstudio is doing under the hood that I need to do in CLI? This has happened on a machine with a modern i7 and 16 GB of ram so I don't think it is a resource issue.
\tracingallso then you will see what it is doing. Do not use--shell-escapeon any document unless you are very sure you know what it is doing. – David Carlisle Oct 06 '22 at 19:14pdlfatex[.exe] -v) – frabjous Oct 07 '22 at 02:28