Install MikTex first before you install texmaker or texniccenter

  • Thread starter Thread starter Firepanda
  • Start date Start date
  • Tags Tags
    install
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 8K views
Firepanda
Messages
425
Reaction score
0
Nevermind, Got the hang of it now :)
 
Last edited by a moderator:
Physics news on Phys.org
I did some research and found this:

'Texmaker can't compile yours documents if the paths to the LaTeX related commands are wrong.'

From http://www.xm1math.net/texmaker/doc.html#SECTION01

I get stuck at the first hurdle (again), but where do i set the path for the file 'Latex'? Isn't latex a file of 5 programs? Do i need to set the path to a file with all the programs in?

It's all too confusing.
 
install MikTex first before you install texmaker or texniccenter, then the program should automatically detect your latex distro and set the proper paths to build the document.

If not, you have to set them mannually, however, you can still compile the latex documents in a command line console, Win Key + R to open up Run dialogue, then type in "cmd", find your saved file, note that this file can be in any directory, ending in .tex, then type "latex filename.tex", you should see a bunch of messages popping out, and ending up with 3 files- filename.dvi, filename.aux, filename.log, the .aux and .log are misc information during the compilation, the .dvi file is the output, you can now open it with any dvi viewer, i think the default one with MikTex is yap, so try "yap filename.dvi", if not, go to an explorer gui interface and double click the filename.

All aside, i recommend you reinstalling texmaker and texnic center, it'll probably be easier.

Or you could switch to linux :P
 
you are welcome. TeX is awesome :P