\documentclass[9pt,openany]{memoir} %%% Input parts % \input{parts/1-packages} % \input{parts/2-memoir} % \input{parts/3-variables} % \input{parts/4-commands} %%% Get it started \checkandfixthelayout % Required if you have altered settings for the memoir class \begin{document} \pagenumbering{roman} %%% Input titlepage and impressum here % \input{chapters/1-titlepage} % \input{chapters/2-impressum} %%% TOC \pagestyle{empty} \tableofcontents \clearpage % Delete if TOC runs to 2n pages \pagestyle{empty} \listoffigures \clearpage %%% Begin Contents \setcounter{page}{1} \pagenumbering{arabic} \pagestyle{kpage} \chapterstyle{kchap} %%% Input chapters here % \input{chapters/ch01} % \input{chapters/ch02} % \input{chapters/ch03} \end{document} %%% Chapter template \chapter{} \begin{multicols*}{2} \lettrine[lraise=0.0, nindent=-0pt]{}{} \end{multicols*}