\documentclass[a4paper, twoside, 12pt]{scrbook} % General packages \usepackage{sourdough} % Basic attributes \author{Hendrik Kleinwächter} \title{The Sourdough Framework} \begin{document} \frontmatter % Title page \begin{titlepage} \begin{center} \includegraphics[width=\textwidth]{images/cover-page.jpg} Version: \today \end{center} \end{titlepage} % \tableofcontents \ifdefined\HCode\else\tableofcontents\fi \chapter{Foreword} \input{intro/foreword} \chapter{Preface} \input{intro/preface} \chapter{Acknowledgements} \input{intro/acknowledgements} \mainmatter \chapter{The history of sourdough} \input{history/sourdough-history} \chapter{How sourdough works} \input{basics/how-sourdough-works} \chapter{Making a sourdough starter} \input{sourdough-starter/sourdough-starter} \chapter{Sourdough starter types} \input{sourdough-starter/sourdough-starter-types} \chapter{Flour types} \input{flour-types/flour-types} \chapter{Bread types} \input{bread-types/bread-types} \chapter{Wheat sourdough}% \label{chapter:wheat-sourdough} \input{wheat-sourdough/wheat-sourdough} \chapter{Non wheat sourdough}% \label{chapter:non-wheat-sourdough} \input{non-wheat-sourdough/non-wheat-sourdough} \chapter{Baking}% \label{chapter:baking} \input{baking/baking} \chapter{Storing bread}% \label{chapter:storing-bread} \input{storing-bread/storing-bread} \chapter{Troubleshooting} \input{troubleshooting/misc} \printbibliography \end{document}