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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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
