Bennett Helm <[EMAIL PROTECTED]> writes: > > There is a pending patch which was said to crash OS X. I am still > > waiting for feedback from Bennett, but I fell we can live without > > this fix for now. > > Sorry -- it slipped my mind. > > I've tested it with both .bst and .bib files in a path with spaces. > Here's the generated LaTeX: > > \bibliographystyle{\string"/Users/bennett/Desktop/untitled folder/jox > \string"} > \bibliography{0_Users_bennett_Desktop_untitled_folder_test} > > Typesetting within LyX doesn't result in a crash anymore, but > the .bst file isn't found; manually running BibTeX produces the > following: > > This is BibTeX, Version 0.99c (Web2C 7.5.6) > The top-level auxiliary file: newfile2.aux > White space in argument---line 20 of file newfile2.aux > : \bibstyle{"/Users/bennett/Desktop/untitled > : folder/jox"} > I'm skipping whatever remains of this command > I found no style file---while reading file newfile2.aux > (There were 2 error messages)
That's because bibtex itself cannot handle spaces in paths. I thought we fixed this problem for the original LyX on WIndows release (1.3.6) by copying the bibtex database to the temp file? Ahhhh, I see we do that, but the problem lies with the style file... Seems that someone isn't testing their "clever" fixes... Angus