On 2008-12-11, A B wrote:
> I'm fiddeling around with settings to create a a5 booklet with the
> text as close as possible to the middle of the book.
> I use A4 paper, two column document, landscape orientation.
> But is there anything I can do to adjust the text to be closer to the middle?
Documentclass: <something> (KOMA-script)
(or any other document class + \usepackage{scrpage} in the LaTeX preamble)
Class Options Custom: BCOR-12mm
% Replace 12mm with whatever is sensible in your case.
Page Layout: twoside
Günter