I have this in the preamble:
\documentclass[a5paper]{scrbook}
\usepackage[utf8x]{inputenc}
\usepackage[spanish]{babel}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage[light,oldstylenums,largesmallcaps]{kpfonts}
\usepackage{lettrine}
\renewcommand*{\chapterpagestyle}{empty}
I'm getting this warning:
Maybe no optimal type area settings!
(typearea) The maximum limit of line width is about 18%
(typearea) larger than the heuristically detected line width.
(typearea) You may e.g. increase DIV, decrease fontsize
(typearea) or change the papersize.
and
underfull vbox (badness 10000)
If I set the paper size to a4, the warnings disappear. But the point is I want to use a5 paper size! Thank you for your help.
DIV=10or higher value, but it is the same or worst. The (purely empirical) solution I've found: to adjust the font size to 10pt. Thanks a lot. – Gastón Mar 16 '11 at 14:56