General ⇒ Error When Trying to Show Output
Re: Error When Trying to Show Output
Anyway, can you check if a pdf file is created when using pdflatex?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 13
- Joined: Tue Oct 19, 2010 11:18 pm
Re: Error When Trying to Show Output
Error When Trying to Show Output
Open up the folder where your LaTeX file is (in Window Explorer or "My Computer", etc.) and see if there are any .pdf files in there being created.A Tripolation wrote:How do I check that? I've defined the output to be a pdf...is there anything beyond that?
-
- Posts: 13
- Joined: Tue Oct 19, 2010 11:18 pm
Re: Error When Trying to Show Output
Does this mean I've defined some incorrect paths?
Re: Error When Trying to Show Output
-
- Posts: 13
- Joined: Tue Oct 19, 2010 11:18 pm
Re: Error When Trying to Show Output
[ForwardSearch("%bm.pdf","%Wc","%|,0,0,1)]
Cannot execute the command.
Any ideas as to what that might mean?
Re: Error When Trying to Show Output
-
- Posts: 13
- Joined: Tue Oct 19, 2010 11:18 pm
Re: Error When Trying to Show Output
I go to Select Output Profiles and choose: Latex => PDF(Sumatra)
I then go to the Build menu.
I select Build Output. It works fine, no error messages or anything.
I then select View Ouput.
Sumatra is launched, but then I get that error message, and Sumatra says on its thing, "Error loading PDF file."
Is there anything else you need to know that might help?
Error When Trying to Show Output
It isn't working fine if there are no .pdf files being created!A Tripolation wrote:I have the code listed in the first step.
I go to Select Output Profiles and choose: Latex => PDF(Sumatra)
I then go to the Build menu.
I select Build Output. It works fine, no error messages or anything.
It can't view output that hasn't been built. So even though you might not be getting error messages, the problem seems to be here.
Are there log files being created? Log files are files named xxxxxx.log which should also appear in the same folder as your LaTeX files when you run the build routine. (On Windows, the ".log" part of the name might be hidden depending on your View settings, but it should be possible to figure out which ones are the log files by looking at the file types in Details View, etc.)
-
- Posts: 13
- Joined: Tue Oct 19, 2010 11:18 pm
Re: Error When Trying to Show Output
What is the typical place they are located? (I realize every computer is different.)
But the dialog box that shows the compilation on progress does mention some interesting things I just noticed. It gives these messages:
initexmf.exe: no formats .ini exist.
I can't find the default format file!
I couldn't open the file name: 'C:Users\Trip\Desktop\Hello.aux'
Couldn't find input index file: 'C:Users\Trip\Desktop\Hello.aux' nor 'C:Users\Trip\Desktop\Hello.idx'
Usage: C:\Program Files (X86)\MikTex 2.8\miktex\bin\makeindex.exe [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
Does that help?