yatex

diff docs/yatexe.tex @ 269:032d4c4bf7ac

Fix escape chars. Thanks to hiroohongo.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 15 Apr 2012 22:57:17 +0900
parents 0b10d1fea265
children d467c0fb6083
line diff
     1.1 --- a/docs/yatexe.tex	Wed Feb 29 10:43:24 2012 +0900
     1.2 +++ b/docs/yatexe.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:42 2012 on firestorm
     1.8 +@c Last modified Sun Apr 15 22:51:34 2012 on firestorm
     1.9  @syncodeindex vr cp
    1.10  @end iftex
    1.11  
    1.12 @@ -255,6 +255,7 @@
    1.13  * Splitting input files::       
    1.14  * Static region for typesetting::  
    1.15  * Lpr format::                  
    1.16 +* Controlling which command to invoke::  
    1.17  * Editing %# notation::         
    1.18  @end menu
    1.19  
    1.20 @@ -365,7 +366,7 @@
    1.21  @code{%#BEGIN} alone at the middle of very long text.  Do not forget to
    1.22  erase @code{%#BEGIN} @code{%#END} pair.
    1.23  
    1.24 -@node Lpr format, Editing %# notation, Static region for typesetting, %#notation
    1.25 +@node Lpr format, Controlling which command to invoke, Static region for typesetting, %#notation
    1.26  @comment  node-name,  next,  previous,  up
    1.27  @section Lpr format
    1.28  @cindex lpr format
    1.29 @@ -403,7 +404,7 @@
    1.30          %#LPR dvi2ps %s | lpr
    1.31  @end example
    1.32  
    1.33 -@node Controlling which command to invoke, Editing %# notation, lpr format, %#notation
    1.34 +@node Controlling which command to invoke, Editing %# notation, Lpr format, %#notation
    1.35  @comment  node-name,  next,  previous,  up
    1.36  @section Controlling which command to invoke
    1.37  
    1.38 @@ -425,7 +426,7 @@
    1.39  @end example
    1.40  
    1.41  
    1.42 -@node Editing %# notation,  , Lpr format, %#notation
    1.43 +@node Editing %# notation,  , Controlling which command to invoke, %#notation
    1.44  @comment  node-name,  next,  previous,  up
    1.45  @section Editing %# notation
    1.46  
    1.47 @@ -2145,8 +2146,8 @@
    1.48    (catch 'done
    1.49      (while (search-forward "/" end t)
    1.50        (goto-char (match-beginning 0))
    1.51 -      (if (y-or-n-p "Replace this slash(/) with `}{'")
    1.52 -	  (throw 'done (replace-match "}{")))
    1.53 +      (if (y-or-n-p "Replace this slash(/) with `@}@{'")
    1.54 +	  (throw 'done (replace-match "@}@{")))
    1.55        (goto-char (match-end 0)))))
    1.56  @end lisp
    1.57