Hi all,
i am using texniccenter 1 Beta 7.50 with Miktex 2.7. When i try to generate a pdf file with the "latex => pdf" profile (the paths are all correctly set up), it compiles without errors but no pdf file is being generated. Can someone give me a hint towards the problem's solution? (When i use "latex => ps => pdf" it works, only problem then is graphics-handling ...)
Thanks,
Herder
General ⇒ Problem with creation of pdf files
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Problem with creation of pdf files
Hi Herder,
could you post your .log file as attachment? Perhaps we will find the cause by examining that.
Stefan
could you post your .log file as attachment? Perhaps we will find the cause by examining that.
Stefan
LaTeX.org admin
Problem with creation of pdf files
I could have had a look into that myself, sorry for that. Here is, what i found in there:
How do i integrate that font?!pdfTeX error: (file aebx12): Font aebx12 at 720 not found
==> Fatal error occurred, no output PDF file produced!
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Problem with creation of pdf files
Hi Herder,
it seems that you use the ae package. I would not use that any more. For T1 encoding I would use the Latin Modern font (\usepackage{lmodern}) or install the cm-super package (no font change in the document needed), that can be done by the MiKTeX package manager (MiKTeX options).
Stefan
it seems that you use the ae package. I would not use that any more. For T1 encoding I would use the Latin Modern font (\usepackage{lmodern}) or install the cm-super package (no font change in the document needed), that can be done by the MiKTeX package manager (MiKTeX options).
Stefan
LaTeX.org admin
Re: Problem with creation of pdf files
Ok, i am installing the cm-super-package at the moment. And I don't need to change anything in my docs?
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Problem with creation of pdf files
I would just remove those lines if they exist:
cm-super (Computer Modern fonts with T1 encoding) will be used automatically if
was written.
Stefan
Code: Select all
\usepackage{ae}
\usepackage{aecompl}
Code: Select all
\usepackage[T1]{fontenc}
Stefan
LaTeX.org admin
Re: Problem with creation of pdf files
It seems to work now. Thank you very much for your help, Stefan! 

Problem with creation of pdf files
Hello,
I want to thank you. In my beamer files, I cannot create a pdf. We could not solve this problem for a long time.
This suggestion above downloading cm-super through miktex solved my problem.
I want to thank you. In my beamer files, I cannot create a pdf. We could not solve this problem for a long time.
This suggestion above downloading cm-super through miktex solved my problem.