Using command:
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode
"Skripsie".tex
Compilation in TeXstudio takes very long (3-5 minutes). The document is only 12 pages long with no images. Is there any way to speed it up. Like for example only compiling separate chapters?
shiftand right-click on the folder background. You should now get a list with an option open command window here. Choose this. In the window typepdflatex myfile.texand see how long this takes. – Fredrik Johansson Oct 26 '15 at 19:53Settings > User Commands, addpdflatex -draftmode %.tex | biber % --output-safechars | pdflatex -draftmode %.tex | pdflatex -synctex=1 %.tex | txs:///view– n1000 Sep 24 '16 at 15:05