General ⇒ The word "Abstract" is at the above of the first line
-
- Posts: 2
- Joined: Mon Aug 13, 2007 6:39 am
The word "Abstract" is at the above of the first line
I am writting a Spring version of my paper, I used "\documentclass{svmult}" at the begining.
and used "\begin{abstract}". However, the paragraph of the abstract looks like"
"
Abstract M
ulti-radio.....
"
The first word "Multi-radio" has been split into 2 parts and lie in different lines.
Is there anybody can tell me how to resolve this? Thanks.
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
The word "Abstract" is at the above of the first line
Matthew Mao wrote: I used "\documentclass{svmult}" at the begining.
and used "\begin{abstract}". However, the paragraph of the abstract looks like"
"
Abstract M
ulti-radio.....
"
The first word "Multi-radio" has been split into 2 parts and lie in different lines.
I do not know the document class svmult, but to me it seems that the abstract environment offered by this class has an additional argument. So try something like
\begin{abstract}{-my-title-of-the-abstract- (can be empty)}
Multi-radio---
\end{abstract}
HTH,
Axel
-
- Posts: 2
- Joined: Mon Aug 13, 2007 6:39 am
Re: The word "Abstract" is at the above of the first line
I just tried your method and sloved my problem. Thank you very much.
Matthew
