changeset 269:032d4c4bf7ac dev

Fix escape chars. Thanks to hiroohongo.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 15 Apr 2012 22:57:17 +0900
parents a0fa76e6f461
children 1b4e0acd0106
files docs/yahtmle.tex docs/yatexe.tex docs/yatexj.tex
diffstat 3 files changed, 12 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
 
--- 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::             セクション区切りのアウトライン表示

yatex.org