Search found 2 matches

by am2217s
Mon May 04, 2020 8:13 pm
Forum: Texmaker and TeXstudio
Topic: compiling never ends and displays nothing
Replies: 2
Views: 6561

compiling never ends and displays nothing

Hello! I downloaded and installed MikTex 2.9 then Texmaker 5.0.4. If I run PDFlatex, the same thing happens. When I ran xelatex at first, an error showed up saying Log File not found. But then I ran lualatex and the following appeared at the bottom:

This is LuaHBTeX, Version 1.12.0 (MiKTeX 2.9 ...
by am2217s
Mon May 04, 2020 2:08 am
Forum: Texmaker and TeXstudio
Topic: compiling never ends and displays nothing
Replies: 2
Views: 6561

compiling never ends and displays nothing

I wanted to start learning using LaTeX with Texmaker, but from the get-go I have been having problems. I wrote the simplest code there is:
\documentclass[11]{article}

\begin{document}
Hello World
\end{document}
For some reason when I save it and then press the "run" arrow, the cursor changes to ...