I'm new here on forum and I just install Texmaker today. It's my homework from school where i can compile my scripts but on my own laptop i see this error
"Error : could not start the command : pdflatex -synctex=1 -interaction=nonstopmode "test".tex"
I have no idea what's going on. It happend when i would like to compile script from school or easy standard script like this one:
Code: Select all
\documentclass{article}
%praeambulum
\begin{document}
Hello world!
\end{document