This is my entire main.tex:
Code: Select all
\documentclass[11pt,english, onehalfspacing, nolistspacing, liststotoc, headsepline,oneside,chapterinoneline, reqno, a4paper%consistentlayout, change the layout of the declaration, abstract and acknowledgements pages to match the default layout]{MastersDoctoralThesis}\usepackage[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage{amsthm, amsmath, amssymb, amsfonts, exscale, latexsym, float, eucal, mathtools}\usepackage{booktabs, floatrow, threeparttable, adjustbox, textcomp, mathpazo, lipsum}\usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex}\usepackage[autostyle=true]{csquotes}\usepackage{apacite}\bibliographystyle{apacite}\addbibresource{References.bib}%----------------------------------------------------------------------------------------% ADDITIONAL THESIS FORMATTING%----------------------------------------------------------------------------------------\AtBeginDocument{\hypersetup{pdftitle=\ttitle} % Set the PDF's title to your title\hypersetup{pdfauthor=\authorname} % Set the PDF's author to your name\hypersetup{pdfkeywords=\keywordnames} % Set the PDF's keywords to your keywords}\renewcommand{\chapterbelowskip}{\vspace{20pt}} % spacing after chapter title\renewcommand*\chaptermarkformat{\chapapp \thechapter\enskip}\renewcommand{\chapterfont}{\LARGE\bfseries}\newcommand{\E}{\mathrm{E}}\newcommand{\Var}{\mathrm{Var}}\renewcommand{\baselinestretch}{1.2} % in-text line spacing\makeatletter % align list of figures and tables\renewcommand*\l@figure{\@dottedtocline{2}{0em}{3.2em}}\renewcommand*\l@table{\@dottedtocline{2}{0em}{3.2em}}\makeatother%----------------------------------------------------------------------------------------% MARGIN SETTINGS%----------------------------------------------------------------------------------------
What does
Code: Select all
\makeatletter\patchcmd{\scr@startchapter}{\if@openright\cleardoublepage\else\clearpage\fi}{}{}{}\makeatother
Thanks again! Best, Sean