I'm trying to output a document sides for the Kindle3 and have a preamble that looks like so:
\documentclass[oneside,6pt,final]{memoir}
\usepackage{amssymb,amsmath}
\pagestyle{empty}
\setstocksize{122mm}{91mm}
\settrimmedsize{\stockheight}{\stockwidth}{*}
\settrims{0pt}{0pt}
\setlrmarginsandblock{0.5cm}{0.5cm}{*}
\setulmarginsandblock{0.5cm}{0.5cm}{*}
\checkandfixthelayout[fixed]
I have two problems. The first:
! Class memoir Error: \headheight (12.0pt) and/or \headsep (18.06749pt) are too large for \uppermargin (14.22636pt) by 15.84113pt.
Secondly, my font size directive is ignored: the default 10pt size is output. I do not rightly understand the first error and am rather surprised at the second. Would someone be so kind as to explain my mistakes?
memoir, the smallest is 9pt. See section 1.2 "Type size options" in thememoirmanual for a complete list. – Torbjørn T. Jun 30 '11 at 18:03