General ⇒ I cant generate pages.
I cant generate pages.
Hi,
I cant generate pages in TeXnicCenter. I use miktex 2.8, the last version of TeXnicCenter and Windows 7.
I first installed miktex and after TeXnicCenter. The TeXnicCenter compiles fine, but doesnt generate a page. Does anyone have any idea what is happening?
Thx a lot.
I cant generate pages in TeXnicCenter. I use miktex 2.8, the last version of TeXnicCenter and Windows 7.
I first installed miktex and after TeXnicCenter. The TeXnicCenter compiles fine, but doesnt generate a page. Does anyone have any idea what is happening?
Thx a lot.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Re: I cant generate pages.
Hi,
if you would post your .log file as attachment here, we could examine it and try to find the cause.
Additionally it would help if you would show us the LaTeX code you want to compile.
Stefan
if you would post your .log file as attachment here, we could examine it and try to find the cause.
Additionally it would help if you would show us the LaTeX code you want to compile.
Stefan
LaTeX.org admin
Re: I cant generate pages.
I think, facing a similiar problem, I might point you to a workaround. Ich guess you use some packages that aren't already installed. Normaly TeXnixCenter should open the Miktex Package Manager and do so.
Well, let me tell you, for me it doesn't. It helps, if you open the .tex File in Miktex's own Texworks and compile it there. This installs the required packages and afterwords as long as you don't add further packages you can compile via TexnicCenter.
Hugely annoying but I didn't found a way around it so far. Actually it was the reason for me to come to this forum.
Greetings,
tco
Well, let me tell you, for me it doesn't. It helps, if you open the .tex File in Miktex's own Texworks and compile it there. This installs the required packages and afterwords as long as you don't add further packages you can compile via TexnicCenter.
Hugely annoying but I didn't found a way around it so far. Actually it was the reason for me to come to this forum.
Greetings,
tco
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
I cant generate pages.
The compiler itself calls the package manager to install packages subsequently. This is absolutely independent of the used editor and thus more a matter of the MiKTeX settings. You need not to take this detour of starting two editors.tco wrote:I think, facing a similiar problem, I might point you to a workaround. Ich guess you use some packages that aren't already installed. Normaly TeXnixCenter should open the Miktex Package Manager and do so.
Well, let me tell you, for me it doesn't. It helps, if you open the .tex File in Miktex's own Texworks and compile it there. This installs the required packages and afterwords as long as you don't add further packages you can compile via TexnicCenter.
Hugely annoying but I didn't found a way around it so far. Actually it was the reason for me to come to this forum. [...]
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
I cant generate pages.
Yes... exactly.localghost wrote:The compiler itself calls the package manager to install packages subsequently. This is absolutely independent of the used editor and thus more a matter of the MiKTeX settings. You need not to take this detour of starting two editors.tco wrote:I think, facing a similiar problem, I might point you to a workaround. Ich guess you use some packages that aren't already installed. Normaly TeXnixCenter should open the Miktex Package Manager and do so.
Well, let me tell you, for me it doesn't. It helps, if you open the .tex File in Miktex's own Texworks and compile it there. This installs the required packages and afterwords as long as you don't add further packages you can compile via TexnicCenter.
Hugely annoying but I didn't found a way around it so far. Actually it was the reason for me to come to this forum. [...]
@m.a.:
You need to go to your MikTeX settings manager and in/on (?) the first slide, you need to activate that MikTeX installs missing packages "on-the-fly".
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
-
- Posts: 1
- Joined: Fri Nov 13, 2009 6:37 am
Re: I cant generate pages.
I too am using Windows 7. If I compile and a package is missing then MikTeX will not get the package "on the fly" even though I have selected that option. I am able to download missing packages manually through the Package Manager. Any ideas?
Re: I cant generate pages.
Hi!
I am new to LaTeX, as well and have quite a similar problem, however under Windows Vista. I am using the latest version of MiKTeX (2.8) and TeXnic Center.
Obviously, the problem was caused because the package "German" had not been installed which I only found out but using the TeXworks programme. How can I get TeXnic Centre to do the updates automatically again if they are needed?
Also, when I try to install the package manually, I get the following error from Windows:
MiKTeX Problem Report
Message: Windows API error 87: The parameter is incorrect.
C:\ProgramData\MiKTeX\2.8\miktex\config\1567d83d412396067c84a669e65114a0.fndb
Thanks so much!
Best, Flo
I am new to LaTeX, as well and have quite a similar problem, however under Windows Vista. I am using the latest version of MiKTeX (2.8) and TeXnic Center.
Obviously, the problem was caused because the package "German" had not been installed which I only found out but using the TeXworks programme. How can I get TeXnic Centre to do the updates automatically again if they are needed?
Also, when I try to install the package manually, I get the following error from Windows:
MiKTeX Problem Report
Message: Windows API error 87: The parameter is incorrect.
C:\ProgramData\MiKTeX\2.8\miktex\config\1567d83d412396067c84a669e65114a0.fndb
Thanks so much!
Best, Flo
I cant generate pages.
First of all, you guys could get much more help if you open up a new topic with an according title. Just a friendly advice though. 
Wel, I hope one of the following points helps...
1) If there is a firewall installed on your system, the file pdflatex.exe must have the right to connect to the internet.
2) Maybe a compability mode for the file pdflatex.exe needs to be set to "Windows XP"?? But I am _not_ sure about that...
3) Maybe there's a problem with the folder which is used by the MikTeX packet manager... because the folder can only by changed by a user/daemon with admin-rights?

Wel, I hope one of the following points helps...
1) If there is a firewall installed on your system, the file pdflatex.exe must have the right to connect to the internet.
2) Maybe a compability mode for the file pdflatex.exe needs to be set to "Windows XP"?? But I am _not_ sure about that...
3) Maybe there's a problem with the folder which is used by the MikTeX packet manager... because the folder can only by changed by a user/daemon with admin-rights?
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
Re: I cant generate pages.
Since this thread is the first result on google for "MiKTeX Problem Report
Message: Windows API error 87: The parameter is incorrect."
I would like to add a possible cause and solution:
I found http://blog.gmane.org/gmane.comp.tex.mi ... 001/page=6
and had pdflatex waiting at "Enter file name: " so it blocked the installation..
Good luck.
Message: Windows API error 87: The parameter is incorrect."
I would like to add a possible cause and solution:
I found http://blog.gmane.org/gmane.comp.tex.mi ... 001/page=6
and had pdflatex waiting at "Enter file name: " so it blocked the installation..
Good luck.