1,i got it, but is there any command or package that is capable of making the this kind of compound words break line automatically? thank you very much.
2,here is the code of my title page
Code: Select all
\title{blah,blah,blah}
\author{Author A$^1$\footnotemark[1]~, Author B$^1$, Author C$^2$ , Author D$^3$ , Author E$^4$ \\[0.5cm]
{\small\it $^1$ Author A addr part 1,}\\
{\small\it Author A addr part 2}\\[0.2cm]
...}
\date{}
\renewcommand {\thefootnote}{\fnsymbol{footnote}}
\footnotetext[1]{Author for correspondence: ...}
\documentclass[12pt,a4paper,english,titlepage,abstracton]{scrartcl}
\begin{document}
\maketitle
...
As i said before, this page could not be properly presented, the author list goes to very right side.
could you help, thanks a lot
i