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

Copyright page disappears #285

Open
0synonym opened this issue Feb 28, 2024 · 1 comment
Open

Copyright page disappears #285

0synonym opened this issue Feb 28, 2024 · 1 comment

Comments

@0synonym
Copy link

The copyright page disappears when I set

twoside=false

or

oneside=true

Copyright page section is not commented out. If I undo the setting, the copyright page appears again.
I'm not sure if this is intentional. I would like to use a copyright page with an oneside layout.
I am using the last version 0.9.7.

@0synonym 0synonym changed the title Copyright page disappear Copyright page disappears Feb 28, 2024
@fmarotta
Copy link
Owner

Yes, this is a feature of KOMA-script. That page is created by \maketitle and technically it's meant to be the page on the back of the title, but still on the same "leaf". So it exists only in twoside mode. The easiest would be to typeset it manually after \maketitle with

\begin{titlepage}
bla bla bla copyright
\end{titlepage}

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

2 participants