Document ClassesAbstract: How to escape the 'by' followed by author name

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
SowmyaRavichandran
Posts: 1
Joined: Wed Dec 02, 2015 4:18 am

Abstract: How to escape the 'by' followed by author name

Post by SowmyaRavichandran »

Hi,

I have used the MastersDoctoralthesis Latex template to generate a project report. For distinguished formatting and pagestyle, I wish to edit certain things in it. I tried to keep the abstract page simple with the title "abstract" and contents alone. I was able to edit and generate my desired format.However a predefined 'by' seems to appear during compilation. How can I escape this?

Code: Select all

\begin{abstract}
\addchaptertocentry{\abstractname} % Add the abstract to the table of contents
contents
\end{abstract}
Attachments
sowmyaRavichandranMdtAbstract.png
sowmyaRavichandranMdtAbstract.png (49.31 KiB) Viewed 3254 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

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

Abstract: How to escape the 'by' followed by author name

Post by Johannes_B »

Code: Select all

\renewcaptionname{english}{\byname}{}
If you don't want the predefined abstract-environment, why are you using it?

What is the \hspace supposed to do at the beginning of the paragraph? Either use a parindent uniformly, or use a parskip uniformly, but don't mix.
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