Tagged Questions
26
votes
0answers
257 views
different type areas on even/odd pages
in some (very rare) cases, it might be desirable to have the type area, particularly the text width, be different on even and odd pages. Let's say we're typesetting a textbook that's supposed to have ...
4
votes
1answer
258 views
Classicthesis Vertical Margins
I've been using the classicthesis package to write my master's thesis and now that I was getting the entire thing ready for printing I ran into some trouble. The thing is that I'm not really satisfied ...
1
vote
1answer
270 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
233 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
399 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
634 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
985 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}
...
