I'm writing a report for school in the memoir documentclass, and right now I'm stuck with to problems.
1. After my TOC there is a blank page. I want to remove it, but can't figure out how. I have figured out that it has to do with my document wants to start the 1st chapter on an odd page, but i already have the [openany] option on my documentclass, and it works fine for all other chapters but the first.
Here is the code:
Code: Select all
\input{formalia/forord}
\clearpage
\setlength\parskip{0ex} \tableofcontents \setlength{\parskip}{3mm}
\mainmatter
\input{kontekst/indledning.tex}
I want to make it 1 inch on the first page of a chapter as well.
Any help would be great.