Search found 8 matches

by jamesmusik
Fri Nov 23, 2007 11:18 pm
Forum: General
Topic: References warnings
Replies: 12
Views: 9064

Re: References warnings

In case anyone is interested, the particular reason TeXnicCenter's parser was finding errors, but there were none when I built the tex file, was that I was using an entry type (collection) that is used by the package biblatex, but TeXnicCenter's parser did not recognize.
by jamesmusik
Fri Nov 23, 2007 10:36 pm
Forum: General
Topic: References warnings
Replies: 12
Views: 9064

Re: References warnings

The tab is actually labeled parse. Thank you, I now can see the warning itself and fix the problem. Thank you for your condescending help.
by jamesmusik
Fri Nov 23, 2007 9:42 pm
Forum: General
Topic: References warnings
Replies: 12
Views: 9064

Re: References warnings

You obviously aren't paying attention at all to what I'm saying. I'm not talking about bibtex errors or anything outside of TeXnicCenter at all. I know how to make proper bib entries and I'm not here asking you to help me make my bib file. There is a feature in TeXnicCenter where, under the ...
by jamesmusik
Fri Nov 23, 2007 8:22 pm
Forum: General
Topic: References warnings
Replies: 12
Views: 9064

Re: References warnings

That is exactly what I want to know.
by jamesmusik
Fri Nov 23, 2007 5:02 pm
Forum: General
Topic: References warnings
Replies: 12
Views: 9064

Re: References warnings

I can't follow those guidelines, because TeXnicCenter doesn't recognize a biliography included with \begin{filecontents}. To duplicate, create a tex file with the following:

\documentclass{article}
\bibliography{bib}

Save that file and use it as the main file for a project. Then create a bib file ...
by jamesmusik
Thu Nov 22, 2007 8:47 am
Forum: General
Topic: References warnings
Replies: 12
Views: 9064

Re: References warnings

I forgot to mention that this bib file must be referenced in a tex file that is the main file of a TeXnicCenter project.
by jamesmusik
Thu Nov 22, 2007 8:46 am
Forum: General
Topic: References warnings
Replies: 12
Views: 9064

Re: References warnings

A minimum example of the warning message is:

@BOOK{key,
author = {blah},
title = {blah, blah}

Under the references tab in the navigator, it says "bib.bib (1 entries, 1 warnings)". Obviously, in this case bibtex would also print a detailed error in the output, but in my 129 entry long ...
by jamesmusik
Wed Nov 21, 2007 9:14 am
Forum: General
Topic: References warnings
Replies: 12
Views: 9064

References warnings

The references tab in the navigator is showing 3 warnings for my bibliography, though bibtex itself does not give any errors. Is there any way to find out what it is TeXnicCenter is seeing wrong?