To sort items by title, select title from the sort descriptor at the top of the screen (in shelf mode) or click the title column (in list mode). Bear in mind the Recent Imports shelf always sorts by import order.
The articles that are ignored depend on your localization. This list is located in your localization bundle's Localizable.strings file, under the comment:
/* Comma-separated list of definite articles in your language (including spaces), for ignoring during sorting. */
In English, the list is:
"A ,An ,The " = "A ,An ,The ";
In German, the list is:
"A ,An ,The " = "Der ,Die ,Das ";
If you are using the German localization and want to ignore all size, I guess you can change this to:
"A ,An ,The " = "A ,An ,The ,Der ,Die ,Das ";