Quote:
Originally Posted by Manichean
That's a Kindle problem, not a calibre one...
You could always just remove the dots from the authors name e.g. via plugboard, though I confess I have no idea how to do this for the general case. I'm thinking regular expressions, and I suspect Charles would tell me that it's impossible to do that way...
|
Unfortunately, he wants to dots to appear. The kindle is already quite handily removing them (the kindle seems to be very good at screwing up authors' names). But that aside, the plugboard template entry {authors:re(\.,)} removes all the dots.
@bpugliese: What happens if the name is 'Rowling, J.K.' (no spaces after the periods)? Does the kindle turn that into J.K Rowling? If that is preferable, then the plugboard template entry {authors:re(\. +,.)} will remove all spaces after periods.
You could always use Rowling, Jdot Kdot.