l********r 发帖数: 175 | 1 I transformed word into latex using word-to-latex program. Then I found the
space between lines in the title did not look very well. The first two lines
have smaller space then the last two. I just like to adjust it. how to do
that? Thanks a lot. |
A*******l 发帖数: 40 | 2 no code no truth
the
lines
【在 l********r 的大作中提到】 : I transformed word into latex using word-to-latex program. Then I found the : space between lines in the title did not look very well. The first two lines : have smaller space then the last two. I just like to adjust it. how to do : that? Thanks a lot.
|
l********r 发帖数: 175 | 3 well, following is the code:
\begin{center}
\begin{indentation}{0pt}{0pt}{0pt}
\textbf{{\Large Research on XXX}}
\end{indentation}
\end{center}
here, the title name is at least two lines on the A4 paper.
How to solve it? Thanks a lot. |
A*******l 发帖数: 40 | 4 why not just
\title{The Title of the Paper}
and add \maketitile after begin{document} as follows
\begin{document}
\maketitle
If you want to force a line break, use \\
I think you'd better read some manual about LaTeX,
the code generated by the word-2-latex is terrible.
【在 l********r 的大作中提到】 : well, following is the code: : \begin{center} : \begin{indentation}{0pt}{0pt}{0pt} : \textbf{{\Large Research on XXX}} : \end{indentation} : \end{center} : here, the title name is at least two lines on the A4 paper. : How to solve it? Thanks a lot.
|