I'm using biblatex 1.2a and \autocite because I don't know if the final format of the book will require inline or superscript citations.
Seems the correct usage of \autocite is preceding it by a space like:
my text~\autocite{Einstein1905}
This way both autocite=inline and autocite=superscript position correctly the citation (no experiment done yet with the other autocite formats). But I'm tired to enter all these small ~.
My question:
Is this the correct way to use \autocite? Or is this a case to support an enhancement request for biblatex (to automatically generate the space for inline)?