You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no option for the class adsphd to support the openright option that is compatible with the report documentclass. This can be achieved by adding \DeclareBoolOption{openright} (I have it after line 104) and adding \DeclareVoidOption{openright}{
\PassOptionsToClass{openright}{report}
} (I have it after line 122).
Using in the main file the options [twoside, openright] will automatically start chapters on odd pages.
Kind regards,
Quinten
The text was updated successfully, but these errors were encountered:
Hi,
Currently there is no option for the class adsphd to support the openright option that is compatible with the report documentclass. This can be achieved by adding \DeclareBoolOption{openright} (I have it after line 104) and adding \DeclareVoidOption{openright}{
\PassOptionsToClass{openright}{report}
} (I have it after line 122).
Using in the main file the options [twoside, openright] will automatically start chapters on odd pages.
Kind regards,
Quinten
The text was updated successfully, but these errors were encountered: