Closed armin-pfaeffle closed 8 years ago
I had a similiar problem too. The error was in my imports as I used \usepackage{english}
instead of \usepackage[english]{babel}
. Found this error by using pdflatex inside my terminal. Probably those kind of error messages can't be shown somehow at this state of the package.
This type of error is purposely made from latex-plus
. The error message could be better, but the title states: LaTeXmk Error
. These errors are not discoverable in the log file as they are non zero exit code values from latexmk. The errors in the message panel are errors in your latex code that latexmk discovers. These errors are no related to the exit code of latexmk. Does that clear this up?
I'm having a similar issue.
I'm confused by the readme. The last gif has a printscreen showing a list of errors appearing, presumably after some keyboard shortcut.
What shortcut is used in that gif?
When I try to compile a valid file I get an error, but there's no obvious way to see what that error is. I don't get a pop-up notification (as above), or an error log (as in the readme).
How can I find out what's going on?
@DeusProx , @andrewrynhard : Thanks! I will have a look at it!
Hey!
First of all, thanks for your package!
In your README you demonstrate how to use the message panel including error messages. I'm using Windows 10 with MikTex and the only thing I can see are notifications and no real error messages, as you can see in the screenshot.
How can I enable the message panel? Do I have to use a Text distribution?