GeneralNo Execution of file after compilation!

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
latexman
Posts: 2
Joined: Thu Feb 24, 2011 10:25 pm

No Execution of file after compilation!

Post by latexman »

Dear members,

I am a beginner in LateX and use TeXnicCenter to write a document.

When I compile the file, the following errors show up:


I found no \citation commands --- while reading file
I found no \bibdata command --- while reading file
I found no \bibstyle command --- while reading file
Couldn't find input index file C:\Users\...

Can someone please tell me what I should do (and how)?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

No Execution of file after compilation!

Post by localghost »

latexman wrote:[…] Can someone please tell me what I should do (and how)?
Simply neglect it. TeXnicCenter (TXC) just tries automatically to generate an index and a bibliography from a database file. Until you haven't inserted index entries or citations from a bibliography database in your document, the corresponding auxiliary files are empty and cause these messages. If you want to turn off this behaviour, start TXC, press Alt+F7 and check the according boxes (see attachment).


Best regards and welcome to the board
Thorsten
Attachments
The TXC1RC1 »Profiles« dialog with setting for BibTeX and MakeIndex.
The TXC1RC1 »Profiles« dialog with setting for BibTeX and MakeIndex.
TXC1RC1-Profiles.png (19.75 KiB) Viewed 1860 times
latexman
Posts: 2
Joined: Thu Feb 24, 2011 10:25 pm

Re: No Execution of file after compilation!

Post by latexman »

Thanks for your quick answer.

The document that I have was sent to me by a friend. When I change some text and compiled, no changes appear in the the pdf that was issued. Thats why I think its not compiling at all.

Back to your reply:
After opening the window with the alt+f7 I ticked the box next the the command Do not use BibTex commands, however, the list of non found files got bigger. So that didnt work.
If this might help, I am using these packages:
\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{fancybox}
\usepackage{shadow}
\usepackage{amsmath,amssymb}
\usepackage{amsfonts}
\usepackage{accents}
\usepackage{color}
\usepackage{setspace}
\usepackage{tabularx}

Maybe I have to install the three unfound files that the compiler listed. Do you know how I can do this?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

No Execution of file after compilation!

Post by localghost »

latexman wrote:[…] The document that I have was sent to me by a friend. When I change some text and compiled, no changes appear in the the pdf that was issued. Thats why I think its not compiling at all. […]
Seems to be caused by a well known MiKTeX issue with TeXnicCenter (TXC) [1].
latexman wrote:[…] After opening the window with the alt+f7 I ticked the box next the the command Do not use BibTex commands, however, the list of non found files got bigger. So that didnt work. […] Maybe I have to install the three unfound files that the compiler listed. Do you know how I can do this?
Should be solved after the above mentioned issue is fixed.

[1] MiKTeX 2.9 Issues
Post Reply