yatex

diff docs/yahtmle.tex @ 265:0b10d1fea265

Fix many misuse of braces and so on. Suggested by lurdan@.
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 29 Feb 2012 10:43:24 +0900
parents 265da12ff3b6
children 032d4c4bf7ac
line diff
     1.1 --- a/docs/yahtmle.tex	Wed Jan 18 11:45:02 2012 +0900
     1.2 +++ b/docs/yahtmle.tex	Wed Feb 29 10:43:24 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 Jan 18 10:56:02 2012 on firestorm
     1.8 +@c Last modified Wed Feb 29 10:38:46 2012 on firestorm
     1.9  @syncodeindex vr cp
    1.10  @end iftex
    1.11  
    1.12 @@ -79,12 +79,12 @@
    1.13  (setq load-path (cons (expand-file-name "~/src/emacs/yahtml") load-path))
    1.14  @end lisp
    1.15  
    1.16 -@noindent 
    1.17 +@noindent
    1.18  is what you add.
    1.19  
    1.20  By this, yahtml will be automatically loaded when editing files with .html
    1.21  extensions.  "yahtml" will be displayed on the mode line if no errors
    1.22 -occurred. 
    1.23 +occurred.
    1.24  
    1.25  @node Setting environments for weblint browsers and image viewers, Setting environment variables for WWW pages, Setting up yahtml, Installation
    1.26  @comment  node-name,  next,  previous,  up
    1.27 @@ -115,7 +115,7 @@
    1.28  @item yahtml-directory-index
    1.29          @dots{} index file displayed when none is given in URL.  Usually
    1.30          @file{index.html} on NCSA type httpd and @file{Welcome.html} on
    1.31 -        CERN types. 
    1.32 +        CERN types.
    1.33  @end table
    1.34  
    1.35  Examples for  @code{yahtml-path-url-alist}.  If @file{/home/yuuji/http/}
    1.36 @@ -179,7 +179,7 @@
    1.37  attributes.  Possible completions are, <img>, <input>.
    1.38  
    1.39  @item [prefix] l (YaTeX large-type completion)
    1.40 -@dots{} 
    1.41 +@dots{}
    1.42  
    1.43  @example
    1.44  <big> 〜 </big>
    1.45 @@ -203,14 +203,14 @@
    1.46  @node Jump, Changing and Deleting, Completion, Top
    1.47  @comment  node-name,  next,  previous,  up
    1.48  @chapter Cursor Movement
    1.49 -By using 
    1.50 +By using
    1.51  
    1.52  @table @kbd
    1.53  @item [prefix] g
    1.54          @dots{} move to corresponding object
    1.55  @end table
    1.56  
    1.57 -@noindent 
    1.58 +@noindent
    1.59  the cursor will go to the corresponding object according to the context.
    1.60  Recognized contexts are
    1.61  
    1.62 @@ -242,7 +242,7 @@
    1.63          @dots{} change tags in matching pairs
    1.64  @end table
    1.65  
    1.66 -@noindent 
    1.67 +@noindent
    1.68  the content can be changed according to the context of the HTML document
    1.69  where the cursor is located.
    1.70  
    1.71 @@ -324,7 +324,7 @@
    1.72  
    1.73  when you input h1(or h2) tag with completing-read by [prefix] b or
    1.74  [prefix] l, yahtml prompts you to input class name with completion from
    1.75 -the words which are effective to h1 or h2.  And if you defined 
    1.76 +the words which are effective to h1 or h2.  And if you defined
    1.77  global class like this;
    1.78  
    1.79  @display