Hi all,
I have been using the TeXnicCenter for about a year and have had no problems when using Windows Vista. Recently I reformatted and switched to Windows 7 and installed MiKTeX 2.9 and TeXnicCenter 1.0 SRC.
When trying to LaTeX=>PDF, no PDF is created. I can LaTeX=>DVI, but I would really like to create a PDF file. How can I resolve this issue?
Additionally when I try to build and view the tex file, my PDF viewer (Adobe X) opens but of course cannot find the file. This somehow causes TeXnicCenter to crash, which seems like an overreaction.
Thanks for your help!
General ⇒ PDF not created
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: PDF not created
Hi Silas,
welcome to the board!
Please post the error messages you got. Otherwise we could hardly guess what went wrong.
Or post your .log file here as attachment.
Stefan
welcome to the board!
Please post the error messages you got. Otherwise we could hardly guess what went wrong.
Or post your .log file here as attachment.
Stefan
LaTeX.org admin
Re: PDF not created
Curiously, no errors occur when trying to build the PDF file. I have attached the generated log file.
Cheers - Silas
Cheers - Silas
- Attachments
-
- test.log
- Log file after PDF build.
- (5.06 KiB) Downloaded 647 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
PDF not created
The log file is incomplete. The cause could be a well known issue with TeXnicCenter [1]. Consider a full MiKTeX installation to evade the process of subsequent package installation.
[1] MikTeX 2.9 Issues
Best regards and welcome to the board
Thorsten
[1] MikTeX 2.9 Issues
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: PDF not created
I had the same problem. But I solve it by compiling my .tex file with TeXworks (editor provided by MikTex), it automatically installed some required packages. Afterwards it worked automatically with TeXnicCenter.
Re: PDF not created
I had the same problem, and tracked it down to the graphicx package. As this package is required, I ended up having to go the same route as the poster above me and use TeXworks to generate the PDF output.