Returns the list of all the positions in the publication.
Future<List<Locator>> positions() async => positionsByReadingOrder().then((it) => it.flatten());