Theses, Books, Title pagesAbstract design

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Seanshine
Posts: 52
Joined: Sat Apr 28, 2018 9:59 pm

Abstract design

Post by Seanshine »

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.
Last edited by Johannes_B on Sun Apr 29, 2018 7:02 am, edited 1 time in total.
Reason: deleted copyrighted material

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Abstract design

Post by Johannes_B »

Hi Sean, you really should read an introduction and the material i already linked before.

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.
Seanshine
Posts: 52
Joined: Sat Apr 28, 2018 9:59 pm

Abstract design

Post by Seanshine »

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

Code: Select all

\begin{abstract} ... \end{abstract}
, it uses the predefined abstract-design as in the .cls file, such that it leaves no room for customization.

Thanks!
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Abstract design

Post by Johannes_B »

You shalt not use the 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.
Post Reply