Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have the same question as many others, which hasn't been thoroughly answered. I have an extra blank page between Appendix 1 and Appendix 2 (which is a figure).

I have tried:

\documentclass[11pt, openany]{article}

and

\documentclass[11pt, oneside]{article}

and

\makeatletter\@openrightfalse\makeatother

and

\csname @openrightfalse\endcsname

and

\let\cleardoublepage\clearpage 

which I tried in the preamble, right before the first appendix, and right before the blank page. None of these worked. (Although I get an error message with \makeatletter\@openrightfalse\makeatother). Does anyone have another idea, perhaps something that works generally and not just for books?

share|improve this question
3  
Perhaps something does not fit on the page and you get an overfull \vbox warning, make a minimal complete example that shows the problem. – Heiko Oberdiek Oct 26 '12 at 6:12
3  
Welcome to TeX.sx! It seems the questions you looked at are tex.stackexchange.com/questions/14544/… and tex.stackexchange.com/questions/69341/…? It's good to include these references, so that other users don't have to look them up. – doncherry Oct 26 '12 at 6:15
2  
@alx9r: I think this was closed mainly because the OP didn't provide enough information to narrow down the problem. If this question is reopened, could you provide a minimal example document that reproduces the problem? – Jake May 6 at 22:34
3  
@Jake I see what you're saying -- I guess the close reason is misleading. I was just narrowing in on a MWE, which I now have. I think it's best that I post a self-answered question and link here. – alx9r May 6 at 23:10
1  
This question might be related. – alx9r May 7 at 0:04
show 1 more comment

closed as too localized by lockstep, Stefan Kottwitz Nov 6 '12 at 15:07

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.