LaTeXTools
LaTeXTools copied to clipboard
How can I show the compiling information in command window in sublime
I use the default setting in LaTeX.sublime-build, i.e., I use MikTex to compile the tex file. However, different from that in TexWork, sublime command window doesn't show any intermediate compiling information, only the final result (error or no error) is shown. How can I make them shown?
You can't. However, when compilation ends, you get a report showing errors and warnings.
On Thu, Nov 22, 2012 at 7:03 AM, Robert0812 [email protected]:
I use the default setting in LaTeX.sublime-build, i.e., I use MikTex to compile the tex file. However, different from that in TexWork, sublime command window doesn't show any intermediate compiling information, only the final result (error or no error) is shown. How can I make them shown?
— Reply to this email directly or view it on GitHubhttps://github.com/SublimeText/LaTeXTools/issues/113.
Marciano Siniscalchi Economics Department, Northwestern University http://faculty.wcas.northwestern.edu/~msi661
To elaborate, I would like to add some sort of progress indicator, so the user knows that compilation is actually running. I'll look into this.
Just to add to this discussion, I find that the error report in the build window is of limited use because the error message is truncated. For example, it's obvious that some command is undefined but the error message doesn't show which. Often, I have to run LaTeX in the terminal to discover what the full error message is. It would be helpful to be able to obtain the full error message or to open the log file at the line where the error message is.
Sometimes you have some problems while compiling that hangs the compilation program. In this cases the sublime console is not visualizing the report log. I guess it will be great to have the possibility to have the command opened in an externa console o have the ST2 log console interactive.
Hi
Is it possible to re-open the report when it has been closed (for example after use ctrl+F)? I would like to follow the warnings, but I need to keep the report window available (even if it is hidden).
Thank very much. Regards,
@germa89's issue is driving me crazy too!
@eric-wieser You can reopen the compile output panel with shift+escape
: https://github.com/SublimeText/LaTeXTools/blob/st3-4.0.0-alpha.9/Default%20(Windows).sublime-keymap#L308
If you have overwritten das keybinding you can just copy it to your user keybindings and change it.