General ⇒ Problem with creation of pdf files
Problem with creation of pdf files
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Problem with creation of pdf files
could you post your .log file as attachment? Perhaps we will find the cause by examining that.
Stefan
Problem with creation of pdf files
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Problem with creation of pdf files
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
Re: Problem with creation of pdf files
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Problem with creation of pdf files
Code: Select all
\usepackage{ae}\usepackage{aecompl}
Code: Select all
\usepackage[T1]{fontenc}
Stefan
Re: Problem with creation of pdf files

Problem with creation of pdf files
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.