Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move uni-logo to the bottom of the title page #50

Closed
jadebarclay opened this issue Apr 25, 2022 · 2 comments
Closed

Move uni-logo to the bottom of the title page #50

jadebarclay opened this issue Apr 25, 2022 · 2 comments

Comments

@jadebarclay
Copy link

How can I move the position of the uni-logo?

The official layout for our uni has it at the bottom of the page.

@ulyngs
Copy link
Owner

ulyngs commented Apr 28, 2022

The overall layout of the title page is defined in templates/ociamthesis.cls.

So one way to move the university logo to the bottom is to go there and replace these lines (approximately starting at line 198)

\begin{center}
    { \thesistitlesize {\bfseries {\@title}} \par}
{\large \vspace*{\gapbeforecrest} {\crest \par} \vspace*{\gapaftercrest}}
    {{\Large \@author} \par}
{\large \vspace*{1ex}
    {{\@college} \par}
\vspace*{1ex}
    {\university \par}
\vspace*{20mm}
    {{\submittedtext} \par}
\vspace*{1ex}
    {\it {\@degree} \par}
\vspace*{2ex}
    {\@degreedate}}
  \end{center}

with this

\begin{center}
    { \thesistitlesize {\bfseries {\@title}} \par}
\vspace*{10mm}
    {{\Large \@author} \par}
{\large \vspace*{1ex}
    {{\@college} \par}
\vspace*{1ex}
    {\university \par}
\vspace*{20mm}
    {{\submittedtext} \par}
\vspace*{1ex}
    {\it {\@degree} \par}
\vspace*{2ex}
    {\@degreedate} \par}
    {\large \vspace*{45mm} {\crest \par}}
  \end{center}

The title page will then look like this:

image

@ulyngs ulyngs closed this as completed Apr 28, 2022
@jadebarclay
Copy link
Author

It worked! Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants