1
vote
1answer
274 views

KOMA-Script footer margins

I am doing one-page documents with title and I need more space so all text can be put on that page. I achieve this by \typearea{12}. What happens is that the footer margin gets absurdly large (say, ...
5
votes
1answer
238 views

BCOR not part of paper dimensions

First of all: This is my first attempt using to the KOMA-classes. It seems to me that the binding correction is not taken into account in what I am trying right now. If I understand typearea right, ...
6
votes
1answer
402 views

How to configure KOMA classes such that the bottom margin of a page equals its top margin?

I know that I could simply use the geometry package but is there a way to invoke that behaviour directly in the classes? As far as I know, KOMA always tries to keep the bottom margin twice the size ...
10
votes
3answers
640 views

Making one margin bigger to allow margin notes in KOMA script

I want to add margin notes using KOMA script's \marginline. I don't want to get into the tricky business of manually setting a lot of typearea lengths myself, I just want to make the outside margin a ...
7
votes
1answer
990 views

Underfull vbox and typearea warnings with Koma-Script and a5paper

I have this in the preamble: \documentclass[a5paper]{scrbook} \usepackage[utf8x]{inputenc} \usepackage[spanish]{babel} \usepackage{graphicx} \usepackage[T1]{fontenc} ...