On Apr 12, 2010, at 14:11, Adam Megacz wrote: > "Adam R. Maxwell" <[email protected]> writes: > >>> Peraps bibdesk ought to be storing that data in a different file? Or in >>> multiple comments? >> >> Neither is feasible… > > Hrm, I doubt that breaking it up into multiple comment entries is > infeasible...
Feel free to try it…look at BDSKBibTeXParser and the group code. You'll be splitting an XML property list up somehow, and stuffing it into multiple fields, either as multiple plists or by segmenting the XML. You'd also have to consider backwards compatibility with existing formats, and that's where it gets ugly. >> It's strange that BibTeX is even seeing it, since it's at the end of >> the file; IIRC they're stored there to avoid this problem. Do you >> have a minimal .bib/.tex file pair to reproduce it? > > http://www.megacz.com/tmp/bibdesk.bib I'm guessing that your problem is with the length of the lines (number of pubs in the group) instead of the actual number of groups, but I can't reproduce the error here (TeX Live 2010) using pdflatex and bibtex. Here's my attempt at the minimal .tex file I asked for: \documentclass{article} \usepackage{natbib} \bibliographystyle{apalike} \begin{document} Some text. % will this make it read the full db? A citation: \citet{nonexistentkey}. Another citation: \citet{BarwiseBenthem:PebbleGames}. \bibliography{/Volumes/Local/Users/amaxwell/Desktop/megacz.bib} \end{document} ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Bibdesk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-users
