GeneralThe word "Abstract" is at the above of the first line

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Matthew Mao
Posts: 2
Joined: Mon Aug 13, 2007 6:39 am

The word "Abstract" is at the above of the first line

Post by Matthew Mao »

hi,
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.

Recommended reading 2024:

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

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

sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

The word "Abstract" is at the above of the first line

Post by sommerfee »

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
Matthew Mao
Posts: 2
Joined: Mon Aug 13, 2007 6:39 am

Re: The word "Abstract" is at the above of the first line

Post by Matthew Mao »

Hi,

I just tried your method and sloved my problem. Thank you very much.

Matthew :D
Post Reply