# HG changeset patch # User HIROSE Yuuji # Date 1334498237 -32400 # Node ID 032d4c4bf7acea4a1d13eef4b561316d1f86a917 # Parent a0fa76e6f461d4d39f4ab3cd3b85b6c8ac5db648 Fix escape chars. Thanks to hiroohongo. diff -r a0fa76e6f461 -r 032d4c4bf7ac docs/yahtmle.tex --- a/docs/yahtmle.tex Sun Apr 15 17:48:02 2012 +0900 +++ b/docs/yahtmle.tex Sun Apr 15 22:57:17 2012 +0900 @@ -5,7 +5,7 @@ @iftex @c @syncodeindex fn cp -@c Last modified Wed Feb 29 10:38:46 2012 on firestorm +@c Last modified Sun Apr 15 22:52:03 2012 on firestorm @syncodeindex vr cp @end iftex @@ -230,6 +230,7 @@ * Changing tags in pairs:: * Changing entities:: * URLencoding of strings within region:: +* td-enclosure/tr-enclosure:: @end menu @node Changing tags in pairs, Changing entities, Changing and Deleting, Changing and Deleting diff -r a0fa76e6f461 -r 032d4c4bf7ac docs/yatexe.tex --- a/docs/yatexe.tex Sun Apr 15 17:48:02 2012 +0900 +++ b/docs/yatexe.tex Sun Apr 15 22:57:17 2012 +0900 @@ -5,7 +5,7 @@ @iftex @c @syncodeindex fn cp -@c Last modified Wed Feb 29 10:38:42 2012 on firestorm +@c Last modified Sun Apr 15 22:51:34 2012 on firestorm @syncodeindex vr cp @end iftex @@ -255,6 +255,7 @@ * Splitting input files:: * Static region for typesetting:: * Lpr format:: +* Controlling which command to invoke:: * Editing %# notation:: @end menu @@ -365,7 +366,7 @@ @code{%#BEGIN} alone at the middle of very long text. Do not forget to erase @code{%#BEGIN} @code{%#END} pair. -@node Lpr format, Editing %# notation, Static region for typesetting, %#notation +@node Lpr format, Controlling which command to invoke, Static region for typesetting, %#notation @comment node-name, next, previous, up @section Lpr format @cindex lpr format @@ -403,7 +404,7 @@ %#LPR dvi2ps %s | lpr @end example -@node Controlling which command to invoke, Editing %# notation, lpr format, %#notation +@node Controlling which command to invoke, Editing %# notation, Lpr format, %#notation @comment node-name, next, previous, up @section Controlling which command to invoke @@ -425,7 +426,7 @@ @end example -@node Editing %# notation, , Lpr format, %#notation +@node Editing %# notation, , Controlling which command to invoke, %#notation @comment node-name, next, previous, up @section Editing %# notation @@ -2145,8 +2146,8 @@ (catch 'done (while (search-forward "/" end t) (goto-char (match-beginning 0)) - (if (y-or-n-p "Replace this slash(/) with `}{'") - (throw 'done (replace-match "}{"))) + (if (y-or-n-p "Replace this slash(/) with `@}@{'") + (throw 'done (replace-match "@}@{"))) (goto-char (match-end 0))))) @end lisp diff -r a0fa76e6f461 -r 032d4c4bf7ac docs/yatexj.tex --- a/docs/yatexj.tex Sun Apr 15 17:48:02 2012 +0900 +++ b/docs/yatexj.tex Sun Apr 15 22:57:17 2012 +0900 @@ -10,7 +10,7 @@ @c ノードいじったら C-l C-u C-n 全部のノード更新 C-l C-u C-e @c メニュー増やしたら C-l C-u C-m 全部のメニュー更新 C-l C-u C-a @c フォーマットするときは C-l C-e C-b -@c Last modified Sun Apr 15 17:47:24 2012 on firestorm +@c Last modified Sun Apr 15 22:53:14 2012 on firestorm @syncodeindex vr cp @end iftex @@ -344,6 +344,7 @@ * Splitting input files:: 入力ファイル分割 * Fix region for typesetting:: 領域の固定 * lpr format:: プリントアウトコマンド用フォーマット +* Controlling which command to invoke:: その他の起動コマンド制御 * Editing %# notation:: %#記法の編集 @end menu @@ -750,7 +751,7 @@ だけが挿入され、改行はせずカーソルは自動的に中括弧の内側に移動します。 @menu -* 2個以上の引数をとる section型コマンド:: +* 2個以上の引数をとる section型コマンド:: * Enclose section-type command:: 括り補完 * Recursive completion:: 再帰補完 * view-sectioning:: セクション区切りのアウトライン表示