Theses, Books, Title pages ⇒ Abstract design
Abstract design
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.
Reason: deleted copyrighted material
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Abstract design
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.
Abstract design
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
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}