excessive white space in fields is not stripped

Issue #10 resolved
Former user created an issue

Pybtex includes extra whitespace which is due to linebreaks and intending inside a field. For example if I have a field like this:

@​article{foo, author = "M. Bar", title = "The title of this book is", ...}

Pybtex will show something like this in the title field >>db.entries['foo'].fields['title'] "The title of this book is"

Now this is not much of a problem when outputing to latex but it's a bit annoying for html or plaintext.

Cheers

Comments (3)

  1. Log in to comment