Some people use empty pages to make sure that the front page gets printed on a single piece of paper (example).
I think this is a bad solution, as some people might want to print every page on a new piece of paper. They will get some empty pieces of paper. It is also bad for people who read the document in a PDF-reader.
Is there another possibility to make sure that the front page (or other pages) get printed on a new piece of paper without adding an empty piece of paper?
openanyin your\documentclassdeclaration to change this behaviour. E.g., in thebookclass,openanywill start a chapter on a new page, regardless of whether it is even or odd; without this option, it will start them only on an odd-numbered page. – jon Aug 14 '12 at 18:41twoside, and one withoneside. Either is right for hard copy, depending on how they want to print it. On the other hand, PDF isn't all that friendly for non-paper reading;onesideis better for this, as the pages don't change shape as you turn them. – Brent.Longborough Aug 14 '12 at 22:59twosideand there is no better way than offering one document withtwosideand one withoneside? – moose Aug 15 '12 at 8:12