2011年10月13日木曜日

emacsメモ

texの修正原稿を本番原稿にする方法

\delspan{ } -> 取る
replace-regexp
\\delspan{.*?}を空白に置換

\addspan{ } ->中身だけ残す
query-replace-regexp
\\addspan{\(.*\)?}を\1に置換