Dear readers,
I am working with the MastersDoctoralThesis.cls in which an abstract page has been designed. However, I would like the abstract to be positioned on the title page, but I have been unable to realize this. Any help on this issue would be appreciated.
Theses, Books, Title pages ⇒ Abstract design
Abstract design
Last edited by Johannes_B on Sun Apr 29, 2018 7:02 am, edited 1 time in total.
Reason: deleted copyrighted material
Reason: deleted copyrighted material
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Abstract design
Hi Sean, you really should read an introduction and the material i already linked before.
The title page is made up using the
Please also have a look at Title creation and How to customize my title page.
The title page is made up using the
titlepage
environment. Simply add the abstract on the title page where you need it. Please also have a look at Title creation and How to customize my title page.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Abstract design
Hi Johannes_B,
One of the recommendation is to leave the .cls file unchanged, as if it was not there. However, he problem is that when I start, it uses the predefined abstract-design as in the .cls file, such that it leaves no room for customization.
Thanks!
One of the recommendation is to leave the .cls file unchanged, as if it was not there. However, he problem is that when I start
Code: Select all
\begin{abstract} ... \end{abstract}
Thanks!
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Abstract design
You shalt not use the
How hard is that?
abstract
environment, but write the abstract as normal text within the titlepage
environment. How hard is that?
Code: Select all
\begin{titlepage}
Your name
Your title
Your abstract\end{titlepage}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.