yatex

changeset 205:5a16b237416f dev

RCS-Checked in as 1.75
author yuuji@gentei.org
date Thu, 12 Jan 2012 12:24:40 +0900
parents 1de7ae500ca4
children cb1906082153
files docs/yahtmle docs/yahtmlj docs/yatexe docs/yatexj makefile yahtml.el yatex.el
diffstat 7 files changed, 768 insertions(+), 691 deletions(-) [+]
line diff
     1.1 --- a/docs/yahtmle	Wed Jan 11 09:44:49 2012 +0900
     1.2 +++ b/docs/yahtmle	Thu Jan 12 12:24:40 2012 +0900
     1.3 @@ -1,7 +1,11 @@
     1.4  Info file: yahtmle,    -*-Text-*-
     1.5  produced by `texinfo-format-buffer'
     1.6  from file `yahtmle.tex'
     1.7 -using `texinfmt.el' version 2.42 of  7 Jul 2006.
     1.8 +using `texinfmt.el' version 2.38 of 3 July 1998.
     1.9 +
    1.10 +
    1.11 +
    1.12 +
    1.13  
    1.14  
    1.15  File: yahtmle, Node: Top, Next: Intro, Prev: (dir), Up: (dir)
    1.16 @@ -41,9 +45,9 @@
    1.17  *****************
    1.18  * Menu:
    1.19  
    1.20 -* Setting up yahtml::
    1.21 -* Setting environments for weblint browsers and image viewers::
    1.22 -* Setting environment variables for WWW pages::
    1.23 +* Setting up yahtml::           
    1.24 +* Setting environments for weblint browsers and image viewers::  
    1.25 +* Setting environment variables for WWW pages::  
    1.26  
    1.27  
    1.28  
    1.29 @@ -160,7 +164,7 @@
    1.30       attributes.  Possible completions are, <img>, <input>.
    1.31  
    1.32  `[prefix] l (YaTeX large-type completion)'
    1.33 -     ...
    1.34 +     ... 
    1.35  
    1.36            <big> $B!A(B </big>
    1.37  
    1.38 @@ -205,9 +209,9 @@
    1.39  
    1.40  * Menu:
    1.41  
    1.42 -* Changing tags in pairs::
    1.43 -* Changing entities::
    1.44 -* URLencoding of strings within region::
    1.45 +* Changing tags in pairs::      
    1.46 +* Changing entities::           
    1.47 +* URLencoding of strings within region::  
    1.48  
    1.49  
    1.50  
    1.51 @@ -254,7 +258,7 @@
    1.52  ====================================
    1.53  
    1.54  `[prefix] #'
    1.55 -        ... encode chars that needs to be URLencoded within region
    1.56 +     	... encode chars that needs to be URLencoded within region
    1.57  
    1.58  
    1.59  
    1.60 @@ -265,12 +269,16 @@
    1.61  If you wan to convert series of field into <td>...</td> repetitions for
    1.62  table element, td-enclosure or tr-enclosure is convenient.
    1.63  
    1.64 -      `[prefix] '} ... Enclose each field in a region into
    1.65 -<td>...</td>'s.  `[prefix] ]' ... Enclose each line in a region into
    1.66 -<tr>...</tr>'s, with every line converted to <td>...</td> repetition.
    1.67 -They presume white space as field separator by default.  To change this,
    1.68 -enter other delimiting character for a query.  You can convert CSV, for
    1.69 -example, into table by specifying comma(,) as a delimiter.
    1.70 +      `[prefix] '}
    1.71 +     
    1.72 +     	... Enclose each field in a region into <td>...</td>'s.
    1.73 +      `[prefix] ]'
    1.74 +     
    1.75 +     	... Enclose each line in a region into <tr>...</tr>'s, with every
    1.76 +line converted to <td>...</td> repetition.  They presume white space as
    1.77 +field separator by default.  To change this, enter other delimiting
    1.78 +character for a query.  You can convert CSV, for example, into table by
    1.79 +specifying comma(,) as a delimiter.
    1.80  
    1.81  If you want to enclose fields with th, call with universal-argument
    1.82  (`C-u').  Enter `th' to enclose fields with <th>...</th>.  The special
    1.83 @@ -286,8 +294,8 @@
    1.84  
    1.85  * Menu:
    1.86  
    1.87 -* CSS-class completion::
    1.88 -* Reread CSS definition::
    1.89 +* CSS-class completion::        
    1.90 +* Reread CSS definition::       
    1.91  
    1.92  
    1.93  
    1.94 @@ -309,8 +317,8 @@
    1.95        .caution { font-size: 120%; background-color: 0xc00000;}
    1.96  
    1.97  when you input any tags via completing-read, yahtml prompts you to input
    1.98 -class name.  If this is bothering, typing `C-j' instead of
    1.99 -`RET' (or `C-m') cancels the next prompt to class name completion.
   1.100 +class name.  If this is bothering, typing `C-j' instead of `RET' (or
   1.101 +`C-m') cancels the next prompt to class name completion.
   1.102  
   1.103  
   1.104  
   1.105 @@ -353,7 +361,7 @@
   1.106  
   1.107   -- Variable: yahtml-kanji-code
   1.108       Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If AddType
   1.109 -     text/html; charset=xxx" .html is written in .htaccess, this will
   1.110 +     "text/html; charset=xxx" .html is written in .htaccess, this will
   1.111       override yahtml-kanji-code.
   1.112  
   1.113   -- Variable: yahtml-fill-column
   1.114 @@ -485,35 +493,39 @@
   1.115  
   1.116  * Menu:
   1.117  
   1.118 -* Customize:                    Customizations.         (line   5)
   1.119 -* Demacs:                       Intro.                  (line   5)
   1.120 -* Key Assign:                   Customizations.         (line   5)
   1.121 -* LaTeX:                        Intro.                  (line   5)
   1.122 -* Mule:                         Intro.                  (line   5)
   1.123 -* yahtml:                       Intro.                  (line   5)
   1.124 +* Customize:                    Customizations.         4.
   1.125 +* Demacs:                       Intro.                  4.
   1.126 +* Key Assign:                   Customizations.         4.
   1.127 +* LaTeX:                        Intro.                  4.
   1.128 +* Mule:                         Intro.                  4.
   1.129 +* yahtml:                       Intro.                  4.
   1.130 +
   1.131 +
   1.132 +
   1.133 +
   1.134  
   1.135  Tag table:
   1.136 -Node: Top147
   1.137 -Node: Intro724
   1.138 -Node: Installation1122
   1.139 -Node: Setting up yahtml1388
   1.140 -Node: Setting environments for weblint browsers and image viewers2179
   1.141 -Node: Setting environment variables for WWW pages2875
   1.142 -Node: Command Invocation3846
   1.143 -Node: Completion4274
   1.144 -Node: Jump5790
   1.145 -Node: Changing and Deleting6270
   1.146 -Node: Changing tags in pairs6502
   1.147 -Node: Changing entities6997
   1.148 -Node: URLencoding of strings within region7533
   1.149 -Node: td-enclosure/tr-enclosure7836
   1.150 -Node: CSS Support8772
   1.151 -Node: CSS-class completion8983
   1.152 -Node: Reread CSS definition9836
   1.153 -Node: Customizations10111
   1.154 -Node: All customizable variables10387
   1.155 -Node: Hook variables14154
   1.156 -Node: Copying14280
   1.157 -Node: Concept Index15071
   1.158 +Node: Top148
   1.159 +Node: Intro725
   1.160 +Node: Installation1123
   1.161 +Node: Setting up yahtml1404
   1.162 +Node: Setting environments for weblint browsers and image viewers2195
   1.163 +Node: Setting environment variables for WWW pages2891
   1.164 +Node: Command Invocation3862
   1.165 +Node: Completion4290
   1.166 +Node: Jump5807
   1.167 +Node: Changing and Deleting6287
   1.168 +Node: Changing tags in pairs6538
   1.169 +Node: Changing entities7033
   1.170 +Node: URLencoding of strings within region7569
   1.171 +Node: td-enclosure/tr-enclosure7870
   1.172 +Node: CSS Support8836
   1.173 +Node: CSS-class completion9062
   1.174 +Node: Reread CSS definition9915
   1.175 +Node: Customizations10190
   1.176 +Node: All customizable variables10466
   1.177 +Node: Hook variables14234
   1.178 +Node: Copying14360
   1.179 +Node: Concept Index15151
   1.180  
   1.181  End tag table
     2.1 --- a/docs/yahtmlj	Wed Jan 11 09:44:49 2012 +0900
     2.2 +++ b/docs/yahtmlj	Thu Jan 12 12:24:40 2012 +0900
     2.3 @@ -12,307 +12,283 @@
     2.4  
     2.5  * Menu:
     2.6  
     2.7 -* Intro::                       ϸ
     2.8 -* Installation::                ȼ
     2.9 -* Command Invocation::          ɯ
    2.10 -* Completion::                  
    2.11 -* Jump::                        
    2.12 -* Changing and Deleting::       ѹ
    2.13 -* CSS Support::                 뷼
    2.14 -* Customizations::              ޤ
    2.15 -* Copying::                     ī
    2.16 -* Concept Index::               
    2.17 +* Intro::                       $(B$O$8$a$K
    2.18 +(B* Installation::                $(B%$%s%9%H!<%k
    2.19 +(B* Command Invocation::          $(B30It%3%^%s%I5/F0
    2.20 +(B* Completion::                  $(BJd40F~NO
    2.21 +(B* Jump::                        $(B%+!<%=%k%8%c%s%W
    2.22 +(B* Changing and Deleting::       $(BJQ99$H:o=|
    2.23 +(B* CSS Support::                 $(B%9%?%$%k%7!<%HJd40
    2.24 +(B* Customizations::              $(B%+%9%?%^%$%:JQ?t0lMw
    2.25 +(B* Copying::                     $(B$H$j$"$D$+$$
    2.26 +(B* Concept Index::               $(B:w0z
    2.27  
    2.28  
    2.29  
    2.30  
    2.31 -File: yahtmlj, Node: Intro, Next: Installation, Prev: Top, Up: Top
    2.32 +(BFile: yahtmlj, Node: Intro, Next: Installation, Prev: Top, Up: Top
    2.33  
    2.34     2.35 -****************
    2.36 +$(B$O$8$a$K
    2.37 +(B********
    2.38  
    2.39 -yahtml GNU Emacs 
    2.40 -HTMLˢ˨HTML
    2.41 -ƹ༺Ԩ˹ʯweblintν
    2.42 -ࢫURLա͸馶/Ἰ
    2.43 -ί Emacs Ը
    2.44 -Ԩ˹ñǹ
    2.45 +yahtml$(B$O (BGNU Emacs $(B>e$G (BHTML$(BJ8=q$r:n@.$9$k;~$K!"HK;($J(BHTML$(B%?%0$NF~NO$rJd40
    2.46 +5!G=$K$h$C$F%9%`!<%:$K9T$($k$h$&$K$9$k$@$1$G$J$/!"(Bweblint$(B$J$I$N9=J8%A%'%C
    2.47 +%/%W%m%0%i%`!"%+!<%=%k0LCV$N(BURL$(B$d%U%!%$%kL>$K0MB8$7$?%V%i%&%6(B/$(B%$%a!<%8%t%e!<
    2.48 +%"$N5/F0$J$I$r (BEmacs $(BJT=82hLLCf$+$i9T$($k$h$&$K$9$k%Q%C%1!<%8$G$9!#
    2.49  
    2.50 -(InfoϤǹ(__))
    2.51 +(B($(B$3$N(BInfo$(B$OL$40@.$G$9(B(__)$(B!D(B)
    2.52  
    2.53  
    2.54  
    2.55  File: yahtmlj, Node: Installation, Next: Command Invocation, Prev: Intro, Up: Top
    2.56  
    2.57     2.58 -************************
    2.59 +$(B%$%s%9%H!<%k
    2.60 +(B************
    2.61  * Menu:
    2.62  
    2.63 -* yahtmlο::      
    2.64 -* lint/馶/Ἰ弢ĭ::  
    2.65 -* WWWڼĭ::   
    2.66 +* yahtml$(B5/F0$N$?$a$N@_Dj(B::      
    2.67 +* lint$(B%W%m%0%i%`(B/$(B%V%i%&%6(B/$(B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B::  
    2.68 +* WWW$(B%Z!<%84D6-MQJQ?t$N@_Dj(B::   
    2.69  
    2.70  
    2.71  
    2.72 -File: yahtmlj, Node: yahtmlο, Next: lint/馶/Ἰ弢ĭ, Prev: Installation, Up: Installation
    2.73 +File: yahtmlj, Node: yahtml$(B5/F0$N$?$a$N@_Dj(B, Next: lint$(B%W%m%0%i%`(B/$(B%V%i%&%6(B/$(B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B, Prev: Installation, Up: Installation
    2.74  
    2.75 -yahtmlο
    2.76 -======================================
    2.77 +yahtml$(B5/F0$N$?$a$N@_Dj
    2.78 +(B======================
    2.79  
    2.80  
    2.81 -`~/.emacs'˼2è޹
    2.82 +`~/.emacs'$(B$K2<$N(B2$(B9`L\$r2C$($^$9!#
    2.83  
    2.84 -     (setq auto-mode-alist
    2.85 +     (B(setq auto-mode-alist
    2.86             (cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist))
    2.87       (autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t)
    2.88  
    2.89 -yahtmlˬա(`yahtml.el', `yatexlib.el',
    2.90 -`yatexprc.el') ֯ǣ load-path
    2.91 -è޹ȨТ
    2.92 -`~/src/emacs/yahtml'֯ǢТ
    2.93 +$(B<!$K(Byahtml$(B$KI,MW$J%U%!%$%k(B(`yahtml.el', `yatexlib.el', `yatexprc.el') $(B$rCV
    2.94 +$/%G%#%l%/%H%j$r (Bload-path $(B$K2C$($^$9!#$?$H$($P!" (B`~/src/emacs/yahtml'$(B$KCV
    2.95 +$/$N$G$"$l$P!"
    2.96  
    2.97 -     (setq load-path (cons (expand-file-name "~/src/emacs/yahtml") load-path))
    2.98 +     (B(setq load-path (cons (expand-file-name "~/src/emacs/yahtml") load-path))
    2.99  
   2.100 -ȷ޹
   2.101 +$(B$J$I$H$7$^$9!#
   2.102  
   2.103 -  ȥҬ .html
   2.104 -ǢաԸȫ
   2.105 -yahtml
   2.106 -ɵ޹yahtml˯ǭȭν
   2.107 -yahtml޹
   2.108 +  0J>e$N@_Dj$K$h$j!"3HD%;R$, (B.html $(B$G$"$k%U%!%$%k$rJT=8$9$k$H<+F0E*$K
   2.109 +(Byahtml $(B$,%m!<%I$5$l$^$9!#(Byahtml$(B$,@5>o$K5/F0$G$-$?$H$-$O%b!<%I%i%$%s$NI=<(
   2.110 +$,!V(Byahtml$(B!W$KJQ$o$j$^$9!#
   2.111  
   2.112  
   2.113  
   2.114 -File: yahtmlj, Node: lint/馶/Ἰ弢ĭ, Next: WWWڼĭ, Prev: yahtmlο, Up: Installation
   2.115 +(BFile: yahtmlj, Node: lint$(B%W%m%0%i%`(B/$(B%V%i%&%6(B/$(B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B, Next: WWW$(B%Z!<%84D6-MQJQ?t$N@_Dj(B, Prev: yahtml$(B5/F0$N$?$a$N@_Dj(B, Up: Installation
   2.116  
   2.117 -lint/馶/Ἰ弢ĭ
   2.118 -==================================================================================================
   2.119 +lint$(B%W%m%0%i%`(B/$(B%V%i%&%6(B/$(B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj
   2.120 +(B====================================================
   2.121  
   2.122 -ѹعʼΧ鵷
   2.123 -޹(թ)
   2.124 -`yahtml-www-browser'
   2.125 -             ... 馶γɾ(netscape)
   2.126 +$(BMxMQ$9$k30It%W%m%0%i%`$J$I$K4X$9$k0J2<$NJQ?t$r3NG'$7!"I,MW$J$i@5$7$$CM$KJQ
   2.127 +99$7$^$9(B($(B3g8LFb$O%G%U%)%k%HCM(B)$(B!#
   2.128 +(B`yahtml-www-browser'
   2.129 +             ... $(B5/F0$9$k%V%i%&%6$N%3%^%s%IL>(B(netscape)
   2.130  `yahtml-image-viewer'
   2.131 -             ... 弢γɾ(xv)
   2.132 +             ... $(B5/F0$9$k2hA|%S%e!<%"$N%3%^%s%IL>(B(xv)
   2.133  `yahtml-lint-program'
   2.134 -             ... ïγɾ(jweblint)
   2.135 +             ... $(B9=J8%A%'%C%/%W%m%0%i%`$N%3%^%s%IL>(B(jweblint)
   2.136  `yahtml-kanji-code'
   2.137 -             ... htmlա
   2.138 +             ... html$(B%U%!%$%k$N4A;z%3!<%I
   2.139  
   2.140  
   2.141  
   2.142 -File: yahtmlj, Node: WWWڼĭ, Prev: lint/馶/Ἰ弢ĭ, Up: Installation
   2.143 +(BFile: yahtmlj, Node: WWW$(B%Z!<%84D6-MQJQ?t$N@_Dj(B, Prev: lint$(B%W%m%0%i%`(B/$(B%V%i%&%6(B/$(B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B, Up: Installation
   2.144  
   2.145 -WWWڼĭ
   2.146 -===============================================
   2.147 +WWW$(B%Z!<%84D6-MQJQ?t$N@_Dj
   2.148 +(B=========================
   2.149  
   2.150 -ۼڼա문߹PATHع޹
   2.151 -`yahtml-path-url-alist'
   2.152 -             ... ա뷹PATHȢURL
   2.153 -`yahtml-directory-index'
   2.154 -             ... URLաʬȭ˽ï
   2.155 -     ա(NCSAhttpd `index.html',
   2.156 -     CERN `Welcome.html'̪)
   2.157 +$(B%[!<%`%Z!<%8$H$J$k%U%!%$%k$,B8:_$9$k(BPATH$(BL>$K4X$9$kJQ?t$r@_Dj$7$^$9!#
   2.158 +(B`yahtml-path-url-alist'
   2.159 +             ... $(B%U%!%$%k%7%9%F%`>e$N(BPATH$(BL>$H!"(BURL$(B$NBP1~I=
   2.160 +(B`yahtml-directory-index'
   2.161 +             ... URL$(B;XDj$G%U%!%$%kL>$r>JN,$7$?$H$-$KI=<($5$l$k%$%s%G%C%/%9
   2.162 +     %U%!%$%kL>(B(NCSA$(B7O(Bhttpd$(B$J$i (B`index.html', CERN$(B7O$J$i(B`Welcome.html'$(B$,0l
   2.163 +     HLE*(B)
   2.164  
   2.165 - `yahtml-path-url-alist'
   2.166 -޹ТϢ
   2.167 -`/home/yuuji/http/'  `http://localhost/~yuuji'
   2.168 -Dzǭ  `/usr/home/yuuji/www/'
   2.169 -`http://www.keio.ac.jp/~yuuji/'
   2.170 -DzǭƤʼ޹
   2.171 +$(BJQ?t (B`yahtml-path-url-alist' $(B$N@_DjNc$r<($7$^$9!#Nc$($P!"<+Bp$G$O!"
   2.172 +(B`/home/yuuji/http/' $(B$, (B`http://localhost/~yuuji' $(B$G;2>H$G$-!"?&>l$G$O 
   2.173 +(B`/usr/home/yuuji/www/' $(B$,(B`http://www.keio.ac.jp/~yuuji/' $(B$G;2>H$G$-$k$h$&
   2.174 +$K$J$C$F$$$k>l9g$O0J2<$N$h$&$K@_Dj$7$^$9!#
   2.175  
   2.176 -     (setq yahtml-path-url-alist
   2.177 +     (B(setq yahtml-path-url-alist
   2.178             '(("/home/yuuj/http" . "http://localhost/~yuuji")
   2.179               ("/usr/home/yuuj/www" . "http://www.keio.ac.jp/~yuuji")))
   2.180  
   2.181 -ϤȬǭ޹
   2.182 +$(B$3$NBP1~AH$O$$$/$i$G$b@_Dj$9$k$3$H$,$G$-$^$9!#
   2.183  
   2.184  
   2.185  
   2.186 -File: yahtmlj, Node: Command Invocation, Next: Completion, Prev: Installation, Up: Top
   2.187 +(BFile: yahtmlj, Node: Command Invocation, Next: Completion, Prev: Installation, Up: Top
   2.188  
   2.189    2.190 -********************************
   2.191 +$(B30It%3%^%s%I5/F0
   2.192 +(B****************
   2.193  
   2.194 -HTMLաԸ˫뤯īγֳȬǭ޹
   2.195 -`[prefix] t j'
   2.196 -             ... HTMLë(jweblint)
   2.197 -`[prefix] t p'
   2.198 -             ... ڼȷ馶
   2.199 -`[prefix] t r'
   2.200 -             ... ڼ馶˽Ƥȭreload
   2.201 +HTML$(B%U%!%$%kJT=8$K$+$+$o$k$$$/$D$+$N%3%^%s%I$rB(:B$K8F$V$3$H$,$G$-$^$9!#
   2.202 +(B`[prefix] t j'
   2.203 +             ... HTML$(B9=J8%A%'%C%+(B(jweblint)$(B5/F0
   2.204 +(B`[prefix] t p'
   2.205 +             ... $(B8=:_$N%Z!<%8$rBP>]$H$7$?%V%i%&%65/F0
   2.206 +(B`[prefix] t r'
   2.207 +             ... $(B8=:_$N%Z!<%8$,%V%i%&%6$KI=<($5$l$F$$$k$H$-$N(Breload$(B;XDj
   2.208  
   2.209  
   2.210  
   2.211 -File: yahtmlj, Node: Completion, Next: Jump, Prev: Command Invocation, Up: Top
   2.212 +(BFile: yahtmlj, Node: Completion, Next: Jump, Prev: Command Invocation, Up: Top
   2.213  
   2.214 -
   2.215 -****************
   2.216 +$(BJd40F~NO
   2.217 +(B********
   2.218  
   2.219 -ǭbeginעsectionע
   2.220 -largeעmaketitleע֢
   2.221    2.222 -HTMLϬǭ޹οˢ
   2.223 -֣뿰עǿ(img)ע
   2.224 -Ϋ/עע
   2.225    2.226 -Ƥ޹Ϊ
   2.227 +$(B!VLnD;!W$GMxMQ$G$-$k!"!V(Bbegin$(B7?Jd40!W!"!V(Bsection$(B7?Jd40!W!"!V(Blarge$(B7?Jd40!W!"
   2.228 +!V(Bmaketitle$(B7?Jd40!W!"!V%"%/%;%s%HJd40!W$HA4$/F1$8%-!<A`:n$GBP1~$9$k(BHTML$(B%?
   2.229 +%0$NJd40F~NO$,$G$-$^$9!#$=$l$>$l$N7?$NJd40$O=g$K!"!VJ#?t9T$KEO$k%?%0F~NO!W!"
   2.230 +!V6uMWAG%?%0(B(img$(B$J$I(B)$(B$NJd40!W!"!V0l9TFb$G$N3+;O(B/$(B=*N;%?%0$NF~NO!W!"!V6uMWAG
   2.231 +6uB0@-%?%0$NF~NO!W!"!VJ8;z;2>HF~NO!W$KBP1~$7$F$$$^$9!#6qBNE*$K$O
   2.232  
   2.233 -`[prefix] b (begin)'
   2.234 +(B`[prefix] b ($(BLnD;$N(Bbegin$(BJd40$KBP1~(B)'
   2.235       ...
   2.236            <ul>
   2.237            </ul>
   2.238  
   2.239 -     ˫ϿȪ񭿤ط޹
   2.240 -     ï޹
   2.241 +     $(B$N$h$&$K3+;O%?%0$H=*N;%?%0$rFs9T$KEO$C$F=q$-$?$$>l9g$NJd40$r;X$7$^$9!#
   2.242 +     $*$b$K%V%m%C%/7?%?%0$,Jd408uJd$K4^$^$l$^$9!#
   2.243  
   2.244 -`[prefix] s (section)'
   2.245 +(B`[prefix] s ($(BLnD;$N(Bsection$(B7?Jd40$KBP1~(B)'
   2.246       ...
   2.247            <img src="foo.gif" alt="photo">
   2.248  
   2.249 -     ˪İǡ뿰䰷޹
   2.250 -     ȷϢimg, input
   2.251 -     ߷޹
   2.252 +     $(B$N$h$&$K=*N;%?%0$r;}$?$:!"$+$DB0@-CM$N$_$G5!G=$r;XDj$9$k%?%0$rJd40$7
   2.253 +     $^$9!#Jd408uJd$H$7$F$O!"(Bimg, input $(B$,B8:_$7$^$9!#
   2.254  
   2.255 -`[prefix] l (large)'
   2.256 -     ... beginܱǹ
   2.257 +(B`[prefix] l ($(BLnD;$N(Blarge$(B7?Jd40$KBP1~(B)'
   2.258 +     ... begin$(B7?Jd40$H$[$\F1$8$G$9$,!"
   2.259  
   2.260 -          <big>  </big>
   2.261 +          (B<big> $(B!A (B</big>
   2.262  
   2.263 -     ˫/쿤ȭѷ޹
   2.264 +     $(B$N$h$&$K0l9TFb$K3+;O(B/$(B=*N;%?%0$rF~$l$?$$$H$-$KMxMQ$7$^$9!#
   2.265  
   2.266 -`[prefix] m (maketitle)'
   2.267 -     ... ⰭʤϷ޹<br> 
   2.268 -     ɬ޹
   2.269 +(B`[prefix] m ($(BLnD;$N(Bmaketitle$(B7?Jd40$KBP1~(B)'
   2.270 +     ... $(BMWAG$bB0@-CM$b;}$?$J$$%?%0$rJd40F~NO$7$^$9!#(B<br> 
   2.271 +     $(B$J$I$,Jd408uJd$KAjEv$7$^$9!#
   2.272  
   2.273 -`[prefix] a (΢)'
   2.274 -     ... ƣƣϹȭѤ޹
   2.275 -     թ < (&lt;), > (&gt;), & (&amp;), "
   2.276 -     (&quot;), ' (&apos;),  (&nbsp;)
   2.277 -     ϬԨ޹
   2.278 +(B`[prefix] a ($(BLnD;$N%"%/%;%s%HJd40$KBP1~(B)'
   2.279 +     ... $(B%(%s%F%#%F%#;2>H$K$h$kJ8;zI=5-$rF~NO$9$k$H$-$KMQ$$$^$9!#
   2.280 +     %G%U%)%k%H$G$O (B< (&lt;), > (&gt;), & (&amp;), " (&quot;), ' (&apos;), 
   2.281 +     $(B%V%i%s%/ (B(&nbsp;) $(B$NJd40F~NO$,9T$($^$9!#
   2.282  
   2.283  
   2.284  
   2.285 -File: yahtmlj, Node: Jump, Next: Changing and Deleting, Prev: Completion, Up: Top
   2.286 +(BFile: yahtmlj, Node: Jump, Next: Changing and Deleting, Prev: Completion, Up: Top
   2.287  
   2.288 -
   2.289 -********************************
   2.290    2.291 +$(B%+!<%=%k%8%c%s%W
   2.292 +(B****************
   2.293 +$(BJ8=qCf$N$$$m$$$m$J>l=j$G
   2.294  
   2.295 -`[prefix] g'
   2.296 -             ... ָ˸
   2.297 +(B`[prefix] g'
   2.298 +             ... $(BBP1~$9$k%*%V%8%'%/%H$K%8%c%s%W
   2.299  
   2.300 -򡹳ꢫHTML˸
   2.301 -޹ظ߹ʼά޹
   2.302 +$r2!$9$3$H$K$h$j!"%+!<%=%k0LCV$N(BHTML$(B9=J8$KBP1~$9$k>l=j$K%8%c%s%W$7$^$9!#BP
   2.303 +1~4X78$,B8:_$9$k$H2r<a$5$l$k%3%^%s%I$K$O0J2<$N$b$N$,$"$j$^$9!#
   2.304  
   2.305 -   * `<TAG>'  `</TAG>'
   2.306 -   * `<img src="ա">'  viewer
   2.307 -   * `<a href="">'  ݤܰ
   2.308 -   * `<applet code="">'  Javaܰ
   2.309 +   (B* `<TAG>' $(B"+"* (B`</TAG>'
   2.310 +   * `<img src="$(B2hA|%U%!%$%k(B">' $(B"* BP1~$9$k(Bviewer$(B5/F0
   2.311 +   (B* `<a href="$(B%j%s%/@h(B">' $(B"* %j%s%/@h$X$N%]%$%s%H0\F0
   2.312 +   (B* `<applet code="$(B%W%m%0%i%`(B">' $(B"* (BJava$(B%=!<%9%W%m%0%i%`$X$N0\F0
   2.313  
   2.314  
   2.315  
   2.316 -File: yahtmlj, Node: Changing and Deleting, Next: CSS Support, Prev: Jump, Up: Top
   2.317 +(BFile: yahtmlj, Node: Changing and Deleting, Next: CSS Support, Prev: Jump, Up: Top
   2.318  
   2.319 -ѹ/
   2.320 -*****************
   2.321 +$(BJQ99(B/$(B:o=|
   2.322 +(B*********
   2.323  
   2.324  * Menu:
   2.325  
   2.326 -* пѹ::                
   2.327 -* ѹ::            
   2.328 -* URLencode::   
   2.329 -* td/tr::               
   2.330 +* $(BBP%?%0$NJQ99(B::                
   2.331 +* $(BJ8;z;2>H$X$NJQ99(B::            
   2.332 +* $(B%j%8%g%sFbJ8;z$N(BURLencode::   
   2.333 +* td$(B3g$j(B/tr$(B3g$j(B::               
   2.334  
   2.335  
   2.336  
   2.337 -File: yahtmlj, Node: пѹ, Next: ѹ, Prev: Changing and Deleting, Up: Changing and Deleting
   2.338 +File: yahtmlj, Node: $(BBP%?%0$NJQ99(B, Next: $(BJ8;z;2>H$X$NJQ99(B, Prev: Changing and Deleting, Up: Changing and Deleting
   2.339  
   2.340 -пѹ
   2.341 -========================
   2.342    2.343 +$(BBP%?%0$NJQ99
   2.344 +(B============
   2.345 +$(BJ8=qCf$N$$$m$$$m$J>l=j$G
   2.346  
   2.347 -`[prefix] c'
   2.348 -             ... 뿰ѹ
   2.349 +(B`[prefix] c'
   2.350 +             ... $(BBP1~$9$k%?%0Ey$rJQ99
   2.351  
   2.352 -򡹳ꢫHTML
   2.353 -ѹԤ޹ѹ
   2.354 -ʼǹ
   2.355 +$r2!$9$3$H$K$h$j!"%+!<%=%k0LCV$N(BHTML$(B9=J8$K1~$8$?5-=RFbMF$NJQ99$r9T$$$^$9!#
   2.356 +%+!<%=%k0LCV$HJQ99$9$kFbMF$NBP1~$O0J2<$NDL$j$G$9!#
   2.357  
   2.358 -   * `<TAG>'`</TAG>'
   2.359 -     ... `TAG' ѹ
   2.360 -   * `<img src="ա" alt="photo">' ΰ
   2.361 -     ... ѹ
   2.362 +   (B* `<TAG>'$(B!A(B`</TAG>'
   2.363 +     ... `TAG' $(B$NJQ99
   2.364 +   (B* `<img src="$(B2hA|%U%!%$%k(B" alt="photo">' $(B$J$I$NB0@-CM
   2.365 +     (B... $(BB0@-CM$NJQ99
   2.366  
   2.367  
   2.368  
   2.369 -File: yahtmlj, Node: ѹ, Prev: пѹ, Up: Changing and Deleting
   2.370 +(BFile: yahtmlj, Node: $(BJ8;z;2>H$X$NJQ99(B, Prev: $(BBP%?%0$NJQ99(B, Up: Changing and Deleting
   2.371  
   2.372    2.373 -================================
   2.374 -ȷ <  >
   2.375 -򽽹ȭϢѤ &lt;
   2.376 - &gt; Ƚ׬޹
   2.377 -HTMLʰաθƭ
   2.378 -ˢθƸѹǭ޹
   2.379 +$(BJ8;z;2>H$X$NJQ99
   2.380 +(B================
   2.381 +$(BJ8;z$H$7$F$N (B< $(B$d (B> $(B$rI=8=$9$k$H$-$O!"J8;z;2>H$rMQ$$$F(B&lt; $(B$d (B&gt; $(B$HI=5-
   2.382 +$9$kI,MW$,$"$j$^$9$,!"(BHTML$(B0J30$N%U%!%$%k$+$i$3$l$i$NJ8;z$r4^$`%F%-%9%H$rD%
   2.383 +$j9~$s$@>l9g$J$I$K!"$3$l$i$NJ8;z$r0l3g$7$FJ8;z;2>H7A<0$KJQ49$G$-$^$9!#
   2.384  
   2.385 -`[prefix] ;'
   2.386 -             ... 귿θ֭٭ֹ
   2.387 -`[prefix] :'
   2.388 -             ... 귿θȸֹ
   2.389 -     ([prefix] ; ѹ)
   2.390 +(B`[prefix] ;'
   2.391 +             ... $(B;XDj$7$?NN0h$NJ8;z;2>H$KCV$-49$($k$Y$-J8;z$NCV49
   2.392 +(B`[prefix] :'
   2.393 +             ... $(B;XDj$7$?NN0h$NJ8;z;2>H$r;2>HJ8;z$=$N$b$N$KCV49(B([prefix] ; 
   2.394 +     $(B$N5UJQ49(B)
   2.395  
   2.396  
   2.397  
   2.398  
   2.399 -File: yahtmlj, Node: URLencode, Next: td/tr, Prev: ѹ, Up: Changing and Deleting
   2.400 +File: yahtmlj, Node: $(B%j%8%g%sFbJ8;z$N(BURLencode, Next: td$(B3g$j(B/tr$(B3g$j(B, Prev: $(BJ8;z;2>H$X$NJQ99(B, Up: Changing and Deleting
   2.401  
   2.402 -URLencode
   2.403 -=========================================
   2.404 +$(B%j%8%g%sFbJ8;z$N(BURLencode
   2.405 +=========================
   2.406        [prefix] #
   2.407       
   2.408 -     	... 귿 URLencode
   2.409 -     ٭н
   2.410 -     ɽֹ
   2.411 +     	... $(B;XDj$7$?NN0hFb$K (BURLencode $(B$9$Y$-J8;z$,$"$l$P$=$l$i$r%(%s
   2.412 +     %3!<%II=5-$KCV49!#
   2.413  
   2.414  
   2.415  
   2.416 -File: yahtmlj, Node: td/tr, Prev: URLencode, Up: Changing and Deleting
   2.417 +(BFile: yahtmlj, Node: td$(B3g$j(B/tr$(B3g$j(B, Prev: $(B%j%8%g%sFbJ8;z$N(BURLencode, Up: Changing and Deleting
   2.418  
   2.419 -td/tr
   2.420 -=====================
   2.421 -񤿽쳼
   2.422 -<td> Ӥ Ͻ
   2.423 -<tr> ÿѹǭ޹
   2.424 -      `[prefix] '}
   2.425 +td$(B3g$j(B/tr$(B3g$j
   2.426 +(B=============
   2.427 +$(B6uGr6h@Z$j$G=q$$$?I=7A<0$N9T%l%3!<%I$r (B<td> $(B3g$j$NJB$S!$$"$k$$$O$=$l$i$r$5
   2.428 +$i$K (B<tr> $(B$G3g$C$?9TJB$S$KJQ49$G$-$^$9!#
   2.429 +      (B`[prefix] '}
   2.430       
   2.431 -     	... ˢǼ
   2.432 -             <td>...</td> 
   2.433 -      `[prefix] ]'
   2.434 +     	... $(B8=:_$N%j%8%g%s$K$"$k%G!<%?$r6uGr6h@Z$j$4$H$K
   2.435 +             (B<td>...</td> $(B$G3g$k
   2.436 +      (B`[prefix] ]'
   2.437       
   2.438 -     	... ˢ
   2.439 -tdɳƫԴ
   2.440 -<tr>...</tr> 
   2.441 -թǹѨȭ
   2.442 -Delimiter:
   2.443 -޹ȨЫ(,)
   2.444 -CSVȬǭ޹
   2.445 +     	... $(B8=:_$N%j%8%g%s$K$"$k9T$r>e5-(Btd$(B3g$j$r$[$I$3$7$F$+$i$5$i$K9T$4$H
   2.446 +$K (B<tr>...</tr> $(B$G3g$k%G%U%)%k%H$G$O6uGr6h@Z$j$G$9$,!$$3$l$rJQ$($k$H$-$O
   2.447 +(BDelimiter: $(B$NLd$$9g$o$;$K6h@Z$jJ8;z$r;XDj$7$^$9!#$?$H$($P%+%s%^(B(,) $(B$r;XDj
   2.448 +$9$k$H(BCSV$(B$+$iI=$r:n$k$3$H$,$G$-$^$9!#
   2.449  
   2.450 -tdʰǤΪ th
   2.451 -꿤 universal-argument (`C-u')
   2.452 -ı2γ޹
   2.453 -ǽ th
   2.454 -Фգ <th>...</th>
   2.455 -޹ⷤ1գ th
   2.456 -Ǥ td ˷ȭ  thd
   2.457 -ϷƼ
   2.458 +(Btd$(B0J30$NMWAG!$6qBNE*$K$O (Bth $(B$G3g$j$?$$>l9g$O (Buniversal-argument (`C-u') $(B$r
   2.459 +$D$1$F>e5-(B2$(B$D$N%3%^%s%I$r8F$S$^$9!#$I$NMWAG$G3g$k$+$N<ALd$,A}$($k$N$G$=$l
   2.460 +$K (Bth $(B$HF~$l$l$P!$3F%U%#!<%k%I$r (B<th>...</th> $(B$G3g$j$^$9!#$b$7!$Bh(B1$(B%U%#!<
   2.461 +%k%I$N$_ (Bth $(B$G!$;D$j$rA4It (Btd $(B3g$j$K$7$?$$$H$-$O (Bthd $(B$HF~NO$7$F2<$5$$!#
   2.462  
   2.463  
   2.464  
   2.465 -File: yahtmlj, Node: CSS Support, Next: Customizations, Prev: Changing and Deleting, Up: Top
   2.466 +(BFile: yahtmlj, Node: CSS Support, Next: Customizations, Prev: Changing and Deleting, Up: Top
   2.467  
   2.468 -CSS(뷼)ݼ
   2.469 -*************************************************
   2.470 +CSS($(B%9%?%$%k%7!<%H(B)$(B%5%]!<%H
   2.471 +(B***************************
   2.472  
   2.473  * Menu:
   2.474  
   2.475 @@ -323,239 +299,215 @@
   2.476  
   2.477  File: yahtmlj, Node: CSS-class completion, Next: Reread CSS file, Prev: CSS Support, Up: CSS Support
   2.478  
   2.479 -CSS鹾
   2.480 -===========================
   2.481 -HTMLCSS(Cascading Style
   2.482 -Sheets)ί鹾ϹȬǭ޹
   2.483    2.484 +CSS$(B%/%i%9L>Jd40
   2.485 +(B===============
   2.486 +HTML$(B20$O(BCSS(Cascading Style Sheets)$(B$N%/%i%9L>$rJd40F~NO$9$k$3$H$,$G$-$^$9!#
   2.487 +%9%?%$%kDj5A$H$7$F
   2.488  
   2.489 -      h1.foo, h2.foo { background-color: 0xffffff; }
   2.490 +      (Bh1.foo, h2.foo { background-color: 0xffffff; }
   2.491        h1.bar, h2.bar { font-size: 120%; }
   2.492  
   2.493 -άÿˢh1޿h2
   2.494 -[prefix] b  [prefix] l 
   2.495 -Ϸˢ˭ class
   2.496 -Ǣ foo, bar ȷ
   2.497 -ϹȬĽǹ޿
   2.498 +$(B$N$h$&$J$b$N$,$"$C$?>l9g$K!"(Bh1$(B$^$?$O(Bh2$(B%?%0$r (B[prefix] b $(B$d (B[prefix] l $(B$GJd
   2.499 +40F~NO$7$?>l9g$K!"$=$l$i$KM-8z$J (Bclass $(BL>$G$"$k (Bfoo, bar $(B$r8uJd$H$7$FJd40
   2.500 +F~NO$9$k$3$H$,2DG=$G$9!#$^$?
   2.501  
   2.502 -      .caution { font-size: 120%; background-color: 0xc00000;}
   2.503 +      (B.caution { font-size: 120%; background-color: 0xc00000;}
   2.504  
   2.505 -ʴΨ˯classƤϢο
   2.506 -class޹﷤ϨȾ
   2.507 -ȭ꿼(޿C-m)ʯC-jclass
   2.508 -ǭ޹Ȩ
   2.509 +$(B$N$h$&$JA4$F$N%(%l%a%s%H$KF/$/(Bclass$(B$,Dj5A$5$l$F$$$?>l9g$O!"A4$F$N%?%0$NJd
   2.510 +40F~NO;~$K(Bclass$(B;2>HF~NO$r5a$a$i$l$^$9!#$3$l$,HQ$o$7$$>l9g$O%(%l%a%s%HL>F~
   2.511 +NO3NDj$N$H$-$K%j%?!<%s%-!<(B($(B$^$?$O(BC-m)$(B$G$O$J$/!"(BC-j$(B$r2!$;$P(Bclass$(BJd40F~NO$r
   2.512 +%-%c%s%;%k$G$-$^$9!#$?$H$($P
   2.513  
   2.514 -      `[prefix] l'                    ⿰
   2.515 -         (޿`[prefix] l SPC')
   2.516 -      tt                                  <tt></tt>쿤tt
   2.517 -      `C-m'
   2.518 +      (B`[prefix] l'                    $(B9TFb%?%0Jd40$r5/F0
   2.519 +         (B($(B$^$?$O(B`[prefix] l SPC')
   2.520 +      tt                                  <tt></tt>$(B$r$$$l$?$$$N$G(Btt$(B$HF~NO
   2.521 +      (B`C-m'
   2.522  
   2.523 -ȷϳ class=
   2.524 -Ȭ޹
   2.525 +$(B$H$7$?>l9g$OB3$$$F (Bclass= $(B$HJd40%W%m%s%W%H$,=P$^$9$,!"
   2.526  
   2.527 -      `[prefix] l'                    ⿰
   2.528 -         (޿`[prefix] l SPC')
   2.529 -      tt                                  <tt></tt>쿤tt
   2.530 -      `C-j'
   2.531 +      (B`[prefix] l'                    $(B9TFb%?%0Jd40$r5/F0
   2.532 +         (B($(B$^$?$O(B`[prefix] l SPC')
   2.533 +      tt                                  <tt></tt>$(B$r$$$l$?$$$N$G(Btt$(B$HF~NO
   2.534 +      (B`C-j'
   2.535  
   2.536 - `C-j' Ϸ class
   2.537    2.538 +$(B$H:G8e$r (B`C-j' $(B$GF~NO$7$?>l9g$O (Bclass $(BJd40%W%m%s%W%H$O=P$^$;$s!#
   2.539  
   2.540  
   2.541  
   2.542 -File: yahtmlj, Node: Reread CSS file, Prev: CSS-class completion, Up: CSS Support
   2.543 +(BFile: yahtmlj, Node: Reread CSS file, Prev: CSS-class completion, Up: CSS Support
   2.544  
   2.545 -CSSա߾
   2.546 -===============================================
   2.547 -htmlաԸCSSա򤵷÷
   2.548 -classȷƾ޻Ϣ
   2.549 -`M-x yahtml-mode'
   2.550 -ȷƯƯ
   2.551 +CSS$(BDj5A%U%!%$%k$NFI$_D>$7
   2.552 +(B=========================
   2.553 +html$(B%U%!%$%k$rJT=8Cf$K(BCSS$(BDj5A%U%!%$%k$r=$@5$7!"DI2C$7$?(Bclass$(B$rJd408uJd$H$7
   2.554 +$FD>$A$KFI$_9~$^$;$?$$>l9g$O!"(B`M-x yahtml-mode' $(B$H$7$F:F5/F0$r9T$C$F$/$@$5
   2.555 +$$!#
   2.556  
   2.557  
   2.558  
   2.559 -File: yahtmlj, Node: Customizations, Next: Copying, Prev: CSS Support, Up: Top
   2.560 +(BFile: yahtmlj, Node: Customizations, Next: Copying, Prev: CSS Support, Up: Top
   2.561  
   2.562    2.563 -************************
   2.564 +$(B%+%9%?%^%$%:
   2.565 +(B************
   2.566  
   2.567 -yahtmlΰĤ޹
   2.568 +yahtml$(B$NF0:n$r@)8f$9$kJQ?t$K$D$$$F@bL@$7$^$9!#
   2.569  
   2.570 -* Menu:
   2.571 +(B* Menu:
   2.572  
   2.573 -* All customizable variables::  ޤ
   2.574 -* Hook variables::              hook
   2.575 +* All customizable variables::  $(B%+%9%?%^%$%:JQ?t0lMw
   2.576 +(B* Hook variables::              hook$(BJQ?t
   2.577  
   2.578  
   2.579  
   2.580 -File: yahtmlj, Node: All customizable variables, Next: Hook variables, Prev: Customizations, Up: Customizations
   2.581 +(BFile: yahtmlj, Node: All customizable variables, Next: Hook variables, Prev: Customizations, Up: Customizations
   2.582  
   2.583    2.584 -========================================
   2.585 +$(B%+%9%?%^%$%:JQ?t0lMw
   2.586 +(B====================
   2.587  
   2.588   -- Variable: yahtml-prefix
   2.589 -     yahtml-mode գ (`\C-c')
   2.590 +     yahtml-mode $(BCf$N%W%j%U%#%/%9%-!< (B(`\C-c')
   2.591  
   2.592   -- Variable: yahtml-image-viewer
   2.593 -     imgDzȷƤա򽨹ȭ˯
   2.594 -     (xv)
   2.595 +     img$(B$G;2>H$7$F$$$k2hA|%U%!%$%k$rI=<($9$k$H$-$K5/F0$9$k%3%^%s%I (B(xv)
   2.596  
   2.597   -- Variable: yahtml-www-browser
   2.598 -     `[prefix]g'
   2.599 -     ǰڼ򽨹ȭ˯馶
   2.600 -     (netscape)
   2.601 +     `[prefix]g' $(B$G30It%Z!<%8$rI=<($9$k$H$-$K5/F0$9$k%V%i%&%6 (B(netscape)
   2.602  
   2.603   -- Variable: yahtml-kanji-code
   2.604 -     թɣ1=sjis, 2=jis, 3=euc, 4=utf-8 (2)
   2.605 -     .htaccess ա
   2.606 -           AddType "text/html; charset=xxx" .html
   2.607 -     έҬÿϽ˾
   2.608 +     $(B%G%U%)%k%H$N4A;z%3!<%I!#(B1=sjis, 2=jis, 3=euc, 4=utf-8 (2)
   2.609 +     .htaccess $(B%U%!%$%k$K
   2.610 +           (BAddType "text/html; charset=xxx" .html $(B$N5-=R$,$"$C$?>l9g$O$=$l
   2.611 +     $K=>$&
   2.612  
   2.613 - -- Variable: yahtml-fill-column
   2.614 -     auto-fillȭΫ (72)
   2.615 + (B-- Variable: yahtml-fill-column
   2.616 +     auto-fill$(B$9$k$H$-$N%+%i%`?t (B(72)
   2.617  
   2.618   -- Variable: yahtml-fill-prefix
   2.619 -     yahtml-mode ǭfill-prefix (`nil')
   2.620 +     yahtml-mode $(B8GM-$N(Bfill-prefix (`nil')
   2.621  
   2.622   -- Variable: yahtml-path-url-alist
   2.623 -     OSա뷹ѹȢΰURL
   2.624 +     OS$(B$N%U%!%$%k%7%9%F%`>e$G$N%U%k%Q%9L>$H!"$=$N30It8x3+;~$N(BURL$(B$NBP1~I=!#
   2.625  
   2.626 - -- Variable: yahtml-directory-index
   2.627 -     Тաʬȭթǫ
   2.628 -     ïաξ
   2.629 -     index.html(`"index.html"')
   2.630 + (B-- Variable: yahtml-directory-index
   2.631 +     $(B%5!<%P%"%/%;%9;~%U%!%$%kL>$r>JN,$7$?$H$-$K%G%U%)%k%H$G3+$+$l$k%$%s%G%C
   2.632 +     %/%9%U%!%$%k$NL>A0!#B?$/$N>l9g (Bindex.html$(B!#(B(`"index.html"')
   2.633  
   2.634   -- Variable: yahtml-lint-program
   2.635 -     HTMLï(`"jweblint"')
   2.636 +     HTML$(B9=J8%A%'%C%/%W%m%0%i%`!#(B(`"jweblint"')
   2.637  
   2.638   -- Variable: yahtml-hate-too-deep-indentation
   2.639 -     ͹ȷĭΤȬȭt˹(`nil')
   2.640 +     $(B%M%9%H$7$?Ns5s7O4D6-$G$N%$%s%G%s%H$,?<$9$.$k$H$-$K(Bt$(B$K$9$k!#(B(`nil')
   2.641  
   2.642   -- Variable: yahtml-always-/p
   2.643 -     `<p>' 鬺 `</p>'
   2.644 -     `nil'
   2.645 +     `<p>' $(B$r$$$l$?$iI,$: (B`</p>' $(B$7$?$$?M8~$1!#(B`nil'
   2.646  
   2.647   -- Variable: yahtml-p-prefered-env-regexp
   2.648 -      `<p>' ߷ĭ
   2.649 -     (`"^\\(body\\|dl\\|blockquote\\)"')
   2.650 +     $(B<+F0E*$K (B`<p>' $(B$rF~$l$FM_$7$$4D6-!#
   2.651 +     (B(`"^\\(body\\|dl\\|blockquote\\)"')
   2.652  
   2.653   -- Variable: yahtml-template-file
   2.654 -     HTMLա˫߷ա뾣
   2.655 -     `"~/http/template.html"'
   2.656 +     $(B?75,(BHTML$(B%U%!%$%k:n@.;~$K<+F0E*$KA^F~$7$FM_$7$$%U%!%$%kL>!#
   2.657 +     (B`"~/http/template.html"'
   2.658  
   2.659   -- Variable: yahtml-prefer-upcases
   2.660 -     Ȥ`nil'
   2.661 +     $(B%?%0$KBgJ8;z$r;H$$$?$$!#(B`nil'
   2.662  
   2.663   -- Variable: yahtml-prefer-upcase-attributes
   2.664 -     Ȥ`nil'
   2.665 +     $(BB0@-;XDj;R$KBgJ8;z$r;H$$$?$$!#(B`nil'
   2.666  
   2.667   -- Variable: yahtml-server-type
   2.668 -     ApacheεѷƤ 'apache ȹ
   2.669 -     ./.htaccess ȹɦ`'apache'
   2.670 +     Apache$(B7O$N%5!<%P$rMxMQ$7$F$$$k>l9g$O (B'apache $(B$r%;%C%H$9$k!#
   2.671 +     (B./.htaccess $(B$r;2>H$9$k$+$I$&$+$r7hDj$9$k!#(B`'apache'
   2.672  
   2.673   -- Variable: yahtml-apache-access-file
   2.674 -     `yahtml-server-type'  `'apache' ȭ
   2.675 -     ա`".htaccess"'
   2.676 +     `yahtml-server-type' $(B$, (B`'apache' $(B$N$H$-$K%"%/%;%9@)8B%U%!%$%kL>$r;X
   2.677 +     Dj!#(B`".htaccess"'
   2.678  
   2.679   -- Variable: yahtml-shell-command-option
   2.680 -     ̳򯰹ȭΪ׷
   2.681 +     $(B%7%'%k$GJL%3%^%s%I$r5/F0$9$k$H$-$N%*%W%7%g%s!#
   2.682  
   2.683 - -- Variable: yahtml-translate-hyphens-when-comment-region
   2.684 -     Ȣȭ˸߹Ϥ
   2.685 -     `&#45;'  ѹɦ(`t')
   2.686 + (B-- Variable: yahtml-translate-hyphens-when-comment-region
   2.687 +     $(BNN0h%3%a%s%H%"%&%H$r$9$k$H$-$K4{$KB8:_$9$k%O%$%U%s$r (B`&#45;' $(B$KJQ99$9
   2.688 +     $k$+$I$&$+!#(B(`t')
   2.689  
   2.690   -- Variable: yahtml-entity-reference-chars-alist
   2.691 -     ƣƣ(Entity
   2.692 -     Reference)ǭҹ٭ `'(?
   2.693 -     . "ƣƣ")'
   2.694 -     Ȥ
   2.695 -     alistթ `<', `>', `&', `'',
   2.696 -     `"'
   2.697 -     йalistƤǢ÷ҹ
   2.698 -     cdr `"ƣƣ"'
   2.699 -     Ϣ `&'  `;'
   2.700 -     
   2.701 +     $(B%(%s%F%#%F%#;2>H(B(Entity Reference)$(B$G5-=R$9$Y$-J8;z72$r(B`'(?$(BJ8;z (B. "$(B%(
   2.702 +     %s%F%#%F%#I=5-(B")' $(B$H$$$&7A<0$rNs5s$7$?(Balist$(B$GJB$Y$k!#%G%U%)%k%H$G 
   2.703 +     (B`<', `>', `&', `'', `"' $(B$KBP$9$k(Balist$(B$,@_Dj$5$l$F$$$k$N$G!"DI2C$7$?$$
   2.704 +     J,$@$1$r5-=R$9$l$PNI$$!#(Bcdr$(BIt (B`"$(B%(%s%F%#%F%#I=5-(B"' $(B$O!"@hF,$N (B`&' $(B$H 
   2.705 +     KvHx$N(B`;' $(B$O4^$a$:$K=q$/!#
   2.706  
   2.707 - -- Variable: yahtml-faithful-to-htmllint
   2.708 -     ëȷ htmllint
   2.709 -     ѹȷ
   2.710 -     зǢȭϳ`t'
   2.711 -     
   2.712 + (B-- Variable: yahtml-faithful-to-htmllint
   2.713 +     $(B9=J8%A%'%C%+$H$7$F (Bhtmllint $(B$rMxMQ$9$k>l9g$A$g$C$H$7$?M>7W$J6uGr$J$I
   2.714 +     $KBP$7$F$b7Y9p$r<($9$N$G!"$3$l$r2sHr$9$k$H$-$K$O$3$NJQ?t$r(B`t'$(B$K$9$k!#
   2.715  
   2.716 - -- Variable: yahtml-use-css
   2.717 -     CSS䰡Ȧɦ (`t')
   2.718 + (B-- Variable: yahtml-use-css
   2.719 +     CSS$(B$NJd405!G=$r;H$&$+$I$&$+ (B(`t')
   2.720  
   2.721   -- Variable: yahtml-image-inspection-bytes
   2.722 -     աεȭФ
   2.723 -     (`10000')
   2.724 +     $(B2hA|%U%!%$%k$N%5%$%:$rD4$Y$k$H$-$KFI$_9~$`%P%$%H?t (B(`10000')
   2.725  
   2.726   -- Variable: yahtml:img-default-alt-format
   2.727 -     <img
   2.728 -     src...>ALTթȸ%x
   2.729 -     %yⵢ%sա뵤ֹ
   2.730 -     (`"%xx%y(%sbytes)"')
   2.731 +     <img src...>$(B$N(BALT$(BB0@-$N%G%U%)%k%HJ8;zNs$N=q<0!#(B%x$(B$O2hA|$NI}!"(B%y$(B$O2hA|
   2.732 +     $N9b$5!"(B%s$(B$O%U%!%$%k%5%$%:$KCV49$5$l$k (B(`"%xx%y(%sbytes)"')
   2.733  
   2.734   -- Variable: yahtml-escape-chars
   2.735 -     hrefȭ˽URLɹ;
   2.736 -     'askȭΧƫֹ (`'ask')
   2.737 +     href$(BJd40$J$I$N$H$-$KM=LsJ8;z$r(BURL$(B%(%s%3!<%I$9$k$+(B; 'ask$(B$N$H$-$O3NG'$7
   2.738 +     $F$+$iCV49$9$k (B(`'ask')
   2.739  
   2.740   -- Variable: yahtml-use-font-lock
   2.741 -     Χűñȷ
   2.742 -     font-lock ѹ (`(featurep 'font-lock)')
   2.743 +     $(B%=!<%9$N?'$E$1%Q%C%1!<%8$H$7$F (Bfont-lock $(B$rMxMQ$9$k$+(B(`(featurep
   2.744 +     'font-lock)')
   2.745  
   2.746   -- Variable: yahtml-use-hilit19
   2.747 -     Χűñȷ hilit19
   2.748 -     ѹ (`(featurep 'hilit19)')
   2.749 +     $(B%=!<%9$N?'$E$1%Q%C%1!<%8$H$7$F (Bhilit19 $(B$rMxMQ$9$k$+(B(`(featurep
   2.750 +     'hilit19)')
   2.751  
   2.752   -- Variable: yahtml-indentation-boundary
   2.753 -     ׻褭뵬
   2.754 -     (`"^\\s *<h[1-3]>"')
   2.755 +     $(B%$%s%G%s%H7W;;$rBG$A@Z$C$F$h$$6-3&$H$J$k@55,I=8=(B(`"^\\s *<h[1-3]>"')
   2.756  
   2.757  
   2.758  
   2.759  File: yahtmlj, Node: Hook variables, Prev: All customizable variables, Up: Customizations
   2.760  
   2.761 -hook
   2.762 -============
   2.763 +hook$(BJQ?t
   2.764 +(B========
   2.765  
   2.766  
   2.767  
   2.768  
   2.769  File: yahtmlj, Node: Copying, Next: Concept Index, Prev: Customizations, Up: Top
   2.770  
   2.771 -귤
   2.772 -****************
   2.773 +$(B<h$j07$$
   2.774 +(B********
   2.775  
   2.776 -  꼽ȦǹѷƸ
   2.777 -зդʤȷ޹طϩ¤
   2.778 -޻ﱪ˷Ư޿ѷƤǪ黤
   2.779 -ȢǵݼǷ禣
   2.780 +  $(BK\%W%m%0%i%`$O%U%j!<%=%U%H%&%'%"$G$9!#K\%W%m%0%i%`$r;HMQ$7$F@8$8$?$$$+$J
   2.781 +$k7k2L$KBP$7$F$b:n<T$O@UG$$rIi$o$J$$$3$H$H$7$^$9!#E>:\Ey$K4X$7$F$O@)8B$$$?
   2.782 +$7$^$;$s!#>o<1E*$K07$C$F$/$@$5$$!#$^$?!";HMQ$7$F$$$k;]$r%a%$%k$G$*CN$i$;$$
   2.783 +$?$@$/$H!":n<T$O4n$s$G%5%]!<%H$KNe$`$3$H$G$7$g$&!#
   2.784  
   2.785 -  аϿޤ޹
   2.786 - yuuji@yatex.org (200012)
   2.787 -ѳѷƯfj
   2.788 -ƯĤñ
   2.789 -`docs/htmlqa'
   2.790 -աֽξ
   2.791 +  6l>p!"4uK>!"%P%0Js9p!"46A[Ey$O4?7^$$$?$7$^$9!#O"Mm$O (Byuuji@yatex.org $(B$^
   2.792 +$G(B(2000$(BG/(B12$(B7n8=:_(B)$(B!#7QB3E*$K;HMQ$7$F$/$@$5$kJ}$O%a%$%j%s%0%j%9%H!V(Bfj$(BLnD;$N
   2.793 +2q!W$K@'Hs2CF~$7$F$/$@$5$$!#2CF~J}K!$K$D$$$F$OK\%Q%C%1!<%8$N (B`docs/htmlqa' 
   2.794 +$(B%U%!%$%k$N!V$=$NB>!W$N>O$r8fMw$/$@$5$$!#
   2.795  
   2.796 -Ϣʯ()ѹ޹:-p
   2.797 +;EMM$O!"M=9p$J$/3N<B$K(B($(B5$J,<!Bh$G(B)$(BJQ99$5$l$^$9(B:-p$(B!#
   2.798  
   2.799 -                                                          
   2.800 +                                                                  9-@%M:Fs
   2.801  
   2.802  
   2.803  
   2.804  
   2.805 -File: yahtmlj, Node: Concept Index, Prev: Copying, Up: Top
   2.806 +(BFile: yahtmlj, Node: Concept Index, Prev: Copying, Up: Top
   2.807  
   2.808 -
   2.809 -********
   2.810 +$(B:w0z
   2.811 +(B****
   2.812  
   2.813  * Menu:
   2.814  
   2.815 -* ޤ[ޤ]: Customizations.  4.
   2.816 -* []: Customizations.  4.
   2.817 +* JX^}CY[,B)7=\"7(B]:   Customizations.         4.
   2.818 +* L[ATC[,B+" 3"q(B]:   Customizations.         4.
   2.819  * Demacs:                       Intro.                  4.
   2.820 -* HTML[HTML]:           Intro.                  4.
   2.821 +* HTML(I.(B[HTML,Bb(B]:               Intro.                  4.
   2.822  * LaTeX:                        Intro.                  4.
   2.823  * Mule:                         Intro.                  4.
   2.824  
   2.825 @@ -566,25 +518,25 @@
   2.826  Tag table:
   2.827  Node: Top148
   2.828  Node: Intro617
   2.829 -Node: Installation905
   2.830 -Node: yahtmlο1116
   2.831 -Node: lint/馶/Ἰ弢ĭ1784
   2.832 -Node: WWWڼĭ2330
   2.833 -Node: Command Invocation3122
   2.834 -Node: Completion3465
   2.835 -Node: Jump4470
   2.836 -Node: Changing and Deleting4885
   2.837 -Node: пѹ5113
   2.838 -Node: ѹ5476
   2.839 -Node: URLencode5851
   2.840 -Node: td/tr6104
   2.841 -Node: CSS Support6740
   2.842 -Node: CSS-class completion6981
   2.843 -Node: Reread CSS file7989
   2.844 -Node: Customizations8233
   2.845 -Node: All customizable variables8469
   2.846 -Node: Hook variables11568
   2.847 -Node: Copying11684
   2.848 -Node: Concept Index12187
   2.849 +Node: Installation896
   2.850 +Node: yahtml$(B5/F0$N$?$a$N@_Dj(B1095
   2.851 +Node: lint$(B%W%m%0%i%`(B/$(B%V%i%&%6(B/$(B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B1749
   2.852 +Node: WWW$(B%Z!<%84D6-MQJQ?t$N@_Dj(B2249
   2.853 +Node: Command Invocation3020
   2.854 +Node: Completion3347
   2.855 +Node: Jump4331
   2.856 +Node: Changing and Deleting4730
   2.857 +Node: $(BBP%?%0$NJQ99(B4950
   2.858 +Node: $(BJ8;z;2>H$X$NJQ99(B5300
   2.859 +Node: $(B%j%8%g%sFbJ8;z$N(BURLencode5658
   2.860 +Node: td$(B3g$j(B/tr$(B3g$j(B5890
   2.861 +Node: CSS Support6519
   2.862 +Node: CSS-class completion6738
   2.863 +Node: Reread CSS file7734
   2.864 +Node: Customizations7956
   2.865 +Node: All customizable variables8180
   2.866 +Node: Hook variables11178
   2.867 +Node: Copying11290
   2.868 +Node: Concept Index11793
   2.869  
   2.870  End tag table
     3.1 --- a/docs/yatexe	Wed Jan 11 09:44:49 2012 +0900
     3.2 +++ b/docs/yatexe	Thu Jan 12 12:24:40 2012 +0900
     3.3 @@ -1,7 +1,8 @@
     3.4  Info file: yatexe,    -*-Text-*-
     3.5  produced by `texinfo-format-buffer'
     3.6  from file `yatexe.tex'
     3.7 -using `texinfmt.el' version 2.32 of 19 November 1993.
     3.8 +using `texinfmt.el' version 2.38 of 3 July 1998.
     3.9 +
    3.10  
    3.11  
    3.12  
    3.13 @@ -34,6 +35,7 @@
    3.14  * Copying::                     Redistribution
    3.15  
    3.16  
    3.17 +
    3.18  
    3.19  File: yatexe, Node: What is YaTeX?, Next: Main features, Prev: Top, Up: Top
    3.20  
    3.21 @@ -47,6 +49,7 @@
    3.22    YaTeX also supports Demacs which runs on MS-DOS(386), Mule (Multi
    3.23  Language Enhancement to GNU Emacs), and latex on DOS.
    3.24  
    3.25 +
    3.26  
    3.27  File: yatexe, Node: Main features, Next: Installation, Prev: What is YaTeX?, Up: Top
    3.28  
    3.29 @@ -81,6 +84,7 @@
    3.30     * Allow you to forget creating \label{}s, \ref or \cite completion
    3.31             automatically generate labels.
    3.32  
    3.33 +
    3.34  
    3.35  File: yatexe, Node: Installation, Next: Typesetting, Prev: Main features, Up: Top
    3.36  
    3.37 @@ -106,6 +110,7 @@
    3.38  loaded, mode string on mode line will be turned to "YaTeX".
    3.39  
    3.40  
    3.41 +
    3.42  
    3.43  File: yatexe, Node: Typesetting, Next: %#notation, Prev: Installation, Up: Top
    3.44  
    3.45 @@ -145,6 +150,7 @@
    3.46  * Calling previewer::           
    3.47  * Printing out::                
    3.48  
    3.49 +
    3.50  
    3.51  File: yatexe, Node: Calling typesetter, Next: Calling previewer, Prev: Typesetting, Up: Typesetting
    3.52  
    3.53 @@ -175,9 +181,8 @@
    3.54  `%#BEGIN' and `%#END' marks.  Selected region will be copied to the
    3.55  temporary file `texput.tex' with the same preamble as the main file of
    3.56  current editing sources.  Be sure to put all local macro settings in
    3.57 -preamble, not after `\begin{document}'.
    3.58 -  The method of specification of the region is shown in the section *Note
    3.59 -%#notation::.
    3.60 +preamble, not after `\begin{document}'.  The method of specification of
    3.61 +the region is shown in the section *Note %#notation::.
    3.62  
    3.63    The documentclass for typeset-region is the same as that of editing file
    3.64  if you edit one file, and is the same as main file's if you edit splitting
    3.65 @@ -193,6 +198,7 @@
    3.66  environment, use `[prefix] tr' for static-region, which is described in
    3.67  the section *Note %#notation::.
    3.68  
    3.69 +
    3.70  
    3.71  File: yatexe, Node: Calling previewer, Next: Printing out, Prev: Calling typesetter, Up: Typesetting
    3.72  
    3.73 @@ -204,6 +210,7 @@
    3.74  enables you to search current string at the cursor on the running xdvi
    3.75  window.
    3.76  
    3.77 +
    3.78  
    3.79  File: yatexe, Node: Printing out, Prev: Calling previewer, Up: Typesetting
    3.80  
    3.81 @@ -216,6 +223,7 @@
    3.82  
    3.83               C-u [prefix] tl
    3.84  
    3.85 +
    3.86  
    3.87  File: yatexe, Node: %#notation, Next: Completion, Prev: Typesetting, Up: Top
    3.88  
    3.89 @@ -233,6 +241,7 @@
    3.90  * Lpr format::                  
    3.91  * Editing %# notation::         
    3.92  
    3.93 +
    3.94  
    3.95  File: yatexe, Node: Changing typesetter, Next: Splitting input files, Prev: %#notation, Up: %#notation
    3.96  
    3.97 @@ -245,6 +254,7 @@
    3.98  
    3.99  anywhere in the source text.  This is useful for changing typesetter.
   3.100  
   3.101 +
   3.102  
   3.103  File: yatexe, Node: Splitting input files, Next: Static region for typesetting, Prev: Changing typesetter, Up: %#notation
   3.104  
   3.105 @@ -271,13 +281,14 @@
   3.106    To make best use of the feature of inter-file jumping by `[prefix] g'
   3.107  (see *Note Cursor jump::), take described below into consideration.
   3.108  
   3.109 -   * You can put split texts in sub directory, but not in
   3.110 -      sub directory of sub directory.
   3.111 +   * You can put split texts in sub directory, but not in sub directory of
   3.112 +     sub directory.
   3.113     * In the main text, specify the child file name with relative path name
   3.114 -      such as \include{chap1/sub}, when you include the file in
   3.115 -      a sub-directory.
   3.116 -   * In a sub-text, write `%#!latex main.tex' even if `main.tex'
   3.117 -      is in the parent directory(not %#!latex ../main.tex).
   3.118 +     such as \include{chap1/sub}, when you include the file in a
   3.119 +     sub-directory.
   3.120 +   * In a sub-text, write `%#!latex main.tex' even if `main.tex' is in the
   3.121 +     parent directory(not %#!latex ../main.tex).
   3.122 +
   3.123  
   3.124  
   3.125  File: yatexe, Node: Static region for typesetting, Next: Lpr format, Prev: Splitting input files, Up: %#notation
   3.126 @@ -312,6 +323,7 @@
   3.127  the middle of very long text.  Do not forget to erase `%#BEGIN' `%#END'
   3.128  pair.
   3.129  
   3.130 +
   3.131  
   3.132  File: yatexe, Node: Lpr format, Next: Editing %# notation, Prev: Static region for typesetting, Up: %#notation
   3.133  
   3.134 @@ -344,6 +356,7 @@
   3.135  
   3.136               %#LPR dvi2ps %s | lpr
   3.137  
   3.138 +
   3.139  
   3.140  File: yatexe, Node: Editing %# notation, Prev: Lpr format, Up: %#notation
   3.141  
   3.142 @@ -363,6 +376,7 @@
   3.143  `%#END', and `l' to edit `%#LPR' entry.  When you type `b', all `%#BEGIN'
   3.144  and `%#END' are automatically erased.
   3.145  
   3.146 +
   3.147  
   3.148  File: yatexe, Node: Completion, Next: Local dictionaries, Prev: %#notation, Up: Top
   3.149  
   3.150 @@ -384,13 +398,14 @@
   3.151  * Image completion::            
   3.152  * Greek letters completion::    
   3.153  
   3.154 +
   3.155  
   3.156  File: yatexe, Node: Begin-type completion, Next: Section-type completion, Prev: Completion, Up: Completion
   3.157  
   3.158  Begin-type completion
   3.159  =====================
   3.160  
   3.161 -  "Begin-type completion" completes commands of `\begin{env}' ... 
   3.162 +  "Begin-type completion" completes commands of `\begin{env}' ...
   3.163  `\end{env}'.  All of the begin-type completions begin with this key
   3.164  sequence.
   3.165  
   3.166 @@ -472,6 +487,7 @@
   3.167  `[prefix] B SPC' enclose a region with the environment selected by
   3.168  completing-read.
   3.169  
   3.170 +
   3.171  
   3.172  File: yatexe, Node: Section-type completion, Next: Large-type completion, Prev: Begin-type completion, Up: Completion
   3.173  
   3.174 @@ -551,6 +567,7 @@
   3.175  
   3.176  * view-sectioning::             
   3.177  
   3.178 +
   3.179  
   3.180  File: yatexe, Node: view-sectioning, Prev: Section-type completion, Up: Section-type completion
   3.181  
   3.182 @@ -594,6 +611,7 @@
   3.183               ... Hide sectioning commands whose level is lower than n
   3.184  
   3.185  
   3.186 +
   3.187  
   3.188  File: yatexe, Node: Large-type completion, Next: Maketitle-type completion, Prev: Section-type completion, Up: Completion
   3.189  
   3.190 @@ -618,6 +636,7 @@
   3.191  prefix key stroke as `[prefix] L'.  It encloses the region by braces with
   3.192  large-type command.
   3.193  
   3.194 +
   3.195  
   3.196  File: yatexe, Node: Maketitle-type completion, Next: Arbitrary completion, Prev: Large-type completion, Up: Completion
   3.197  
   3.198 @@ -635,6 +654,7 @@
   3.199  maketitle-completion, and there are LaTeX commands with no arguments in
   3.200  completion table.
   3.201  
   3.202 +
   3.203  
   3.204  File: yatexe, Node: Arbitrary completion, Next: End completion, Prev: Maketitle-type completion, Up: Completion
   3.205  
   3.206 @@ -649,6 +669,7 @@
   3.207  
   3.208  after the initial string of LaTeX command that is preceded by `\'.
   3.209  
   3.210 +
   3.211  
   3.212  File: yatexe, Node: End completion, Next: Accent completion, Prev: Arbitrary completion, Up: Completion
   3.213  
   3.214 @@ -665,6 +686,7 @@
   3.215  
   3.216  at the end of the opened environment.
   3.217  
   3.218 +
   3.219  
   3.220  File: yatexe, Node: Accent completion, Next: Image completion, Prev: End completion, Up: Completion
   3.221  
   3.222 @@ -692,6 +714,7 @@
   3.223  
   3.224  will be completed, and the cursor gets out from braces.
   3.225  
   3.226 +
   3.227  
   3.228  File: yatexe, Node: Image completion, Next: Greek letters completion, Prev: Accent completion, Up: Completion
   3.229  
   3.230 @@ -742,6 +765,7 @@
   3.231  Emacs-Lisp variable `YaTeX-math-sign-alist-private'.  See also
   3.232  `yatexmth.el' for the information of the structure of this variable.
   3.233  
   3.234 +
   3.235  
   3.236  File: yatexe, Node: Greek letters completion, Prev: Image completion, Up: Completion
   3.237  
   3.238 @@ -759,6 +783,7 @@
   3.239  `:' after universal-argument(`C-u') which forces `;' and `:' to work as
   3.240  math-prefix.
   3.241  
   3.242 +
   3.243  
   3.244  File: yatexe, Node: Local dictionaries, Next: Commenting out, Prev: Completion, Up: Top
   3.245  
   3.246 @@ -784,6 +809,7 @@
   3.247  
   3.248               (setq YaTeX-nervous nil)
   3.249  
   3.250 +
   3.251  
   3.252  File: yatexe, Node: Commenting out, Next: Cursor jump, Prev: Local dictionaries, Up: Top
   3.253  
   3.254 @@ -831,6 +857,7 @@
   3.255  out from `\begin' to `\end'' mode.
   3.256  
   3.257  
   3.258 +
   3.259  
   3.260  File: yatexe, Node: Cursor jump, Next: Changing and Deleting, Prev: Commenting out, Up: Top
   3.261  
   3.262 @@ -846,6 +873,7 @@
   3.263  * Jumping around the environment::  
   3.264  * Jumping to last completion position::  
   3.265  
   3.266 +
   3.267  
   3.268  File: yatexe, Node: Jump to corresponding object, Next: Invoking image processor, Prev: Cursor jump, Up: Cursor jump
   3.269  
   3.270 @@ -885,6 +913,7 @@
   3.271  that this function doesn't work on `begin/end', `%#BEGIN/%#END' pairs
   3.272  because it is meaningless.
   3.273  
   3.274 +
   3.275  
   3.276  File: yatexe, Node: Invoking image processor, Next: Jump to main file, Prev: Jump to corresponding object, Up: Cursor jump
   3.277  
   3.278 @@ -912,6 +941,7 @@
   3.279       `YaTeX-file-processor-alist'.  If any, call the corresponding image
   3.280       viewer or drawing tool.
   3.281  
   3.282 +
   3.283  
   3.284  File: yatexe, Node: Jump to main file, Next: Jumping around the environment, Prev: Invoking image processor, Up: Cursor jump
   3.285  
   3.286 @@ -928,6 +958,7 @@
   3.287  in a sub text switch the buffer to the main text specified by `%#!'
   3.288  notation.
   3.289  
   3.290 +
   3.291  
   3.292  File: yatexe, Node: Jumping around the environment, Next: Jumping to last completion position, Prev: Jump to main file, Up: Cursor jump
   3.293  
   3.294 @@ -943,6 +974,7 @@
   3.295  `M-C-@'
   3.296               ... mark environment
   3.297  
   3.298 +
   3.299  
   3.300  File: yatexe, Node: Jumping to last completion position, Prev: Jumping around the environment, Up: Cursor jump
   3.301  
   3.302 @@ -955,6 +987,7 @@
   3.303  register-to-point with argument YaTeX-current-position-register, which is
   3.304  achieved by typing `C-x j 3'(by default).
   3.305  
   3.306 +
   3.307  
   3.308  File: yatexe, Node: Changing and Deleting, Next: Filling, Prev: Cursor jump, Up: Top
   3.309  
   3.310 @@ -974,6 +1007,7 @@
   3.311  * Changing LaTeX commands::     
   3.312  * Killing LaTeX commands::      
   3.313  
   3.314 +
   3.315  
   3.316  File: yatexe, Node: Changing LaTeX commands, Next: Killing LaTeX commands, Prev: Changing and Deleting, Up: Changing and Deleting
   3.317  
   3.318 @@ -1000,6 +1034,7 @@
   3.319  freely emerge.  So keep it mind to put the cursor on a brace when you are
   3.320  thinking of changing a complicated argument.
   3.321  
   3.322 +
   3.323  
   3.324  File: yatexe, Node: Killing LaTeX commands, Prev: Changing LaTeX commands, Up: Changing and Deleting
   3.325  
   3.326 @@ -1028,6 +1063,7 @@
   3.327       Main \footnote{note} here.    Main note here. Main  here.
   3.328              ~(cursor)
   3.329  
   3.330 +
   3.331  
   3.332  File: yatexe, Node: Filling, Next: Updation of includeonly, Prev: Changing and Deleting, Up: Top
   3.333  
   3.334 @@ -1083,6 +1119,7 @@
   3.335  putting cursor on the first occurrence of non-whitespace character on a
   3.336  line changes the fill-prefix temporarily to the depth of the line.
   3.337  
   3.338 +
   3.339  
   3.340  File: yatexe, Node: Updation of includeonly, Next: What column, Prev: Filling, Up: Top
   3.341  
   3.342 @@ -1107,6 +1144,7 @@
   3.343  `\includeonly' list, `r' to replace \`includeonly' list with the current
   3.344  file, and type `%' to comment out the `\includeonly' line.
   3.345  
   3.346 +
   3.347  
   3.348  File: yatexe, Node: What column, Next: Intelligent newline, Prev: Updation of includeonly, Up: Top
   3.349  
   3.350 @@ -1137,6 +1175,7 @@
   3.351  column headers, you can create a row of virtual column headers by putting
   3.352  them in the first line and commenting that line with `%'.
   3.353  
   3.354 +
   3.355  
   3.356  File: yatexe, Node: Intelligent newline, Next: Usepackage checker, Prev: What column, Up: Top
   3.357  
   3.358 @@ -1158,8 +1197,8 @@
   3.359  
   3.360     * `tabular', `tabular*', `array'
   3.361  
   3.362 -             Corresponding number of `&' and `\\'.
   3.363 -             And `\hline' if needed.
   3.364 +             Corresponding number of `&' and `\\'.  And `\hline' if
   3.365 +     needed.
   3.366  
   3.367     * `tabbing'
   3.368  
   3.369 @@ -1182,6 +1221,7 @@
   3.370  useful.  See the definition of the function
   3.371  `YaTeX-intelligent-newline-itemize' as an example.
   3.372  
   3.373 +
   3.374  
   3.375  File: yatexe, Node: Usepackage checker, Next: Online help, Prev: Intelligent newline, Up: Top
   3.376  
   3.377 @@ -1197,6 +1237,7 @@
   3.378  variable `YaTeX-package-alist-private' correctly.  Please refere the value
   3.379  of `YaTeX-package-alist-default' as an example.
   3.380  
   3.381 +
   3.382  
   3.383  File: yatexe, Node: Online help, Next: Browsing file hierarchy, Prev: Usepackage checker, Up: Top
   3.384  
   3.385 @@ -1246,6 +1287,7 @@
   3.386  you describe the help on some standard commands.  I might want to include
   3.387  it in the next distribution.
   3.388  
   3.389 +
   3.390  
   3.391  File: yatexe, Node: Browsing file hierarchy, Next: Cooperation with other packages, Prev: Online help, Up: Top
   3.392  
   3.393 @@ -1307,6 +1349,7 @@
   3.394    Note that operations on the file contents in the next window do not work
   3.395  correctly when you close the corresponding file.
   3.396  
   3.397 +
   3.398  
   3.399  File: yatexe, Node: Cooperation with other packages, Next: Customizations, Prev: Browsing file hierarchy, Up: Top
   3.400  
   3.401 @@ -1332,6 +1375,7 @@
   3.402  If you want to use it with YaTeX, please refer the file `yatexm-o.el' as
   3.403  an example.
   3.404  
   3.405 +
   3.406  
   3.407  File: yatexe, Node: Customizations, Next: Etcetera, Prev: Cooperation with other packages, Up: Top
   3.408  
   3.409 @@ -1347,6 +1391,7 @@
   3.410  * Add-in functions::            
   3.411  * Add-in generator::            
   3.412  
   3.413 +
   3.414  
   3.415  File: yatexe, Node: Lisp variables, Next: Add-in functions, Prev: Customizations, Up: Customizations
   3.416  
   3.417 @@ -1373,6 +1418,7 @@
   3.418  * Hook variables::              
   3.419  * Hook file::                   
   3.420  
   3.421 +
   3.422  
   3.423  File: yatexe, Node: All customizable variables, Next: Sample definitions, Prev: Lisp variables, Up: Lisp variables
   3.424  
   3.425 @@ -1391,8 +1437,8 @@
   3.426  
   3.427   -- Variable: YaTeX-kanji-code
   3.428       Default buffer-file-coding-system for YaTeX modes' buffer.  Set this
   3.429 -     0 to no language conversion.  Nil to preserve original coding-system. 
   3.430 -     1=Shift JIS, 2=JIS, 3=EUC, 4=UTF-8 (`1 or 2')
   3.431 +     0 to no language conversion.  Nil to preserve original
   3.432 +     coding-system. 1=Shift JIS, 2=JIS, 3=EUC, 4=UTF-8 (`1 or 2')
   3.433  
   3.434   -- Variable: YaTeX-prefix
   3.435       Prefix key stroke (`C-c')
   3.436 @@ -1405,7 +1451,7 @@
   3.437  
   3.438   -- Variable: YaTeX-user-completion-table
   3.439       Name of user dictionary where learned completion table will be
   3.440 -     stored. (`"~/.yatexrc"')
   3.441 +     stored.  (`"~/.yatexrc"')
   3.442  
   3.443   -- Variable: tex-command
   3.444       LaTeX typesetter command (`"latex"')
   3.445 @@ -1567,13 +1613,10 @@
   3.446       `usepackage' for corresponding macro, when you input that macro with
   3.447       completion.  If required `usepackage' is not found, YaTeX also
   3.448       automatically inserts `\usepackage'.  Alist is as follows;
   3.449 -             '((PackageName1
   3.450 -                  (completionType ListOfMacro)
   3.451 -                  (completionType ListOfMacro))
   3.452 -               (PackageName2
   3.453 -                  (completionType ListOfMacro)
   3.454 -                  (completionType ListOfMacro...))....)  completionType is
   3.455 -     one of `env, section, maketitle'.  Consult the value of
   3.456 +     '((PackageName1 (completionType ListOfMacro) (completionType
   3.457 +     ListOfMacro)) (PackageName2 (completionType ListOfMacro)
   3.458 +     (completionType ListOfMacro...))....)  completionType is one of `env,
   3.459 +     section, maketitle'.  Consult the value of
   3.460       `YaTeX-package-alist-default' as an example.
   3.461  
   3.462   -- Variable: YaTeX-tabular-indentation
   3.463 @@ -1616,6 +1659,7 @@
   3.464                    (YaTeX::ref-generate-label nil nil))))
   3.465  
   3.466  
   3.467 +
   3.468  
   3.469  File: yatexe, Node: Sample definitions, Next: Hook variables, Prev: All customizable variables, Up: Lisp variables
   3.470  
   3.471 @@ -1630,6 +1674,7 @@
   3.472                     YaTeX-user-completion-table "~/src/emacs/yatexrc"
   3.473                     YaTeX-fill-prefix "       ")
   3.474  
   3.475 +
   3.476  
   3.477  File: yatexe, Node: Hook variables, Next: Hook file, Prev: Sample definitions, Up: Lisp variables
   3.478  
   3.479 @@ -1648,6 +1693,7 @@
   3.480          You should use functions `YaTeX-define-key', or
   3.481  `YaTeX-define-begend-key' to define all the key sequences of yatex-mode.
   3.482  
   3.483 +
   3.484  
   3.485  File: yatexe, Node: Hook file, Prev: Hook variables, Up: Lisp variables
   3.486  
   3.487 @@ -1659,6 +1705,7 @@
   3.488  file at the initialization of itself.  Using `yatexhks.el' makes
   3.489  `yatex-mode-load-hook' unnecessary.
   3.490  
   3.491 +
   3.492  
   3.493  File: yatexe, Node: Add-in functions, Next: Add-in generator, Prev: Lisp variables, Up: Customizations
   3.494  
   3.495 @@ -1692,6 +1739,7 @@
   3.496  * Useful functions for creating add-in::  
   3.497  * Contribution::                
   3.498  
   3.499 +
   3.500  
   3.501  File: yatexe, Node: How the add-in function works, Next: How the function is called, Prev: Add-in functions, Up: Add-in functions
   3.502  
   3.503 @@ -1756,6 +1804,7 @@
   3.504  * Defining argument-add-in::    
   3.505  * Defining enclosing-add-in::   
   3.506  
   3.507 +
   3.508  
   3.509  File: yatexe, Node: Defining option-add-in, Next: Defining argument-add-in, Prev: How the add-in function works, Up: How the add-in function works
   3.510  
   3.511 @@ -1777,6 +1826,7 @@
   3.512               (defun YaTeX:tabular ()
   3.513                 (concat "{" (read-string "Rule: ") "}"))
   3.514  
   3.515 +
   3.516  
   3.517  File: yatexe, Node: Defining argument-add-in, Next: Defining enclosing-add-in, Prev: Defining option-add-in, Up: How the add-in function works
   3.518  
   3.519 @@ -1800,6 +1850,7 @@
   3.520    Note that when the `argument add-in' function return `nil', normal
   3.521  argument reader will be called.
   3.522  
   3.523 +
   3.524  
   3.525  File: yatexe, Node: Defining enclosing-add-in, Prev: Defining argument-add-in, Up: How the add-in function works
   3.526  
   3.527 @@ -1823,6 +1874,7 @@
   3.528       	  (throw 'done (replace-match "}{")))
   3.529             (goto-char (match-end 0)))))
   3.530  
   3.531 +
   3.532  
   3.533  File: yatexe, Node: How the function is called, Next: Useful functions for creating add-in, Prev: How the add-in function works, Up: Add-in functions
   3.534  
   3.535 @@ -1837,6 +1889,7 @@
   3.536  been inserted.  `Argument add-in' functions are called at each entry of
   3.537  arguments for section-type commands.
   3.538  
   3.539 +
   3.540  
   3.541  File: yatexe, Node: Useful functions for creating add-in, Next: Contribution, Prev: How the function is called, Up: Add-in functions
   3.542  
   3.543 @@ -1876,6 +1929,7 @@
   3.544       if not. The variable `YaTeX-current-completion-type' holds the symbol
   3.545       according to the current completion type.
   3.546  
   3.547 +
   3.548  
   3.549  File: yatexe, Node: Contribution, Prev: Useful functions for creating add-in, Up: Add-in functions
   3.550  
   3.551 @@ -1885,6 +1939,7 @@
   3.552    If you make your own pretty function and you let it be in public, please
   3.553  send me the function.  I'm going to include it in the next release.
   3.554  
   3.555 +
   3.556  
   3.557  File: yatexe, Node: Add-in generator, Prev: Add-in functions, Up: Customizations
   3.558  
   3.559 @@ -1915,12 +1970,11 @@
   3.560  Simple generator
   3.561  ----------------
   3.562  
   3.563 -  The latter generator is invoked by the next sequence.
   3.564 -                       `M-x YaTeX-generate-simple'
   3.565 -This generator can make both "option add-in" and "argument add-in"
   3.566 -(*refer the section add-in functions*
   3.567 -*Note How the add-in function works::), whereas `YaTeX-generate'
   3.568 -cannot make "argument addin".
   3.569 +  The latter generator is invoked by the next sequence.  `M-x
   3.570 +YaTeX-generate-simple' This generator can make both "option add-in" and
   3.571 +"argument add-in" (*refer the section add-in functions* *Note How the
   3.572 +add-in function works::), whereas `YaTeX-generate' cannot make "argument
   3.573 +addin".
   3.574  
   3.575    For example, assume you have the LaTeX command as follows.
   3.576  
   3.577 @@ -2055,6 +2109,7 @@
   3.578  steel yourself in the happy atmosphere and do not send me the function.  I
   3.579  do know it is not fine because it is generated by yatexgen:-p.
   3.580  
   3.581 +
   3.582  
   3.583  File: yatexe, Node: Etcetera, Next: Copying, Prev: Customizations, Up: Top
   3.584  
   3.585 @@ -2071,6 +2126,7 @@
   3.586    The package name `Wild Bird' is the English translation of Japanese
   3.587  title `Yachou', which is a trick on words of Japanese.
   3.588  
   3.589 +
   3.590  
   3.591  File: yatexe, Node: Copying, Prev: Etcetera, Up: Top
   3.592  
   3.593 @@ -2095,68 +2151,69 @@
   3.594  
   3.595  
   3.596                                                                HIROSE Yuuji
   3.597 +
   3.598  
   3.599  Tag table:
   3.600 -Node: Top153
   3.601 -Node: What is YaTeX?1493
   3.602 -Node: Main features1865
   3.603 -Node: Installation3456
   3.604 -Node: Typesetting4232
   3.605 -Node: Calling typesetter5300
   3.606 -Node: Calling previewer7504
   3.607 -Node: Printing out7864
   3.608 +Node: Top146
   3.609 +Node: What is YaTeX?1487
   3.610 +Node: Main features1860
   3.611 +Node: Installation3452
   3.612 +Node: Typesetting4229
   3.613 +Node: Calling typesetter5298
   3.614 +Node: Calling previewer7502
   3.615 +Node: Printing out7863
   3.616  Node: %#notation8155
   3.617 -Node: Changing typesetter8530
   3.618 -Node: Splitting input files8893
   3.619 -Node: Static region for typesetting10320
   3.620 +Node: Changing typesetter8531
   3.621 +Node: Splitting input files8895
   3.622 +Node: Static region for typesetting10319
   3.623  Node: Lpr format11448
   3.624 -Node: Editing %# notation12504
   3.625 -Node: Completion13022
   3.626 -Node: Begin-type completion13581
   3.627 -Node: Section-type completion16624
   3.628 -Node: view-sectioning19058
   3.629 -Node: Large-type completion20637
   3.630 -Node: Maketitle-type completion21367
   3.631 -Node: Arbitrary completion21918
   3.632 -Node: End completion22307
   3.633 -Node: Accent completion22776
   3.634 -Node: Image completion23392
   3.635 -Node: Greek letters completion25648
   3.636 -Node: Local dictionaries26374
   3.637 -Node: Commenting out27310
   3.638 -Node: Cursor jump28768
   3.639 -Node: Jump to corresponding object29079
   3.640 -Node: Invoking image processor30479
   3.641 -Node: Jump to main file31821
   3.642 -Node: Jumping around the environment32185
   3.643 -Node: Jumping to last completion position32602
   3.644 -Node: Changing and Deleting33110
   3.645 -Node: Changing LaTeX commands33501
   3.646 -Node: Killing LaTeX commands34677
   3.647 -Node: Filling35861
   3.648 -Node: Updation of includeonly37711
   3.649 -Node: What column38507
   3.650 -Node: Intelligent newline39591
   3.651 -Node: Usepackage checker41251
   3.652 -Node: Online help41841
   3.653 -Node: Browsing file hierarchy43515
   3.654 -Node: Cooperation with other packages45251
   3.655 -Node: Customizations45955
   3.656 -Node: Lisp variables46288
   3.657 -Node: All customizable variables47291
   3.658 -Node: Sample definitions57174
   3.659 -Node: Hook variables57686
   3.660 -Node: Hook file58389
   3.661 -Node: Add-in functions58727
   3.662 -Node: How the add-in function works59586
   3.663 -Node: Defining option-add-in61784
   3.664 -Node: Defining argument-add-in62505
   3.665 -Node: Defining enclosing-add-in63386
   3.666 -Node: How the function is called64239
   3.667 -Node: Useful functions for creating add-in64914
   3.668 -Node: Contribution66318
   3.669 -Node: Add-in generator66591
   3.670 -Node: Etcetera71984
   3.671 -Node: Copying72588
   3.672 +Node: Editing %# notation12505
   3.673 +Node: Completion13024
   3.674 +Node: Begin-type completion13584
   3.675 +Node: Section-type completion16627
   3.676 +Node: view-sectioning19062
   3.677 +Node: Large-type completion20642
   3.678 +Node: Maketitle-type completion21373
   3.679 +Node: Arbitrary completion21925
   3.680 +Node: End completion22315
   3.681 +Node: Accent completion22785
   3.682 +Node: Image completion23402
   3.683 +Node: Greek letters completion25659
   3.684 +Node: Local dictionaries26386
   3.685 +Node: Commenting out27323
   3.686 +Node: Cursor jump28782
   3.687 +Node: Jump to corresponding object29094
   3.688 +Node: Invoking image processor30495
   3.689 +Node: Jump to main file31838
   3.690 +Node: Jumping around the environment32203
   3.691 +Node: Jumping to last completion position32621
   3.692 +Node: Changing and Deleting33130
   3.693 +Node: Changing LaTeX commands33522
   3.694 +Node: Killing LaTeX commands34699
   3.695 +Node: Filling35884
   3.696 +Node: Updation of includeonly37735
   3.697 +Node: What column38532
   3.698 +Node: Intelligent newline39617
   3.699 +Node: Usepackage checker41271
   3.700 +Node: Online help41862
   3.701 +Node: Browsing file hierarchy43537
   3.702 +Node: Cooperation with other packages45274
   3.703 +Node: Customizations45979
   3.704 +Node: Lisp variables46313
   3.705 +Node: All customizable variables47317
   3.706 +Node: Sample definitions57116
   3.707 +Node: Hook variables57629
   3.708 +Node: Hook file58333
   3.709 +Node: Add-in functions58672
   3.710 +Node: How the add-in function works59532
   3.711 +Node: Defining option-add-in61731
   3.712 +Node: Defining argument-add-in62453
   3.713 +Node: Defining enclosing-add-in63335
   3.714 +Node: How the function is called64189
   3.715 +Node: Useful functions for creating add-in64865
   3.716 +Node: Contribution66270
   3.717 +Node: Add-in generator66544
   3.718 +Node: Etcetera71916
   3.719 +Node: Copying72521
   3.720  
   3.721  End tag table
     4.1 --- a/docs/yatexj	Wed Jan 11 09:44:49 2012 +0900
     4.2 +++ b/docs/yatexj	Thu Jan 12 12:24:40 2012 +0900
     4.3 @@ -1,7 +1,8 @@
     4.4  Info file: yatexj,    -*-Text-*-
     4.5  produced by `texinfo-format-buffer'
     4.6  from file `yatexj.tex'
     4.7 -using `texinfmt.el' version 2.32 of 19 November 1993.
     4.8 +using `texinfmt.el' version 2.38 of 3 July 1998.
     4.9 +
    4.10  
    4.11  
    4.12  
    4.13 @@ -37,6 +38,7 @@
    4.14  * Concept Index::               $B:w0z(B
    4.15  
    4.16  
    4.17 +
    4.18  
    4.19  File: yatexj, Node: Intro, Next: Terminology, Prev: Top, Up: Top
    4.20  
    4.21 @@ -51,6 +53,7 @@
    4.22  
    4.23    English manual *Note Top: (yatexe)Top.
    4.24  
    4.25 +
    4.26  
    4.27  File: yatexj, Node: Terminology, Next: Main features, Prev: Intro, Up: Top
    4.28  
    4.29 @@ -84,6 +87,7 @@
    4.30       $BEv$F$i$l$F$$$k$N$G!"FC$KJQ99$7$F$$$J$$>l9gK\%^%K%e%"%k$N(B `[prefix]' 
    4.31       $B$H$$$&I=5-$O!"(B`C-c' $B$HFI$_49$($F$/$@$5$$!#(B
    4.32  
    4.33 +
    4.34  
    4.35  File: yatexj, Node: Main features, Next: Installation, Prev: Terminology, Up: Top
    4.36  
    4.37 @@ -94,7 +98,7 @@
    4.38     * $B%+!<%=%k0LCV$K$h$i$J$$8GDj%j%8%g%s$NItJ,%?%$%W%;%C%H(B
    4.39     * \includeonly$B$N%o%s%?%C%A99?7(B
    4.40     * $B%(%i!<2U=j$X$N<+F0%8%c%s%W(B(`C-c '')
    4.41 -   * `\begin{}, \end{}, \section...' $B$J$I$N(B LaTeX$B%3%^%s%I$NJd40F~NO(B(`C-c
    4.42 +   * `\begin{}, \end{}, \section...' $B$J$I$N(B LaTeX $B%3%^%s%I$NJd40F~NO(B(`C-c
    4.43       b', `C-c s', `C-c l', `C-c m')
    4.44     * $B4{$KF~NO$7$?%F%-%9%H$r4D6-$d%3%^%s%I0z?t$NCf$K<h$j9~$`3g$jJd40(B(`C-u'
    4.45       +$BDL>oJd40%-!<(B)
    4.46 @@ -104,13 +108,12 @@
    4.47     * LaTeX $B$N4D6-$d%3%^%s%I$K1~$8$?%,%$%IIU$-0z?tF~NO(B
    4.48     * $BLnD;$K$J$$%,%$%IIU$-0z?tF~NO4X?t$N<+F0@8@.(B(`yatexgen.el')
    4.49     * LaTeX $B%3%^%s%I$N:o=|(B/$BJQ99(B(`C-c k', `C-c c')
    4.50 -   * $B%U%!%$%k4V!"(B`\begin'<->`\end'$B4V!"(B
    4.51 -             `\ref'<->`\label'$B4V!"(B
    4.52 -             `\cite'<->`\bibitem'$B%8%c%s%W(B(`C-c g')
    4.53 -   * $B0l3g%3%a%s%H%"%&%H(B/$B%"%s%3%a%s%H%"%&%H(B
    4.54 -             (`C-c >', `C-c <', `C-c ,', `C-c .')
    4.55 -   * $B%"%/%;%s%H5-9f(B/$B?t<04D6-MQ%3%^%s%I(B/$B%.%j%7%cJ8;z$NF~NO;Y1g(B
    4.56 -             (`C-c a', `;', `/')
    4.57 +   * $B%U%!%$%k4V!"(B`\begin'<->`\end'$B4V!"(B`\ref'<->`\label'$B4V!"(B
    4.58 +     `\cite'<->`\bibitem'$B%8%c%s%W(B(`C-c g')
    4.59 +   * $B0l3g%3%a%s%H%"%&%H(B/$B%"%s%3%a%s%H%"%&%H(B(`C-c >', `C-c <', `C-c ,', `C-c
    4.60 +     .')
    4.61 +   * $B%"%/%;%s%H5-9f(B/$B?t<04D6-MQ%3%^%s%I(B/$B%.%j%7%cJ8;z$NF~NO;Y1g(B(`C-c a',
    4.62 +     `;', `/')
    4.63     * tabular/array$B4D6-$N%+%i%`0LCV%,%$%I(B
    4.64     * $BI8=`E*(B LaTeX $B%3%^%s%I$N%*%s%i%$%s%X%k%W(B(`C-c ?', `C-c /')
    4.65     * $B%I%-%e%a%s%H$N%$%s%/%k!<%I9=B$$N;k3PE*I=<($H%P%C%U%!@Z$jBX$((B(`C-c d')
    4.66 @@ -118,6 +121,7 @@
    4.67       userpackage
    4.68     * \label$B$rBG$D$3$H$O$b$&K:$l$h$&(B! ref$B$d(Bcite$BJd40F~NO$G<+F0@8@.$7$^$9(B
    4.69  
    4.70 +
    4.71  
    4.72  File: yatexj, Node: Installation, Next: Invocation, Prev: Main features, Up: Top
    4.73  
    4.74 @@ -156,9 +160,8 @@
    4.75               ... $B5/F0$9$k%W%l%t%e!<%"$N%3%^%s%IL>(B
    4.76  `NTT-jTeX'
    4.77               ... $B2~9T(B+$B%$%s%G%s%H$K$h$C$F!"%?%$%W%;%C%H8e$N;z4V$,6u$$$F$7$^(B
    4.78 -             $B$&$N$rM^@)$9$k>l9g$K(Bt$B$K$9$k(B($B8E$$(BNTT-jTeX$B$G82Cx$K8=$l$k(B)$B!#6qBN(B
    4.79 -     $BE*$K$O!"(B
    4.80 -             fill$B$9$k$H$-$K3F9T$N=*$o$j$K(B%$B$rIU2C$9$k$h$&$K$J$k!#(B
    4.81 +     $B$&$N$rM^@)$9$k>l9g$K(Bt$B$K$9$k(B($B8E$$(BNTT-jTeX$B$G82Cx$K8=$l$k(B)$B!#6qBNE*$K$O!"(B
    4.82 +     fill$B$9$k$H$-$K3F9T$N=*$o$j$K(B%$B$rIU2C$9$k$h$&$K$J$k!#(B
    4.83  `YaTeX-kanji-code'
    4.84               ... $BJ8=q$r:n@.$9$k;~$N4A;z%3!<%I(B
    4.85  `dviprint-command-format'
    4.86 @@ -166,10 +169,10 @@
    4.87  `makeindex-command'
    4.88               ... makeindex$B%3%^%s%I(B
    4.89  
    4.90 -$B$3$l$i$rJQ99$9$k>l9g$O!"$d$O$j(B`~/.emacs'$B$K$F!"$?$H$($P(B
    4.91 -     (setq tex-command "bigjlatex")
    4.92 -$B$N$h$&$K$7$F$/$@$5$$!#$I$N$h$&$JCM$r%;%C%H$9$l$PNI$$$+$K$D$$$F$O!"(B
    4.93 -*Note All customizable variables::$B$r;2>H$7$F$/$@$5$$!#(B
    4.94 +$B$3$l$i$rJQ99$9$k>l9g$O!"$d$O$j(B`~/.emacs'$B$K$F!"$?$H$($P(B(setq tex-command
    4.95 +"bigjlatex") $B$N$h$&$K$7$F$/$@$5$$!#$I$N$h$&$JCM$r%;%C%H$9$l$PNI$$$+$K$D$$(B
    4.96 +$B$F$O!"(B*Note All customizable variables::$B$r;2>H$7$F$/$@$5$$!#(B
    4.97 +
    4.98  
    4.99  
   4.100  
   4.101 @@ -186,8 +189,8 @@
   4.102  `[prefix] t r'
   4.103               ... $B%?%$%W%;%C%?5/F0(B($BNN0h;XDj(B)
   4.104  `[prefix] t e'
   4.105 -             ... $B%?%$%W%;%C%?5/F0(B
   4.106 -             ($B%]%$%s%H0LCV$N4D6-$^$?$O?t<0%b!<%I$N$_BP>N(B)
   4.107 +             ... $B%?%$%W%;%C%?5/F0(B($B%]%$%s%H0LCV$N4D6-$^$?$O?t<0%b!<%I$N$_BP(B
   4.108 +     $B>N(B)
   4.109  `[prefix] t k'
   4.110               ... $BF0:nCf$N%?%$%W%;%C%?$NDd;_(B
   4.111  `[prefix] t b'
   4.112 @@ -209,6 +212,7 @@
   4.113  * Calling previewer::           $B%W%l%t%e!<%"5/F0(B
   4.114  * Print out::                   $B%W%j%s%H%"%&%HMQ%3%^%s%I$N5/F0(B
   4.115  
   4.116 +
   4.117  
   4.118  File: yatexj, Node: Calling typesetter, Next: Calling previewer, Prev: Invocation, Up: Invocation
   4.119  
   4.120 @@ -260,6 +264,7 @@
   4.121  $B$^$9!#%W%l%t%e!<%"$G(B `texput.dvi' $B$r3+$$$?$^$^$K$7$F$*$1$P=$@5$H3NG'$,AGAa(B
   4.122  $B$/$G$-$k$G$7$g$&!#(B
   4.123  
   4.124 +
   4.125  
   4.126  File: yatexj, Node: Calling previewer, Next: Print out, Prev: Calling typesetter, Up: Invocation
   4.127  
   4.128 @@ -272,6 +277,7 @@
   4.129  $B$k$3$H$,$G$-$^$9!#(B
   4.130  
   4.131  
   4.132 +
   4.133  
   4.134  File: yatexj, Node: Print out, Prev: Calling previewer, Up: Invocation
   4.135  
   4.136 @@ -288,6 +294,7 @@
   4.137  
   4.138  $B$N$h$&$K5/F0$7$F$/$@$5$$!#(B
   4.139  
   4.140 +
   4.141  
   4.142  File: yatexj, Node: %#notation, Next: Completion, Prev: Invocation, Up: Top
   4.143  
   4.144 @@ -305,6 +312,7 @@
   4.145  * lpr format::                  $B%W%j%s%H%"%&%H%3%^%s%IMQ%U%)!<%^%C%H(B
   4.146  * Editing %# notation::         %#$B5-K!$NJT=8(B
   4.147  
   4.148 +
   4.149  
   4.150  File: yatexj, Node: Changing typesetter, Next: Splitting input files, Prev: %#notation, Up: %#notation
   4.151  
   4.152 @@ -319,6 +327,7 @@
   4.153  NTT jTeX $B$H!"(BASCII jTeX $B$r;H$$J,$1$?$$$h$&$J>l9g$KJXMx$G$7$g$&!#(B
   4.154  
   4.155  
   4.156 +
   4.157  
   4.158  File: yatexj, Node: Splitting input files, Next: Fix region for typesetting, Prev: Changing typesetter, Up: %#notation
   4.159  
   4.160 @@ -350,13 +359,14 @@
   4.161  
   4.162    1. $B%5%V%G%#%l%/%H%j$r:n$C$F!"$=$NCf$K%5%V%U%!%$%k$rCV$/$3$H$O$G$-$k$,%5(B
   4.163       $B%V%G%#%l%/%H%j$N%5%V%G%#%l%/%H%j$K$OCV$1$J$$!#(B
   4.164 -  2. $B%a%$%s%U%!%$%k$+$i%5%V%G%#%l%/%H%jFb$N%U%!%$%k$r(B include$B$9$k;~$K$O!"(B
   4.165 +  2. $B%a%$%s%U%!%$%k$+$i%5%V%G%#%l%/%H%jFb$N%U%!%$%k$r(B include $B$9$k;~$K$O!"(B
   4.166       $BAjBP%Q%9;XDj$rMQ$$$F!"(B`\include{chap1/sub}'$B$N$h$&$K5-=R!#(B
   4.167    3. $B%a%$%s%U%!%$%k$,0l$D>e$N%G%#%l%/%H%j$K$"$k>l9g$b!"%5%V%U%!%$%k$K$O(B
   4.168       %#!platex main.tex $B$N$h$&$K5-=R$9$k(B(../main$B$G$O$J$$(B)$B!#(B
   4.169  
   4.170  
   4.171  
   4.172 +
   4.173  
   4.174  File: yatexj, Node: Fix region for typesetting, Next: lpr format, Prev: Splitting input files, Up: %#notation
   4.175  
   4.176 @@ -390,8 +400,9 @@
   4.177    tabular $B4D6-$r2?EY$b;n9T:x8m$7$F$$$k$h$&$J>l9g$O!"(B`\begin'$B$NA0$N9T$K(B 
   4.178  `%#BEGIN' $B$H=q$-!"(B`\end' $B$N<!$N9T$K(B `%#END' $B$H=q$$$F$*$/$H4JC1$K:nI=7k2L$r(B
   4.179  $B%F%9%H$9$k$3$H$,$G$-$^$9!#$^$?!"D9$$(B .tex $B%U%!%$%k$N8eH>$K(B `%#BEGIN' $B$r=q(B
   4.180 -$B$$$F$*$1$P!"A0H>$NItJ,$OL5;k$G$-$^$9!#$3$N(BBEGIN$B$H(BEND$B$N>C$7K:$l$K$O==J,$4Cm(B
   4.181 -$B0U2<$5$$!#(B
   4.182 +$B$$$F$*$1$P!"A0H>$NItJ,$OL5;k$G$-$^$9!#$3$N(BBEGIN$B$H(BEND $B$N>C$7K:$l$K$O==J,$4(B
   4.183 +$BCm0U2<$5$$!#(B
   4.184 +
   4.185  
   4.186  
   4.187  
   4.188 @@ -430,6 +441,7 @@
   4.189  
   4.190  $B$J$I$H$9$k$N$bJXMx$+$b$7$l$^$;$s!#(B
   4.191  
   4.192 +
   4.193  
   4.194  File: yatexj, Node: Editing %# notation, Prev: lpr format, Up: %#notation
   4.195  
   4.196 @@ -450,6 +462,7 @@
   4.197  $B$r(B `%#BEGIN' $B!A(B `%#END' $B$G3g$j$?$$;~$O!"(B`b'$B$r2!$7$^$9!#(B`b'$B$rA*$s$@;~$K$O!"(B
   4.198  $B$=$l$^$G%P%C%U%!Cf$KCV$+$l$F$$$?(B `%#BEGIN', `%#END' $B$,<+F0E*$K>C5n$5$l$^$9!#(B
   4.199  
   4.200 +
   4.201  
   4.202  File: yatexj, Node: Completion, Next: Local dictionary, Prev: %#notation, Up: Top
   4.203  
   4.204 @@ -471,6 +484,7 @@
   4.205  * Image completion::            $B?t<05-9f%$%a!<%8Jd40(B
   4.206  * Greek letter completion::     $B%.%j%7%cJ8;zJd40(B
   4.207  
   4.208 +
   4.209  
   4.210  File: yatexj, Node: begin$B7?Jd40(B, Next: section$B7?Jd40(B, Prev: Completion, Up: Completion
   4.211  
   4.212 @@ -483,7 +497,7 @@
   4.213  `[prefix] b'
   4.214               ... begin $B7?Jd403+;O(B($BI8=`$G$O(B `C-c b')
   4.215  
   4.216 -$B$G;O$^$j$^$9!#IQHK$KMQ$$$i$l$k<!$N(B LaTeX $B4D6-$NJd40$O!"(B[prefix] `b'$B$KB3$/(B
   4.217 +$B$G;O$^$j$^$9!#IQHK$KMQ$$$i$l$k<!$N(B LaTeX $B4D6-$NJd40$O!"(B[prefix] `b' $B$KB3$/(B
   4.218  $B<!$N(B1$BJ8;z$rF~NO$9$k$@$1$G!"(B`\begin{xxx}...\end{xxx}'$B$r40@.$5$;$^$9!#(B
   4.219  
   4.220  `[prefix] b c'
   4.221 @@ -550,7 +564,7 @@
   4.222  
   4.223    $B$H$3$m$G!":G=i$K=q$$$F$7$^$C$?%V%m%C%/$r8e$+$i!"(Bitemize $B4D6-$NCf$KJD$8$3(B
   4.224  $B$a$?$$$H;W$&$3$H$,$"$j$^$9$,!"$=$N$h$&$J$H$-$O!"$"$i$+$8$aJD$8$3$a$?$$CJMn(B
   4.225 -$B$r%^!<%/$7$F!"(Bbegin $B7?Jd40$N3F%3%^%s%I$N(B `[prefix]'$B$N<!$N!X>.J8;z$N(B 'b'$B!Y(B 
   4.226 +$B$r%^!<%/$7$F!"(Bbegin $B7?Jd40$N3F%3%^%s%I$N(B `[prefix]' $B$N<!$N!X>.J8;z$N(B 'b'$B!Y(B 
   4.227  $B$r!XBgJ8;z!Y$KJQ$($F5/F0$7$F2<$5$$!#(B($B$^$?$O!"(B`C-u' $B$r@h$KBG$A!"(Buniversal
   4.228  argument $B$r$D$1$F$b2DG=$G$9(B)
   4.229  
   4.230 @@ -565,6 +579,7 @@
   4.231  `b' $B$rBgJ8;z$KJQ$($F!"(B`[prefix] B SPC' $B$H%?%$%W$9$l$P!"$"$i$+$8$a%^!<%/$7(B
   4.232  $B$F$*$$$?%j%8%g%s$r!"(Bbegin $B$H(B end $B$N4D6-$G3g$j$^$9!#(B
   4.233  
   4.234 +
   4.235  
   4.236  File: yatexj, Node: section$B7?Jd40(B, Next: large$B7?Jd40(B, Prev: begin$B7?Jd40(B, Up: Completion
   4.237  
   4.238 @@ -617,6 +632,7 @@
   4.239  * view-sectioning::             $B%;%/%7%g%s6h@Z$j$N%"%&%H%i%$%sI=<((B
   4.240  * label-generation::            $B%i%Y%k<+F0@8@.(B
   4.241  
   4.242 +
   4.243  
   4.244  File: yatexj, Node: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B, Next: Enclose section-type command, Prev: section$B7?Jd40(B, Up: section$B7?Jd40(B
   4.245  
   4.246 @@ -644,6 +660,7 @@
   4.247  $B$$$F8D?t$r;XDj$7D>$9$3$H$G!"<+F0E*$K<-=qCf$N0z?t$N8D?t$NItJ,$r99?7$7$^$9!#(B
   4.248  
   4.249  
   4.250 +
   4.251  
   4.252  File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B, Up: section$B7?Jd40(B
   4.253  
   4.254 @@ -653,6 +670,7 @@
   4.255    $B$^$?!"5/F0%3%^%s%I$N(B`s'$B$rBgJ8;z$KJQ$($F5/F0$9$k$H!"$"$i$+$8$a=q$$$?J8>O(B
   4.256  $B$r(B section $B7?%3%^%s%I$NBh0l0z?t$H$7$F3g$j$^$9!#(B
   4.257  
   4.258 +
   4.259  
   4.260  File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section$B7?Jd40(B
   4.261  
   4.262 @@ -660,10 +678,11 @@
   4.263  --------
   4.264  
   4.265    $B9bEY$J;H$$J}$K$J$k$+$b$7$l$^$;$s$,!"(Bsection$B7?Jd40$N0z?t$NF~NO;~$K$5$i$K(B
   4.266 -$BJd40F~NO$rMxMQ$9$k$3$H$,$G$-$^$9(B(section/large/maketitle$B7?$K8B$k(B)$B!#(Bsection
   4.267 +$BJd40F~NO$rMxMQ$9$k$3$H$,$G$-$^$9(B(section/large/maketitle$B7?$K8B$k(B)$B!#(Bsection 
   4.268  $B7?%3%^%s%I$N0z?t$K99$K(B LaTeX $B%3%^%s%I$,Mh$k>l9g$K$O%_%K%P%C%U%!$GLnD;$NJd(B
   4.269  $B40%-!<$r:F5"E*$KF~NO$9$k$3$H$G0z?t$NF~NO$b8zN(E*$K9T$J$($^$9!#(B
   4.270  
   4.271 +
   4.272  
   4.273  File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section$B7?Jd40(B
   4.274  
   4.275 @@ -708,6 +727,7 @@
   4.276               ... $B%l%Y%k(B n $B0J2<$N%;%/%7%g%s%3%^%s%I$r1#$7$FI=<((B
   4.277  
   4.278  
   4.279 +
   4.280  
   4.281  File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section$B7?Jd40(B
   4.282  
   4.283 @@ -721,6 +741,7 @@
   4.284  $B$F$N%+%&%s%?$K%i%Y%k$r$D$1$k$N$b$?$$$X$s$G$9!#$b$&%i%Y%kL>$K2?$r$D$1$k$+!"(B
   4.285  $B%i%Y%k$r$D$1$k$+$D$1$^$$$+!"$J$I$H$$$&$3$H$OK:$l$^$7$g$&(B!
   4.286  
   4.287 +
   4.288  
   4.289  File: yatexj, Node: large$B7?Jd40(B, Next: maketitle$B7?Jd40(B, Prev: section$B7?Jd40(B, Up: Completion
   4.290  
   4.291 @@ -749,6 +770,7 @@
   4.292  $B;z$NHO0O$r%^!<%/$7$F$+$i!"8F$S=P$7%-!<$r(B `[prefix] L' $B$H!"BgJ8;z$N(B L $B$KJQ(B
   4.293  $B$($F8F$S=P$;$P!"$=$N%j%8%g%sA4BN$,!"%V%l!<%9$G0O$^$l$^$9!#(B
   4.294  
   4.295 +
   4.296  
   4.297  File: yatexj, Node: maketitle$B7?Jd40(B, Next: Arbitrary completion, Prev: large$B7?Jd40(B, Up: Completion
   4.298  
   4.299 @@ -763,6 +785,7 @@
   4.300  $B$G!"(Bmaketitle $B7?Jd40$r3+;O$7$^$9!#Jd40$NMWNN$O:#$^$G$N$b$N$H$^$C$?$/F1$8$G(B
   4.301  $B$9!#(BLaTeX $BMQ$N%3%^%s%IL>$,Jd408uJd$H$7$FMQ0U$5$l$F$$$^$9!#(B
   4.302  
   4.303 +
   4.304  
   4.305  File: yatexj, Node: Arbitrary completion, Next: end$BJd40(B, Prev: maketitle$B7?Jd40(B, Up: Completion
   4.306  
   4.307 @@ -779,6 +802,7 @@
   4.308  $B$rF~NO$9$l$P!"A4$F$NJd408uJd$NCf$+$i0lCW$9$k$b$N$,A*$P$l%+!<%=%k0LCV$KA^F~(B
   4.309  $B$5$l$^$9!#(B
   4.310  
   4.311 +
   4.312  
   4.313  File: yatexj, Node: end$BJd40(B, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion
   4.314  
   4.315 @@ -795,6 +819,7 @@
   4.316  
   4.317  $B$H$9$k$3$H$G!"8=:_3+$$$F$$$k4D6-L>$G(B \end{} $B$,Jd$o$l$^$9!#(B
   4.318  
   4.319 +
   4.320  
   4.321  File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end$BJd40(B, Up: Completion
   4.322  
   4.323 @@ -821,6 +846,7 @@
   4.324  
   4.325  $B$,40@.$5$l!"%+!<%=%k$O(B{}$B$N30$KLa$j$^$9!#(B
   4.326  
   4.327 +
   4.328  
   4.329  File: yatexj, Node: Image completion, Next: Greek letter completion, Prev: Accent mark completion, Up: Completion
   4.330  
   4.331 @@ -836,8 +862,8 @@
   4.332  $B$N$h$&$K$7$^$9$,!"$3$l$rMxMQ$7$F!"?t<05-9f%$%a!<%8F~NO%b!<%I$G(B 
   4.333  `\leftarrow'$B$rF~NO$9$k$K$O!"(B`;'($B%;%_%3%m%s(B)$B$rBG$C$F$+$i(B`<-'$B$HF~NO$7$^$9!#(B
   4.334  $BF1MM$K!"D9$$Lp0u"+(B-(long-leftarrow) $B$r(BASCII$BJ8;z$@$1$GI=8=$9$k>l9g!V(B<--$B!W$H(B
   4.335 -$B$9$k$N$G!"(B`\longleftarrow'$B$rF~NO$9$k$?$a$K$O!"(B`;<--'$B$HF~NO$7$^$9!#$"$k$$$O(B
   4.336 -$BL58BBg5-9f$r(BASCII$BJ8;z$@$1$GI=8=$9$k;~$O!V(Boo$B!W$N$h$&$K$9$k$3$H$+$i!"(B
   4.337 +$B$9$k$N$G!"(B`\longleftarrow'$B$rF~NO$9$k$?$a$K$O!"(B`;<--' $B$HF~NO$7$^$9!#$"$k$$(B
   4.338 +$B$OL58BBg5-9f$r(BASCII$BJ8;z$@$1$GI=8=$9$k;~$O!V(Boo$B!W$N$h$&$K$9$k$3$H$+$i!"(B
   4.339  `\infty' $B$rF~NO$9$k;~$O!"(B`;oo'$B$H%-!<F~NO$7$^$9!#(B
   4.340  
   4.341    $B$3$l$i$NA`:n$r$^$H$a$k$H<!$N$h$&$K$J$j$^$9!#(B
   4.342 @@ -875,9 +901,10 @@
   4.343  
   4.344    $BF~NO%-!<$H(B LaTeX $B%3%^%s%I!"5-9f$NBP1~I=$r8D?ME*$K@_Dj$7$?$$>l9g$O(B 
   4.345  Emacs-Lisp $BJQ?t(B `YaTeX-math-sign-alist-private' $B$KDj5A$7$F$/$@$5$$!#$=$NFb(B
   4.346 -$BMF$H%G%U%)%k%H$N$b$N$r9g$o$;$?$b$N$,BP1~I=$H$7$F;HMQ$5$l$^$9(B(private$B$NJ}$,(B
   4.347 -$BM%@h$5$l$k(B)$B!#$J$*!"$3$NJQ?t$N9=B$$K$D$$$F$O(B `yatexmth.el' $B$r;2>H$7$F$/$@$5(B
   4.348 -$B$$!#(B
   4.349 +$BMF$H%G%U%)%k%H$N$b$N$r9g$o$;$?$b$N$,BP1~I=$H$7$F;HMQ$5$l$^$9(B(private $B$NJ}(B
   4.350 +$B$,M%@h$5$l$k(B)$B!#$J$*!"$3$NJQ?t$N9=B$$K$D$$$F$O(B `yatexmth.el' $B$r;2>H$7$F$/$@(B
   4.351 +$B$5$$!#(B
   4.352 +
   4.353  
   4.354  
   4.355  File: yatexj, Node: Greek letter completion, Prev: Image completion, Up: Completion
   4.356 @@ -896,6 +923,7 @@
   4.357  $B@)E*$K%$%a!<%8Jd40$KF~$k$3$H$,$G$-$^$9!#$^$?!"$3$N;~$K$I$N$h$&$J>uBV$G?t<0(B
   4.358  $B4D6-FbH=Dj$K<:GT$7$?$+$r$4O"Mm2<$5$$!#(B
   4.359  
   4.360 +
   4.361  
   4.362  File: yatexj, Node: Local dictionary, Next: Commenting out, Prev: Completion, Up: Top
   4.363  
   4.364 @@ -913,8 +941,9 @@
   4.365         `foo' is not in table. Register into: U)serDic L)ocalDic N)one D)iscard
   4.366  
   4.367  $B$H$$$&%W%m%s%W%H$KBP$7!"(B`u'$B$HEz$($k$H!V%f!<%6<-=q!W$r!"(B`l'$B$HEz$($k$H%m!<%+(B
   4.368 -$B%k<-=q$r99?7$7!"(B`n'$B$HEz$($k$H<-=q%U%!%$%k$O99?7$;$:8=:_$N(BEmacs$B%;%C%7%g%s$N(B
   4.369 -$B$_M-8z$JC18l$H$7!"(B`d'$B$HEz$($k$H?7$?$JC18l$r3X=,$;$:$K<N$F$k$3$H$K$J$j$^$9!#(B
   4.370 +$B%k<-=q$r99?7$7!"(B`n'$B$HEz$($k$H<-=q%U%!%$%k$O99?7$;$:8=:_$N(BEmacs $B%;%C%7%g%s(B
   4.371 +$B$N$_M-8z$JC18l$H$7!"(B`d'$B$HEz$($k$H?7$?$JC18l$r3X=,$;$:$K<N$F$k$3$H$K$J$j$^(B
   4.372 +$B$9!#(B
   4.373  
   4.374    $B$b$7!"%m!<%+%k<-=q$N5!G=$O$$$i$:!"A4$F%f!<%6<-=q$N99?7$N$_$G$h$$$H8@$&>l(B
   4.375  $B9g$K$O(B`~/.emacs'$B$J$I$G!"(B
   4.376 @@ -923,6 +952,7 @@
   4.377  
   4.378  $B$H$7$F2<$5$$!#(B
   4.379  
   4.380 +
   4.381  
   4.382  File: yatexj, Node: Commenting out, Next: Cursor jump, Prev: Local dictionary, Up: Top
   4.383  
   4.384 @@ -972,6 +1002,7 @@
   4.385  `[preifx] >' $B$r2!$7$F$b%+!<%=%k$,(B `\begin{}' $B$N>e$K$"$k$H(B`\begin{}'$B!A(B
   4.386  `\end{}'$B%b!<%I$G%3%a%s%H5!G=$,F/$$$F$7$^$&$N$GCm0U$7$F2<$5$$!#(B
   4.387  
   4.388 +
   4.389  
   4.390  File: yatexj, Node: Cursor jump, Next: Modifying/Deleting, Prev: Commenting out, Up: Top
   4.391  
   4.392 @@ -987,6 +1018,7 @@
   4.393  * $B4D6-$rC10L$H$7$?%8%c%s%W(B::    
   4.394  * $B:G8e$NJd400LCV$X$N%8%c%s%W(B::  
   4.395  
   4.396 +
   4.397  
   4.398  File: yatexj, Node: $BBP1~%*%V%8%'%/%H$X$N%8%c%s%W(B, Next: $B$*3(IA$-%D!<%k5/F0(B, Prev: Cursor jump, Up: Cursor jump
   4.399  
   4.400 @@ -1025,6 +1057,7 @@
   4.401  $B$3$N5!G=$O(B `begin/end', `%#BEGIN/%#END' $B4V$N%8%c%s%W$KBP$7$F$O(B($B0UL#$,$J$$(B
   4.402  $B$H;W$o$l$k$N$G(B)$B5!G=$7$J$$$N$GCm0U$7$F$/$@$5$$!#(B
   4.403  
   4.404 +
   4.405  
   4.406  File: yatexj, Node: $B$*3(IA$-%D!<%k5/F0(B, Next: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B, Prev: $BBP1~%*%V%8%'%/%H$X$N%8%c%s%W(B, Up: Cursor jump
   4.407  
   4.408 @@ -1054,6 +1087,7 @@
   4.409  $B2<$5$$!#$&$^$/@_Dj$9$k$H!"2hA|%U%!%$%k$K$+$.$i$:!"G$0U$N7A<0$N%U%!%$%k$rG$(B
   4.410  $B0U$N%W%m%;%C%5$G=hM}$9$k%3%^%s%I$r4JC1$K8F$S=P$9$3$H$,$G$-$^$9!#(B
   4.411  
   4.412 +
   4.413  
   4.414  File: yatexj, Node: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B, Next: $B4D6-$rC10L$H$7$?%8%c%s%W(B, Prev: $B$*3(IA$-%D!<%k5/F0(B, Up: Cursor jump
   4.415  
   4.416 @@ -1071,6 +1105,7 @@
   4.417  $B%*!<%W%s$7$F$$$J$$>l9g$O!"%+%l%s%H%G%#%l%/%H%j$+$iC5$7$F<+F0E*$K%*!<%W%s$7(B
   4.418  $B$^$9!#(B
   4.419  
   4.420 +
   4.421  
   4.422  File: yatexj, Node: $B4D6-$rC10L$H$7$?%8%c%s%W(B, Next: $B:G8e$NJd400LCV$X$N%8%c%s%W(B, Prev: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B, Up: Cursor jump
   4.423  
   4.424 @@ -1089,6 +1124,7 @@
   4.425  $B>e5-$N%3%^%s%I$ODL>o$N(B`[prefix]'$B%-!<$G$O$J$/(B`META'$B%-!<$r%W%j%U%#%/%9$H$7$F(B
   4.426  $B5!G=$9$k$N$G$4Cm0U2<$5$$!#(B
   4.427  
   4.428 +
   4.429  
   4.430  File: yatexj, Node: $B:G8e$NJd400LCV$X$N%8%c%s%W(B, Prev: $B4D6-$rC10L$H$7$?%8%c%s%W(B, Up: Cursor jump
   4.431  
   4.432 @@ -1099,6 +1135,7 @@
   4.433  $B$k%U%!%$%k$NG!2?$J$k0LCV$K9T$C$?$H$7$F$b!"(B`C-x j 3'(`jump-to-register')$B$r(B
   4.434  $B;H$C$FD>$A$K:G8e$NJd40F~NO0LCV$KLa$k$3$H$,$G$-$^$9!#(B
   4.435  
   4.436 +
   4.437  
   4.438  File: yatexj, Node: Modifying/Deleting, Next: Filling, Prev: Cursor jump, Up: Top
   4.439  
   4.440 @@ -1121,6 +1158,7 @@
   4.441  * Changing LaTeX command::      LaTeX $B%3%^%s%I$NJQ99(B
   4.442  * Killing LaTeX command::       LaTeX $B%3%^%s%I$N:o=|(B
   4.443  
   4.444 +
   4.445  
   4.446  File: yatexj, Node: Changing LaTeX command, Next: Killing LaTeX command, Prev: Modifying/Deleting, Up: Modifying/Deleting
   4.447  
   4.448 @@ -1143,6 +1181,7 @@
   4.449  $B$+$i=|30$9$k$3$H$,$G$-$^$9!#(B
   4.450  
   4.451  
   4.452 +
   4.453  
   4.454  File: yatexj, Node: Killing LaTeX command, Prev: Changing LaTeX command, Up: Modifying/Deleting
   4.455  
   4.456 @@ -1170,6 +1209,7 @@
   4.457               $BK\J8(B\footnote{$B5SCm(B}$B$G$9!#(B     $BK\J85SCm$G$9!#(B  $BK\J8$G$9!#(B
   4.458                       $B",(B($B%+!<%=%k0LCV(B)
   4.459  
   4.460 +
   4.461  
   4.462  File: yatexj, Node: Filling, Next: Includeonly, Prev: Modifying/Deleting, Up: Top
   4.463  
   4.464 @@ -1226,6 +1266,7 @@
   4.465  $B$h$j(B fill-prefix $B$r$$$A$$$AJQ99$7$J$/$F7eB7$($,$G$-$^$9!#(B
   4.466  
   4.467  
   4.468 +
   4.469  
   4.470  File: yatexj, Node: Includeonly, Next: What column, Prev: Filling, Up: Top
   4.471  
   4.472 @@ -1247,10 +1288,11 @@
   4.473  
   4.474               A)dd R)eplace %)comment?
   4.475  
   4.476 -$B8=:_JT=8Cf$N%U%!%$%k$r(B `\includeonly' $B$N%j%9%H$K2C$($?$$;~$K$O(B`a'$B$r!"8=:_(B
   4.477 +$B8=:_JT=8Cf$N%U%!%$%k$r(B `\includeonly' $B$N%j%9%H$K2C$($?$$;~$K$O(B`a' $B$r!"8=:_(B
   4.478  $BJT=8Cf$N%U%!%$%k$@$1$r(B `\includeonly' $B$K$7$?$$;~$O(B`r'$B$r!"(B`\includeonly' $B$N(B
   4.479  $B9T$r%3%a%s%H%"%&%H$7$FL58z2=$7$?$$;~$K$O!"(B`%'$B$r$=$l$>$l2!$7$F2<$5$$!#(B
   4.480  
   4.481 +
   4.482  
   4.483  File: yatexj, Node: What column, Next: Intelligent newline, Prev: Includeonly, Up: Top
   4.484  
   4.485 @@ -1280,6 +1322,7 @@
   4.486  $B$9!#$b$79`L\L>$H$7$FJL$N$b$N$rI=<($7$FM_$7$$>l9g$O!"9TF,$r(B`%'$B$K$7$F%@%_!<(B
   4.487  $B$N9`L\JB$S$r:n$C$F$*$/$HNI$$$G$7$g$&!#(B
   4.488  
   4.489 +
   4.490  
   4.491  File: yatexj, Node: Intelligent newline, Next: Usepackage cheker, Prev: What column, Up: Top
   4.492  
   4.493 @@ -1322,6 +1365,7 @@
   4.494  $B$K$7$F$/$@$5$$!#(B
   4.495  
   4.496  
   4.497 +
   4.498  
   4.499  File: yatexj, Node: Usepackage cheker, Next: Changing mode of YaTeX, Prev: Intelligent newline, Up: Top
   4.500  
   4.501 @@ -1337,6 +1381,7 @@
   4.502  $B72$r(Balist$B$N7A<0$GJQ?t(B `YaTeX-package-alist-private' $B$K@_Dj$7$F$*$/I,MW$,$"(B
   4.503  $B$j$^$9!#(B
   4.504  
   4.505 +
   4.506  
   4.507  File: yatexj, Node: Changing mode of YaTeX, Next: Online help, Prev: Usepackage cheker, Up: Top
   4.508  
   4.509 @@ -1362,6 +1407,7 @@
   4.510  $B%I$r<jF0$G@Z$jBX$($k$HNI$$$G$7$g$&!#(B
   4.511  
   4.512  
   4.513 +
   4.514  
   4.515  File: yatexj, Node: Online help, Next: Inclusion hierarchy browser, Prev: Changing mode of YaTeX, Up: Top
   4.516  
   4.517 @@ -1403,6 +1449,7 @@
   4.518  $B$9$k@bL@$r=q$$$?$J$i$P$<$R;d$^$G$=$N@bL@$r$*Aw$j2<$5$$!#<!2s$NG[I[$K4^$a$?(B
   4.519  $B$$$H;W$$$^$9!#(B
   4.520  
   4.521 +
   4.522  
   4.523  File: yatexj, Node: Inclusion hierarchy browser, Next: Cooperation with other packages, Prev: Online help, Up: Top
   4.524  
   4.525 @@ -1465,6 +1512,7 @@
   4.526    $B$?$@$7!"NY$N%&%#%s%I%&$N%U%!%$%k$NFbMF$rI=<($9$k5!G=$K4X$7$F$O!"BP1~$9$k(B
   4.527  $B%U%!%$%k$r%/%m!<%:$7$F$7$^$&$H$&$^$/F/$-$^$;$s$N$G$4Cm0U$/$@$5$$!#(B
   4.528  
   4.529 +
   4.530  
   4.531  File: yatexj, Node: Cooperation with other packages, Next: Customizations, Prev: Inclusion hierarchy browser, Up: Top
   4.532  
   4.533 @@ -1487,6 +1535,7 @@
   4.534    `min-out.el' (`outline-minor-mode') $B$HLnD;$rAH$_9g$o$;$F;H$&$3$H$b$b$A$m(B
   4.535  $B$s2DG=$G$9!#@_Dj$NJ}K!$K4X$7$F$O(B`yatexm-o.el'$B$r$4Mw$/$@$5$$!#(B
   4.536  
   4.537 +
   4.538  
   4.539  File: yatexj, Node: Customizations, Next: Etc, Prev: Cooperation with other packages, Up: Top
   4.540  
   4.541 @@ -1502,6 +1551,7 @@
   4.542  * Lisp variables::              lisp $BJQ?t(B
   4.543  * Add-in functions::            $BIU2C4X?t(B($B%"%I%$%s4X?t(B)
   4.544  
   4.545 +
   4.546  
   4.547  File: yatexj, Node: Lisp variables, Next: Add-in functions, Prev: Customizations, Up: Customizations
   4.548  
   4.549 @@ -1523,6 +1573,7 @@
   4.550  * Hook variables::              hook$BJQ?t(B
   4.551  * Hook file::                   hook$BMQ%U%!%$%k(B
   4.552  
   4.553 +
   4.554  
   4.555  File: yatexj, Node: All customizable variables, Next: Sample definitions, Prev: Lisp variables, Up: Lisp variables
   4.556  
   4.557 @@ -1675,7 +1726,7 @@
   4.558  
   4.559   -- Variable: YaTeX-hilit-sectioning-attenuation-rate
   4.560       $B?'IU$1$,M-8z$J;~$N!"(B`\subparagraph' $B$N?'$r(B `\chapter' $B$NG;EY$N2?(B%$BGv$/(B
   4.561 -     $B$7$?$b$N$K$9$k$+(B (`'(15 40)') `YaTeX-hilit-sectioning-face'$B$N9`;2>H!#(B
   4.562 +     $B$7$?$b$N$K$9$k$+(B (`'(15 40)') `YaTeX-hilit-sectioning-face' $B$N9`;2>H!#(B
   4.563  
   4.564   -- Variable: YaTeX-use-AMS-LaTeX
   4.565       AMS-LaTeX $B$r;HMQ$9$k>l9g$O(B `t' $B$K@_Dj$9$k(B (`nil')
   4.566 @@ -1694,8 +1745,8 @@
   4.567       (`(featurep 'font-lock)')
   4.568  
   4.569   -- Variable: YaTeX-use-hilit19
   4.570 -     $B%=!<%9$N?'$E$1%Q%C%1!<%8$H$7$F(B hilit19 $B$rMxMQ$9$k$+$I$&$+(B(`(featurep '
   4.571 -     hilit19)')
   4.572 +     $B%=!<%9$N?'$E$1%Q%C%1!<%8$H$7$F(B hilit19 $B$rMxMQ$9$k$+$I$&$+(B(`(featurep
   4.573 +     'hilit19)')
   4.574  
   4.575   -- Variable: YaTeX-use-italic-bold
   4.576       italic, bold$B%U%)%s%H$rLnD;$,C5$9$+$I$&$+(B (Emacs20$B0J9_$J$i(B`t')
   4.577 @@ -1709,15 +1760,12 @@
   4.578       LaTeX2e$B$N%Q%C%1!<%8L>$H$=$NCf$K4^$^$l$k%^%/%m$N%j%9%H!#E,@Z$K@_Dj$7$F(B
   4.579       $B$*$/$HK\J8F~NO;~$K%^%/%m$rJd40F~NO$9$k$H$=$N%^%/%m$KI,MW$J%Q%C%1!<%8(B
   4.580       $B$r(B usepackage $B$9$k$+<+F0E*$K8!::$7$F$/$l$k!#$7$F$$$J$1$l$P(B 
   4.581 -     \usepackage $B$r<+F0DI2C$9$k$3$H$b$G$-$k!#%j%9%H$O(B
   4.582 -             '(($B%Q%C%1!<%8L>(B1
   4.583 -                  ($BJd40%?%$%W(B $B%^%/%m$N%j%9%H!D!D(B)
   4.584 -                  ($BJd40%?%$%W(B $B%^%/%m$N%j%9%H!D!D(B))
   4.585 -               ($B%Q%C%1!<%8L>(B2
   4.586 -                  ($BJd40%?%$%W(B $B%^%/%m$N%j%9%H!D!D(B)
   4.587 -                  ($BJd40%?%$%W(B $B%^%/%m$N%j%9%H!D!D(B))$B!D!D!D(B)$B$H$$$&7A<0$K$9$k!#(B
   4.588 -     $BJd40%?%$%W$O(B `env, section, maketitle' $B$N$I$l$+!#6qBNNc$OJQ?t(B 
   4.589 -     `YaTeX-package-alist-default'$B$NCM;2>H!#(B
   4.590 +     \usepackage $B$r<+F0DI2C$9$k$3$H$b$G$-$k!#%j%9%H$O(B'(($B%Q%C%1!<%8L>(B1 ($BJd(B
   4.591 +     $B40%?%$%W(B $B%^%/%m$N%j%9%H!D!D(B) ($BJd40%?%$%W(B $B%^%/%m$N%j%9%H!D!D(B)) ($B%Q%C%1!<(B
   4.592 +     $B%8L>(B2 ($BJd40%?%$%W(B $B%^%/%m$N%j%9%H!D!D(B) ($BJd40%?%$%W(B $B%^%/%m$N%j%9(B
   4.593 +     $B%H!D!D(B))$B!D!D!D(B) $B$H$$$&7A<0$K$9$k!#Jd40%?%$%W$O(B `env, section,
   4.594 +     maketitle' $B$N$I$l$+!#6qBNNc$OJQ?t(B `YaTeX-package-alist-default' $B$NCM(B
   4.595 +     $B;2>H!#(B
   4.596  
   4.597   -- Variable: YaTeX-tabular-indentation
   4.598       tabular/array $B4D6-$G8=:_9T$N@hF,0LCV$,I=$NBh(BN$B%+%i%`$N$H$-$OI8=`%$%s%G(B
   4.599 @@ -1754,6 +1802,7 @@
   4.600                      (concat command ":" value)
   4.601                    (YaTeX::ref-generate-label nil nil))))
   4.602  
   4.603 +
   4.604  
   4.605  File: yatexj, Node: Sample definitions, Next: Hook variables, Prev: All customizable variables, Up: Lisp variables
   4.606  
   4.607 @@ -1770,6 +1819,7 @@
   4.608  
   4.609  $B$r(B `~/.emacs' $B$K2C$($^$9!#(B
   4.610  
   4.611 +
   4.612  
   4.613  File: yatexj, Node: Hook variables, Next: Hook file, Prev: Sample definitions, Up: Lisp variables
   4.614  
   4.615 @@ -1787,8 +1837,8 @@
   4.616                     '(lambda () (outline-minor-mode t)))
   4.617  
   4.618  $B5U$K!"FH<+$N%-!<Dj5A$r9T$$$?$$;~$J$I$O!"(B`yatex-mode-load-hook' $B$rMxMQ$7$^(B
   4.619 -$B$9!#Nc$($P!"(Bbegin $B7?Jd40$K$*$$$F!"(B document $B$d!"(Benumerate $B0J30$N4D6-L>$b%7%g!<(B
   4.620 -$B%H%+%C%H%-!<$GF~$l$?$$$J$I$H$$$&;~$O!"<!$N$h$&$K$7$^$9!#0J2<$NNc$O!"(B
   4.621 +$B$9!#Nc$($P!"(Bbegin $B7?Jd40$K$*$$$F!"(B document $B$d!"(Benumerate $B0J30$N4D6-L>$b(B
   4.622 +$B%7%g!<%H%+%C%H%-!<$GF~$l$?$$$J$I$H$$$&;~$O!"<!$N$h$&$K$7$^$9!#0J2<$NNc$O!"(B
   4.623  `[prefix] ba' $B$G(B `\begin{abstract}', `\end{abstract}' $B$rA^F~$7$^$9!#(B
   4.624  
   4.625               (setq yatex-mode-load-hook
   4.626 @@ -1797,6 +1847,7 @@
   4.627  $B$J$*!"?7$?$J%-!<$NDj5A$K$O!"4X?t(B `YaTeX-define-key'
   4.628  `YaTeX-define-begend-key'$B$rMxMQ$9$k$h$&$K$7$F$/$@$5$$!#(B
   4.629  
   4.630 +
   4.631  
   4.632  File: yatexj, Node: Hook file, Prev: Hook variables, Up: Lisp variables
   4.633  
   4.634 @@ -1808,6 +1859,7 @@
   4.635  $B%I$7$^$9!#(B
   4.636  
   4.637  
   4.638 +
   4.639  
   4.640  File: yatexj, Node: Add-in functions, Prev: Lisp variables, Up: Customizations
   4.641  
   4.642 @@ -1818,6 +1870,7 @@
   4.643  $B$k$?$a$N4X?t$r:n@.$9$k$3$H$,$G$-$^$9!#$3$N4X?t$N:n@.J}K!$d!"AH$_9~$_J}K!$K(B
   4.644  $B4X$7$F$O!"(B`yatexadd.doc' $B$r$4Mw$/$@$5$$!#(B
   4.645  
   4.646 +
   4.647  
   4.648  File: yatexj, Node: Etc, Next: Copying, Prev: Customizations, Up: Top
   4.649  
   4.650 @@ -1830,6 +1883,7 @@
   4.651  $B<-=q$K$J$$%3%^%s%I$b!"$G$-$k$@$1Jd40F~NOJ}<0$rMxMQ$7!"%f!<%6<-=q$r=<<B$5$;(B
   4.652  $B$k$3$H$G!"$"$J$?$N(B LaTeX $B%9%?%$%k$K$"$C$?LnD;$X$H0i$C$F$$$/$3$H$G$7$g$&!#(B
   4.653  
   4.654 +
   4.655  
   4.656  File: yatexj, Node: Copying, Next: Concept Index, Prev: Etc, Up: Top
   4.657  
   4.658 @@ -1847,13 +1901,14 @@
   4.659  
   4.660    $B6l>p!"4uK>!"%P%0Js9p!"46A[Ey$O4?7^$$$?$7$^$9!#O"Mm$O(B yuuji@yatex.org $B$^(B
   4.661  $B$G(B(2004$BG/(B1$B7n8=:_(B)$B!#7QB3E*$K;HMQ$7$F$/$@$5$kJ}$O%a%$%j%s%0%j%9%H!V(Bfj$BLnD;$N(B
   4.662 -$B2q!W$K@'Hs2CF~$7$F$/$@$5$$!#2CF~J}K!$K$D$$$F$OK\%Q%C%1!<%8$N(B `docs/qanda'
   4.663 +$B2q!W$K@'Hs2CF~$7$F$/$@$5$$!#2CF~J}K!$K$D$$$F$OK\%Q%C%1!<%8$N(B `docs/qanda' 
   4.664  $B%U%!%$%k$N!V$=$NB>!W$N>O$r8fMw$/$@$5$$!#(B
   4.665  
   4.666  $B;EMM$O!"M=9p$J$/3N<B$K(B($B5$J,<!Bh$G(B)$BJQ99$5$l$^$9(B:-p$B!#(B
   4.667  
   4.668                                                                    $B9-@%M:Fs(B
   4.669  
   4.670 +
   4.671  
   4.672  File: yatexj, Node: Concept Index, Prev: Copying, Up: Top
   4.673  
   4.674 @@ -1864,117 +1919,114 @@
   4.675  
   4.676  * ::                            Greek letter completion.  4.
   4.677  * ;:                            Image completion.       4.
   4.678 +* ,C0(B[,B5-\(B]:                   Image completion.       4.
   4.679 +* ,Bi(B[,B--i(B]:                 Enclose section-type command.  4.
   4.680 +* ,Bi(B[,B--i(B]:                 large^(J.(B.            21.
   4.681 +* ,Hx(B[,BP+7$(B]:               2,LB,HH(B,BL,Hx,BpFi(B section^R}h.  4.
   4.682 +* (I"(B[,B($Sq(B]:               Accent mark completion.  4.
   4.683 +* ;g[;,B55q(B]:               Image completion.       31.
   4.684 +* [,B^/q="(B]:               Image completion.       4.
   4.685 +* ,Hs(B[,Bb5i5(B]:               Image completion.       4.
   4.686 +* ubN[,BSkB-(B]:           begin^(J.(B.            81.
   4.687 +* qXg[,BP7Fh(B]:           Cooperation with other packages.  8.
   4.688 +* ,B&(B[,B/=;k&(B]:           Filling.                4.
   4.689 +* ,Bb?e$(B[,Bb?f$(B]:           Intro.                  4.
   4.690 +* Wv[,B5bqS(B]:           view-sectioning.        42.
   4.691 +* &[&,BId$hf-(B]:         Intelligent newline.    4.
   4.692 +* ݒ[,B9BD"j"(B]:         Sample definitions.     4.
   4.693 +* (J.(B[,B7"5Y)q(B]:       Arbitrary completion.   4.
   4.694 +* ,B6(B,B_i(B[,BF51_i(B]:       begin^(J.(B.            81.
   4.695 +* ,MD(BA(J.(B[,B3"+Y)q(B]:       Recursive completion.   4.
   4.696 +* [U[,Bd$355f(B]:     begin^(J.(B.            71.
   4.697 +* _Kw[,Bkqh)";$(B]:     view-sectioning.        42.
   4.698 +* ,B11MG1(B?[,B11MF1(B?]:     What column.            4.
   4.699 +* ,B((BG`,B+(Bc[N[,B(&)+B$i+F$(B]: ,B((BG`,B+(Bc[N.  4.
   4.700 +* (JB(B,BL(B擪,BV(B[,B)q+f$L9qF$V(B]: (JB(B,Bp(BP,HJ,BF5=(BWv.  7.
   4.701 +* (JB(B,BL(B,BV(B[,B)q+f$L\BPV(B]: (JB(B,Bp(BP,HJ,BF5=(BWv.  7.
   4.702 +* (JB(B,Bp(B}[N[,B)q+f$p\ -(B]: (JB(B,Bp(BP,HJ,BF5=(BWv.  7.
   4.703 +* JX^}CY[,B)7=\"7(B]:   Customizations.         4.
   4.704 +* L[ATC[,B+" 3"q(B]:   Customizations.         4.
   4.705 +* [h[,B7$5+`(F(B]:   Image completion.       4.
   4.706 +* CXg[[,B"q7F(i(B]:   Installation.           4.
   4.707 +* ^CvZb^[,B="S9B=(B]:   Invocation.             4.
   4.708 +* v[A[,BSjPd$ (B]:   Invocation.             4.
   4.709 +* AEgC[,B $Fg"q(B]:   view-sectioning.        4.
   4.710 +* ,Hx,BL,LB,Bp(B,B&i(B[,BP+7$L17$p)&i(B]: 2,LB,HH(B,BL,Hx,BpFi(B section^R}h.  24.
   4.711 +* ANZgL(J.(B[,B -9qF+1$Y)q(B]: Accent mark completion.  4.
   4.712 +* JX^}CYϐ,Hj(B[,B)7=\"7Vq7$"?gq(B]: All customizable variables.  4.
   4.713 +* (JB(B,BL(B(J.(B[,B)q+f$_"LY)q(B]: begin^(J.(B.    4.
   4.714 +* G[C[,B&g 5d$9"(B]: Calling typesetter.     4.
   4.715 +* ^CvZb^N[,B="S9B=+F$(B]: Calling typesetter.  4.
   4.716 +* ^CvZbgG[[,B="S9BF&g (B]: Calling typesetter.  4.
   4.717 +* (JB(B,BL(BύX[,B)q+f$_"LVq1$(B]: Changing LaTeX command.  20.
   4.718 +* [h,Bh(B,B&(B[,B`$F+h)&(B]: Changing mode of YaTeX.  4.
   4.719 +* ^CvZb^,BL(Bg,B"(B,B/(B[,B="S9B=LB)"m/(B]: Changing typesetter.  12.
   4.720 +* N,B7i(BR}h,Bp(B,B&i(B[,B+F$7i1\qFp)&i(B]: Changing typesetter.  7.
   4.721 +* RgAEg[,B1_qF $F(B]: Commenting out.       4.
   4.722 +* pbP[W,BFL(BAg[,B=MB/&5FLjq/"(B]: Cooperation with other packages.  4.
   4.723 +* R}hqXg[,B1\qFP7Fh(B]: Cooperation with other packages.  8.
   4.724 +* J[\Wv[,B) ;i5bqS(B]: Cursor jump.      4.
   4.725 +* %#L@,BL(BҏW[%#,B+Y$5="LVq5d$(B]: Editing %# notation.  4.
   4.726 +* pOt,BL(B,B&(B[,BMg-gSL/=;k&(B]: Filling.  46.
   4.727 +* ,Hf(BK[,Bhf$"+/BD"+;-(B]: Fix region for typesetting.  25.
   4.728 +* ,B"(Bt@C,BL(BҏW[,BH)"S "iLVq5d$(B]: Fix region for typesetting.  34.
   4.729 +* ,LE(B,Hf,BL(B^CvZbg[,B1D"hf$"+L="S9BF(B]: Fix region for typesetting.  4.
   4.730 +* MV(J.(B[,B+h5b`5Y)q(B]: Greek letter completion.  4.
   4.731 +* C[W(J.(B[,B"_&5Y)q(B]: Image completion.       4.
   4.732 +* LC[W(J.(B[,B7$5++1$"_&5Y)q(B]: Image completion.  4.
   4.733 +* ,BL(Bt@C,BL(B蒼,B5(B[,BY)LS "iLDH(5(B]: Includeonly.  11.
   4.734 +* CN[h\[,B"q-i$F1$;$(B]: Inclusion hierarchy browser.  4.
   4.735 +* ,B(\)9(I|(Bs[,B(\)9)"+f$(B]: Intelligent newline.  4.
   4.736 +* vgAEg[,BShqF $F(B]: Invocation.           4.
   4.737 +* (JB(B,BL,Mm(B[,B)q+f$L3-5f(B]: Killing LaTeX command.  6.
   4.738 +* x[,BgVi5F$9"9"(B]: label-generation.  4.
   4.739 +* tHgwq[,BS(qF5D"5(B]: large^(J.(B.        17.
   4.740 +* TCYwq[,B`53"75D"5(B]: large^(J.(B.    17.
   4.741 +* [J[,Bk()i55f(B]: Local dictionary.       4.
   4.742 +* ύX/,Mm(B[,BVq1$(B/,B3-5f(B]: Modifying/Deleting.     4.
   4.743 +* O[owv[,B-k(MiViS(B]: Online help.      16.
   4.744 +* ICwv[,B(qg"qViS(B]: Online help.      4.
   4.745 +* L[[h,Mu(B[,B+"m F/q3-(B]: Online help.      4.
   4.746 +* vCx[gwv[,BSg"V&FViS(B]: Online help.  16.
   4.747 +* ̓t@C[,BId$hf-S "iSq)B(B]: Splitting input files.  11.
   4.748 +* ZNV,Bh,Hj(Bobt@[,B9-5fq-+h"?gqMBS (B]: view-sectioning.  18.
   4.749 +* ZNV,Bh(B[,B9-5fq-+h(B]: view-sectioning.  42.
   4.750 +* ,L;,M],BL(BJ\[,B/q3"L)g^Pf$5(B]: What column.  22.
   4.751  * apropos:                      Online help.            4.
   4.752  * autoload:                     Installation.           4.
   4.753  * auto-mode-alist:              Installation.           4.
   4.754 -* $B%0%m!<%P%k%X%k%W(B[$B$/$m$*$O$k$X$k$U(B]: Online help.      16.
   4.755 -* $B0z?t(B[$B$R$-$9$&(B]:               2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B.  4.
   4.756 -* $B0z?t$N8D?t$rJQ$($k(B[$B$R$-$9$&$N$3$9$&$r$+$($k(B]: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B.  24.
   4.757 -* $B$*$^$+$;2~9T(B[$B$*$^$+$;$+$$$-$h$&(B]: Intelligent newline.  4.
   4.758 -* $B&2(B[$B$7$/$^(B]:                   Image completion.       4.
   4.759 -* $B2$J8(B[$B$*$&$U$s(B]:               Accent mark completion.  4.
   4.760 -* $B$3$3$O$I$3(B?[$B$3$3$O$H$3(B?]:     What column.            4.
   4.761 -* $B%3%a%s%H%"%&%H(B[$B$3$a$s$H$"$&$H(B]: Commenting out.       4.
   4.762 -* $B3g$k(B[$B$/$/$k(B]:                 Enclose section-type command.  4.
   4.763 -* $B3g$k(B[$B$/$/$k(B]:                 large$B7?Jd40(B.            21.
   4.764 -* $B$*3(IA$-%D!<%k5/F0(B[$B$*$($+$-$D$&$k$-$H$&(B]: $B$*3(IA$-%D!<%k5/F0(B.  4.
   4.765 -* $B%3%^%s%I%R%9%H%j(B[$B$3$^$s$H$R$9$H$j(B]: Cooperation with other packages.  8.
   4.766 -* $B4D6-L>$NJd40(B[$B$+$s$-$h$&$a$$$N$[$+$s(B]: begin$B7?Jd40(B.    4.
   4.767 -* $B4D6-L>$NJQ99(B[$B$+$s$-$h$&$a$$$N$X$s$3$&(B]: Changing LaTeX command.  20.
   4.768 -* $B4D6-$N@hF,$X(B[$B$+$s$-$h$&$N$;$s$H$&$X(B]: $B4D6-$rC10L$H$7$?%8%c%s%W(B.  7.
   4.769 -* $B4D6-$NKvHx$X(B[$B$+$s$-$h$&$N$^$D$R$X(B]: $B4D6-$rC10L$H$7$?%8%c%s%W(B.  7.
   4.770 -* $B4D6-$N:o=|(B[$B$+$s$-$h$&$N$5$/$7$h(B]: Killing LaTeX command.  6.
   4.771 -* $B4D6-$r%^!<%/(B[$B$+$s$-$h$&$r$^$"$/(B]: $B4D6-$rC10L$H$7$?%8%c%s%W(B.  7.
   4.772 -* $B5/F0$9$k%3%^%s%I$rJQ$($k(B[$B$-$H$&$9$k$3$^$s$H$r$+$($k(B]: Changing typesetter.  7.
   4.773 -* %#$B5-K!<+BN$NJT=8(B[%#$B$-$[$&$7$?$$$N$X$s$7$f$&(B]: Editing %# notation.  4.
   4.774 -* $B%-!<%"%5%$%s(B[$B$-$$$"$5$$$s(B]:   Customizations.         4.
   4.775 -* $B7eB7$((B[$B$1$?$=$m$((B]:           Filling.                4.
   4.776 -* $B%;%/%7%g%s6h@Z$j0lMw%P%C%U%!(B[$B$;$/$7$h$s$/$-$j$$$A$i$s$O$D$U$"(B]: view-sectioning.  18.
   4.777 -* $B%;%/%7%g%s6h@Z$j(B[$B$;$/$7$h$s$/$-$j(B]: view-sectioning.  42.
   4.778 -* $B%8%c%s%W(B[$B$7$d$s$U(B]:           view-sectioning.        42.
   4.779 -* $B8GDjNN0h$N%?%$%W%;%C%H(B[$B$3$F$$$j$h$&$$$-$N$?$$$U$;$D$H(B]: Fix region for typesetting.  4.
   4.780 -* $B8=:_$N%+%i%`I=<((B[$B$1$s$5$$$N$+$i$`$R$h$&$7(B]: What column.  22.
   4.781 -* $B%+%9%?%^%$%:(B[$B$+$9$?$^$$$9(B]:   Customizations.         4.
   4.782 -* $B%+%9%?%^%$%:JQ?t0lMw(B[$B$+$9$?$^$$$9$X$s$9$&$$$A$i$s(B]: All customizable variables.  4.
   4.783 -* $B%$%a!<%8Jd40(B[$B$$$a$($7$[$+$s(B]: Image completion.       4.
   4.784 -* $B%b!<%I@Z$jBX$((B[$B$b$&$H$-$j$+$((B]: Changing mode of YaTeX.  4.
   4.785 -* $BB>$N%U%!%$%k$N<jD>$7(B[$B$[$+$N$U$"$$$k$N$F$J$*$7(B]: Includeonly.  11.
   4.786 -* $BB>%Q%C%1!<%8$H$NO"7H(B[$B$?$O$D$1$($7$H$N$l$s$1$$(B]: Cooperation with other packages.  4.
   4.787 -* $BD9$$%U%!%$%k$NJT=8(B[$B$J$+$$$U$"$$$k$N$X$s$7$f$&(B]: Fix region for typesetting.  34.
   4.788 -* $B$d$A$g$&(B[$B$d$A$h$&(B]:           Intro.                  4.
   4.789 -* $B@_DjNc(B[$B$;$D$F$$$l$$(B]:         Sample definitions.     4.
   4.790  * %#BEGIN:                      Fix region for typesetting.  4.
   4.791 -* begin$B7?Jd40(B[begin$B$+$?$[$+$s(B]: begin$B7?Jd40(B.            4.
   4.792 -* $B:F5"Jd40(B[$B$5$$$-$[$+$s(B]:       Recursive completion.   4.
   4.793 -* $B%f!<%6<-=q(B[$B$f$&$5$7$7$h(B]:     begin$B7?Jd40(B.            71.
   4.794 -* &$BF~NO(B[&$B$K$f$&$j$h$/(B]:         Intelligent newline.    4.
   4.795 -* $BF~NO%U%!%$%kJ,3d(B[$B$K$f$&$j$h$/$U$"$$$k$U$s$+$D(B]: Splitting input files.  11.
   4.796 -* $B!g(B[$B$`$1$s$?$$(B]:               Image completion.       4.
   4.797 -* $B@h2s$j(Busepackage[$B$5$-$^$o$j(B]: Usepackage cheker.      4.
   4.798 -* ;$B<+?H(B[;$B$7$7$s(B]:               Image completion.       31.
   4.799 -* $B%"%&%H%i%$%s(B[$B$"$&$H$i$$$s(B]:   view-sectioning.        4.
   4.800 -* $B%(%i!<=$@5(B[$B$($i$"$7$f$&$;$$(B]: Calling typesetter.     4.
   4.801 -* $B%i%Y%k<+F0@8@.(B[$B$i$X$k$7$H$&$;$$$;$$(B]: label-generation.  4.
   4.802 -* $B%.%j%7%cJ8;zJd40(B[$B$-$j$7$d$b$7$[$+$s(B]: Greek letter completion.  4.
   4.803 -* $BJ8;z%5%$%:;XDj;R(B[$B$b$7$5$$$9$7$F$$$7(B]: large$B7?Jd40(B.    17.
   4.804 -* $BJD$89~$a$k(B[$B$H$7$3$a$k(B]:       begin$B7?Jd40(B.            81.
   4.805 -* $BJ#;($J(Btabular[$B$U$/$5$D$J(Btabular]: What column.        4.
   4.806 -* $B>!<j$K(Bincludeonly[$B$+$D$F$K(Bincludeonly]: Includeonly.  4.
   4.807 -* $BJQ99(B/$B:o=|(B[$B$X$s$3$&(B/$B$5$/$7$h(B]: Modifying/Deleting.     4.
   4.808 -* $B%+!<%=%k%8%c%s%W(B[$B$+$"$=$k$7$d$s$U(B]: Cursor jump.      4.
   4.809 -* $BLp0u(B[$B$d$7$k$7(B]:               Image completion.       4.
   4.810 -* $B%m!<%+%k<-=q(B[$B$m$*$+$k$7$7$h(B]: Local dictionary.       4.
   4.811 -* $BNN0h7hDj5,B'(B[$B$j$h$&$$$-$1$D$F$$$-$=$/(B]: Fix region for typesetting.  25.
   4.812 -* $B%-!<%o!<%I8!:w(B[$B$-$$$o$"$H$1$s$5$/(B]: Online help.      4.
   4.813 -* $B?o;~Jd40(B[$B$9$$$7$[$+$s(B]:       Arbitrary completion.   4.
   4.814 -* $BO@M}3,AX(B[$B$m$s$j$+$$$=$&(B]:     view-sectioning.        42.
   4.815 -* $B=PNO3+;O%Z!<%8(B[$B$7$f$D$j$h$/$+$$$7$X$($7(B]: Print out.  9.
   4.816 -* $B=PNO=*N;%Z!<%8(B[$B$7$f$D$j$h$/$7$f$&$j$h$&$X$($7(B]: Print out.  9.
   4.817 -* $B%Q%i%0%i%U$N7eB7$((B[$B$O$i$/$i$U$N$1$?$=$m$((B]: Filling.  46.
   4.818 -* $B%R%9%H%j(B[$B$R$9$H$j(B]:           Cooperation with other packages.  8.
   4.819 -* $B%$%s%9%H!<%k(B[$B$$$s$9$H$*$k(B]:   Installation.           4.
   4.820 -* $B%"%/%;%s%H5-9fJd40(B[$B$"$/$;$s$H$-$3$&$[$+$s(B]: Accent mark completion.  4.
   4.821 -* $B%*%s%i%$%s%X%k%W(B[$B$*$s$i$$$s$X$k$U(B]: Online help.      4.
   4.822 -* $B%$%s%/%k!<%I9=B$(B[$B$$$s$/$k$&$H$3$&$=$&(B]: Inclusion hierarchy browser.  4.
   4.823 -* $B?t<05-9f%$%a!<%8Jd40(B[$B$9$&$7$-$-$3$&$$$a$($7$[$+$s(B]: Image completion.  4.
   4.824 -* $B?t<0%b!<%I(B[$B$9$&$7$-$b$*$H(B]:   Image completion.       4.
   4.825 -* $B%U%)%s%H;XDj;R(B[$B$U$*$s$H$7$F$$$7(B]: large$B7?Jd40(B.        17.
   4.826 -* $B%V%m%C%/(B[$B$U$m$D$/(B]:           begin$B7?Jd40(B.            81.
   4.827 -* $B%?%$%W%;%C%?5/F0(B[$B$?$$$U$;$D$?$-$H$&(B]: Calling typesetter.  4.
   4.828 -* $B%?%$%W%;%C%?(B[$B$?$$$U$;$D$?(B]:   Invocation.             4.
   4.829 -* $B%?%$%W%;%C%H%(%i!<(B[$B$?$$$U$;$D$H$($i$"(B]: Calling typesetter.  4.
   4.830 -* $B%?%$%W%;%C%?$N;H$$J,$1(B[$B$?$$$U$;$D$?$N$D$+$$$o$1(B]: Changing typesetter.  12.
   4.831 -* $B%W%i%$%Y!<%H%X%k%W(B[$B$U$i$$$X$($H$X$k$U(B]: Online help.  16.
   4.832 -* $B%W%j%s%H%"%&%H(B[$B$U$j$s$H$"$&$H(B]: Invocation.           4.
   4.833 -* $B%W%l%t%e!<%"(B[$B$U$l$R$f$&$"(B]:   Invocation.             4.
   4.834 -* $B%Z!<%83NG'>JN,(Blpr$B5/F0(B[$B$X$($7$+$/$K$s$7$h$&$j$d$/(Blpr$B$-$H$&(B]: Print out.  12.
   4.835 +* begin^(J.(B[begin,B)=Y)q(B]: begin^(J.(B.            4.
   4.836  * C-c:                          Invocation.             4.
   4.837  * Demacs:                       Intro.                  4.
   4.838  * .emacs:                       Installation.           4.
   4.839  * %#END:                        Fix region for typesetting.  4.
   4.840 -* end$BJd40(B[end$B$[$+$s(B]:           end$BJd40(B.                4.
   4.841 +* end(J.(B[end,BY)q(B]:           end(J.(B.                4.
   4.842  * ghostview:                    Splitting input files.  16.
   4.843  * gmhist:                       Cooperation with other packages.  8.
   4.844 -* hook$BJQ?t(B[hook$B$X$s$9$&(B]:       Hook variables.         4.
   4.845 +* hookϐ[hook,BVq7$(B]:       Hook variables.         4.
   4.846 +* o͏Iy[W[,B5dBhf-5d$hf$V&5(B]: Print out.  9.
   4.847  * includeonly:                  Includeonly.            4.
   4.848  * Install:                      Installation.           4.
   4.849 -* item$B$J$I$N7eB7$((B[item$B$J$H$N$1$?$=$m$((B]: Filling.      8.
   4.850 +* item,BHGL(B,B&(B[item,BHFL/=;k&(B]: Filling.      8.
   4.851 +* o͊Jny[W[,B5dBhf-)"5V&5(B]: Print out.  9.
   4.852  * jlatex:                       Invocation.             4.
   4.853 -* large$B7?Jd40(B[large$B$+$?$[$+$s(B]: large$B7?Jd40(B.            4.
   4.854 +* large^(J.(B[large,B)=Y)q(B]: large^(J.(B.            4.
   4.855  * LaTeX:                        Intro.                  4.
   4.856  * leftarrow:                    Image completion.       4.
   4.857  * lpr format:                   lpr format.             4.
   4.858 -* lpr$B$U$)!<$^$C$H(B[lpr$B$U$*$*$^$D$H(B]: lpr format.         4.
   4.859 -* lpr$B%U%)!<%^%C%H(B[lpr$B$U$*$*$^$D$H(B]: lpr format.         4.
   4.860 -* lpr$B%U%)!<%^%C%H$NJQ99(B[lpr$B$U$*$*$^$D$H$N$X$s$3$&(B]: Editing %# notation.  18.
   4.861 -* maketitle$B7?Jd40(B[maketitle$B$+$?$[$+$s(B]: maketitle$B7?Jd40(B.  4.
   4.862 -* M-C-@:                        $B4D6-$rC10L$H$7$?%8%c%s%W(B.  7.
   4.863 -* M-C-a:                        $B4D6-$rC10L$H$7$?%8%c%s%W(B.  7.
   4.864 -* M-C-e:                        $B4D6-$rC10L$H$7$?%8%c%s%W(B.  7.
   4.865 +* lprtH[}bg,BL(BύX[lpr,BS((\BFLVq1$(B]: Editing %# notation.  18.
   4.866 +* lpr,BS'(B[,B\AF(B[lpr,BS((\BF(B]: lpr format.         4.
   4.867 +* lprtH[}bg[lpr,BS((\BF(B]: lpr format.         4.
   4.868 +* maketitle^(J.(B[maketitle,B)=Y)q(B]: maketitle^(J.(B.  4.
   4.869 +* M-C-@:                        (JB(B,Bp(BP,HJ,BF5=(BWv.  7.
   4.870 +* M-C-a:                        (JB(B,Bp(BP,HJ,BF5=(BWv.  7.
   4.871 +* M-C-e:                        (JB(B,Bp(BP,HJ,BF5=(BWv.  7.
   4.872  * min-out:                      Cooperation with other packages.  17.
   4.873  * M-q:                          Filling.                46.
   4.874  * Mule:                         Intro.                  4.
   4.875 -* NTT-jTeX[$B$($L$F$$$$$F$$$$$7$($$$F$D$/(B]: Filling.      16.
   4.876 +* ,BI(Bincludeonly[,B)BDI(Bincludeonly]: Includeonly.  4.
   4.877 +* NTT-jTeX[,B&JD""D""5&"DB-(B]: Filling.      16.
   4.878  * platex:                       Invocation.             4.
   4.879  * prefix ,:                     Commenting out.         4.
   4.880  * prefix .:                     Commenting out.         4.
   4.881 @@ -1984,93 +2036,97 @@
   4.882  * prefix ?:                     Online help.            4.
   4.883  * prefix &:                     What column.            4.
   4.884  * prefix a:                     Accent mark completion.  4.
   4.885 -* prefix b:                     begin$B7?Jd40(B.            4.
   4.886 +* prefix b:                     begin^(J.(B.            4.
   4.887  * prefix c:                     Modifying/Deleting.     4.
   4.888  * prefix d:                     Inclusion hierarchy browser.  4.
   4.889 -* prefix e:                     end$BJd40(B.                4.
   4.890 +* prefix e:                     end(J.(B.                4.
   4.891  * prefix g:                     Cursor jump.            4.
   4.892  * prefix i:                     Filling.                8.
   4.893  * prefix k:                     Modifying/Deleting.     4.
   4.894  * prefix key:                   Invocation.             4.
   4.895 -* prefix l:                     large$B7?Jd40(B.            4.
   4.896 -* prefix m:                     maketitle$B7?Jd40(B.        4.
   4.897 -* prefix s:                     section$B7?Jd40(B.          4.
   4.898 +* prefix l:                     large^(J.(B.            4.
   4.899 +* prefix m:                     maketitle^(J.(B.        4.
   4.900 +* prefix s:                     section^(J.(B.          4.
   4.901  * prefix SPC:                   Arbitrary completion.   4.
   4.902  * prefix w:                     Changing mode of YaTeX.  4.
   4.903 -* prefix$B%-!<JQ99(B[prefix$B$-$$$X$s$3$&(B]: Lisp variables.   4.
   4.904 -* section$B7?Jd40(B[section$B$+$?$[$+$s(B]: section$B7?Jd40(B.      4.
   4.905 +* prefixL[ύX[prefix,B+"Vq1$(B]: Lisp variables.   4.
   4.906 +* y[WmFȗlprN[,BV&5)-Iq5f$hb-(Blpr,B+F$(B]: Print out.  12.
   4.907 +* section^(J.(B[section,B)=Y)q(B]: section^(J.(B.      4.
   4.908 +* G,BH(Btabular[,BS-3BH(Btabular]: What column.        4.
   4.909 +* (Iq,Bh(Busepackage[,B3+\mh(B]: Usepackage cheker.      4.
   4.910  * YaTeX-help-file:              Online help.            16.
   4.911  * YaTeX-help-file-private:      Online help.            16.
   4.912  * YaTeX-item-regexp:            Filling.                20.
   4.913  * YaTeX-math-sign-alist-private: Image completion.      56.
   4.914  * yatex-mode-hook:              Hook variables.         4.
   4.915  * yatex-mode-load-hook:         Hook variables.         4.
   4.916 -* YaTeX-nervous:                Local dictionary.       21.
   4.917 +* YaTeX-nervous:                Local dictionary.       22.
   4.918  * .yatexrc:                     Local dictionary.       4.
   4.919  
   4.920  
   4.921  
   4.922 +
   4.923  
   4.924  Tag table:
   4.925 -Node: Top153
   4.926 -Node: Intro1496
   4.927 -Node: Terminology2066
   4.928 -Node: Main features3186
   4.929 -Node: Installation5035
   4.930 -Node: Invocation7121
   4.931 -Node: Calling typesetter8352
   4.932 -Node: Calling previewer11223
   4.933 -Node: Print out11820
   4.934 -Node: %#notation12265
   4.935 -Node: Changing typesetter12832
   4.936 -Node: Splitting input files13221
   4.937 -Node: Fix region for typesetting15126
   4.938 -Node: lpr format16871
   4.939 -Node: Editing %# notation18271
   4.940 -Node: Completion19023
   4.941 -Node: begin$B7?Jd40(B19667
   4.942 -Node: section$B7?Jd40(B23797
   4.943 -Node: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B25583
   4.944 -Node: Enclose section-type command27081
   4.945 -Node: Recursive completion27481
   4.946 -Node: view-sectioning28033
   4.947 -Node: label-generation30494
   4.948 -Node: large$B7?Jd40(B31239
   4.949 -Node: maketitle$B7?Jd40(B32366
   4.950 -Node: Arbitrary completion32848
   4.951 -Node: end$BJd40(B33454
   4.952 -Node: Accent mark completion34091
   4.953 -Node: Image completion34822
   4.954 -Node: Greek letter completion38356
   4.955 -Node: Local dictionary39351
   4.956 -Node: Commenting out40591
   4.957 -Node: Cursor jump42823
   4.958 -Node: $BBP1~%*%V%8%'%/%H$X$N%8%c%s%W(B43197
   4.959 -Node: $B$*3(IA$-%D!<%k5/F0(B45094
   4.960 -Node: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B47059
   4.961 -Node: $B4D6-$rC10L$H$7$?%8%c%s%W(B47728
   4.962 -Node: $B:G8e$NJd400LCV$X$N%8%c%s%W(B48392
   4.963 -Node: Modifying/Deleting48870
   4.964 -Node: Changing LaTeX command49524
   4.965 -Node: Killing LaTeX command50540
   4.966 -Node: Filling51973
   4.967 -Node: Includeonly54442
   4.968 -Node: What column55531
   4.969 -Node: Intelligent newline56880
   4.970 -Node: Usepackage cheker58815
   4.971 -Node: Changing mode of YaTeX59596
   4.972 -Node: Online help60743
   4.973 -Node: Inclusion hierarchy browser62886
   4.974 -Node: Cooperation with other packages65341
   4.975 -Node: Customizations66099
   4.976 -Node: Lisp variables66585
   4.977 -Node: All customizable variables67619
   4.978 -Node: Sample definitions78748
   4.979 -Node: Hook variables79327
   4.980 -Node: Hook file80687
   4.981 -Node: Add-in functions81022
   4.982 -Node: Etc81440
   4.983 -Node: Copying82081
   4.984 -Node: Concept Index83526
   4.985 +Node: Top146
   4.986 +Node: Intro1200
   4.987 +Node: Terminology1503
   4.988 +Node: Main features2138
   4.989 +Node: Installation3171
   4.990 +Node: Invocation4390
   4.991 +Node: Calling typesetter5214
   4.992 +Node: Calling previewer6452
   4.993 +Node: Print out6768
   4.994 +Node: %#notation7034
   4.995 +Node: Changing typesetter7408
   4.996 +Node: Splitting input files7666
   4.997 +Node: Fix region for typesetting8615
   4.998 +Node: lpr format9516
   4.999 +Node: Editing %# notation10309
  4.1000 +Node: Completion10742
  4.1001 +Node: begin$B7?Jd40(B11215
  4.1002 +Node: section$B7?Jd40(B13800
  4.1003 +Node: 2$B8D0J>e$N0z?t$r$H$k(B section$B7?%3%^%s%I(B14895
  4.1004 +Node: Enclose section-type command15712
  4.1005 +Node: Recursive completion15949
  4.1006 +Node: view-sectioning16255
  4.1007 +Node: label-generation17451
  4.1008 +Node: large$B7?Jd40(B17801
  4.1009 +Node: maketitle$B7?Jd40(B18381
  4.1010 +Node: Arbitrary completion18680
  4.1011 +Node: end$BJd40(B18993
  4.1012 +Node: Accent mark completion19335
  4.1013 +Node: Image completion19761
  4.1014 +Node: Greek letter completion21578
  4.1015 +Node: Local dictionary22038
  4.1016 +Node: Commenting out22643
  4.1017 +Node: Cursor jump23802
  4.1018 +Node: $BBP1~%*%V%8%'%/%H$X$N%8%c%s%W(B24039
  4.1019 +Node: $B$*3(IA$-%D!<%k5/F0(B25027
  4.1020 +Node: $B%a%$%s%U%!%$%k$X$N%8%c%s%W(B25947
  4.1021 +Node: $B4D6-$rC10L$H$7$?%8%c%s%W(B26283
  4.1022 +Node: $B:G8e$NJd400LCV$X$N%8%c%s%W(B26640
  4.1023 +Node: Modifying/Deleting26877
  4.1024 +Node: Changing LaTeX command27282
  4.1025 +Node: Killing LaTeX command27833
  4.1026 +Node: Filling28703
  4.1027 +Node: Includeonly30031
  4.1028 +Node: What column30590
  4.1029 +Node: Intelligent newline31368
  4.1030 +Node: Usepackage cheker32400
  4.1031 +Node: Changing mode of YaTeX32826
  4.1032 +Node: Online help33402
  4.1033 +Node: Inclusion hierarchy browser34378
  4.1034 +Node: Cooperation with other packages35656
  4.1035 +Node: Customizations36111
  4.1036 +Node: Lisp variables36408
  4.1037 +Node: All customizable variables37015
  4.1038 +Node: Sample definitions44315
  4.1039 +Node: Hook variables44749
  4.1040 +Node: Hook file45642
  4.1041 +Node: Add-in functions45848
  4.1042 +Node: Etc46075
  4.1043 +Node: Copying46359
  4.1044 +Node: Concept Index46990
  4.1045  
  4.1046  End tag table
     5.1 --- a/makefile	Wed Jan 11 09:44:49 2012 +0900
     5.2 +++ b/makefile	Thu Jan 12 12:24:40 2012 +0900
     5.3 @@ -49,7 +49,7 @@
     5.4  # make clean		to delete all producted files
     5.5  # make ci		to check in all
     5.6  # make co		to check out all
     5.7 -MVER	= 1.74.7
     5.8 +MVER	= 1.75
     5.9  LISP	= ${LISP18} ${LISP19}
    5.10  YAHTML	= yahtml.el
    5.11  COMMON	= yatexlib.el yatexprc.el
     6.1 --- a/yahtml.el	Wed Jan 11 09:44:49 2012 +0900
     6.2 +++ b/yahtml.el	Thu Jan 12 12:24:40 2012 +0900
     6.3 @@ -1,9 +1,9 @@
     6.4  ;;; -*- Emacs-Lisp -*-
     6.5  ;;; (c) 1994-2012 by HIROSE Yuuji [yuuji(@)yatex.org]
     6.6 -;;; Last modified Wed Jan 11 09:33:46 2012 on firestorm
     6.7 +;;; Last modified Thu Jan 12 11:40:53 2012 on firestorm
     6.8  ;;; $Id$
     6.9  
    6.10 -(defconst yahtml-revision-number "1.74.3"
    6.11 +(defconst yahtml-revision-number "1.75"
    6.12    "Revision number of running yahtml.el")
    6.13  
    6.14  ;;;[Installation]
     7.1 --- a/yatex.el	Wed Jan 11 09:44:49 2012 +0900
     7.2 +++ b/yatex.el	Thu Jan 12 12:24:40 2012 +0900
     7.3 @@ -1,15 +1,15 @@
     7.4  ;;; -*- Emacs-Lisp -*-
     7.5  ;;; Yet Another tex-mode for emacs - //쒹//
     7.6 -;;; yatex.el rev. 1.74.7
     7.7 +;;; yatex.el rev. 1.75
     7.8  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     7.9 -;;; Last modified Tue Jan 10 15:22:08 2012 on firestorm
    7.10 +;;; Last modified Thu Jan 12 11:40:38 2012 on firestorm
    7.11  ;;; $Id$
    7.12  ;;; The latest version of this software is always available at;
    7.13  ;;; http://www.yatex.org/
    7.14  
    7.15  (require 'comment)
    7.16  (require 'yatexlib)
    7.17 -(defconst YaTeX-revision-number "1.74.7"
    7.18 +(defconst YaTeX-revision-number "1.75"
    7.19    "Revision number of running yatex.el")
    7.20  
    7.21  ;---------- Local variables ----------