andrewrynhard / atom-latex-plus

16 stars 13 forks source link

How to enable message panel instead of notifications? #50

Closed armin-pfaeffle closed 8 years ago

armin-pfaeffle commented 8 years ago

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.

screenshot

How can I enable the message panel? Do I have to use a Text distribution?

DeusProx commented 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.

andrewrynhard commented 8 years ago

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?

mdavis-xyz commented 8 years ago

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?

printscreen with error message

armin-pfaeffle commented 8 years ago

@DeusProx , @andrewrynhard : Thanks! I will have a look at it!