My main document consists of:
%TITR Main Document 5.06in x 7.81in, facing pages %Preamble \documentclass[10pt,british,twoside,openany]{scrbook} \usepackage{novel} %Frontmatter \begin{document} \frontmatter %The header and footer \pagestyle{fancy} \fancyhead[LE,RO]{\tiny \slshape \leftmark} \fancyhead[LO,RE]{\tiny \slshape Ben Francis} \fancyhead[C]{} \fancyfoot[C]{\small \slshape \thepage \hspace{3mm} Tears in the Rain} \fancyfoot[RO]{\small \slshape Tears in the Rain} \fancyfoot[LE]{\small \slshape Tears in the Rain} \fancyfoot[C]{\thepage} \renewcommand{\footrulewidth}{0.25pt} %The Chapters \input{./child_docs/child_docs.tex} \end{document} % which calls: %novel.sty (Style package for the novel template) \usepackage{microtype} \usepackage{concrete} \usepackage{enumitem} \usepackage[T1]{fontenc} \usepackage{textcomp} \usepackage{framed} \usepackage{ragged2e} \usepackage[Lenny]{fncychap} \usepackage{graphicx} \usepackage[english]{babel} \usepackage{type1cm} \renewcommand\thepart{\Alph{part}} \newcommand{\apostrophe}{\XeTeXglyph\XeTeXcharglyph"0027\relax} \KOMAoptions{open=any} \usepackage{fancyhdr} \setlength{\headheight}{15.2pt} \pagestyle{fancy} \widowpenalty=300 \clubpenalty=300 \renewcommand*{\partpagestyle}{empty}
I am receiving the following error:
Usage of package `fancyhdr' together(scrbook) with a KOMA-Script class is not recommended.
Do I need to change the document class to memoir perhaps (which would need a lot of work on the formatting?
Many thanks,
Mike