LaTeX Latex Starter Help: Troubleshooting Errors

  • Thread starter Thread starter Ian_Brooks
  • Start date Start date
  • Tags Tags
    Latex Starter
AI Thread Summary
The discussion centers around issues with compiling a LaTeX document using TeXnicCenter and MiKTeX. The user is unable to generate a PDF preview after attempting to build the document. A key suggestion is to ensure that TeXnicCenter is correctly configured to point to the LaTeX to PDF executable, typically found at a specific path in the MiKTeX installation. Additionally, it is recommended to check settings for BibTeX and MakeIndex outputs. There is a debate about the ease of using LaTeX on Windows versus other operating systems, with some expressing a preference for alternatives due to performance issues with TeXnicCenter. A further suggestion includes compiling the document directly from the command prompt as a troubleshooting step. The discussion also humorously notes a typo in the user's directory name.
Ian_Brooks
Messages
127
Reaction score
0
So i downloaded texnic center over at

http://www.toolscenter.org

then got mik tek installed

And have a friends thesis template (hahah could i be anymore spoon fed)

and yet when i try to build/compile/hit F7 with all my might

i don't get a pdf preview

am i missing something?

UPDATE

when i click build and view update - i get the following error

http://img530.imageshack.us/img530/5933/latexerrorsit7.jpg
 
Last edited by a moderator:
Physics news on Phys.org
You'll have to check that Texnic centre knows where you have your latex to pdf executable. If I recall correctly in Texnic centre you'll have to click on build > define output profiles then click on the Latex > PDF option and give it the correct path to the executable in miktex which should be something like: C:\Program Files\MiKTeX 2.7\miktex\bin\pdflatex.exe

You will need to do the same for the bibtex and makeindex options and for any other outputs you require.
 
Last edited:
Of course, your first mistake is trying to use latex in windows.. it's a lot easier in other operating systems!

Anyway, enough of my useless comments.. I'm moving this to the math and science software forum, by the way, since it fits in better there.
 
cristo said:
Of course, your first mistake is trying to use latex in windows.. it's a lot easier in other operating systems!
Actually, Windows has the nicest LaTeX distribution (MikTeX), but I still haven't really found a LaTeX editor for Windows that I like (TeXnicCenter feels incredibly sluggish to me, even compared with Java-based editors like Eclipse with the TeXlipse plugin).

Getting back to the original question, have you tried compiling your document from a command prompt? For you, it looks like the relevant commands would be
Code:
cd "F:\Academic\2008S2\thesis\writting the thesis\Latex stuff\thesis"
latex thesis
P.S. You misspelled the word "writing" when you named one of those directories. :-p
 

Similar threads

Replies
1
Views
1K
Replies
2
Views
2K
Back
Top