I'd like to have linebreaks within fields of a BibTeX entry that are preserved even after I format the entry with C-q. Currently, what happens in my BibTeX buffer is this. I produce an entry with a long annotation that includes a linebreak, like so:
@InCollection{Godfrey-Smith:induction, author = {Peter Godfrey-Smith}, title = {Induction, Samples, and Kinds}, booktitle = {Carving Nature at Its Joints}, publisher = {MIT Press}, year = {2011}, pages = {33--52}, address = {Cambridge, MA}, editors = {Joseph K. Campbell and Michael O'Rourke and Matthew H. Slater}, Annote = {Distinguishes two kinds of induction, one where all that matters is an appropriately random sample without any need for naturalness or causal connection, and another that only requires a causal connection, but where numbers don't matter. He argues (more controversially) that the picture we get from Goodman in {\em Fact, Fiction, Forecast} is a bad one because Goodman mixes the two up: naturalness is required just in order to rule out the bad predicates, but the induction still relies on having suitably large numbers.} } Then I hit C-q to make the entry look nice, and I get this:
@InCollection{Godfrey-Smith:induction, author = {Peter Godfrey-Smith}, title = {Induction, Samples, and Kinds}, booktitle = {Carving Nature at Its Joints}, publisher = {MIT Press}, year = {2011}, pages = {33--52}, address = {Cambridge, MA}, editors = {Joseph K. Campbell and Michael O'Rourke and Matthew H. Slater}, Annote = {Distinguishes two kinds of induction, one where all that matters is an appropriately random sample without any need for naturalness or causal connection, and another that only requires a causal connection, but where numbers don't matter. He argues (more controversially) that the picture we get from Goodman in {\em Fact, Fiction, Forecast} is a bad one because Goodman mixes the two up: naturalness is required just in order to rule out the bad predicates, but the induction still relies on having suitably large numbers.} } I'd like to figure out how I can force line-breaks that will be retained even after hitting C-q.
I've tried adding a percentage mark at the end of the line, which keeps the line break, but for purposes of readability, it'd be great to have a blank line between paragraphs in a bibTeX field, and I can't do that with the % commenting symbol.
C-5 C-2 -. :)