-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto discovery of LaTeX distribution #25
Comments
I started on this project only today, cloned the code and built it. For the first time when running the application, no preview was available. When trying to export PDF, nothing was happening after file-selection. Only after looking into the logs, found that pdflatex is not configured yet. This should ideally be shown as message-box, as it is a core requirement. |
@revanth844 That sounds like a great addition to me |
@revanth844 |
I'm sorry, I couldn't progress on this enhancement, at all. It took me whole night to just download LaTeX libraries and since then I've been struck with my regular work. |
@revanth844 |
On Windows it is currently required to point the application to the LaTeX distribution directory in the application settings. This can be improved by adding some basic auto discovery of installed LaTeX distribution, in case nothing has been set in the application settings. The user settings should of course always have priority over auto-discovery.
The text was updated successfully, but these errors were encountered: