Zenny writes: > Exactly done as you advised, but no pdf is produced even after waiting > for ~10minutes (attached screenshot)
Let's try the following: 1. Export your document to a 'your-document.tex' file: C-c C-e l l 2. Open a terminal in your directory and run: latexmk -f -pdf -lualatex -interaction=nonstopmode your-document.tex (a pdf would have to be created after compilation. If there are any errors, please copy your-document.log here). Best regards, Juan Manuel