As I frequently use
\documentclass[a4paper,12pt]{article}
I though a simple change could select the A8 paper:
\documentclass[a8paper,12pt]{article}
But I get a warning saying the a8paper option is not used and the document size is still A4. I also tried a8 as option, but no luck. How can I specify the document size to A8?
