GeneralFailed conversion from LaTeX to PDF

General information and discussion about TeXnicCenter
Post Reply
mpopovic
Posts: 2
Joined: Fri Aug 03, 2012 5:52 pm

Failed conversion from LaTeX to PDF

Post by mpopovic »

Hi all,

I'm trying to convert a file to PDF, and I'm totally new to LaTeX. I'm using TeXnic Center, no PDF file is being returned to me. I get a lot of strange messages as a result, such as:

Code: Select all

pdflatex.exe: Invalid command-line option
pdflatex.exe: Data: unknown option
(...)
I found no \citation commands---while reading file (...).aux
I found no \bibdata command---while reading file (...).aux
I found no \bibstyle command---while reading file (...).aux
(There were three error messages)

Couldn't find input index file (...).idx

What, exactly, is happening?

Thanks

Milena

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Failed conversion from LaTeX to PDF

Post by kaiserkarl13 »

Evidently, you've configured TeXnic center to generate a bibliography and index, but haven't actually used any of the relevant commands to create such entities.

Do you get any errors if you run PDFLaTeX on the file directly (not through TeXnic center)?

If you post a Infominimal working example of a .tex file that has this problem, I can tell you what is going on.
Post Reply