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

Change title of Absract #241

Open
TorkelE opened this issue Oct 10, 2022 · 3 comments
Open

Change title of Absract #241

TorkelE opened this issue Oct 10, 2022 · 3 comments

Comments

@TorkelE
Copy link

TorkelE commented Oct 10, 2022

Currently, the abstract title is just "Abstract:

image

However, according to the instructions at: https://www.cambridgestudents.cam.ac.uk/your-course/examinations/graduate-exam-information/after-examination/degree-approval-and-1

image

Is there a way to change the header on the abstract page from "Abstract" to the thesis title and my name?

@kks32
Copy link
Owner

kks32 commented Oct 14, 2022

Please have a look at the README class options

There is an option for Document Class abstract: This option enables only the thesis title page and the abstract with title and author to be printed.

@TorkelE
Copy link
Author

TorkelE commented Oct 14, 2022

Thank you,
while this provides the desired abstract page:
image
the rest of the thesis is not present. Is there a way to get the abstract change, but also compile the full thesis?

@GR8DAN
Copy link

GR8DAN commented Oct 28, 2022

You should be able to modify the class file to achieve the desired effect.

In PhDThesisPSnPDF.cls change line 1135:

\chapter*{\centering \Large \@abstracttitle}

to these lines:

\begin{center}
    { \Large {\bfseries {\@title}} \par}
    {{\Large \vspace*{1em} \@author} \par}
\end{center}
\begingroup
    \renewcommand{\cleardoublepage}{}
    \renewcommand{\clearpage}{}
    \chapter*{\centering \Large Abstract}
\endgroup

That should achieve the desired result

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

3 participants