How to create a title page that replicates a specific article template?











up vote
0
down vote

favorite












I really like the following template on Overleaf: https://www.overleaf.com/latex/templates/template-for-oxford-university-press-oup-journals-2009/yvhndpfsjvkt. I use it for all my articles, essays, etc. I'd like to use the same style for my thesis, but I am struggling with creating the title page.



I need a header and footer, a title page in the middle as well as author's name below the title and two supervisors below the author's name. My current code is this, but I'm not able to center it nor add additional details that I need:



documentclass[12pt,halfline,a4paper]{ouparticle}

begin{document}

title{Title}

author{%
name{Name}
address{University}}

maketitle

end{document}


Does anyone know how to do it?










share|improve this question









New contributor




MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Welcome! The normal thing to do, is to provide a Minimal Working Example of what you have, and I can help you with the rest.
    – Ole Anders
    Nov 12 at 21:41












  • Thank you for the reply. I added a little bit of code, hopefully it's more clear now.
    – MetaPhilosopher
    Nov 13 at 5:49






  • 1




    Restricted, sorry you don't have permission to load this page. is what I got when I clicked on your link :(
    – Dũng Vũ
    Nov 13 at 5:57










  • tex.stackexchange.com/questions/209993/…
    – Johannes_B
    Nov 13 at 6:24










  • joule_voo, sorry about that. I changed the link, hopefully it works now.
    – MetaPhilosopher
    Nov 13 at 7:59















up vote
0
down vote

favorite












I really like the following template on Overleaf: https://www.overleaf.com/latex/templates/template-for-oxford-university-press-oup-journals-2009/yvhndpfsjvkt. I use it for all my articles, essays, etc. I'd like to use the same style for my thesis, but I am struggling with creating the title page.



I need a header and footer, a title page in the middle as well as author's name below the title and two supervisors below the author's name. My current code is this, but I'm not able to center it nor add additional details that I need:



documentclass[12pt,halfline,a4paper]{ouparticle}

begin{document}

title{Title}

author{%
name{Name}
address{University}}

maketitle

end{document}


Does anyone know how to do it?










share|improve this question









New contributor




MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Welcome! The normal thing to do, is to provide a Minimal Working Example of what you have, and I can help you with the rest.
    – Ole Anders
    Nov 12 at 21:41












  • Thank you for the reply. I added a little bit of code, hopefully it's more clear now.
    – MetaPhilosopher
    Nov 13 at 5:49






  • 1




    Restricted, sorry you don't have permission to load this page. is what I got when I clicked on your link :(
    – Dũng Vũ
    Nov 13 at 5:57










  • tex.stackexchange.com/questions/209993/…
    – Johannes_B
    Nov 13 at 6:24










  • joule_voo, sorry about that. I changed the link, hopefully it works now.
    – MetaPhilosopher
    Nov 13 at 7:59













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I really like the following template on Overleaf: https://www.overleaf.com/latex/templates/template-for-oxford-university-press-oup-journals-2009/yvhndpfsjvkt. I use it for all my articles, essays, etc. I'd like to use the same style for my thesis, but I am struggling with creating the title page.



I need a header and footer, a title page in the middle as well as author's name below the title and two supervisors below the author's name. My current code is this, but I'm not able to center it nor add additional details that I need:



documentclass[12pt,halfline,a4paper]{ouparticle}

begin{document}

title{Title}

author{%
name{Name}
address{University}}

maketitle

end{document}


Does anyone know how to do it?










share|improve this question









New contributor




MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I really like the following template on Overleaf: https://www.overleaf.com/latex/templates/template-for-oxford-university-press-oup-journals-2009/yvhndpfsjvkt. I use it for all my articles, essays, etc. I'd like to use the same style for my thesis, but I am struggling with creating the title page.



I need a header and footer, a title page in the middle as well as author's name below the title and two supervisors below the author's name. My current code is this, but I'm not able to center it nor add additional details that I need:



documentclass[12pt,halfline,a4paper]{ouparticle}

begin{document}

title{Title}

author{%
name{Name}
address{University}}

maketitle

end{document}


Does anyone know how to do it?







spacing






share|improve this question









New contributor




MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Nov 13 at 7:58





















New contributor




MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 12 at 21:31









MetaPhilosopher

11




11




New contributor




MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






MetaPhilosopher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    Welcome! The normal thing to do, is to provide a Minimal Working Example of what you have, and I can help you with the rest.
    – Ole Anders
    Nov 12 at 21:41












  • Thank you for the reply. I added a little bit of code, hopefully it's more clear now.
    – MetaPhilosopher
    Nov 13 at 5:49






  • 1




    Restricted, sorry you don't have permission to load this page. is what I got when I clicked on your link :(
    – Dũng Vũ
    Nov 13 at 5:57










  • tex.stackexchange.com/questions/209993/…
    – Johannes_B
    Nov 13 at 6:24










  • joule_voo, sorry about that. I changed the link, hopefully it works now.
    – MetaPhilosopher
    Nov 13 at 7:59














  • 1




    Welcome! The normal thing to do, is to provide a Minimal Working Example of what you have, and I can help you with the rest.
    – Ole Anders
    Nov 12 at 21:41












  • Thank you for the reply. I added a little bit of code, hopefully it's more clear now.
    – MetaPhilosopher
    Nov 13 at 5:49






  • 1




    Restricted, sorry you don't have permission to load this page. is what I got when I clicked on your link :(
    – Dũng Vũ
    Nov 13 at 5:57










  • tex.stackexchange.com/questions/209993/…
    – Johannes_B
    Nov 13 at 6:24










  • joule_voo, sorry about that. I changed the link, hopefully it works now.
    – MetaPhilosopher
    Nov 13 at 7:59








1




1




Welcome! The normal thing to do, is to provide a Minimal Working Example of what you have, and I can help you with the rest.
– Ole Anders
Nov 12 at 21:41






Welcome! The normal thing to do, is to provide a Minimal Working Example of what you have, and I can help you with the rest.
– Ole Anders
Nov 12 at 21:41














Thank you for the reply. I added a little bit of code, hopefully it's more clear now.
– MetaPhilosopher
Nov 13 at 5:49




Thank you for the reply. I added a little bit of code, hopefully it's more clear now.
– MetaPhilosopher
Nov 13 at 5:49




1




1




Restricted, sorry you don't have permission to load this page. is what I got when I clicked on your link :(
– Dũng Vũ
Nov 13 at 5:57




Restricted, sorry you don't have permission to load this page. is what I got when I clicked on your link :(
– Dũng Vũ
Nov 13 at 5:57












tex.stackexchange.com/questions/209993/…
– Johannes_B
Nov 13 at 6:24




tex.stackexchange.com/questions/209993/…
– Johannes_B
Nov 13 at 6:24












joule_voo, sorry about that. I changed the link, hopefully it works now.
– MetaPhilosopher
Nov 13 at 7:59




joule_voo, sorry about that. I changed the link, hopefully it works now.
– MetaPhilosopher
Nov 13 at 7:59















active

oldest

votes











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',
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
});


}
});






MetaPhilosopher is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459689%2fhow-to-create-a-title-page-that-replicates-a-specific-article-template%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








MetaPhilosopher is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















MetaPhilosopher is a new contributor. Be nice, and check out our Code of Conduct.













MetaPhilosopher is a new contributor. Be nice, and check out our Code of Conduct.












MetaPhilosopher is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459689%2fhow-to-create-a-title-page-that-replicates-a-specific-article-template%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?