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

openright doesn't do anything #3

Closed
ikirker opened this issue Jul 28, 2014 · 3 comments
Closed

openright doesn't do anything #3

ikirker opened this issue Jul 28, 2014 · 3 comments
Assignees

Comments

@ikirker
Copy link
Contributor

ikirker commented Jul 28, 2014

\documentclass[12pt,phd,a4paper,twoside,twopage,openright]{ucl_thesis}

doesn't produce the proper openright effect.

@ikirker ikirker changed the title onlyright doesn't do anything openright doesn't do anything Jul 28, 2014
@uccasco
Copy link

uccasco commented Aug 7, 2014

I think I have a simple fix for this. In "ucl_thesis.cls" line 259 needs to be uncommented and line 260 needs to be commented. i.e. the sequence should read:

\usepackage{emptypage}
\renewcommand \chapter{%
   \if@openright%
   \cleardoublepage%
   %\clearpage
   \else%
   \clearpage%
   \fi

N.B. I've also found it desirable to include \usepackage{emptypage} to supress headings between the end of one chapter and the start of another.

I hope this helps, I don't know if it's optimal.

@ikirker ikirker self-assigned this Aug 8, 2014
@ikirker
Copy link
Contributor Author

ikirker commented Aug 12, 2014

I've merged in Russel's original un-docstripped class file which, as a side-effect, means this issue is no longer present (as far as I can tell). I'll take a look at emptypage.

@ikirker
Copy link
Contributor Author

ikirker commented Aug 12, 2014

Added emptypage to MainPackages.tex. The twoside example looks a bit sparse on numbering now, but that's just because it's mostly empty pages and chapter pages.

@ikirker ikirker closed this as completed Aug 12, 2014
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