On May 7, 2010, at 08:34, Derek Van Ittersum wrote: > On Fri, May 7, 2010 at 11:19 AM, Christiaan Hofman <[email protected]> wrote: >> >> On May 7, 2010, at 17:13, Derek Van Ittersum wrote: >> >>> 1 characters of junk seen at top level >>> >>> Here's an example of the highlighted code for one of the errors: >>> >>> @article{freedman_navigatingcurrent_1997, >>> >>> From my untrained eye, this line looks similar to many of the other entries >>> (it doesn't seem that each entry returns the error). >>> >> >> It might be an invisible character. That may perhaps indicate an encoding >> problem. Also, the line it highlights may not be exactly the line where the >> problem occurs, it's only an indication. >> >> Christiaan > > How could I properly diagnose this? And, in reviewing the warnings > further, it does seem that the first line of each entry is what is > highlighted. Does this more likely indicate that there is a problem > with each entry somewhere?
Christiaan is right on here; IIRC this means there's text between entries, so the real problem is likely before the citekey. BibTeX ignores characters other than @ outside of entries, so this is legal, but may also indicate a problem. If you Save As to create a copy of the file from BibDesk, then open the copy, is the warning gone? If so, you can use the diff command in Terminal to see what's changed. ------------------------------------------------------------------------------ _______________________________________________ Bibdesk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-users
