Tagged Questions
1
vote
0answers
58 views
Avoiding widows by increasing the page size
Two related questions:
I think atm I feel that the best and easiest way to avoid widows and orphans is to let the affected pages differ a little in size. Almost no one would recognise it and -- even ...
5
votes
1answer
365 views
Formatting a book with scene markers
I'm laying out my wife's book using LaTeX; I'm using KOMA-Script scrbook as my document class, but I don't think that my question here is specific to KOMA. Between certain scenes, we have scene ...
7
votes
0answers
131 views
How to put one big image on each page [duplicate]
Possible Duplicate:
How to include a picture over two pages, left part on left side, right on right (for books)?
The problem is the following:
I am formatting a twopage book on latex and I ...
4
votes
1answer
1k views
openright in book class not taking effect
I have the following command in my preamble:
\documentclass[letterpaper,twoside,openright]{book}
But \chapter{}s still start on the left. I have seen this thread and this thread but the solutions ...