I am using the classic thesis template and I would like to include the names of my supervisors on the left end of the cove page but nothing seems to work. I hope that someone can help with that, for my preamble I use the following:
% book example for classicthesis.sty \documentclass[ % Replace twoside with oneside if you are printing your thesis on a single side % of the paper, or for viewing on screen. %oneside, oneside, 11pt, a4paper, footinclude=true, headinclude=true, cleardoublepage=empty ]{scrbook} \setlength{\parindent}{4em} %\usepackage{scrlfile} \PreventPackageFromLoading{mathpazo} %\usepackage[pdfspacing,eulerchapternumbers]{classicthesis} \usepackage{float} \usepackage{lipsum} \usepackage[linedheaders,parts,pdfspacing]{classicthesis} \usepackage{amsmath} \title{Design of Support Tools} \author{by\\ name} \date{2014} \titlehead{A Thesis submitted for the degree} \setlength{\parindent}{4em} \begin{document} \maketitle \frontmatter \tableofcontents \listoffigures \chapter{Acknowledgements} I would like to thank my supervisor, Professor Someone. This research was funded by the Imaginary Research Council. \chapter{Abstract} A brief summary of the project goes here. \chapter{Abbreviations} \mainmatter \backmatter \begin{thebibliography}{100} % 100 is a random guess of the total number of \end{thebibliography} \end{document}