Re: [問題] 關於自己建立一個keywords環境

看板LaTeX (論文排版)作者 (該我畢業了嗎)時間19年前 (2007/04/02 11:07), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串4/4 (看更多)
※ 引述《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

04/02 15:06, , 1F
Thank you, It works ;)
04/02 15:06, 1F
文章代碼(AID): #1647E6dE (LaTeX)
文章代碼(AID): #1647E6dE (LaTeX)