Closed shouwei closed 7 years ago
Hi The warning says Class PhDThesisPSnPDF Warning: Unknown or non-standard option 'openany'. I'll see if I can load it from the book class. If you get a warning unused global option(s):
openanythen the option is not supported! on input line 238.
, unless you get a subsequent warning saying warning unused global option(s): 'openany'
, you can ignore this, as the template will try and pass all options to book class. I can confirm this works. Let me know if it doesn't.
Hi,
I would like to remove some blank pages after title page, declaration page, and dedicated page according to the following instruction,
W6: I get blank pages between chapters
This is normal for a book class. Usually, a new chapter in a book always starts on the right hand side, which is why you see a blank page. You can remove the extra blank page by passing openany option to the documentclass. This works for double sided printing. However, if you are printing on a single side, please pass oneside option to the document class.
But it seems this option does work in the latest version. Here is the error message:
/Users/fetag/Documents/PhD Project/phd-thesis/Classes/PhDThesisPSnPDF.cls:238: Class PhDThesisPSnPDF Warning: Unknown or non-standard option 'openany'. I'll see if I can load it from the book class. If you get a warning unused global option(s):
openany
then the option is not supported! on input line 238.