yatex

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 diff
     1.1 --- a/docs/yahtmle.tex	Sun Apr 15 17:48:02 2012 +0900
     1.2 +++ b/docs/yahtmle.tex	Sun Apr 15 22:57:17 2012 +0900
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  @iftex
     1.6  @c @syncodeindex fn cp
     1.7 -@c Last modified Wed Feb 29 10:38:46 2012 on firestorm
     1.8 +@c Last modified Sun Apr 15 22:52:03 2012 on firestorm
     1.9  @syncodeindex vr cp
    1.10  @end iftex
    1.11  
    1.12 @@ -230,6 +230,7 @@
    1.13  * Changing tags in pairs::      
    1.14  * Changing entities::           
    1.15  * URLencoding of strings within region::  
    1.16 +* td-enclosure/tr-enclosure::   
    1.17  @end menu
    1.18  
    1.19  @node Changing tags in pairs, Changing entities, Changing and Deleting, Changing and Deleting
     2.1 --- a/docs/yatexe.tex	Sun Apr 15 17:48:02 2012 +0900
     2.2 +++ b/docs/yatexe.tex	Sun Apr 15 22:57:17 2012 +0900
     2.3 @@ -5,7 +5,7 @@
     2.4  
     2.5  @iftex
     2.6  @c @syncodeindex fn cp
     2.7 -@c Last modified Wed Feb 29 10:38:42 2012 on firestorm
     2.8 +@c Last modified Sun Apr 15 22:51:34 2012 on firestorm
     2.9  @syncodeindex vr cp
    2.10  @end iftex
    2.11  
    2.12 @@ -255,6 +255,7 @@
    2.13  * Splitting input files::       
    2.14  * Static region for typesetting::  
    2.15  * Lpr format::                  
    2.16 +* Controlling which command to invoke::  
    2.17  * Editing %# notation::         
    2.18  @end menu
    2.19  
    2.20 @@ -365,7 +366,7 @@
    2.21  @code{%#BEGIN} alone at the middle of very long text.  Do not forget to
    2.22  erase @code{%#BEGIN} @code{%#END} pair.
    2.23  
    2.24 -@node Lpr format, Editing %# notation, Static region for typesetting, %#notation
    2.25 +@node Lpr format, Controlling which command to invoke, Static region for typesetting, %#notation
    2.26  @comment  node-name,  next,  previous,  up
    2.27  @section Lpr format
    2.28  @cindex lpr format
    2.29 @@ -403,7 +404,7 @@
    2.30          %#LPR dvi2ps %s | lpr
    2.31  @end example
    2.32  
    2.33 -@node Controlling which command to invoke, Editing %# notation, lpr format, %#notation
    2.34 +@node Controlling which command to invoke, Editing %# notation, Lpr format, %#notation
    2.35  @comment  node-name,  next,  previous,  up
    2.36  @section Controlling which command to invoke
    2.37  
    2.38 @@ -425,7 +426,7 @@
    2.39  @end example
    2.40  
    2.41  
    2.42 -@node Editing %# notation,  , Lpr format, %#notation
    2.43 +@node Editing %# notation,  , Controlling which command to invoke, %#notation
    2.44  @comment  node-name,  next,  previous,  up
    2.45  @section Editing %# notation
    2.46  
    2.47 @@ -2145,8 +2146,8 @@
    2.48    (catch 'done
    2.49      (while (search-forward "/" end t)
    2.50        (goto-char (match-beginning 0))
    2.51 -      (if (y-or-n-p "Replace this slash(/) with `}{'")
    2.52 -	  (throw 'done (replace-match "}{")))
    2.53 +      (if (y-or-n-p "Replace this slash(/) with `@}@{'")
    2.54 +	  (throw 'done (replace-match "@}@{")))
    2.55        (goto-char (match-end 0)))))
    2.56  @end lisp
    2.57  
     3.1 --- a/docs/yatexj.tex	Sun Apr 15 17:48:02 2012 +0900
     3.2 +++ b/docs/yatexj.tex	Sun Apr 15 22:57:17 2012 +0900
     3.3 @@ -10,7 +10,7 @@
     3.4  @c ノードいじったら C-l C-u C-n 全部のノード更新 C-l C-u C-e
     3.5  @c メニュー増やしたら C-l C-u C-m 全部のメニュー更新 C-l C-u C-a
     3.6  @c フォーマットするときは C-l C-e C-b
     3.7 -@c Last modified Sun Apr 15 17:47:24 2012 on firestorm
     3.8 +@c Last modified Sun Apr 15 22:53:14 2012 on firestorm
     3.9  @syncodeindex vr cp
    3.10  @end iftex
    3.11  
    3.12 @@ -344,6 +344,7 @@
    3.13  * Splitting input files::       入力ファイル分割
    3.14  * Fix region for typesetting::  領域の固定
    3.15  * lpr format::                  プリントアウトコマンド用フォーマット
    3.16 +* Controlling which command to invoke::  その他の起動コマンド制御
    3.17  * Editing %# notation::         %#記法の編集
    3.18  @end menu
    3.19  
    3.20 @@ -750,7 +751,7 @@
    3.21  だけが挿入され、改行はせずカーソルは自動的に中括弧の内側に移動します。
    3.22  
    3.23  @menu
    3.24 -* 2個以上の引数をとる section型コマンド::
    3.25 +* 2個以上の引数をとる section型コマンド::  
    3.26  * Enclose section-type command::  括り補完
    3.27  * Recursive completion::        再帰補完
    3.28  * view-sectioning::             セクション区切りのアウトライン表示