作者gorhow (该我毕业了吗)
看板LaTeX
标题Re: [问题] 关於自己建立一个keywords环境
时间Mon Apr 2 11:07:49 2007
※ 引述《wrjih (吃芝麻掉烧饼)》之铭言:
: 我要问的不是如何定义一个新的environment的问题,
: 而是我需要能
: 1. keywords的左右会向内缩排1cm (类似quotation)
: 2. 第2行会跟第一行在同一个位置 (向左对齐, 没有凸排)
: 您的例子无法做到我需要的格式~
: ※ 引述《gorhow (该我毕业了吗)》之铭言:
: : \newenvironment{keywords}{%
: : \noindent{\bf Keywords:}
: : }
: : {}
: : 这样就能做到了阿 @@||
: : 不过你的 keywords 的定义为什麽这麽复杂呢 @________@
\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
\let\endchangemargin=\endlist
see the reference
http://help-csli.stanford.edu/tex/latex-margins.shtml
\newenvironment{keywords}{%
\begin{changemargin}{1cm}{1cm}
\noindent{\bf Keywords:}
}
{\end{changemargin} }
[Abstract] (赚p$用的)
The purpose of feature matching is to find the corresponding features
out of different data sources. Matching results can be of a better
clarity and contain more information than original sources.
In order to find the best mapping between features from different sources,
a similarity measure must be determined to evaluate similarities of
the matching features.
The report reviews the evaluation measures which were used in previous
rsearch.
Keywords: .............................................
.......................................................
这样应该就符合你的条件了吧!
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.116.80.33
1F:推 wrjih:Thank you, It works ;) 04/02 15:06