由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - how to increase the space between lines in title?
相关主题
Is it true?miktex 2.5怎么不支持\begin{keywords}
请教几个Latex的小问题how to make a newcommand for verbatim
Re: LaTeX table可以缩小一点么? (转载)新手请问插图问题
如何把图放在想放的位置.请教一个Latex公式输入问题。
Urgent! :How to make strikethrough?[合集] Latex 插入figure的一个问题
how to use longtable in latex?最后一页的图如何置顶
问一个Latex的问题latex单栏文档中如何双栏显示图片
Lyx for Windows问题有没有人还在用textures? (转载)
相关话题的讨论汇总
话题: lines话题: title话题: space话题: latex话题: between
进入TeX版参与讨论
1 (共1页)
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.

1 (共1页)
进入TeX版参与讨论
相关主题
有没有人还在用textures? (转载)Urgent! :How to make strikethrough?
LaTeX: Description list的行间距how to use longtable in latex?
问一个超长公式的问题问一个Latex的问题
2列文章里面跨列图片Lyx for Windows问题
Is it true?miktex 2.5怎么不支持\begin{keywords}
请教几个Latex的小问题how to make a newcommand for verbatim
Re: LaTeX table可以缩小一点么? (转载)新手请问插图问题
如何把图放在想放的位置.请教一个Latex公式输入问题。
相关话题的讨论汇总
话题: lines话题: title话题: space话题: latex话题: between