Change the cover page in classic thesis












1















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}









share|improve this question

























  • How to customize a title page?

    – Johannes_B
    Nov 29 '14 at 13:44
















1















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}









share|improve this question

























  • How to customize a title page?

    – Johannes_B
    Nov 29 '14 at 13:44














1












1








1








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}









share|improve this question
















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}






titles






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 29 '14 at 13:45









Johannes_B

21k351205




21k351205










asked Oct 19 '14 at 12:40









StathisStathis

278




278













  • How to customize a title page?

    – Johannes_B
    Nov 29 '14 at 13:44



















  • How to customize a title page?

    – Johannes_B
    Nov 29 '14 at 13:44

















How to customize a title page?

– Johannes_B
Nov 29 '14 at 13:44





How to customize a title page?

– Johannes_B
Nov 29 '14 at 13:44










1 Answer
1






active

oldest

votes


















4














For my thesis I built my own title page in a seperate file named 'title.tex' because that way it is much more flexible than using the standard title page.



here a quick example how I designed my titlepage including your title:



begin{titlepage}

begin{center}
textsc{LARGE A Thesis submitted for the degree}\[1,5cm]

begingroup linespread{1,75} selectfont
textsc{LARGE Design of Support Tools}\[1,5cm]
endgroup


by\[0,5cm]
name\[2,5cm]


end{center}

Names of your supervisors

vfill

end{titlepage}


and in the main document include the titlepage with input{./title.tex}



eg:



begin{document}
selectlanguage{ngerman}
%titlepage
input{./title.tex}

...
end{document}





share|improve this answer
























  • good idea, thanks a lot! I had really stuck with this issue

    – Stathis
    Oct 19 '14 at 14:43






  • 1





    Little hint, line spacing is done after the paragraph is finished. I think you will prefer textsc{LARGE Design of Support Toolspar} as this is the recommended way.

    – Johannes_B
    Oct 22 '14 at 16:05












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f207945%2fchange-the-cover-page-in-classic-thesis%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









4














For my thesis I built my own title page in a seperate file named 'title.tex' because that way it is much more flexible than using the standard title page.



here a quick example how I designed my titlepage including your title:



begin{titlepage}

begin{center}
textsc{LARGE A Thesis submitted for the degree}\[1,5cm]

begingroup linespread{1,75} selectfont
textsc{LARGE Design of Support Tools}\[1,5cm]
endgroup


by\[0,5cm]
name\[2,5cm]


end{center}

Names of your supervisors

vfill

end{titlepage}


and in the main document include the titlepage with input{./title.tex}



eg:



begin{document}
selectlanguage{ngerman}
%titlepage
input{./title.tex}

...
end{document}





share|improve this answer
























  • good idea, thanks a lot! I had really stuck with this issue

    – Stathis
    Oct 19 '14 at 14:43






  • 1





    Little hint, line spacing is done after the paragraph is finished. I think you will prefer textsc{LARGE Design of Support Toolspar} as this is the recommended way.

    – Johannes_B
    Oct 22 '14 at 16:05
















4














For my thesis I built my own title page in a seperate file named 'title.tex' because that way it is much more flexible than using the standard title page.



here a quick example how I designed my titlepage including your title:



begin{titlepage}

begin{center}
textsc{LARGE A Thesis submitted for the degree}\[1,5cm]

begingroup linespread{1,75} selectfont
textsc{LARGE Design of Support Tools}\[1,5cm]
endgroup


by\[0,5cm]
name\[2,5cm]


end{center}

Names of your supervisors

vfill

end{titlepage}


and in the main document include the titlepage with input{./title.tex}



eg:



begin{document}
selectlanguage{ngerman}
%titlepage
input{./title.tex}

...
end{document}





share|improve this answer
























  • good idea, thanks a lot! I had really stuck with this issue

    – Stathis
    Oct 19 '14 at 14:43






  • 1





    Little hint, line spacing is done after the paragraph is finished. I think you will prefer textsc{LARGE Design of Support Toolspar} as this is the recommended way.

    – Johannes_B
    Oct 22 '14 at 16:05














4












4








4







For my thesis I built my own title page in a seperate file named 'title.tex' because that way it is much more flexible than using the standard title page.



here a quick example how I designed my titlepage including your title:



begin{titlepage}

begin{center}
textsc{LARGE A Thesis submitted for the degree}\[1,5cm]

begingroup linespread{1,75} selectfont
textsc{LARGE Design of Support Tools}\[1,5cm]
endgroup


by\[0,5cm]
name\[2,5cm]


end{center}

Names of your supervisors

vfill

end{titlepage}


and in the main document include the titlepage with input{./title.tex}



eg:



begin{document}
selectlanguage{ngerman}
%titlepage
input{./title.tex}

...
end{document}





share|improve this answer













For my thesis I built my own title page in a seperate file named 'title.tex' because that way it is much more flexible than using the standard title page.



here a quick example how I designed my titlepage including your title:



begin{titlepage}

begin{center}
textsc{LARGE A Thesis submitted for the degree}\[1,5cm]

begingroup linespread{1,75} selectfont
textsc{LARGE Design of Support Tools}\[1,5cm]
endgroup


by\[0,5cm]
name\[2,5cm]


end{center}

Names of your supervisors

vfill

end{titlepage}


and in the main document include the titlepage with input{./title.tex}



eg:



begin{document}
selectlanguage{ngerman}
%titlepage
input{./title.tex}

...
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered Oct 19 '14 at 13:22









trailytraily

1095




1095













  • good idea, thanks a lot! I had really stuck with this issue

    – Stathis
    Oct 19 '14 at 14:43






  • 1





    Little hint, line spacing is done after the paragraph is finished. I think you will prefer textsc{LARGE Design of Support Toolspar} as this is the recommended way.

    – Johannes_B
    Oct 22 '14 at 16:05



















  • good idea, thanks a lot! I had really stuck with this issue

    – Stathis
    Oct 19 '14 at 14:43






  • 1





    Little hint, line spacing is done after the paragraph is finished. I think you will prefer textsc{LARGE Design of Support Toolspar} as this is the recommended way.

    – Johannes_B
    Oct 22 '14 at 16:05

















good idea, thanks a lot! I had really stuck with this issue

– Stathis
Oct 19 '14 at 14:43





good idea, thanks a lot! I had really stuck with this issue

– Stathis
Oct 19 '14 at 14:43




1




1





Little hint, line spacing is done after the paragraph is finished. I think you will prefer textsc{LARGE Design of Support Toolspar} as this is the recommended way.

– Johannes_B
Oct 22 '14 at 16:05





Little hint, line spacing is done after the paragraph is finished. I think you will prefer textsc{LARGE Design of Support Toolspar} as this is the recommended way.

– Johannes_B
Oct 22 '14 at 16:05


















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f207945%2fchange-the-cover-page-in-classic-thesis%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?