My main document consists of:
Code: Select all
%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}
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