Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapters starting on right side of book #118

Open
Quinten-VB opened this issue Mar 8, 2024 · 0 comments
Open

Chapters starting on right side of book #118

Quinten-VB opened this issue Mar 8, 2024 · 0 comments

Comments

@Quinten-VB
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant