yatex

changeset 419:510106cf15fb dev

Info reformatted
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 12 Jul 2015 10:06:47 +0900
parents 92bab72bf4de
children 8f804c8339bb
files docs/yatexe docs/yatexj
diffstat 2 files changed, 1716 insertions(+), 1941 deletions(-) [+]
line diff
     1.1 --- a/docs/yatexe	Sun Jul 12 10:05:40 2015 +0900
     1.2 +++ b/docs/yatexe	Sun Jul 12 10:06:47 2015 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  Info file: yatexe,    -*-Text-*-
     1.5  produced by `texinfo-format-buffer'
     1.6  from file `yatexe.tex'
     1.7 -using `texinfmt.el' version 2.38 of 3 July 1998.
     1.8 +using `texinfmt.el' version 2.42 of  7 Jul 2006.
     1.9  
    1.10  START-INFO-DIR-ENTRY
    1.11  * YaTeX-e: (yatexe).    Yet Another tex-mode for Emacs (English).
    1.12 @@ -16,7 +16,7 @@
    1.13  
    1.14  * Menu:
    1.15  
    1.16 -* What is YaTeX?::              
    1.17 +* What is YaTeX?::
    1.18  * Main features::               What YaTeX can do
    1.19  * Installation::                Guide to install
    1.20  * Typesetting::                 Call typesetting processes
    1.21 @@ -47,7 +47,8 @@
    1.22  **************
    1.23  
    1.24    YaTeX automates typesetting and previewing of LaTeX and enables
    1.25 -completing input of LaTeX mark-up command such as `\begin{}'..`\end{}'.
    1.26 +completing input of LaTeX mark-up command such as
    1.27 +`\begin{}'..`\end{}'.
    1.28  
    1.29    YaTeX also supports Demacs which runs on MS-DOS(386), Mule (Multi
    1.30  Language Enhancement to GNU Emacs), and latex on DOS.
    1.31 @@ -131,7 +132,7 @@
    1.32               ... `on-the-fly preview' on current environment or whole
    1.33       portion of current formulas in math-mode
    1.34  `[prefix] t d'
    1.35 -     	... invoke dvipdfmx after successful typesetting
    1.36 +        ... invoke dvipdfmx after successful typesetting
    1.37  `[prefix] t k'
    1.38               ... kill current typesetting process
    1.39  `[prefix] t b'
    1.40 @@ -149,9 +150,9 @@
    1.41  
    1.42  * Menu:
    1.43  
    1.44 -* Calling typesetter::          
    1.45 -* Calling previewer::           
    1.46 -* Printing out::                
    1.47 +* Calling typesetter::
    1.48 +* Calling previewer::
    1.49 +* Printing out::
    1.50  
    1.51  
    1.52  
    1.53 @@ -244,12 +245,12 @@
    1.54  
    1.55  * Menu:
    1.56  
    1.57 -* Changing typesetter::         
    1.58 -* Splitting input files::       
    1.59 -* Static region for typesetting::  
    1.60 -* Lpr format::                  
    1.61 -* Controlling which command to invoke::  
    1.62 -* Editing %# notation::         
    1.63 +* Changing typesetter::
    1.64 +* Splitting input files::
    1.65 +* Static region for typesetting::
    1.66 +* Lpr format::
    1.67 +* Controlling which command to invoke::
    1.68 +* Editing %# notation::
    1.69  
    1.70  
    1.71  
    1.72 @@ -376,15 +377,27 @@
    1.73  These %# notation below can control which command to invoke for LaTeX
    1.74  related process.
    1.75  
    1.76 +      `%#PREVIEW'
    1.77 +
    1.78 +        ... Command line for DVI viewing ([prefix] t p)
    1.79 +      `%#MAKEINDEX'
    1.80 +
    1.81 +        ... Command line for makeindex ([prefix] t i)
    1.82        `%#BIBTEX'
    1.83 -     
    1.84 -     	... Command line for makeindex ([prefix] t i)
    1.85 -      `%#MAKEINDEX'
    1.86 -     
    1.87 -     	... Command line for bibtex ([prefix] t b)
    1.88 +
    1.89 +        ... Command line for bibtex ([prefix] t b)
    1.90        `%#DVIPDF'
    1.91 -     
    1.92 -     	... Command line for dvipdf(mx) ([prefix] t b)
    1.93 +
    1.94 +        ... Command line for dvipdf(mx) ([prefix] t b)
    1.95 +      `%#LPR'
    1.96 +
    1.97 +        ... Command line for printing out([prefix] t l)
    1.98 +      `%#PDFVIEW'
    1.99 +
   1.100 +        ... Command line for PDF viewing
   1.101 +      `%#IMAGEDPI'
   1.102 +
   1.103 +        ... DPI value for converting to on-the-fly prewview image
   1.104  
   1.105  If you want to invoke "makeidx hogehoge" to update index, put the next
   1.106  line some upper place in the source, for example.
   1.107 @@ -495,7 +508,7 @@
   1.108  
   1.109  The next message will show up in the minibuffer
   1.110  
   1.111 -             Begin environment(default document): 
   1.112 +             Begin environment(default document):
   1.113  
   1.114  by typing `[prefix] b'.  Put the wishing environment with completion in
   1.115  the minibuffer, and `\begin{env}'...\`\end{env}' will be inserted in the
   1.116 @@ -557,7 +570,7 @@
   1.117  in your LaTeX source.  When you neglect argument such as
   1.118  
   1.119               (C-v for view) \???{} (default section): vspace*
   1.120 -             \vspace*{???}: 
   1.121 +             \vspace*{???}:
   1.122  
   1.123  YaTeX puts
   1.124  
   1.125 @@ -596,7 +609,7 @@
   1.126  
   1.127  * Menu:
   1.128  
   1.129 -* view-sectioning::             
   1.130 +* view-sectioning::
   1.131  
   1.132  
   1.133  
   1.134 @@ -619,12 +632,12 @@
   1.135  `M-x YaTeX-section-overview'
   1.136               ... Generate *Sectioning Lines* buffer
   1.137  
   1.138 -from the LaTeX source buffer.  In this listing buffer, typing `u' on the
   1.139 -sectioning command shifts up the corresponding sectioning command in
   1.140 +from the LaTeX source buffer.  In this listing buffer, typing `u' on
   1.141 +the sectioning command shifts up the corresponding sectioning command in
   1.142  source text and `d' shifts down.  After marking lines in the listing
   1.143 -buffer, typing `U' shifts up all sectioning commands in the region, and
   1.144 -`U' shifts down.  Here are all the key bindings of `*Sectioning Lines*'
   1.145 -buffer.
   1.146 +buffer, typing `U' shifts up all sectioning commands in the region,
   1.147 +and `U' shifts down.  Here are all the key bindings of
   1.148 +`*Sectioning Lines*' buffer.
   1.149  
   1.150  `SPC'
   1.151               ... Jump to corresponding source line
   1.152 @@ -657,7 +670,7 @@
   1.153  
   1.154  the message in the minibuffer
   1.155  
   1.156 -             {\??? } (default large): 
   1.157 +             {\??? } (default large):
   1.158  
   1.159  prompts prompts you large-type command with completing-read.  There are
   1.160  TeX commands to change fonts or sizes, `it', `huge' and so on, in the
   1.161 @@ -707,7 +720,7 @@
   1.162  ==============
   1.163  
   1.164    YaTeX automatically detects the opened environment and close it with
   1.165 -\`\end{environment}'.  Though proficient YaTeX users never fail to make
   1.166 +`\end{environment}'.  Though proficient YaTeX users never fail to make
   1.167  environment with begin-type completion, some may begin an environment
   1.168  manually.  In that case, type
   1.169  
   1.170 @@ -758,10 +771,11 @@
   1.171  or not, and change the behavior of key strokes `;' and `:'.
   1.172  
   1.173    By the way, we often express the leftarrow mark by `<-' for example.
   1.174 -Considering such image, you can write `\leftarrow' by typing `<-' after
   1.175 -`;' (semicolon) as a prefix.  In the same way, `\longleftarrow' (`<--') is
   1.176 -completed by typing `;<--', infinity mark which is imitated by `oo' is
   1.177 -completed by typing `;oo'.
   1.178 +Considering such image, you can write `\leftarrow' by typing `<-'
   1.179 +after `;' (semicolon) as a prefix.  In the same way,
   1.180 +`\longleftarrow' (`<--') is completed by typing `;<--',
   1.181 +infinity mark which is imitated by `oo' is completed by typing
   1.182 +`;oo'.
   1.183  
   1.184    Here are the sample operations in YaTeX math-mode.
   1.185  
   1.186 @@ -775,11 +789,11 @@
   1.187    In any case, you can quit from image completion and can move to the next
   1.188  editing operation if the LaTeX command you want is shown in the buffer.
   1.189  
   1.190 -  `;' itself in math-environment is inserted by `;;'.  Typing `TAB' in the
   1.191 -midst of image completion shows all of the LaTeX commands that start with
   1.192 -the same name as string you previously typed in.  In this menu buffer,
   1.193 -press `RET' after moving the cursor (by `n', `p', `b', `f') to insert the
   1.194 -LaTeX command.
   1.195 +  `;' itself in math-environment is inserted by `;;'.  Typing
   1.196 +`TAB' in the midst of image completion shows all of the LaTeX
   1.197 +commands that start with the same name as string you previously typed in.
   1.198 +In this menu buffer, press `RET' after moving the cursor (by `n',
   1.199 +`p', `b', `f') to insert the LaTeX command.
   1.200  
   1.201    To know all of the completion table, type `TAB' just after `;'.  And
   1.202  here is the sample menu by `TAB' after `;<'.
   1.203 @@ -787,7 +801,7 @@
   1.204       KEY             LaTeX sequence          sign
   1.205       <               \leq                    <
   1.206                                               ~
   1.207 -     <<              \ll                     << 
   1.208 +     <<              \ll                     <<
   1.209       <-              \leftarrow              <-
   1.210       <=              \Leftarrow              <=
   1.211  
   1.212 @@ -807,11 +821,11 @@
   1.213  `\alpha', `b' makes `\beta' and `g' makes `\gamma' and so on.  First, type
   1.214  `:TAB' to know all the correspondence of alphabets vs. Greek letters.
   1.215  
   1.216 -  If you will find `;' or `:' doesn't work in correct position of math
   1.217 -environment, it may be a bug of YaTeX.  Please send me a bug report with
   1.218 -the configuration of your text, and avoid it temporarily by typing `;' or
   1.219 -`:' after universal-argument(`C-u') which forces `;' and `:' to work as
   1.220 -math-prefix.
   1.221 +  If you will find `;' or `:' doesn't work in correct position of
   1.222 +math environment, it may be a bug of YaTeX.  Please send me a bug report
   1.223 +with the configuration of your text, and avoid it temporarily by typing
   1.224 +`;' or `:' after universal-argument(`C-u') which forces
   1.225 +`;' and `:' to work as math-prefix.
   1.226  
   1.227  
   1.228  
   1.229 @@ -877,9 +891,10 @@
   1.230  to `ESC h' by default.  It is NOT predictable what will happen when you
   1.231  continuously comment out some paragraph many times.
   1.232  
   1.233 -  You can also comment out an environment between `\begin' and `\end', or
   1.234 -a `\begin'-\`\end' pair themselves, by making the following key strokes on
   1.235 -the line where `\begin{}' or `\end{}' exists.
   1.236 +  You can also comment out an environment between `\begin' and
   1.237 +`\end', or a `\begin'-\`\end' pair themselves, by making the
   1.238 +following key strokes on the line where `\begin{}' or
   1.239 +`\end{}' exists.
   1.240  
   1.241  `[prefix] >'
   1.242               ... comment out from \begin to \`end'
   1.243 @@ -909,11 +924,11 @@
   1.244  
   1.245  * Menu:
   1.246  
   1.247 -* Jump to corresponding object::  
   1.248 -* Invoking image processor::    
   1.249 -* Jump to main file::           
   1.250 -* Jumping around the environment::  
   1.251 -* Jumping to last completion position::  
   1.252 +* Jump to corresponding object::
   1.253 +* Invoking image processor::
   1.254 +* Jump to main file::
   1.255 +* Jumping around the environment::
   1.256 +* Jumping to last completion position::
   1.257  
   1.258  
   1.259  
   1.260 @@ -951,9 +966,9 @@
   1.261  `[prefix] 4 g'
   1.262               ... go to corresponding object in other window
   1.263  
   1.264 -do the same job as `[prefix] g' except it's done in other window.  Note
   1.265 -that this function doesn't work on `begin/end', `%#BEGIN/%#END' pairs
   1.266 -because it is meaningless.
   1.267 +do the same job as `[prefix] g' except it's done in other window.
   1.268 +Note that this function doesn't work on `begin/end',
   1.269 +`%#BEGIN/%#END' pairs because it is meaningless.
   1.270  
   1.271  
   1.272  
   1.273 @@ -997,8 +1012,8 @@
   1.274  `[prefix] 4^'
   1.275               ... visit main file in other buffer
   1.276  
   1.277 -in a sub text switch the buffer to the main text specified by `%#!'
   1.278 -notation.
   1.279 +in a sub text switch the buffer to the main text specified by
   1.280 +`%#!'  notation.
   1.281  
   1.282  
   1.283  
   1.284 @@ -1046,8 +1061,8 @@
   1.285  
   1.286  * Menu:
   1.287  
   1.288 -* Changing LaTeX commands::     
   1.289 -* Killing LaTeX commands::      
   1.290 +* Changing LaTeX commands::
   1.291 +* Killing LaTeX commands::
   1.292  
   1.293  
   1.294  
   1.295 @@ -1130,9 +1145,9 @@
   1.296               (setq YaTeX-item-regexp
   1.297                     "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)")
   1.298  
   1.299 -in your `~/.emacs'.  If you are not familiar with regular expression for
   1.300 -Emacs-Lisp, name a newcommand for `itemize' beginning with `\item' such as
   1.301 -`\itembf', not `\bfitem'.
   1.302 +in your `~/.emacs'.  If you are not familiar with regular expression
   1.303 +for Emacs-Lisp, name  a newcommand  for  `itemize' beginning  with
   1.304 +`\item' such as `\itembf', not `\bfitem'.
   1.305  
   1.306    This function reformats the `\item' into `hang-indented' style.  For
   1.307  example:
   1.308 @@ -1182,9 +1197,10 @@
   1.309  
   1.310               A)dd R)eplace %)comment?
   1.311  
   1.312 -in the minibuffer.  Type `a' if you want to add the current file name to
   1.313 -`\includeonly' list, `r' to replace \`includeonly' list with the current
   1.314 -file, and type `%' to comment out the `\includeonly' line.
   1.315 +in the minibuffer.  Type `a' if you want to add the current file name
   1.316 +to `\includeonly' list, `r' to replace \`includeonly' list
   1.317 +with the current file, and type `%' to comment out the
   1.318 +`\includeonly' line.
   1.319  
   1.320  
   1.321  
   1.322 @@ -1255,8 +1271,8 @@
   1.323  
   1.324    If you want to apply these trick to other environments, `foo'
   1.325  environment for example, define the function named
   1.326 -`YaTeX-intelligent-newline-foo' to insert corresponding contents.  That
   1.327 -function will be called at the beginning of the next line after the
   1.328 +`YaTeX-intelligent-newline-foo' to insert corresponding contents.
   1.329 +That function will be called at the beginning of the next line after the
   1.330  newline is inserted to the current line.  Since the function
   1.331  `YaTeX-indent-line' is designed to indent the current line properly,
   1.332  calling this function before your code to insert certain contents must be
   1.333 @@ -1429,9 +1445,9 @@
   1.334  
   1.335  * Menu:
   1.336  
   1.337 -* Lisp variables::              
   1.338 -* Add-in functions::            
   1.339 -* Add-in generator::            
   1.340 +* Lisp variables::
   1.341 +* Add-in functions::
   1.342 +* Add-in generator::
   1.343  
   1.344  
   1.345  
   1.346 @@ -1455,10 +1471,10 @@
   1.347  
   1.348  * Menu:
   1.349  
   1.350 -* All customizable variables::  
   1.351 -* Sample definitions::          
   1.352 -* Hook variables::              
   1.353 -* Hook file::                   
   1.354 +* All customizable variables::
   1.355 +* Sample definitions::
   1.356 +* Hook variables::
   1.357 +* Hook file::
   1.358  
   1.359  
   1.360  
   1.361 @@ -1518,8 +1534,8 @@
   1.362  
   1.363   -- Variable: YaTeX-on-the-fly-preview-interval
   1.364       Interval time in seconds of idle to trigger on-the-fly preview of
   1.365 -     environment by `[prefix] t e'(0.9).  `Nil' disables on-the-fly
   1.366 -     preview.
   1.367 +     environment by `[prefix] t e'(0.9).
   1.368 +     `Nil' disables on-the-fly preview.
   1.369  
   1.370   -- Variable: YaTeX-on-the-fly-math-preview-engine
   1.371       Function symbol to use on-the-fly preview of MATH environment started
   1.372 @@ -1590,8 +1606,8 @@
   1.373  
   1.374   -- Variable: YaTeX-fill-inhibit-environments
   1.375       Inhibit fill in these environments (`'("tabular" "tabular*" "array"
   1.376 -     "picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath"
   1.377 -     "verbatim" "verbatim*")')
   1.378 +     picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath"
   1.379 +     verbatim" "verbatim*")')
   1.380  
   1.381   -- Variable: YaTeX-uncomment-once
   1.382       T for deleting all preceding `%' (`nil')
   1.383 @@ -1637,7 +1653,7 @@
   1.384       `YaTeX-display-hierarchy' searches for sectioning command first, and
   1.385       comment line secondary as a file headings.  In latter case, ignore lines
   1.386       that match with regular expression of this variable.  Default value of
   1.387 -     this variable is RCS header expressions and mode specifying line `-*- xxxx 
   1.388 +     this variable is RCS header expressions and mode specifying line `-*- xxxx
   1.389       -*'.
   1.390  
   1.391   -- Variable: YaTeX-skip-default-reader
   1.392 @@ -1691,8 +1707,8 @@
   1.393       (`(featurep 'hilit19)'
   1.394  
   1.395   -- Variable: YaTeX-singlecmd-suffix
   1.396 -     Suffix which is always inserted after maketitle-type macros.  `"{}"'
   1.397 -     is recommended.
   1.398 +     Suffix which is always inserted after maketitle-type macros.
   1.399 +     `"{}"' is recommended.
   1.400  
   1.401   -- Variable: YaTeX-package-alist-private
   1.402       Alist of LaTeX2e-package name vs. lists of macros in it.  Set this
   1.403 @@ -1716,6 +1732,12 @@
   1.404       Regexp of environment names that should begin with no indentation.
   1.405       All verbatime-like environment name should match with.
   1.406  
   1.407 + -- Variable: YaTeX-electric-indent-mode
   1.408 +     Emacs 24.4 introduces automatic indentation of current and new lines.
   1.409 +     This might be annoying for some people.  Pass this value to the
   1.410 +     function 'electric-indent-local-mode.  If you prefer to stop
   1.411 +     electric-indent-mode in yatex-mode, set `-1' to this variable.
   1.412 +
   1.413   -- Variable: YaTeX-ref-default-label-string
   1.414       Default \\ref time string format.  This format is like strftime(3)
   1.415       but allowed conversion char are as follows; %y -> Last 2 digit of
   1.416 @@ -1821,10 +1843,10 @@
   1.417  
   1.418  * Menu:
   1.419  
   1.420 -* How the add-in function works::  
   1.421 -* How the function is called::  
   1.422 -* Useful functions for creating add-in::  
   1.423 -* Contribution::                
   1.424 +* How the add-in function works::
   1.425 +* How the function is called::
   1.426 +* Useful functions for creating add-in::
   1.427 +* Contribution::
   1.428  
   1.429  
   1.430  
   1.431 @@ -1882,14 +1904,15 @@
   1.432  
   1.433       \frac{a/c}
   1.434  
   1.435 -Normally, the expression `a/c' is translated to `\frac{a}{c}'. An
   1.436 -enclosing add-in is useful for modifying `/' to `}{'.
   1.437 +Normally, the expression `a/c' is translated to
   1.438 +`\frac{a}{c}'. An enclosing add-in is useful for modifying
   1.439 +`/' to `}{'.
   1.440  
   1.441  * Menu:
   1.442  
   1.443 -* Defining option-add-in::      
   1.444 -* Defining argument-add-in::    
   1.445 -* Defining enclosing-add-in::   
   1.446 +* Defining option-add-in::
   1.447 +* Defining argument-add-in::
   1.448 +* Defining enclosing-add-in::
   1.449  
   1.450  
   1.451  
   1.452 @@ -1930,7 +1953,7 @@
   1.453               (defun YaTeX::newcommand (n)	;n is argument position
   1.454                 (cond
   1.455                  ((= n 1)			;1st argument is macro name
   1.456 -                 (read-string "Command: " "\\")) ;initial input `\' 
   1.457 +                 (read-string "Command: " "\\")) ;initial input `\'
   1.458                  ((= n 2) "")			;do nothing when reading arg#2
   1.459                  (t nil)))
   1.460  
   1.461 @@ -1958,7 +1981,7 @@
   1.462           (while (search-forward "/" end t)
   1.463             (goto-char (match-beginning 0))
   1.464             (if (y-or-n-p "Replace this slash(/) with `}{'")
   1.465 -     	  (throw 'done (replace-match "}{")))
   1.466 +          (throw 'done (replace-match "}{")))
   1.467             (goto-char (match-end 0)))))
   1.468  
   1.469  
   1.470 @@ -1993,9 +2016,10 @@
   1.471  `[A]'
   1.472       Character list which can show up in the brackets
   1.473  `[D]'
   1.474 -        Return the location specifier such as `[htb]'.  When nothing is
   1.475 -     entered, omit [] itself.  If the possible characters are "htbp", call
   1.476 -     this function as `(YaTeX:read-position "htbp")'
   1.477 +        Return the location specifier such as `[htb]'.  When
   1.478 +     nothing is entered, omit [] itself.  If the possible characters
   1.479 +     are "htbp", call this function as
   1.480 +     `(YaTeX:read-position "htbp")'
   1.481  
   1.482  `[F]'
   1.483       YaTeX:read-coordinates
   1.484 @@ -2003,9 +2027,9 @@
   1.485       Base prompt, X-axis prompt, Y-axis prompt (each optional)
   1.486  `[D]'
   1.487         Read the coordinates with the prompt "BasePrompt X-axisPrompt:" for
   1.488 -     X-axis, "BasePrompt Y-axisPrompt:" for Y-axis, and return it in the
   1.489 -     form of "(X,Y)".  The default prompts are `Dimension', `X', `Y'
   1.490 -     respectively.
   1.491 +     X-axis, "BasePrompt Y-axisPrompt:" for Y-axis, and return it in the form
   1.492 +     of "(X,Y)".  The default prompts are `Dimension', `X',
   1.493 +     `Y' respectively.
   1.494  
   1.495  `[F]'
   1.496       YaTeX:check-completion-type
   1.497 @@ -2059,24 +2083,24 @@
   1.498  
   1.499    The latter generator is invoked by the next sequence.  `M-x
   1.500  YaTeX-generate-simple' This generator can make both "option add-in" and
   1.501 -"argument add-in" (*refer the section add-in functions* *Note How the
   1.502 +argument add-in" (*refer the section add-in functions* *Note How the
   1.503  add-in function works::), whereas `YaTeX-generate' cannot make "argument
   1.504  addin".
   1.505  
   1.506    For example, assume you have the LaTeX command as follows.
   1.507  
   1.508 -     	\epsinput[t](250,50){hoge.eps}{plain}{Picture of foo}
   1.509 -     	         (A)  (B)     (1)      (2)      (3)
   1.510 -     	(A)Optional parameter to specify the position
   1.511 -     	   One of t(top), b(bottom), l(left), r(right)
   1.512 -     	(B)Maximum size of frame
   1.513 -     	(1)1st argument is filename of EPS file
   1.514 -     	(2)2nd argument indicates
   1.515 -     		plain		do nothing
   1.516 -     		frame		make frame around image
   1.517 -     		dframe		make double-frame around image
   1.518 -     	   for included EPS file.
   1.519 -     	(3)Caption for the picture
   1.520 +        \epsinput[t](250,50){hoge.eps}{plain}{Picture of foo}
   1.521 +                 (A)  (B)     (1)      (2)      (3)
   1.522 +        (A)Optional parameter to specify the position
   1.523 +           One of t(top), b(bottom), l(left), r(right)
   1.524 +        (B)Maximum size of frame
   1.525 +        (1)1st argument is filename of EPS file
   1.526 +        (2)2nd argument indicates
   1.527 +                plain		do nothing
   1.528 +                frame		make frame around image
   1.529 +                dframe		make double-frame around image
   1.530 +           for included EPS file.
   1.531 +        (3)Caption for the picture
   1.532  
   1.533    Now get start with generation.  Typing `M-x YaTeX-generate-simple'
   1.534  brings the prompt:
   1.535 @@ -2121,7 +2145,7 @@
   1.536  are t, b, l, and r.  To tell these information to generator, operate as
   1.537  follows.
   1.538  
   1.539 -                     Read type(1).... 		p
   1.540 +                     Read type(1)....           p
   1.541                       Acceptable characters:		tblr RET
   1.542  
   1.543    (B) is coordinate.  So its completion style is coOrd.  We want a prompt
   1.544 @@ -2168,10 +2192,10 @@
   1.545    Then all the candidates ready to be read.  Type single RET after
   1.546  entering all.
   1.547  
   1.548 -     		Item[1](RET to exit):		plain RET
   1.549 -     		Item[2](RET to exit):		frame RET
   1.550 -     		Item[3](RET to exit):		dframe RET
   1.551 -     		Item[4](RET to exit):		RET
   1.552 +                Item[1](RET to exit):		plain RET
   1.553 +                Item[2](RET to exit):		frame RET
   1.554 +                Item[3](RET to exit):		dframe RET
   1.555 +                Item[4](RET to exit):		RET
   1.556  
   1.557    The following prompt asks whether the entered string must belong to
   1.558  candidates or not.  In this case, since the argument must be one of
   1.559 @@ -2238,71 +2262,70 @@
   1.560  
   1.561  
   1.562                                                                HIROSE Yuuji
   1.563 -
   1.564  
   1.565  Tag table:
   1.566 -Node: Top253
   1.567 -Node: What is YaTeX?1594
   1.568 -Node: Main features1967
   1.569 -Node: Installation3511
   1.570 -Node: Typesetting4288
   1.571 -Node: Calling typesetter5435
   1.572 -Node: Calling previewer7962
   1.573 -Node: Printing out8323
   1.574 -Node: %#notation8615
   1.575 -Node: Changing typesetter9033
   1.576 -Node: Splitting input files9397
   1.577 -Node: Static region for typesetting10822
   1.578 -Node: Lpr format11951
   1.579 -Node: Controlling which command to invoke12981
   1.580 -Node: Editing %# notation13651
   1.581 -Node: Completion14195
   1.582 -Node: Begin-type completion14710
   1.583 -Node: Section-type completion17565
   1.584 -Node: view-sectioning20000
   1.585 -Node: Large-type completion21580
   1.586 -Node: Maketitle-type completion22234
   1.587 -Node: Arbitrary completion22786
   1.588 -Node: End completion23176
   1.589 -Node: Accent completion23646
   1.590 -Node: Image completion24263
   1.591 -Node: Greek letters completion26520
   1.592 -Node: Inserting parentheses27276
   1.593 -Node: Local dictionaries27683
   1.594 -Node: Commenting out28620
   1.595 -Node: Cursor jump30079
   1.596 -Node: Jump to corresponding object30391
   1.597 -Node: Invoking image processor31792
   1.598 -Node: Jump to main file33135
   1.599 -Node: Jumping around the environment33500
   1.600 -Node: Jumping to last completion position33918
   1.601 -Node: Changing and Deleting34427
   1.602 -Node: Changing LaTeX commands34819
   1.603 -Node: Killing LaTeX commands35996
   1.604 -Node: Filling37181
   1.605 -Node: Updation of includeonly39032
   1.606 -Node: What column39829
   1.607 -Node: Intelligent newline40914
   1.608 -Node: Usepackage checker42568
   1.609 -Node: Online help43159
   1.610 -Node: Browsing file hierarchy44834
   1.611 -Node: Cooperation with other packages46571
   1.612 -Node: Customizations47276
   1.613 -Node: Lisp variables47610
   1.614 -Node: All customizable variables48614
   1.615 -Node: Sample definitions60262
   1.616 -Node: Hook variables60775
   1.617 -Node: Hook file61479
   1.618 -Node: Add-in functions61818
   1.619 -Node: How the add-in function works62678
   1.620 -Node: Defining option-add-in64877
   1.621 -Node: Defining argument-add-in65599
   1.622 -Node: Defining enclosing-add-in66481
   1.623 -Node: How the function is called67335
   1.624 -Node: Useful functions for creating add-in68011
   1.625 -Node: Contribution69416
   1.626 -Node: Add-in generator69690
   1.627 -Node: Etcetera75062
   1.628 -Node: Copying75667
   1.629 +Node: Top256
   1.630 +Node: What is YaTeX?1583
   1.631 +Node: Main features1956
   1.632 +Node: Installation3500
   1.633 +Node: Typesetting4277
   1.634 +Node: Calling typesetter5389
   1.635 +Node: Calling previewer7916
   1.636 +Node: Printing out8277
   1.637 +Node: %#notation8569
   1.638 +Node: Changing typesetter8940
   1.639 +Node: Splitting input files9304
   1.640 +Node: Static region for typesetting10729
   1.641 +Node: Lpr format11858
   1.642 +Node: Controlling which command to invoke12888
   1.643 +Node: Editing %# notation13845
   1.644 +Node: Completion14389
   1.645 +Node: Begin-type completion14904
   1.646 +Node: Section-type completion17758
   1.647 +Node: view-sectioning20179
   1.648 +Node: Large-type completion21759
   1.649 +Node: Maketitle-type completion22412
   1.650 +Node: Arbitrary completion22964
   1.651 +Node: End completion23354
   1.652 +Node: Accent completion23823
   1.653 +Node: Image completion24440
   1.654 +Node: Greek letters completion26695
   1.655 +Node: Inserting parentheses27451
   1.656 +Node: Local dictionaries27858
   1.657 +Node: Commenting out28795
   1.658 +Node: Cursor jump30254
   1.659 +Node: Jump to corresponding object30545
   1.660 +Node: Invoking image processor31945
   1.661 +Node: Jump to main file33288
   1.662 +Node: Jumping around the environment33654
   1.663 +Node: Jumping to last completion position34072
   1.664 +Node: Changing and Deleting34581
   1.665 +Node: Changing LaTeX commands34962
   1.666 +Node: Killing LaTeX commands36139
   1.667 +Node: Filling37324
   1.668 +Node: Updation of includeonly39179
   1.669 +Node: What column39976
   1.670 +Node: Intelligent newline41061
   1.671 +Node: Usepackage checker42714
   1.672 +Node: Online help43305
   1.673 +Node: Browsing file hierarchy44980
   1.674 +Node: Cooperation with other packages46717
   1.675 +Node: Customizations47422
   1.676 +Node: Lisp variables47718
   1.677 +Node: All customizable variables48677
   1.678 +Node: Sample definitions60640
   1.679 +Node: Hook variables61153
   1.680 +Node: Hook file61857
   1.681 +Node: Add-in functions62196
   1.682 +Node: How the add-in function works63034
   1.683 +Node: Defining option-add-in65220
   1.684 +Node: Defining argument-add-in65942
   1.685 +Node: Defining enclosing-add-in66823
   1.686 +Node: How the function is called67679
   1.687 +Node: Useful functions for creating add-in68355
   1.688 +Node: Contribution69765
   1.689 +Node: Add-in generator70039
   1.690 +Node: Etcetera75499
   1.691 +Node: Copying76104
   1.692  
   1.693  End tag table
     2.1 --- a/docs/yatexj	Sun Jul 12 10:05:40 2015 +0900
     2.2 +++ b/docs/yatexj	Sun Jul 12 10:06:47 2015 +0900
     2.3 @@ -1,7 +1,7 @@
     2.4  Info file: yatexj,    -*-Text-*-
     2.5  produced by `texinfo-format-buffer'
     2.6  from file `yatexj.tex'
     2.7 -using `texinfmt.el' version 2.38 of 3 July 1998.
     2.8 +using `texinfmt.el' version 2.42 of  7 Jul 2006.
     2.9  
    2.10  START-INFO-DIR-ENTRY
    2.11  * YaTeX: (yatexj).      Yet Another tex-mode for Emacs (Japanese).
    2.12 @@ -16,47 +16,44 @@
    2.13  
    2.14  * Menu:
    2.15  
    2.16 -* Intro::                       ϸ
    2.17 -* Terminology::                 
    2.18 -* Main features::               ʡ
    2.19 -* Installation::                ȼ
    2.20 -* Invocation::                  
    2.21 -* %#notation ::                 %#
    2.22 -* Completion::                  
    2.23 -* Local dictionary::            
    2.24 -* Commenting out::              Ȣ
    2.25 -* Cursor jump::                 
    2.26 -* Modifying/Deleting::          LaTeXѹ/
    2.27 -* Filling::                     巨
    2.28 -* Includeonly::                  includeonly
    2.29 -* What column::                 ֬
    2.30 -* Intelligent newline::         ޫ
    2.31 -* Usepackage cheker::           usepackage
    2.32 -* Changing mode of YaTeX::      ѹ
    2.33 -* Online help::                 LaTeX
    2.34 -* Inclusion hierarchy browser::  աؽν
    2.35 -* Cooperation with other packages::  ñ΢
    2.36 -* Customizations::              ޤ
    2.37 -* Etc::                         ξ
    2.38 -* Copying::                     귤
    2.39 -* Concept Index::               
    2.40 +* Intro::                       ͂߂
    2.41 +* Terminology::                 }jAQƏ̒
    2.42 +* Main features::               ȋ@\
    2.43 +* Installation::                CXg[
    2.44 +* Invocation::                  vZXN
    2.45 +* %#notation ::                 %#L@
    2.46 +* Completion::                  ⊮
    2.47 +* Local dictionary::            [J
    2.48 +* Commenting out::              RgAEg
    2.49 +* Cursor jump::                 J[\Wv
    2.50 +* Modifying/Deleting::          LaTeXR}h̕ύX/폜
    2.51 +* Filling::                     
    2.52 +* Includeonly::                  includeonly
    2.53 +* What column::                 JʒuKCh
    2.54 +* Intelligent newline::         ܂s
    2.55 +* Usepackage cheker::           usepackage
    2.56 +* Changing mode of YaTeX::      쒹샂[hύX
    2.57 +* Online help::                 LaTeXICwv
    2.58 +* Inclusion hierarchy browser::  t@CKw\̕\
    2.59 +* Cooperation with other packages::  pbP[WƂ̘Ag
    2.60 +* Customizations::              JX^}CY
    2.61 +* Etc::                         ̑
    2.62 +* Copying::                     舵
    2.63 +* Concept Index::               
    2.64  
    2.65  
    2.66  
    2.67  
    2.68  File: yatexj, Node: Intro, Next: Terminology, Prev: Top, Up: Top
    2.69  
    2.70     2.71 -****************
    2.72 -
    2.73 -  ϢGNU Emacs  LaTeX
    2.74 -θ pLaTeX 
    2.75 -׻ȳ弢ί
    2.76 -Emacs Ը
    2.77 -Ԩ˹Ȧˢȥ䰡꽼ƭ
    2.78 -Ը޹ LaTeX
    2.79     2.80 -ں޹
    2.81 +͂߂
    2.82 +********
    2.83 +
    2.84 +  쒹́AGNU Emacs  LaTeX p̕쐬鎞 pLaTeX Ȃǂ̃^Cv
    2.85 +ZbgR}hAv[A̋N Emacs ҏWʒs悤
    2.86 +ƋɁAg̍X̕⊮@\ɂ\[XeLXg̕ҏWx
    2.87 +܂B LaTeX R}h̃ICwvɂ}jA𒲂ׂ
    2.88 +Ԃy܂B
    2.89  
    2.90    English manual *Note Top: (yatexe)Top.
    2.91  
    2.92 @@ -64,357 +61,325 @@
    2.93  
    2.94  File: yatexj, Node: Terminology, Next: Main features, Prev: Intro, Up: Top
    2.95  
    2.96 -
    2.97 -************************************************
    2.98 -
    2.99 -  ʼνѤ޹
   2.100 -
   2.101 -   * begin
   2.102 -
   2.103 -     `\begin{ĭ} 
   2.104 -     \end{ĭ}'ȤLaTeXط޹
   2.105 -     beginϹbegin޹
   2.106 -
   2.107 -   * section
   2.108 -
   2.109 -     `\section{}'`\mbox{}'
   2.110 -     LaTeXط޹
   2.111 -
   2.112 -   * maketitle
   2.113 -
   2.114 -     `\maketitle'`\tableofcontents'ʤLaTeX
   2.115 -     ط޹
   2.116 -
   2.117 -   * large
   2.118 -
   2.119 -     `{\large ...}'  `{\tt ...}'
   2.120 -     թ/
   2.121 -     ط޹
   2.122 +{}jAQƏ̒
   2.123 +************************
   2.124 +
   2.125 +  {}jAł͈ȉ̕\Lp܂B
   2.126 +
   2.127 +   * begin^R}h
   2.128 +
   2.129 +     `\begin{‹} ` \end{‹}'Ƃ`LaTeXR}hw܂B
   2.130 +     begin^R}h⊮͂邱Ƃbegin^⊮ƌĂт܂B
   2.131 +
   2.132 +   * section^R}h
   2.133 +
   2.134 +     `\section{^Cg}'`\mbox{e}'̂悤ɈLaTeXR}h
   2.135 +     w܂B
   2.136 +
   2.137 +   * maketitle^R}h
   2.138 +
   2.139 +     `\maketitle'`\tableofcontents'̂悤ɈȂLaTeXR}
   2.140 +     hw܂B
   2.141 +
   2.142 +   * large^R}h
   2.143 +
   2.144 +     `{\large ...}'  `{\tt ...}' ̂悤ȃtHg/TCYwqw
   2.145 +     ܂B
   2.146  
   2.147     * `[prefix]'
   2.148  
   2.149 -     Ρйգթ`C-c'
   2.150 -     ƤǢѹƤʤ
   2.151 -     `[prefix]'  Ϣ`C-c'
   2.152 -     ߹Ư
   2.153 +     쒹̋@\Ăяo߂̃vtBNXL[BftHgł`C-c'
   2.154 +     蓖ĂĂ̂ŁAɕύXĂȂꍇ{}jA
   2.155 +     `[prefix]' Ƃ\ĹA`C-c' Ɠǂ݊ĂB
   2.156  
   2.157  
   2.158  
   2.159  File: yatexj, Node: Main features, Next: Installation, Prev: Terminology, Up: Top
   2.160  
   2.161    2.162 -****************
   2.163 -
   2.164 -   * ׻ÿ弢Ը̫ί(`C-c t')
   2.165 -   * ʤ׻
   2.166 -   * \includeonly
   2.167 -   * Ϋ(`C-c '')
   2.168 -   * `\begin{}, \end{}, \section...'  LaTeX
   2.169 -      (`C-c b', `C-c s', `C-c l', `C-c
   2.170 -     m')
   2.171 -   * Ϸƭĭ
   2.172 -     (䰭)
   2.173 -   * θ񽤢
   2.174 -   *  (*Note view-sectioning::)
   2.175 -   * 䰭ج
   2.176 -   * LaTeX ĭխ
   2.177 -   * ʤխΫ(`yatexgen.el')
   2.178 -   * LaTeX /ѹ(`C-c k', `C-c c')
   2.179 -   * ա֢`\begin'<->`\end'֢
   2.180 -     `\ref'<->`\label'֢ `\cite'<->`\bibitem'(`C-c
   2.181 -     g')
   2.182 -   * Ȣ/Ȣ
   2.183 -     (`C-c >', `C-c <', `C-c ,', `C-c .')
   2.184 -   * ȭ/ĭѳ/
   2.185 -     (`C-c a', `;', `/')
   2.186 -   * tabular/arrayĭΫ֬
   2.187 -   *  LaTeX Ϊ(`C-c ?', `C-c /')
   2.188 -   * ɭΤɽЪաب
   2.189 -     (`C-c d')
   2.190 -   * ϷޯƬ
   2.191 -     \userpackage Ư userpackage
   2.192 -   * \labelij⦺! refciteǫ޹
   2.193 +ȋ@\
   2.194 +********
   2.195 +
   2.196 +   * ^CvZb^v[AȂǂ̕ҏWʂ̋N(`C-c t')
   2.197 +   * J[\ʒuɂȂŒ胊W̕^CvZbg
   2.198 +   * \includeonlỹ^b`XV
   2.199 +   * G[ӏւ̎Wv(`C-c '')
   2.200 +   * `\begin{}, \end{}, \section...' Ȃǂ LaTeXR}h̕⊮
   2.201 +     (`C-c b', `C-c s', `C-c l', `C-c m')
   2.202 +   * ɓ͂eLXg‹R}h̒Ɏ荞ފ⊮(
   2.203 +     Wwɒʏ⊮L[)
   2.204 +   * ZNV؂͎̕\AEgC\
   2.205 +   * ZNVR}ḧꊇVtg (*Note view-sectioning::)
   2.206 +   * ⊮̊wK
   2.207 +   * LaTeX ̊‹R}hɉKCht
   2.208 +   * 쒹ɂȂKCht͊֐̎(`yatexgen.el')
   2.209 +   * LaTeX R}h̍폜/ύX(`C-c k', `C-c c')
   2.210 +   * t@CԁA`\begin'<->`\end'ԁA
   2.211 +             `\ref'<->`\label'ԁA
   2.212 +             `\cite'<->`\bibitem'Wv(`C-c g')
   2.213 +   * ꊇRgAEg/ARgAEg(`C-c >', `C-c <', `C-c ,',
   2.214 +     `C-c .')
   2.215 +   * ANZgL/‹pR}h/MV͎̓x(`C-c a',
   2.216 +     `;', `/')
   2.217 +   * tabular/array‹̃JʒuKCh
   2.218 +   * WI LaTeX R}h̃ICwv(`C-c ?', `C-c /')
   2.219 +   * hLg̃CN[h\̎oI\ƃobt@؂ւ(`C-c
   2.220 +     d')
   2.221 +   * ⊮͂}NɉĕKv \userpackage Ă
   2.222 +     userpackage
   2.223 +   * \labelł‚Ƃ͂Y悤! refcite⊮͂Ŏ܂
   2.224  
   2.225  
   2.226  
   2.227  File: yatexj, Node: Installation, Next: Invocation, Prev: Main features, Up: Top
   2.228  
   2.229 -
   2.230 -************
   2.231 -
   2.232 -ο
   2.233 -========================================
   2.234 -
   2.235 -  ~/.emacs˼2è޹
   2.236 +N@
   2.237 +******
   2.238 +
   2.239 +쒹N̂߂̐ݒ
   2.240 +====================
   2.241 +
   2.242 +  ~/.emacsɉ2ڂ܂B
   2.243  
   2.244       (setq auto-mode-alist
   2.245             (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
   2.246       (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
   2.247  
   2.248 - emacs-lisp
   2.249 -ա֯ǣ load-path
   2.250 -è޹ ȨТ
   2.251 -`~/src/emacs/yatex'֯ǢТ
   2.252 +ɖ쒹 emacs-lisp t@CQufBNg load-path ɉ
   2.253 +BƂ΁A `~/src/emacs/yatex'ɒûł΁A
   2.254  
   2.255       (setq load-path (cons (expand-file-name "~/src/emacs/yatex") load-path))
   2.256  
   2.257 -ȷ޹
   2.258 -
   2.259 -  ȥҬ .tex
   2.260 -ǢաԸȫ
   2.261 -ɵ޹˯ǭȭν
   2.262    2.263 -
   2.264 -
   2.265 -׻ÿ/弢ĭ
   2.266 -=====================================================================
   2.267 -
   2.268 -  ѹعʼΧ鵷ѹ
   2.269    2.270 +ȂǂƂ܂B
   2.271 +
   2.272 +  ȏ̐ݒɂAgq .tex łt@CҏWƎIɖ
   2.273 +[h܂B쒹ɋNłƂ̓[hC̕\
   2.274 +uĂӁvɕς܂B
   2.275 +
   2.276 +
   2.277 +^CvZb^/v[A‹̐ݒ
   2.278 +===================================
   2.279 +
   2.280 +  pOvOɊւȉ̕ϐmFAKvȂ琳l
   2.281 +ύX܂B
   2.282  `tex-command'
   2.283 -             ... 뿤׻ÿγɾ
   2.284 +             ... N^CvZb^̃R}h
   2.285  `dvi2-command'
   2.286 -             ... 弢γɾ
   2.287 +             ... Nv[ÃR}h
   2.288  `NTT-jTeX'
   2.289 -             ... +Ƣ׻֬Ʒ
   2.290 -     ީt˹(ŤNTT-jTeXDz˽)ΪϢ
   2.291 -     fillȭΪ%ù
   2.292 +             ... s+CfgɂāA^CvZbg̎Ԃ󂢂
   2.293 +     ܂̂}ꍇtɂ(ÂNTT-jTeXŌɌ)B
   2.294 +     Iɂ́AfillƂɊes̏I%t悤ɂȂB
   2.295  `YaTeX-kanji-code'
   2.296 -             ... 
   2.297 +             ... 쐬鎞̊R[h
   2.298  `dviprint-command-format'
   2.299 -             ... ա
   2.300 +             ... t@C̈ɎgR}h̏
   2.301  `YaTeX-dvipdf-command'
   2.302 -             ... DVIPDFѹ
   2.303 -
   2.304 -ѹϢ`~/.emacs'ƢȨ
   2.305 -(setq tex-command "pdflatex")
   2.306 -˷ƯȹɤĤϢ
   2.307 -*Note All customizable variables::ȷƯ
   2.308 +             ... DVIPDFɕϊR}h
   2.309 +
   2.310 +ύXꍇ́A͂`~/.emacs'ɂāAƂ
   2.311 +     (setq tex-command "pdflatex")
   2.312 +̂悤ɂĂBǂ̂悤ȒlZbgΗǂɂ‚ẮA
   2.313 +*Note All customizable variables::QƂĂB
   2.314  
   2.315  
   2.316  
   2.317  
   2.318  File: yatexj, Node: Invocation, Next: %#notation, Prev: Installation, Up: Top
   2.319  
   2.320 -latexɯ
   2.321 -*****************************
   2.322 -
   2.323 -LaTeXԸ梡έplatex
   2.324 -ο׻
   2.325 -(忤׻ÿ)弢ίǭ޹
   2.326 +latexR}hN
   2.327 +*****************
   2.328 +
   2.329 +LaTeX\[X̕ҏWÃL[͂ɂAplatex Ȃǂ̃^CvZbgv
   2.330 +O(Ȍ^CvZb^ƌĂ)Av[AȂǂ̋Nł܂B
   2.331  
   2.332  `[prefix] t j'
   2.333 -             ... ׻ÿ(platex)
   2.334 +             ... ^CvZb^(platex)N
   2.335  `[prefix] t r'
   2.336 -             ... ׻ÿ()
   2.337 +             ... ^CvZb^N(̈w)
   2.338  `[prefix] t e'
   2.339 -             ... ׻&
   2.340 -     (ݤĭ޿׻ȷ
   2.341 -     աй)
   2.342 +             ... ^CvZbg&v[(|Cgʒu̒iA‹
   2.343 +     ͐[ĥ݂^CvZbgėׂ̃obt@ɑgŌʂ̉摜
   2.344 +     o)
   2.345  `[prefix] t k'
   2.346 -             ... ο׻ÿ
   2.347 +             ... 쒆̃^CvZb^̒~
   2.348  `[prefix] t b'
   2.349 -             ... jbibtex
   2.350 +             ... jbibtexN
   2.351  `[prefix] t i'
   2.352 -             ... makeindex
   2.353 +             ... makeindexN
   2.354  `[prefix] t d'
   2.355 -     	... ׻Ȱdvipdfmx
   2.356 +        ... ^CvZbgdvipdfmxN
   2.357  `[prefix] t p'
   2.358 -             ... 弢
   2.359 +             ... v[AN
   2.360  `[prefix] t l'
   2.361 -             ... lpr(Ȣ)ɯ
   2.362 +             ... lpr(vgAEgp)R}hN
   2.363  `[prefix] t s'
   2.364 -             ... xdvi -remote ε
   2.365 +             ... xdvi -remote ł̃T[`
   2.366  
   2.367  * Menu:
   2.368  
   2.369 -* Calling typesetter::          ׻ÿ
   2.370 -* Calling previewer::           弢
   2.371 -* Print out::                   Ȣѳί
   2.372 +* Calling typesetter::          ^CvZb^N
   2.373 +* Calling previewer::           v[AN
   2.374 +* Print out::                   vgAEgpR}h̋N
   2.375  
   2.376  
   2.377  
   2.378  File: yatexj, Node: Calling typesetter, Next: Calling previewer, Prev: Invocation, Up: Invocation
   2.379  
   2.380 -׻ÿ
   2.381 -================================
   2.382 -
   2.383 -  ׻ÿ򯰹ȢԸɦ2ˬΦ
   2.384 -˿׻̬޹ϵûȢ׻
   2.385 -աϫ˹޹ⷢǨ鼬
   2.386 -ÿϿ׻ա(`C-x
   2.387 -o') ׻ÿ Ƥ ?
   2.388 -зƢ`x'
   2.389 -()بȬ
   2.390 -ǭ޹򤵹Ϣ
   2.391 +^CvZb^N
   2.392 +================
   2.393 +
   2.394 +  ^CvZb^NƁAҏWEBhE2‚ɕAЕ̃EB
   2.395 +hEɃ^CvZbgʂ\܂Bo͂郁bZ[WƘA^C
   2.396 +vZbgobt@͎IɃXN[܂BArŃG[N
   2.397 +Ď~܂Ă܂ꍇɂ̓^CvZbgobt@ɈڂA(`C-x o') ^Cv
   2.398 +Zb^̏oĂ ? vvgɑ΂āA`x' (̒f)Ȃǂ̎w
   2.399 +邱Ƃł܂BG[Cꍇ́A
   2.400  
   2.401  `[prefix] ''
   2.402 -`(prefix+ݹգ)'
   2.403 -             ... Ψ鼯ظ
   2.404 -
   2.405 -Ϲꢿ׻ÿ򯸷Ȭǭ޹
   2.406 -޿׻ÿϹ overfull hbox
   2.407    2.408 -Ƥ޹Ǣ `[prefix] ''
   2.409 -򡹳İΦ
   2.410 -˸׷Ƥ޹
   2.411 -
   2.412 -  ⷢԬÿϢ׻աǢ
   2.413 -νƤ˫ﻹڼ
   2.414 -LaTeX
   2.415 -˸׷޹
   2.416 -
   2.417 -
   2.418 -迤׻
   2.419 ---------------------------------
   2.420 -
   2.421 -  ݤ޼֢ƭ
   2.422 -`%#BEGIN'  `%#END'(*Note
   2.423 -%#notation::)ƿ׻ȹȬ
   2.424 -ǭ޹աա
   2.425 -ȷ޹ʤޯ
   2.426 -ˢȨ޹迤׻Ȧ
   2.427 -ޯ(`\begin{document}')֯
   2.428 -˷Ƽաա΢
   2.429 -ǣ`texput.tex'ȤϵǢ
   2.430 -շƯ
   2.431 -
   2.432 -
   2.433 -ĭ׻
   2.434 ---------------------------------
   2.435 -
   2.436 -  `[prefix] te'
   2.437 -Ȣݤĭ޿
   2.438 -Ͻɴ΢ĭʱн
   2.439 -Ƣ迤׻з޹
   2.440 -tabularĭǣƤΫῤ
   2.441 -ΧǭǹEmacsĽϢ
   2.442 -׻Φɦ˽޹޿
   2.443 -ĭзϢĭθ񭹨˫
   2.444 -򹷷޹(on-the-fly)
   2.445 -ʤ弢
   2.446 -`texput.dvi'
   2.447 -򫤿˷ƪФΧǭǷ禣
   2.448 -
   2.449 -  筵()թ200dpi(300dpi)ǹ
   2.450 -dpiѨLaTeXɳ
   2.451 -`%#PREVIEWDPI 150'
   2.452 -dpiƯ
   2.453 +`(prefix+A|XgtB)'
   2.454 +             ... ÕG[sփWv
   2.455 +
   2.456 +͂邱ƂɂA^CvZb^G[𔭐sɈڂ邱Ƃł
   2.457 +܂B܂A^CvZb^̏o͂ overfull hbox Ȃǂ̃EH[jOs
   2.458 +ΉĂ܂̂ŁA `[prefix] '' ƂɂA‘ÕEH[
   2.459 +jOsɃWvĂ܂B
   2.460 +
   2.461 +  ACɂȂG[sꍇ́A^CvZbgobt@ŁAG[
   2.462 +̕\ĂsɃJ[\킹Xy[XL[ LaTeX \[X
   2.463 +ΉsɃWv܂B
   2.464 +
   2.465 +
   2.466 +̈^CvZbg
   2.467 +----------------
   2.468 +
   2.469 +  |Cgƃ}[N̊ԁA邢̓eLXgɖߍ `%#BEGIN' 
   2.470 +`%#END'̊Ԃ̗̈(*Note %#notation::)؂ă^CvZbg邱
   2.471 +Ƃł܂B̏ꍇCt@C̃vAuꎞt@C̃v
   2.472 +AuƂĎg܂BăvAuɂȂ}N`̈
   2.473 +ɂƃG[ɂȂ܂B̈^CvZbggꍇAK}N`
   2.474 +̓vAu(`\begin{document}'O)ɒu悤ɂĉBꎞt@
   2.475 +C̓Ct@ĈfBNg`texput.tex'ƂOŏo͂
   2.476 +̂ŁA㏑ɂ͒ӂĂB
   2.477 +
   2.478 +
   2.479 +‹^CvZbg
   2.480 +----------------
   2.481 +
   2.482 +  `[prefix] te' ƁA|Cgʒu̍ł̊‹A܂͐[
   2.483 +h̏ꍇ͂̐[hŚA邢͊‹Ȃ΂̒iI
   2.484 +ɗ̈IāÄ^CvZbgĂяo܂Btabular‹␔[
   2.485 +hŕGȂ̂Ăꍇ͊m߂mFł̂ŕ֗
   2.486 +łBEmacs摜\”\ȏꍇ́A^CvZbǧʂ摜ė
   2.487 +̃EBhEɕ\܂B܂Å‹ŌĂяoꍇ́A‹
   2.488 +xɎIɃvr[摜XV܂(on-the-flyv
   2.489 +[)B\Ȃꍇ̓v[A `texput.dvi'J܂
   2.490 +ɂĂΏCƊmFfłł傤B
   2.491 +
   2.492 +  摜v[̏ꍇ̑傫(𑜓x)̓ftHg200dpi(
   2.493 +300dpi)łBdpiςꍇLaTeX\[X̂ǂ`%#PREVIEWDPI
   2.494 +150'̂悤dpilĂB
   2.495  
   2.496  
   2.497  
   2.498  File: yatexj, Node: Calling previewer, Next: Print out, Prev: Calling typesetter, Up: Invocation
   2.499  
   2.500 -弢
   2.501 -================================
   2.502 -  `[prefix] t p'
   2.503 -弢ίǭ޹ˢⷢ
   2.504 --remote
   2.505 -ĭxdviѷƤ `[prefix]
   2.506 -t s' 
   2.507 -꫼θƽڼ򽨹˹˯
   2.508 -xdvi˿޹ꢽԸο׻
   2.509 -˫Ȭǭ޹
   2.510 +v[AN
   2.511 +================
   2.512 +  `[prefix] t p' ɂv[A̋Nł܂BɁAȂ
   2.513 +A-remote @\‚xdvi𗘗pĂꍇ `[prefix] t s' 
   2.514 +ƂɂJ[\ʒu̕Ẵy[W\悤ɂł
   2.515 +Nxdviɖ߂𑗂܂BɂAݕҏW̉ӏ̃^CvZb
   2.516 +gʂ𑦍Ɍ邱Ƃł܂B
   2.517  
   2.518  
   2.519  
   2.520  
   2.521  File: yatexj, Node: Print out, Prev: Calling previewer, Up: Invocation
   2.522  
   2.523    2.524 -============================
   2.525 -
   2.526 -  `[prefix] t
   2.527 -l'ȢبȢϫ/ڼ
   2.528 -ƯǢ޹ʬϢ
   2.529 -universal-argument ı
   2.530 +vgAEg
   2.531 +==============
   2.532 +
   2.533 +  `[prefix] t l'ăvgAEgwƁAo͊Jn/Iy[W
   2.534 +𕷂Ă̂ŁAꂼɓ܂Bȗ́A
   2.535 +universal-argument ‚A
   2.536  
   2.537  
   2.538  `C-u [prefix] t l'
   2.539 -             ... ڼΧʬlpr
   2.540 -
   2.541 -˯Ư
   2.542 +             ... y[WmFȗlprN
   2.543 +
   2.544 +̂悤ɋNĂB
   2.545  
   2.546  
   2.547  
   2.548  File: yatexj, Node: %#notation, Next: Completion, Prev: Invocation, Up: Top
   2.549  
   2.550 -%#
   2.551 -**********
   2.552 -
   2.553 -  ܸ`%#'ϸ뭼ǿ׻ÿ
   2.554 -ΩȬǭ޹
   2.555 +%#L@
   2.556 +******
   2.557 +
   2.558 +  {`%#'ł͂܂L[[h𖄂ߍނƂŃ^CvZb^N
   2.559 +邱Ƃł܂B
   2.560  
   2.561  * Menu:
   2.562  
   2.563 -* Changing typesetter::         ׻ѳѹ
   2.564 -* Splitting input files::       ա
   2.565 -* Fix region for typesetting::  
   2.566 -* lpr format::                  Ȣȳթ
   2.567 -* Controlling which command to invoke::  ξίɩ
   2.568 -* Editing %# notation::         %#Ը
   2.569 +* Changing typesetter::         ^CvZbgpR}h̕ύX
   2.570 +* Splitting input files::       ̓t@C
   2.571 +* Fix region for typesetting::  ̈̌Œ
   2.572 +* lpr format::                  vgAEgR}hptH[}bg
   2.573 +* Controlling which command to invoke::  ̑̋NR}h
   2.574 +* Editing %# notation::         %#L@̕ҏW
   2.575  
   2.576  
   2.577  
   2.578  File: yatexj, Node: Changing typesetter, Next: Splitting input files, Prev: %#notation, Up: %#notation
   2.579  
   2.580 -׻ѳѹ
   2.581 -====================================================
   2.582 -
   2.583 -  Ѩܸˡ޹
   2.584 +^CvZbgpR}hύX
   2.585 +==========================
   2.586 +
   2.587 +  NR}hς͖{Ɏ̂悤ȍs܂B
   2.588  
   2.589  
   2.590               %#!jlatex-ntt
   2.591  
   2.592 -NTT jTeX ȢASCII jTeX
   2.593 -ȤǷ禣
   2.594 +NTT jTeX ƁAASCII jTeX g悤ȏꍇɕ֗ł傤B
   2.595  
   2.596  
   2.597  
   2.598  
   2.599  File: yatexj, Node: Splitting input files, Next: Fix region for typesetting, Prev: Changing typesetter, Up: %#notation
   2.600  
   2.601    2.602 -================================
   2.603 -
   2.604 -޿ա .tex
   2.605 -ƤǢ`main.tex' `sub.tex'
   2.606 -
   2.607 -`\include'ƤϢ`sub.tex'Τ
   2.608 -ˡ޹
   2.609 +̓t@C
   2.610 +================
   2.611 +
   2.612 +܂A͖ɕʃt@C .tex 쐬ĂꍇŁA`main.tex'
   2.613 +`sub.tex'  `\include'Ă悤Ȏ́A`sub.tex'̔Cӂ̈ʒuɎ
   2.614 +悤ȍs𖄂ߍ݂܂B
   2.615  
   2.616               %#!platex main.tex
   2.617  
   2.618  
   2.619 -˳ɾʯϢ
   2.620 -shell ϹǡТghostview
   2.621 -弢Ȧ
   2.622    2.623 +̗̂悤ɃR}hłȂꍇɂ́ASĂ̂܂
   2.624 +shell ɓn̂Ŏ̂悤ɏ΁Aghostview Ȃǂv[AɎg
   2.625 +ɕ֗łB
   2.626  
   2.627  
   2.628               %#!platex main && dvi2ps main.dvi > main
   2.629  
   2.630 -ʪαʰաټ
   2.631 -ͼǢȾ޹(2`main')
   2.632 -˭ҷ`%f'աˢ
   2.633 -`%r'
   2.634 -աȥֹ޹
   2.635 -`%f,%r'ѷ׻ˬա
   2.636    2.637 -
   2.638 -  `[prefix] g' (*Note Cursor jump::) 
   2.639 -աָˡաϡγ
   2.640 -շƼ
   2.641 -
   2.642 -  1. ǣƢ˵ա֯ǭ
   2.643 -     ǣεǣֱʤ
   2.644 -  2. աǣա
   2.645 -     include Ϣ
   2.646 -     ѹѤƢ
   2.647 -     `\include{chap1/sub}'˭ң
   2.648 -  3. աǣˢ⢵ա
   2.649 -     %#!platex main.tex
   2.650 -     ˭ҹ(../mainʤ)
   2.651 +ȂA̍s̍Ō̒P̃sIhȑOuCt@Cṽx[Xl[
   2.652 +łƉ肵܂(2‚̏ꍇǂ`main')B̍sɋLqA
   2.653 +`%f'̓Ct@CɁA `%r' ̓Ct@C̊gq菜
   2.654 +ɒu܂BA`%f,%r'𗘗pꍇA^CvZbgɕK
   2.655 +Ct@C̓͂𑣂܂B
   2.656 +
   2.657 +  `[prefix] g' (*Note Cursor jump::Q) ł̃t@CԃWvL
   2.658 +@\邽߁A̓t@Cɂ͎̂ƂɒӂĉB
   2.659 +
   2.660 +  1. TufBNgāA̒ɃTut@CuƂ͂ł邪
   2.661 +     TufBNg̃TufBNgɂ͒uȂB
   2.662 +  2. Ct@CTufBNg̃t@C include 鎞ɂ́A
   2.663 +     ΃pXwpāA
   2.664 +     `\include{chap1/sub}'̂悤ɋLqB
   2.665 +  3. Ct@C̃fBNgɂꍇATut@Cɂ
   2.666 +     %#!platex main.tex ̂悤ɋLq(../mainł͂Ȃ)B
   2.667  
   2.668  
   2.669  
   2.670 @@ -422,58 +387,51 @@
   2.671  
   2.672  File: yatexj, Node: Fix region for typesetting, Next: lpr format, Prev: Splitting input files, Up: %#notation
   2.673  
   2.674 -
   2.675 -====================
   2.676 -
   2.677 -  `[prefix] tr'
   2.678 -ο׻Ϣȯʤ
   2.679 -`C-SPC'޼Ȣݤ()ʷ
   2.680 -ÿ׻ȷϢ
   2.681 +̈̌Œ
   2.682 +==========
   2.683 +
   2.684 +  `[prefix] tr' ̗̈w̃^CvZbgł́AƂɎŵȂA
   2.685 +`C-SPC'Ń}[NʒuƁA|Cg(J[\ʒu)̊Ԃ̈Ƃ݂Ȃ܂
   2.686 +AK܂̈^CvZbgꍇ́Ä̗
   2.687  
   2.688               %#BEGIN
   2.689 -             <Ϸ>
   2.690 +             <n̈>
   2.691               %#END
   2.692  
   2.693 -`%#BEGIN'`%#END'ߢ`%#BEGIN'
   2.694 -֤Ư꬧ȡ޹
   2.695 -
   2.696 -
   2.697 -  1. ա`%#BEGIN'Ȥɬ
   2.698 -     
   2.699 -
   2.700 -       1. `%#BEGIN'ա`%#END'Ȥɬī
   2.701 -          
   2.702 -          =>`%#BEGIN' 颽 `%#END' ΢ǣ
   2.703 -       2. `%#END' īʫÿ
   2.704 -          =>աǣ
   2.705 -
   2.706 -  2. ա
   2.707 -     `%#BEGIN' Ȥɬ
   2.708 -     īʫÿ
   2.709 -     =>޼(`C-SPC')ݤ()
   2.710 -
   2.711 -  tabular
   2.712 -ĭƤϢ`\begin'ΰ
   2.713 - `%#BEGIN' `\end' Ρ
   2.714 -`%#END' ƪ
   2.715 -ʱƹȹȬǭ޹޿
   2.716 -.tex ա  `%#BEGIN'
   2.717 -ƪТϵǭ޹BEGINEND
   2.718 -÷Ͻռ
   2.719 +̂悤`%#BEGIN'`%#END'ň͂݁AJ[\u`%#BEGIN'ȍ~vɒuĂ
   2.720 +B̗̎̈挈K܂Ƃ߂Ǝ̂悤ɂȂ܂B
   2.721 +
   2.722 +
   2.723 +  1. J[\ʒuobt@̐擪`%#BEGIN'ƂL[[h
   2.724 +     ꍇ
   2.725 +
   2.726 +       1. `%#BEGIN'obt@̖`%#END'ƂL[[h‚
   2.727 +          ꍇB
   2.728 +          =>`%#BEGIN' A `%#END' ̂ʒu܂ŁB
   2.729 +       2. `%#END' ‚ȂꍇB
   2.730 +          =>obt@̍Ō܂ŁB
   2.731 +
   2.732 +  2. J[\ʒuobt@̐擪 `%#BEGIN' ƂL[[h
   2.733 +     ‚ȂꍇB
   2.734 +     =>}[N(`C-SPC'ʒu)ƃ|Cg(J[\ʒu)̊Ԃ̗̈B
   2.735 +
   2.736 +  tabular ‹xs낵Ă悤ȏꍇ́A`\begin'̑O̍s
   2.737 +`%#BEGIN' ƏA`\end' ̎̍s `%#END' ƏĂƊȒPɍ\
   2.738 +ʂeXg邱Ƃł܂B܂A .tex t@Č㔼
   2.739 +`%#BEGIN' Ă΁AO͖̕ł܂BBEGINEND̏
   2.740 +Yɂ͏\ӉB
   2.741  
   2.742  
   2.743  
   2.744  
   2.745  File: yatexj, Node: lpr format, Next: Controlling which command to invoke, Prev: Fix region for typesetting, Up: %#notation
   2.746  
   2.747 -lprթ
   2.748 -===========================
   2.749 -
   2.750 -  ޺ȢѳթĤ޹
   2.751 -թϢ3 Lisp
   2.752 -ƽ޹
   2.753 -թ dvi2ps
   2.754 -թ޹
   2.755 +lprtH[}bg
   2.756 +===============
   2.757 +
   2.758 +  ܂AvgAEgpR}h̃tH[}bgɂ‚Đ܂BR
   2.759 +}htH[}bǵA3‚ Lisp ϐɂĕ\܂BftHg
   2.760 + dvi2ps p̃tH[}bgɐ܂B
   2.761  
   2.762  `(1)dviprint-command-format'
   2.763       `"dvi2ps %f %t %s | lpr"'
   2.764 @@ -484,118 +442,118 @@
   2.765  `(3)dviprint-to-format'
   2.766       `"-t %e"'
   2.767  
   2.768 -ȢȹϢ(1) %s
   2.769 -ա֭%f 
   2.770 -(2)Ƣ%t
   2.771 -(3)֭޹(2)θ
   2.772 -%b 
   2.773 -ϫڼע(3)θ %e
   2.774 -Ϫڼ֭
   2.775 -޹ⷢڼʤϢ%f,
   2.776 -%t ޹
   2.777 -
   2.778 -  ΢dviprint-command-format
   2.779 -ѨϢLaTeX 
   2.780 -ƭΤˢ
   2.781 +ۂɃvgAEg鎞́A(1) %s t@CɒuA
   2.782 +%f (2)̓eA%t (3)̓eɒu܂B̍ۂ(2)̕
   2.783 + %b ́uo͊Jny[WvA(3)̕񒆂 %e ́uo͏Iy[Wvɒu
   2.784 +܂BAy[Ww肵Ȃɂ́A%f, %t Ƃ
   2.785 +܂B
   2.786 +
   2.787 +  ́Adviprint-command-format Վɕς́ALaTeX ̃\[Xe
   2.788 +LXg̔Cӂ̏ꏊɁA
   2.789  
   2.790               %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2
   2.791  
   2.792 -ƼȢȹڼʤ
   2.793    2.794 +̂悤ɏĉBvgAEgy[W͈͂Ȃ
   2.795 +悤ɂ鎞
   2.796  
   2.797               %#LPR dvi2ps %s | lpr
   2.798  
   2.799 -ȹ޻
   2.800 +ȂǂƂ̂֗܂B
   2.801  
   2.802  
   2.803  
   2.804  File: yatexj, Node: Controlling which command to invoke, Next: Editing %# notation, Prev: lpr format, Up: %#notation
   2.805  
   2.806 -ξίɩ
   2.807 -================================================
   2.808 -
   2.809 -LaTeX آʼ %#
   2.810 -Ȭǭ޹
   2.811 -
   2.812 +̑̋NR}h
   2.813 +========================
   2.814 +
   2.815 +LaTeX Ɋ֘AR}h͈ȉ %# L@Ŏw肷邱Ƃł܂B
   2.816 +
   2.817 +      `%#PREVIEW'
   2.818 +
   2.819 +        ... Command line for DVI viewing ([prefix] t p)
   2.820        `%#BIBTEX'
   2.821 -     
   2.822 -     	... makeindexʦ([prefix] t b)
   2.823 +
   2.824 +        ... makeindexsȂR}hC([prefix] t b)
   2.825        `%#MAKEINDEX'
   2.826 -     
   2.827 -     	... bibtexʦ([prefix] t i)
   2.828 +
   2.829 +        ... bibtexsȂR}hC([prefix] t i)
   2.830        `%#DVIPDF'
   2.831 -     
   2.832 -     	... DVIPDFѹʦ([prefix]
   2.833 -     t d)
   2.834 -
   2.835 -ԬέLaTeXƪТ
   2.836 -귿ǭ޹
   2.837 +
   2.838 +        ... DVIPDFϊsȂR}hC([prefix] t d)
   2.839 +      `%#LPR'
   2.840 +
   2.841 +        ... p̃R}hC([prefix] t l)
   2.842 +      `%#PDFVIEW'
   2.843 +
   2.844 +        ... PDFt@C邽߂̃R}hC
   2.845 +      `%#IMAGEDPI'
   2.846 +
   2.847 +        ... v[(on-the-fly preview)p̉摜DPI
   2.848 +
   2.849 +s̃L[[hŎn܂sLaTeX̐擪t߂ɏĂ΁A
   2.850 +Ŏw肵R}hNł܂B
   2.851  
   2.852  
   2.853  
   2.854  File: yatexj, Node: Editing %# notation, Prev: Controlling which command to invoke, Up: %#notation
   2.855  
   2.856 -%#Ը
   2.857 -==============================
   2.858 -
   2.859 -`%#'歡Ը
   2.860 +%#L@̂̕ҏW
   2.861 +================
   2.862 +
   2.863 +ȏ̂悤`%#'Ŏn܂e퐧L@ҏW邽߂ɂ
   2.864  
   2.865  `[prefix] %'
   2.866 -             ... `%#'Ը
   2.867 -
   2.868    2.869 +             ... `%#'L@ҏWj[
   2.870 +
   2.871 +܂B
   2.872  
   2.873               !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR
   2.874  
   2.875 -Ȥ弬Ǣ`%#!'˳ѹ
   2.876 -`!'`%#LPR' lpr
   2.877 -թѨ`l'
   2.878 -귿 `%#BEGIN'  `%#END'
   2.879 -꿤Ϣ
   2.880 -`b'޹`b'Ϣա֫Ƥ
   2.881 -`%#BEGIN', `%#END' ޹
   2.882 +Ƃj[oė̂ŁA`%#!'ɑR}hύXɂ
   2.883 +`!'A`%#LPR' lpr tH[}bgς`l'A炩
   2.884 +ߐݒ肵W `%#BEGIN' ` `%#END' Ŋ肽́A
   2.885 +`b'܂B`b'I񂾎ɂ́A܂Ńobt@ɒuĂ
   2.886 +`%#BEGIN', `%#END' Iɏ܂B
   2.887  
   2.888  
   2.889  
   2.890  File: yatexj, Node: Completion, Next: Local dictionary, Prev: %#notation, Up: Top
   2.891  
   2.892 -
   2.893 -****************
   2.894 -
   2.895 -  LaTeX
   2.896 -ĭϢ䰡ѷƽϹ
   2.897 -ǭ޹
   2.898 +⊮
   2.899 +********
   2.900 +
   2.901 +  LaTeX ł̊‹Ȃǂ́A쒹̕⊮@\𗘗pĔ\Iɓ͂邱
   2.902 +ł܂B
   2.903  
   2.904  * Menu:
   2.905  
   2.906 -* begin::
   2.907 -* section::
   2.908 -* large::
   2.909 -* maketitle::
   2.910 -* Arbitrary completion::        
   2.911 -* end::
   2.912 -* Accent mark completion::      ȭ
   2.913 -* Image completion::            Ἰ
   2.914 -* Greek letter completion::     
   2.915 +* begin^⊮::
   2.916 +* section^⊮::
   2.917 +* large^⊮::
   2.918 +* maketitle^⊮::
   2.919 +* Arbitrary completion::        ⊮
   2.920 +* end⊮::
   2.921 +* Accent mark completion::      ANZgL⊮
   2.922 +* Image completion::            LC[W⊮
   2.923 +* Greek letter completion::     MV⊮
   2.924  * Inserting parens::
   2.925  
   2.926  
   2.927  
   2.928 -File: yatexj, Node: begin, Next: section, Prev: Completion, Up: Completion
   2.929 -
   2.930 -begin
   2.931 -=================
   2.932 -
   2.933 -  `\begin{env}...\end{env}'begin
   2.934 -ֳ˷޹begin Ϣ
   2.935 +File: yatexj, Node: begin^⊮, Next: section^⊮, Prev: Completion, Up: Completion
   2.936 +
   2.937 +begin^⊮
   2.938 +===========
   2.939 +
   2.940 +  `\begin{env}...\end{env}'̗lȌ`̓͂̕⊮begin^⊮ƌĂԂ
   2.941 +Ƃɂ܂Bbegin ^⊮́A
   2.942  
   2.943  `[prefix] b'
   2.944 -             ... begin 䰫( `C-c b')
   2.945 -
   2.946 -޹Ѥ LaTeX
   2.947 -ĭϢ[prefix] `b'
   2.948 -˳1ϹǢ`\begin{xxx}...\end{xxx}'
   2.949    2.950 +             ... begin ^⊮Jn(Wł `C-c b')
   2.951 +
   2.952 +Ŏn܂܂Bpɂɗp鎟 LaTeX ‹̕⊮́A[prefix] `b'ɑ
   2.953 +1͂邾ŁA`\begin{xxx}...\end{xxx}'܂B
   2.954  
   2.955  `[prefix] b c'
   2.956               ... `\begin{center}...\end{center}'
   2.957 @@ -632,399 +590,351 @@
   2.958  `[prefix] b V'
   2.959               ... `\begin{verse}...\end{verse}'
   2.960  
   2.961 -  ʰĭ Emacs
   2.962 -Ĥ䰡Ѥ
   2.963 -Ϸ޹(ĭʼĽ)
   2.964 +  L̂̈ȊO̊‹ Emacs ̎ƒCN^ȕ⊮@\p
   2.965 +ē͂܂(L̊‹ȉ̕⊮͉”\)B
   2.966  
   2.967  `[prefix] b SPC'
   2.968 -             ... begin 
   2.969 -
   2.970 -`[prefix] b SPC'
   2.971 -ϹȢǼա
   2.972 +             ... begin ^⊮
   2.973 +
   2.974 +`[prefix] b SPC' Ɠ͂ƁAʼns̃~jobt@
   2.975  
   2.976               Begin environment(default document):
   2.977  
   2.978 -Ƚ޹Ǣ꿼ߡȢƤ
   2.979 -թĭϵ޹ĭϹȢ
   2.980 -`\begin{ĭ} 
   2.981 -\end{ĭ}'޹
   2.982 -աĭϹȭˢĭάϷֹڼ򿿯Ȣ
   2.983 -׹ĭƼ˸߷碵ĭ䰵Ǣ
   2.984 -֬ʱ޹Ƽ˸߷ʤĭϷ漶
   2.985 -Ƽп좵˽Ƽ򫰪ˢ漶(թ
   2.986 - `~/.yatexrc')ݸ޹
   2.987 -
   2.988 -ˢĭϷϽĭǬѤ
   2.989 -޹(:
   2.990 -`itemize'ĭ˪`\item')쿨
   2.991 -undoƼ
   2.992 -
   2.993 -
   2.994 -ƭĭ
   2.995 -------------------------------------------------------------
   2.996 -
   2.997 -  ȳǢƷÿïitemize
   2.998    2.999 -ĸῤצȬ޹ȭϢ髸
  2.1000 -ĸῤ޼Ƣbegin
  2.1001 -Ƴ `[prefix]'
  2.1002 -Ρخ 'b'
  2.1003 -ѨƯƼ(޿Ϣ
  2.1004 -`C-u' universal argument
  2.1005 -ıĽǹ)
  2.1006 -
  2.1007 -  Т description
  2.1008 -ĭ쿤ȭϢ
  2.1009 -޼ƫ䰡зƯ(description
  2.1010 -ĭ `[prefix] b D')
  2.1011 -
  2.1012   2.1013 -`transient-mark-mode'  t
  2.1014 -(Emacsθ)ƤǢ
  2.1015 -`transient-mark-mode'  `nil' ˷ƤϢ
  2.1016 -䰭 `universal-argument' (`C-u')
  2.1017 -׷ƫ `[prefix] b D'
  2.1018 -ɢ䰭
  2.1019 -׹޹
  2.1020 -ʪEmacs22Ǣ `transient-mark-mode'
  2.1021 - `set-mark-command'
  2.1022 -(`C-space')΢ `transient-mark-mode'
  2.1023   2.1024 +ƕ\܂BŁAꂸɃ^[L[̂݉ƁAʓɏo
  2.1025 +ĂftHg̊‹͂܂AKȊ‹͂ƁA
  2.1026 +`\begin{‹} c \end{‹}'ɑ}܂B~jobt@
  2.1027 +‹͂ƂɁA‹̓͂uXy[XvƁA
  2.1028 +v‹e[uɑ݂ꍇA‹ɕ⊮
  2.1029 +ŁA͂̎ԂȂ܂Be[uɑ݂Ȃ‹͂
  2.1030 +[Up̃e[uɓo^Aɂ̃e[uIɁA[U
  2.1031 +(ftHgł `~/.yatexrc')ɕۑ܂B
  2.1032 +
  2.1033 +ɁÅ‹⊮͂ɂ͂̊‹ŕKpGg
  2.1034 +}܂(: `itemize'‹ɂ`\item'Ȃ)B}ꂽG
  2.1035 +gsvȏꍇɂundoɂďĉB
  2.1036 +
  2.1037 +
  2.1038 +ɏeLXg‹Ŋ
  2.1039 +------------------------------
  2.1040 +
  2.1041 +  ƂŁAŏɏĂ܂ubNォAitemize ‹̒
  2.1042 +ɕ‚߂ƎvƂ܂Â悤ȂƂ́A炩
  2.1043 +‚߂i}[NāAbegin ^⊮̊eR}h `[prefix]'
  2.1044 +̎́w 'b'x w啶xɕςċNĉB(܂́A
  2.1045 +`C-u' ɑłAuniversal argument ‚Ă”\ł)
  2.1046 +
  2.1047 +  Ⴆ΂pOt description ‹̒ɓꂽƂ́Ãp
  2.1048 +Ot}[NĂA⊮@\ĂяoĂ(description‹
  2.1049 +ꍇ `[prefix] b D')B
  2.1050 +
  2.1051 +Iꂽ̈܂B `transient-mark-mode'  t
  2.1052 +(Emacs̕W)ɂȂĂꍇ݂̂ŁAi
  2.1053 +`transient-mark-mode'  `nil' ɂĂꍇ́A
  2.1054 +⊮L[O `universal-argument' w(`C-u')
  2.1055 +^CvĂ `[prefix] b D' ȂǁA⊮L[
  2.1056 +^CvΊ⊮ɂȂ܂B
  2.1057 +ȂEmacs22ȍ~ł `transient-mark-mode' 
  2.1058 +`set-mark-command' (`C-space')̘AłňꎞI
  2.1059 +`transient-mark-mode' LɂȂ܂B
  2.1060  
  2.1061  
  2.1062  
  2.1063  
  2.1064 -File: yatexj, Node: section, Next: large, Prev: begin, Up: Completion
  2.1065 -
  2.1066 -section
  2.1067 -===================
  2.1068 -
  2.1069 -  `\section{ܪ}'
  2.1070 - section
  2.1071 -ֳ ˷޹section
  2.1072   2.1073 +File: yatexj, Node: section^⊮, Next: large^⊮, Prev: begin^⊮, Up: Completion
  2.1074 +
  2.1075 +section^⊮
  2.1076 +=============
  2.1077 +
  2.1078 +  `\section{ړI}' ̂悤Ȍ`̓͂̕⊮ section ^⊮ƌĂԂ
  2.1079 +ɂ܂Bsection ^⊮́A
  2.1080  
  2.1081  `[prefix] s'
  2.1082 -             ... section 
  2.1083 -
  2.1084 -
  2.1085 -Է޹`[prefix] s'
  2.1086 -Ϲաˢ
  2.1087 +             ... section ^⊮
  2.1088 +
  2.1089 +
  2.1090 +Ŏs܂B`[prefix] s' ͂ƃ~jobt@ɁA
  2.1091  
  2.1092               (C-v for view-section) \???{} (default documentclass):
  2.1093  
  2.1094 -ȤȬǢ
  2.1095 -`section'  LaTeX 
  2.1096 -ɾϷ޹꿼թͬ
  2.1097 -۫`chapter'⤾Ϲڼ
  2.1098 -䰡ǹ
  2.1099 -ˢ{}򥹢
  2.1100 +ƂvvĝŁA `section' ̂悤 LaTeX R}h
  2.1101 +͂܂Bł^[L[݂̂Ŋʓ̃ftHglI
  2.1102 +قA`chapter'Ȃǂ̂悤ȕpx̍̓͂ɂ̓Xy[XL[ɂ
  2.1103 +⊮@\LłB ɁA{}̒g̓͂𑣂A
  2.1104  
  2.1105               \section{???}:
  2.1106  
  2.1107 -ȤȬǢοϷ޹
  2.1108 -ȨТ
  2.1109 +ƂvvĝŁAZNṼ^CgȂǂ͂܂B
  2.1110 +Ƃ΁A
  2.1111  
  2.1112               (C-v for view-section) \???{} (default documentclass): section
  2.1113 -             \section{???}: ܪ
  2.1114 -
  2.1115 -ϷϢ
  2.1116 -
  2.1117 -             \section{ܪ}
  2.1118 -
  2.1119 -
  2.1120 +             \section{???}: ړI
  2.1121 +
  2.1122 +̂悤ɓ͂ꍇ́A͒
  2.1123 +
  2.1124 +             \section{ړI}
  2.1125 +
  2.1126 +}A
  2.1127  
  2.1128               (C-v for view-section) \???{} (default section): vspace*
  2.1129               \vspace*{???}:
  2.1130  
  2.1131 -{}ʬȭϢ
  2.1132 +̂悤{}̒gȗƂ́A
  2.1133  
  2.1134               \vspace*{}
  2.1135  
  2.1136 -ϻϫܰ޹
  2.1137 +}As͂J[\͎Iɒʂ̓Ɉړ܂B
  2.1138  
  2.1139  * Menu:
  2.1140  
  2.1141 -* 2 section::  
  2.1142 -* Enclose section-type command::  
  2.1143 -* Recursive completion::        Ƣ
  2.1144 -* view-sectioning::             ΢
  2.1145 -* label-generation::            뫰
  2.1146 +* 2ˆȏ̈Ƃ section^R}h::
  2.1147 +* Enclose section-type command::  ⊮
  2.1148 +* Recursive completion::        ċA⊮
  2.1149 +* view-sectioning::             ZNV؂̃AEgC\
  2.1150 +* label-generation::            x
  2.1151  
  2.1152  
  2.1153  
  2.1154 -File: yatexj, Node: 2 section, Next: Enclose section-type command, Prev: section, Up: section
  2.1155 -
  2.1156 -2 section
  2.1157 ------------------------------------------------------------------
  2.1158 -
  2.1159 -  ȳǢ`\addtolength{\topmargin}{8mm}'
  2.1160 -ˢ  LaTeX
  2.1161 -ɬ޹ʳϢ
  2.1162 -section
  2.1163 -зձƯ`addtolength'
  2.1164 -ǢТ2޹
  2.1165 -
  2.1166 -             C-u 2 [prefix] s   (޿ϢESC 2 [prefix] s)
  2.1167 -
  2.1168 - section з
  2.1169 +File: yatexj, Node: 2ˆȏ̈Ƃ section^R}h, Next: Enclose section-type command, Prev: section^⊮, Up: section^⊮
  2.1170 +
  2.1171 +2ˆȏ̈Ƃ section^R}h
  2.1172 +-------------------------------------
  2.1173 +
  2.1174 +  ƂŁA`\addtolength{\topmargin}{8mm}' Ȃǂ̂悤ɁAˆ
  2.1175 + LaTeX R}h܂B̂悤ȃR}h̕⊮͂ɂ́A
  2.1176 +section ^⊮ĂяoɈtĂBႦΏ`addtolength'
  2.1177 +ł΁A2w肵܂B‚܂A
  2.1178 +
  2.1179 +             C-u 2 [prefix] s   (܂́AESC 2 [prefix] s)
  2.1180 +
  2.1181 + section ^⊮ĂяoA
  2.1182  
  2.1183               (Ctrl-v for view-section) \???{} (default vspace*): addtolength
  2.1184               \addtolength{???}: \topmargin
  2.1185               Argument 2: 8mm
  2.1186  
  2.1187 -ϷƯ
  2.1188 -addtolength ȢǢ \topmargin
  2.1189 -ڼϬĽǹ漶п
  2.1190 - LaTeX
  2.1191 -ϢجǢ
  2.1192 -ƯƪТϢ
  2.1193 -޹ѨϢ
  2.1194 -`C-u'
  2.1195 -Ѥ귾Ǣ˭򹷷
  2.1196 -
  2.1197 +̂悤ɓ͂ĂBŏ addtolength ̕ƁAł
  2.1198 +topmargin ͓̓͂RXy[Xɂ⊮͂”\łB[Uɓo
  2.1199 +^ LaTeX R}hɂ́Ä̐wK̂ŁAŏ̕⊮
  2.1200 +̐w肵ċNĂ΁AȌ̕⊮ɂ́ALꂽ
  2.1201 +𕷂ė悤ɂȂ܂BƂň̌ς́AĂ
  2.1202 +`C-u' pȐw肵ƂŁAIɎ̈̌̕
  2.1203 +XV܂B
  2.1204  
  2.1205  
  2.1206  
  2.1207  
  2.1208 -File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2 section, Up: section
  2.1209 -
  2.1210   2.1211 -------------------------------------------------
  2.1212 -
  2.1213 -  ޿section䰡з˷ƪ
  2.1214 -ƭ section
  2.1215 -ȷ޹
  2.1216 - `transient-mark-mode'  `nil'
  2.1217 -˷Ƥ `C-u'
  2.1218 -΢䰭׹Я޹
  2.1219 +File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2ˆȏ̈Ƃ section^R}h, Up: section^⊮
  2.1220 +
  2.1221 +ɏeLXg
  2.1222 +------------------------
  2.1223 +
  2.1224 +  ܂Asection^⊮@\̌Ăяoɗ̈IԂɂĂ
  2.1225 +̈̃eLXg section ^R}h̑ƂĊ܂B
  2.1226 +i `transient-mark-mode'  `nil' ɂĂꍇ
  2.1227 +`C-u' ̂Ƃɕ⊮L[^Cv΋IɊ⊮ɂȂ܂B
  2.1228  
  2.1229  
  2.1230  
  2.1231  
  2.1232 -File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section
  2.1233 -
  2.1234   2.1235 -----------------
  2.1236 -
  2.1237 -  Ȥ޻section˵
  2.1238 -ѹȬǭ޹(section/large/maketitle)section
  2.1239 -˹ LaTeX
  2.1240 -ɬա
  2.1241 -䰭ƢϹʨ޹
  2.1242 +File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section^⊮
  2.1243 +
  2.1244 +ċA⊮
  2.1245 +--------
  2.1246 +
  2.1247 +  xȎgɂȂ邩܂񂪁Asection^⊮͎̈̓ɂ
  2.1248 +ɕ⊮͂𗘗p邱Ƃł܂(section/large/maketitle^Ɍ)B
  2.1249 +section^R}ḧɍX LaTeX R}hꍇɂ̓~jobt@
  2.1250 +Ŗ쒹̕⊮L[ċAIɓ͂邱Ƃň̓͂IɍsȂ܂B
  2.1251  
  2.1252  
  2.1253  
  2.1254 -File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section
  2.1255 -
  2.1256   2.1257 ---------------------------------------------------------------------
  2.1258 -
  2.1259 -  sectionա`C-v'Ƚ߸߹뻯
  2.1260 -ɴ `*Sectioning
  2.1261 -Lines*'Ȥա
  2.1262 -޹(<<--ĤƤԬ᤻)
  2.1263 -ա`C-p', `C-n' `part', `chapter', ...,
  2.1264 -`subparagraph'
  2.1265 -γɬ˷強޹޿
  2.1266 -`C-v', `M-v'
  2.1267 -Ȼա뷢
  2.1268 -`0'`7'Ȣλǽ
  2.1269 -޹(ƫЬ޹)
  2.1270 -
  2.1271 -`*Sectioning Lines*'աϢ
  2.1272 +File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section^⊮
  2.1273 +
  2.1274 +ZNV؂̃AEgC\
  2.1275 +----------------------------------
  2.1276 +
  2.1277 +  ʏsection^⊮̎Ƀ~jobt@`C-v'ƌݑ݂ZN
  2.1278 +V؂R}hSĂ `*Sectioning Lines*'Ƃobt@Ɉꗗ\
  2.1279 +܂(u<<--v̂‚ĂsƂ߂ZNV؂)B̎~
  2.1280 +jobt@`C-p', `C-n' `part', `chapter', ...,
  2.1281 +`subparagraph' ̃R}h_Kw̍ɂď㉺܂B܂A
  2.1282 +`C-v', `M-v' ƃZNV؂ꗗobt@XN[A
  2.1283 +`0'``7'Ƃ鍂ȏ̃ZNV؂肾Iŕ\܂(
  2.1284 +ۂɂČΕ܂)B
  2.1285 +
  2.1286 +`*Sectioning Lines*'obt@́A
  2.1287  
  2.1288  `M-x YaTeX-section-overview'
  2.1289 -             ... ա
  2.1290 -
  2.1291 -Ȭǭ޹աǹڼȢ
  2.1292 -뻯΢ܸ˸׷޹ˢ
  2.1293 -ա `u'
  2.1294 -Ȣƭ뻯ɬ
  2.1295 -(: subsection  section
  2.1296 -)`d'ؼ
  2.1297 -޹`*Sectioning
  2.1298 -Lines*'աˢ뻯޼
  2.1299 -ƪ`U'뽼ƭλ
  2.1300 -ɹƬ`D'ȼ޹
  2.1301 -աǭ뭼ʼά޹
  2.1302 +             ... ZNV؂ꗗobt@𐶐
  2.1303 +
  2.1304 +ō쐬邱Ƃł܂B̃obt@ICӂ̍sŃXy[X
  2.1305 +ƁAYZNV؂̂{̏ꏊɃWv܂BɁA
  2.1306 +obt@ `u' ƁA\[XeLXg̑ΉZNVR}h
  2.1307 +Kwオ(: subsection  section ɕς)A`d'ƈKw
  2.1308 +܂B`*Sectioning Lines*'obt@ɂZNV؂̍s}[N
  2.1309 +Ă`U'ƃŴ̂ɑΉ\[XeLXg̃ZNV
  2.1310 +R}hׂĂKwオA`D'Ɖ܂BZNV؂
  2.1311 +ꗗobt@ŗpłL[R}hɂ͈ȉ̂̂܂B
  2.1312  
  2.1313  `SPC'
  2.1314 -             ... 뽼ظ
  2.1315 +             ... Ή\[XsփWv
  2.1316  `.'
  2.1317 -             ... 뽼
  2.1318 +             ... Ή\[Xs\
  2.1319  `u'
  2.1320 -             ... 뻯
  2.1321 +             ... J[\ʒuɑΉZNVR}hKwグ
  2.1322  `d'
  2.1323 -             ... 뻯ؼ
  2.1324 +             ... J[\ʒuɑΉZNVR}hKw
  2.1325  `U'
  2.1326 -             ... ޼
  2.1327 +             ... }[NZNVR}hKwグ
  2.1328  `D'
  2.1329 -             ... ޼
  2.1330 -`06'
  2.1331 -             ...  n
  2.1332 -     ʼλƽ
  2.1333 +             ... }[NZNVR}hKwグ
  2.1334 +`0`6'
  2.1335 +             ... x n ȉ̃ZNVR}hBĕ\
  2.1336  
  2.1337  
  2.1338  
  2.1339  
  2.1340 -File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section
  2.1341 -
  2.1342 -뫰
  2.1343 -----------------------------
  2.1344 -
  2.1345 -  `\ref{}'  `\cite{}'
  2.1346 -ޯsection
  2.1347 -Ƶ˷ƪǭ޹
  2.1348 -`\label{}'ıƪϢ޻ⷢТ
  2.1349 -ȤʱнDz`\label{}'Ư޹
  2.1350 -ͨ˶ǹΫ
  2.1351 -ı⿤ǹ˿ı뫢ıı
  2.1352 -ȤϺ޷!
  2.1353 +File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section^⊮
  2.1354 +
  2.1355 +x
  2.1356 +--------------
  2.1357 +
  2.1358 +  `\ref{}'  `\cite{}' }Nsection^⊮œꂽꍇQƐƂȂ蓾
  2.1359 +̂SĒTăj[ɂđIł܂BQƐɂ`\label{}'
  2.1360 +ĂKv͂܂B΁ÃxgAȂ΂̏
  2.1361 +ŎQƐ`\label{}'点Ă܂Bxl̂͋ɂɊ
  2.1362 +̂łBSẴJE^Ƀx‚̂ւłBx
  2.1363 +ɉ‚邩Ax‚邩‚܂AȂǂƂƂ͖Y܂
  2.1364 +!
  2.1365  
  2.1366  
  2.1367  
  2.1368 -File: yatexj, Node: large, Next: maketitle, Prev: section, Up: Completion
  2.1369 -
  2.1370 -large
  2.1371 -=================
  2.1372 -
  2.1373 -  `{\large }'  large
  2.1374 -ֳ˷޹
  2.1375 +File: yatexj, Node: large^⊮, Next: maketitle^⊮, Prev: section^⊮, Up: Completion
  2.1376 +
  2.1377 +large^⊮
  2.1378 +===========
  2.1379 +
  2.1380 +  `{\large }' ̂悤Ȍ`̕⊮ large ^⊮ƌĂԂƂɂ܂B
  2.1381  
  2.1382  `[prefix] l'
  2.1383 -             ... large 䰫
  2.1384 -
  2.1385 -largeΫǹ`[prefix] l'
  2.1386 -Ȣա
  2.1387 +             ... large ^⊮Jn
  2.1388 +
  2.1389 +large^⊮̊JnłB`[prefix] l' ƁA~jobt@
  2.1390  
  2.1391               {\??? } (default large):
  2.1392  
  2.1393  
  2.1394 -ȽǢȱϷƼ
  2.1395 -ƤϢ`footnotesize'  `huge'
  2.1396   2.1397 -Ȣ`bf'`dg'թǹ
  2.1398 -
  2.1399 -
  2.1400 -񤿸
  2.1401 -----------------------------------------
  2.1402 -
  2.1403 -  ޿beginȱ͢Ʒÿθθε
  2.1404 -Ѩצ޹Ϣ筵Ѩ
  2.1405 -޼ƫlargeǯ
  2.1406 +ƕ\̂ŁAL̂̂Ɠv̂ŕ⊮͂ĉB⊮
  2.1407 +pӂĂ̂́A`footnotesize'  `huge' ̂悤ȕTCYwqƁA
  2.1408 +`bf'`dg'̂悤ȃtHgwqłB
  2.1409 +
  2.1410 +
  2.1411   2.1412 +--------------------
  2.1413 +
  2.1414 +  ܂Abegin^⊮̎ƓlAɏĂ܂A͂̃̕̕TC
  2.1415 +YςƎv܂Â悤Ȏ́ATCY傫ς
  2.1416 +͈̔͂}[NĂlarge^⊮ĂłB
  2.1417  
  2.1418  
  2.1419  
  2.1420 -File: yatexj, Node: maketitle, Next: Arbitrary completion, Prev: large, Up: Completion
  2.1421 -
  2.1422 -maketitle
  2.1423 -=====================
  2.1424 -
  2.1425 -  `\maketitle'  maketitle
  2.1426 -ֳ˷޹
  2.1427 +File: yatexj, Node: maketitle^⊮, Next: Arbitrary completion, Prev: large^⊮, Up: Completion
  2.1428 +
  2.1429 +maketitle^⊮
  2.1430 +===============
  2.1431 +
  2.1432 +  `\maketitle' ̌`̕⊮ maketitle ^⊮ƌĂԂƂɂ܂B
  2.1433  
  2.1434  `[prefix] m'
  2.1435 -             ... maketitle 䰫
  2.1436 -
  2.1437 -Ǣmaketitle
  2.1438 -Ϸ޹ϣÿ
  2.1439 -LaTeX
  2.1440 -γɾȷյƤ޹
  2.1441 +             ... maketitle ^⊮Jn
  2.1442 +
  2.1443 +ŁAmaketitle ^⊮Jn܂B⊮̗v͍̂܂ł̂̂Ƃ܂
  2.1444 +łBLaTeX p̃R}h⊮ƂėpӂĂ܂B
  2.1445  
  2.1446  
  2.1447  
  2.1448 -File: yatexj, Node: Arbitrary completion, Next: end, Prev: maketitle, Up: Completion
  2.1449 -
  2.1450 -
  2.1451 -================
  2.1452 -
  2.1453 -  Ƣٿ LaTeX
  2.1454 -Ѥˢ
  2.1455 -ϷȷƤ LaTeX
  2.1456 -Τ䰹
  2.1457 -ǭ޹LaTeX
  2.1458 -(謬\)ϷƤǢ
  2.1459 +File: yatexj, Node: Arbitrary completion, Next: end⊮, Prev: maketitle^⊮, Up: Completion
  2.1460 +
  2.1461 +⊮
  2.1462 +========
  2.1463 +
  2.1464 +  āA܂ŏqׂT^I LaTeX R}h`̕⊮͂pɁA
  2.1465 +͂悤ƂĂ LaTeX R}h𕶏̔Cӂ̈ʒuŐ⊮邱
  2.1466 +Ƃł܂BLaTeX R}h(擪\Ŏn܂)͂ĂrŁA
  2.1467  
  2.1468  `[prefix] SPC'
  2.1469 -             ... 
  2.1470 -
  2.1471 -ϹТ׹ά쫼
  2.1472   2.1473 +             ... ⊮
  2.1474 +
  2.1475 +͂΁ASĂ̕⊮̒v̂I΂J[\ʒu
  2.1476 +}܂B
  2.1477  
  2.1478  
  2.1479  
  2.1480 -File: yatexj, Node: end, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion
  2.1481 -
  2.1482 -end
  2.1483 -===========
  2.1484 -
  2.1485 -  ߫ĭ򫰪ˡз`\end{ĭ}'
  2.1486 -begin
  2.1487 -ѤĭĸʤǹĤĤ
  2.1488 -`\begin{ĭ}'
  2.1489 -ƷޤᷤפȬ޹
  2.1490 -Ϥ˻ƸϷ
  2.1491 +File: yatexj, Node: end⊮, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion
  2.1492 +
  2.1493 +end⊮
  2.1494 +=======
  2.1495 +
  2.1496 +  ݊J܂܂̊‹IɌoA`\end{‹}'}܂B
  2.1497 +begin ^⊮pΊ‹̕‚Y͂Ȃ̂łAɂ͂‚‚
  2.1498 +`\begin{‹}' Ă܂A߂v邱Ƃ܂B̂
  2.1499 +Ȏɂ͋Cɂĕ͂͂Â
  2.1500  
  2.1501  `[prefix] e'
  2.1502 -             ... end 
  2.1503 -
  2.1504 -ȹǢ߫Ƥĭ
  2.1505 -\end{} ޹
  2.1506 +             ... end ⊮
  2.1507 +
  2.1508 +Ƃ邱ƂŁA݊JË \end{} ܂B
  2.1509  
  2.1510  
  2.1511  
  2.1512 -File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end, Up: Completion
  2.1513 -
  2.1514   2.1515 -====================================
  2.1516 -
  2.1517 -  ΢ȭ(`\`{o}')ϹϢ
  2.1518 +File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end⊮, Up: Completion
  2.1519 +
  2.1520 +ANZgL⊮
  2.1521 +==================
  2.1522 +
  2.1523 +  ̃ANZgL(`\`{o}'Ȃ)͂鎞́A
  2.1524  
  2.1525  `[prefix] a'
  2.1526 -             ... ȭ
  2.1527 -
  2.1528 -Ȣա
  2.1529 +             ... ANZgL
  2.1530 +
  2.1531 +ƁA~jobt@
  2.1532  
  2.1533               1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b
  2.1534  
  2.1535 -Ȥ弬Ǣ޿/
  2.1536 -ƼԸաˢ
  2.1537 +Ƃj[oė̂ŁAA܂͑ΉL/p͂ĉ
  2.1538 +BƕҏWobt@ɁA
  2.1539  
  2.1540               \`{}
  2.1541  
  2.1542 -좫{}ֹǢϹǢ
  2.1543 +AJ[\{}ɈʒûŁAɈꕶ͂鎖ŁA
  2.1544  
  2.1545               \`{o}
  2.1546  
  2.1547 -좫{}ΰ޹
  2.1548 +AJ[\{}̊Oɖ߂܂B
  2.1549  
  2.1550  
  2.1551  
  2.1552  File: yatexj, Node: Image completion, Next: Greek letter completion, Prev: Accent mark completion, Up: Completion
  2.1553  
  2.1554 -Ἰ
  2.1555 -========================================
  2.1556 -
  2.1557 -  ѵέ˽뭼
  2.1558 -ǢLaTeX
  2.1559 -ǭ޹
  2.1560 -޹ϫTeXĭˢ`;'
  2.1561 -`:'ʡ޹
  2.1562 -
  2.1563 -  ƢТ(leftarrow)ASCIIǽ̪<-
  2.1564 -˷޹ѷƢἸ
  2.1565 -`\leftarrow'ϹϢ`;'(߳)ƫ`<-'
  2.1566 -Ϸ޹ˢ-(long-leftarrow)
  2.1567 -ASCIIǽ
  2.1568 -<--ȹǢ`\longleftarrow'ϹϢ`;<--'
  2.1569 -Ϸ޹ϵASCIIǽoo
  2.1570 -˹ȫ`\infty'
  2.1571 -ϹϢ`;oo'ȭϷ޹
  2.1572 -
  2.1573 -  ȡ޹
  2.1574 -
  2.1575 -     INPUT                   ϵ LaTeX 
  2.1576 +LC[W⊮
  2.1577 +====================
  2.1578 +
  2.1579 +  ɐ[hŎgpA⃰Ȃǂ̋L[Iɕ\L[
  2.1580 +ŁALaTeX R}h͂ł܂B͖쒹ǵu[hvł̂
  2.1581 +삵܂B쒹̓J[\TeX̐‹̒ɂ鎞`;'A
  2.1582 +`:'ɓȋ@\܂B
  2.1583 +
  2.1584 +  āAႦ΁A(leftarrow)ASCIIŕ\ꍇAʓIɂ
  2.1585 +u<-v̂悤ɂ܂A𗘗pāALC[W̓[h
  2.1586 +`\leftarrow'͂ɂ́A`;'(Z~R)łĂ`<-'Ɠ͂܂B
  2.1587 +lɁA-(long-leftarrow) ASCIIŕ\ꍇu<--v
  2.1588 +Ƃ̂ŁA`\longleftarrow'͂邽߂ɂ́A`;<--'Ɠ͂܂B
  2.1589 +邢͖LASCIIŕ\鎞́uoov̂悤ɂ邱ƂA
  2.1590 +`\infty' ͂鎞́A`;oo'ƃL[͂܂B
  2.1591 +
  2.1592 +  ̑܂Ƃ߂Ǝ̂悤ɂȂ܂B
  2.1593 +
  2.1594 +     INPUT                   ͂ LaTeX R}h
  2.1595       ; < -                   `\leftarrow'
  2.1596       ; < - -                 `\longleftarrow'
  2.1597       ; < - - >               `\longleftrightarrow'
  2.1598 @@ -1033,1147 +943,1007 @@
  2.1599  
  2.1600  
  2.1601  
  2.1602 -  ⢤ἸƤǾάա
  2.1603 -˽颽ǤἸơԸ
  2.1604   2.1605 -
  2.1606 -  ĭ`;'Ϲ`;;'˷޹Ἰ
  2.1607 -TABȢϷ
  2.1608 -ܪ LaTeX
  2.1609 -ǫܰTAB򡹳
  2.1610 - LaTeX
  2.1611 -ɬա޹
  2.1612 -
  2.1613 -  έέƤ뫴꿤Ϣ`;'򡷿
  2.1614 -TABƯʼϢ`;<'ȡTAB򡷿
  2.1615   2.1616 +  ̏ꍇAC[W͂sĂrŖ]݂̂̂obt@
  2.1617 +\ꂽȂAŃC[W͂~߂Ď̕ҏWɈڂĂ\
  2.1618 +B
  2.1619 +
  2.1620 +  ‹`;'g͂ɂ`;;'̂悤ɂ܂BC[W͂̓r
  2.1621 +TABƁA܂œ͂Ŏn܂̈ꗗ\܂B
  2.1622 +ŖړI LaTeX R}h܂ŃJ[\ړēxTABƂł
  2.1623 +LaTeX R}hobt@ɑ}܂B
  2.1624 +
  2.1625 +  ǂ̃L[͂ɂǂ̋LΉĂ邩SĒm肽́A`;'
  2.1626 +TABĂBȉ̗́A`;<'ƉTAB̂
  2.1627 +B
  2.1628  
  2.1629       KEY             LaTeX sequence          sign
  2.1630 -     <               \leq                    
  2.1631 -     <<              \ll                     
  2.1632 -     <-              \leftarrow              
  2.1633 +     <               \leq                    
  2.1634 +     <<              \ll                     s
  2.1635 +     <-              \leftarrow              
  2.1636       <=              \Leftarrow              <=
  2.1637  
  2.1638 -[ϭ][ LaTeX
  2.1639 -][()ި]
  2.1640 -弬ǢȦШƪɤǷ
  2.1641 -ASCIIǽȬǢШ
  2.1642 -乤ʤάǷ禫颽
  2.1643 -\maketitle
  2.1644 -Ϲ뫢ʼƱ
  2.1645 -ʭɤǷ禣
  2.1646 -
  2.1647 -  ϭ LaTeX
  2.1648 -ɢͪ귿
  2.1649 -Emacs-Lisp  `YaTeX-math-sign-alist-private'
  2.1650   2.1651 -թάȷѵ޹(private
  2.1652 -)ʪνĤ
  2.1653 -`yatexmth.el'  ȷƯ
  2.1654 +[̓L[]A[Ή LaTeX R}h]A[([)L}]AƂ
  2.1655 +Ńj[oė̂ŁA悭ĝoĂƗǂł傤B
  2.1656 +ɂĂASCIIŕ\邱ƂȂ̂ŁA܂o₷L[
  2.1657 +ł͂Ȃ̂ł傤Â悤ȏꍇ \maketitle ^⊮œ
  2.1658 +͂邩AȉɏqׂΉ\̐ݒsĒPȃL[т̂̂ݒ肷
  2.1659 +Ɨǂł傤B
  2.1660 +
  2.1661 +  ̓L[ LaTeX R}hAL̑Ή\lIɐݒ肵ꍇ
  2.1662 +Emacs-Lisp ϐ `YaTeX-math-sign-alist-private' ɒ`ĂB
  2.1663 +̓eƃftHĝ̂킹̂Ή\ƂĎgp܂
  2.1664 +(private̕D悳)BȂA̕ϐ̍\ɂ‚Ă
  2.1665 +`yatexmth.el' QƂĂB
  2.1666  
  2.1667  
  2.1668  
  2.1669  File: yatexj, Node: Greek letter completion, Next: Inserting parens, Prev: Image completion, Up: Completion
  2.1670  
  2.1671 -
  2.1672 -================================
  2.1673 -
  2.1674 -  Ģĭ`:'Ȯ޹
  2.1675 -`:'򡷿`a'`\alpha'`g'
  2.1676 -
  2.1677 -`\gamma'ɢա޹
  2.1678 -;ÿǹ޺`:'ξ
  2.1679 -TAB΢աήƤ뫴
  2.1680 -
  2.1681 -
  2.1682 -  `;'`:'ĭǡƤ⫫麢Ἰ䰬
  2.1683 -ʤϢ`C-u ;' universal-argument
  2.1684 -ıƭ򡹳
  2.1685 -ꢯˤἸȬǭ޹޿
  2.1686 -ĭ˺Է
  2.1687 +MV⊮
  2.1688 +================
  2.1689 +
  2.1690 +  A‹`:'ƃMV̓[hɓ܂B
  2.1691 +`:'`a'`\alpha'A`g'  `\gamma'AȂǃA
  2.1692 +t@xbgɑΉMV}܂B@;̐L
  2.1693 +⊮Ƃ܂łB܂`:'̒TABĂǂ̃At@xbg
  2.1694 +ɂǂ̃MVΉĂ邩ׂĂ݂ĂB
  2.1695 +
  2.1696 +  `;'`:'𐔎‹ʼnĂɂ炸AC[W⊮
  2.1697 +ꍇ́A`C-u ;'̂悤 universal-argument ‚ăL[Ƃɂ
  2.1698 +AIɃC[W⊮ɓ邱Ƃł܂B܂A̎ɂǂ̂悤
  2.1699 +ԂՋɎsAB
  2.1700  
  2.1701  
  2.1702  
  2.1703  File: yatexj, Node: Inserting parens, Prev: Greek letter completion, Up: Completion
  2.1704  
  2.1705 -
  2.1706 -========================
  2.1707 -
  2.1708 -  3 () {} []
  2.1709 -Ϋȭĸ򫰪޹
  2.1710 -`\' ξ `['
  2.1711 -Ƥ򷨢
  2.1712 -޹ξ LaTeX
  2.1713   2.1714 -˳޹̽1쿤ȭ
  2.1715 -`C-q'  Ϲ뫢`[prefix] w m'
  2.1716 -ǤOFF˷Ư
  2.1717 -
  2.1718 -  ƫ髭Ƚ޹
  2.1719 +ʓ͕⏕
  2.1720 +============
  2.1721 +
  2.1722 +  3ނ銇 () {} [] ̊JʂꂽƂɕ‚ʂIɓ
  2.1723 +܂B`\' ̒ɂ `[' ƍs𕪂ăCfg𑵂A
  2.1724 +ɔ܂B̑ LaTeX ̃}NɉĊʂ̒ލ̎ꂽԂɓ
  2.1725 +BJʂ̂̂1‚ꂽƂ `C-q' ŃNH[g͂邩A
  2.1726 +`[prefix] w m' ŏC[hOFFɂĂB
  2.1727 +
  2.1728 +  ̈IĂJʂƂ̗̈̎ނ̊ʂŊ܂B
  2.1729  
  2.1730  
  2.1731  
  2.1732  File: yatexj, Node: Local dictionary, Next: Commenting out, Prev: Completion, Up: Top
  2.1733  
  2.1734 -
  2.1735 -************************
  2.1736 -
  2.1737 -  ϰέ齮Ƥ޹
  2.1738 -`yatex.el'ָע漶ͪ
  2.1739 -ݸ漶עϢǣ
  2.1740 -߭ʳݸǹ
  2.1741 -
  2.1742 -  ˷ˢαέ뫹
  2.1743   2.1744 +[J
  2.1745 +************
  2.1746 +
  2.1747 +  ⊮͗p͎̌Oނ̎\Ă܂B‚`yatex.el'
  2.1748 +ɑgݍ܂ꂽuWvA‚̓[UlIɏpR}h
  2.1749 +ۑu[UvAĂЂƂ‚͂fBNgł̂ݗL
  2.1750 +ȃR}hۑu[JvłB
  2.1751 +
  2.1752 +  ⊮͎ɐVPꂽꍇɁA̒Pǂ̎ɓ邩
  2.1753 +ė܂B
  2.1754  
  2.1755         `foo' is not in table. Register into: U)serDic L)ocalDic N)one D)iscard
  2.1756  
  2.1757 -Ȥз`u'漶`l'
  2.1758 -򹷷`n'ȭաϹEmacs
  2.1759 -÷߭ʱȷ`d'ȷʱج
  2.1760   2.1761 -
  2.1762 -  ⷢΡϤ麢漶ι
  2.1763 -`~/.emacs'Ǣ
  2.1764 +Ƃvvgɑ΂A`u'ƓƁu[UvA`l'Ɠƃ[
  2.1765 +JXVA`n'ƓƎt@C͍XV݂EmacsZbV
  2.1766 +̂ݗLȒPƂA`d'ƓƐVȒPwKɎ̂Ă邱Ƃɂ
  2.1767 +܂B
  2.1768 +
  2.1769 +  A[J̋@\͂炸ASă[U̍XV݂̂ł悢ƌ
  2.1770 +ꍇɂ`~/.emacs'ȂǂŁA
  2.1771  
  2.1772               (setq YaTeX-nervous nil)
  2.1773  
  2.1774 -ȷƼ
  2.1775 +ƂĉB
  2.1776  
  2.1777  
  2.1778  
  2.1779  File: yatexj, Node: Commenting out, Next: Cursor jump, Prev: Local dictionary, Up: Top
  2.1780  
  2.1781   2.1782 -****************************
  2.1783 -
  2.1784 -
  2.1785 -  LaTeXԸĭǹdzȢ
  2.1786 -ꢳ򰷿귿Ȭ޹
  2.1787 +RgAEg
  2.1788 +**************
  2.1789 +
  2.1790 +
  2.1791 +  LaTeX̕ҏWɂ͎s낪‚̂łB镔ꊇŃRgAEg
  2.1792 +ARgO肵Ƃ܂B
  2.1793  
  2.1794  `[prefix] >'
  2.1795 -             ...  % dzȢ
  2.1796 +             ... W % ŃRgAEg
  2.1797  `[prefix] <'
  2.1798 -             ...  % γ
  2.1799 -
  2.1800 -Ϣ髸귿з
  2.1801 +             ... W % ̃RgO
  2.1802 +
  2.1803 +́A炩ߐݒ肵Wɑ΂Ă̑A
  2.1804  
  2.1805  `[prefix] .'
  2.1806 -             ... Ȣ
  2.1807 +             ... ݂̃pOtRgAEg
  2.1808  `[prefix] ,'
  2.1809 -             ... γ
  2.1810 -
  2.1811 -ϢֹմзǹʪǤ
  2.1812 - (`mark-paragraph')
  2.1813 -޼ط
  2.1814 -޹(`ESC
  2.1815 -h'ФɵƤ)ʪ`%'dz
  2.1816 -ȢȵƤзƫַγѷ
  2.1817 -ΰڷ޻կ
  2.1818 -
  2.1819 -  Ƣзʯ`\begin',
  2.1820 -`\end' 
  2.1821 -Ȣ򷿤ȭ޹ȭϢ
  2.1822 -`\begin{}'  `\end{}'
  2.1823 -˫ﻢ
  2.1824 +             ... ݂̃pOt̃RgO
  2.1825 +
  2.1826 +́AJ[\̈ʒupOtŜɑ΂Ă̑łBȂAł
  2.1827 +upOtv (`mark-paragraph') ֐ɂ}[N͈͂w
  2.1828 +܂(Wݒ`ESC h'ɃoChĂ)BȂA`%'ŃRgA
  2.1829 +EgĂpOtɑ΂ČJԂpOt̃Rggp
  2.1830 +ꍇ͕̓ۏ؂܂̂Ō䒍ӂB
  2.1831 +
  2.1832 +  āA͂ɑ΂ĂłȂAɂ`\begin', `\end' ̂ɑ
  2.1833 +ĂRgAEg̑Ƃ܂B̂悤ȂƂ́A
  2.1834 +`\begin{}' 邢 `\end{}' ̍sɃJ[\킹A
  2.1835  
  2.1836  `[prefix] >'
  2.1837 -             ... `\begin{}'`\end{}'
  2.1838 -     ƳȢ
  2.1839 +             ... `\begin{}'``\end{}' SăRgAEg
  2.1840  `[prefix] <'
  2.1841 -             ... `\begin{}'`\end{}'
  2.1842 -     Ƴ
  2.1843 -
  2.1844 -ȹǢ`\begin\end'ĭзƳ
  2.1845 +             ... `\begin{}'``\end{}' SăRgO
  2.1846 +
  2.1847 +Ƃ邱ƂŁA`\begin`\end'ň͂܂‹SĂɑ΂ăRg삵A
  2.1848  
  2.1849  `[prefix] .'
  2.1850 -             ... `\begin{}'  `\end{}' Ȣ
  2.1851 +             ... `\begin{}'  `\end{}' RgAEg
  2.1852  `[prefix] ,'
  2.1853 -             ... `\begin{}'  `\end{}' γ
  2.1854 -
  2.1855 -Ϣ `\begin'  `\end'
  2.1856 -2
  2.1857 -޹ȢȷȷƢ޼귿˫
  2.1858 -ܰ`[preifx] >' ⫼
  2.1859 -`\begin{}' ˢ
  2.1860 -`\begin{}'`\end{}'dzȡƷަ
  2.1861 -շƼ
  2.1862 +             ... `\begin{}'  `\end{}' ̃RgO
  2.1863 +
  2.1864 +́AΉ `\begin'  `\end' 2sARg̑ΏۂƂ܂B
  2.1865 +WRgAEg悤ƂāA}[Nݒ肵̂ɃJ[\
  2.1866 +ړ`[preifx] >' ĂJ[\ `\begin{}' ̏ɂ
  2.1867 +`\begin{}'``\end{}'[hŃRg@\Ă܂̂Œӂĉ
  2.1868 +B
  2.1869  
  2.1870  
  2.1871  
  2.1872  File: yatexj, Node: Cursor jump, Next: Modifying/Deleting, Prev: Commenting out, Up: Top
  2.1873  
  2.1874 -
  2.1875 -********************************
  2.1876 +J[\Wv
  2.1877 +****************
  2.1878  
  2.1879  
  2.1880  * Menu:
  2.1881  
  2.1882 -* ָθ::  
  2.1883 -* ļ믰::          
  2.1884 -* աθ::  
  2.1885 -* ĭȷ::    
  2.1886 -* θ::  
  2.1887 +* ΉIuWFNgւ̃Wv::
  2.1888 +* G`c[N::
  2.1889 +* Ct@Cւ̃Wv::
  2.1890 +* ‹PʂƂWv::
  2.1891 +* Ō̕⊮ʒuւ̃Wv::
  2.1892  
  2.1893  
  2.1894  
  2.1895 -File: yatexj, Node: ָθ, Next: ļ믰, Prev: Cursor jump, Up: Cursor jump
  2.1896 -
  2.1897 -ָθ
  2.1898 -========================================================
  2.1899 -
  2.1900 -  Τ
  2.1901 +File: yatexj, Node: ΉIuWFNgւ̃Wv, Next: G`c[N, Prev: Cursor jump, Up: Cursor jump
  2.1902 +
  2.1903 +ΉIuWFNgւ̃Wv
  2.1904 +============================
  2.1905 +
  2.1906 +  ̂낢ȏꏊ
  2.1907  
  2.1908  `[prefix] g'
  2.1909 -             ... ָ˸
  2.1910 -
  2.1911 -򡹳ꢫLaTeX˸
  2.1912 -޹ظ߹ʼά޹
  2.1913 -
  2.1914 -   * `\begin{}'  `\end{}'
  2.1915 -   * `%#BEGIN'  `%#END'
  2.1916 -   * աޯ  viewer/ļ믰
  2.1917 -   * `\label{}'  `\ref{}'
  2.1918 -   * `\include(\input)'  ա
  2.1919 -   * `\bibitem{}'  `\cite{}'
  2.1920 -
  2.1921 -  `\begin{}'  `\end{}' `[prefix]
  2.1922 -g'򡹳
  2.1923 -`end/begin'˸׷޹ά
  2.1924 -ʤϨ޹޿Ϣο
  2.1925 -`%#BEGIN'  `%#END'
  2.1926 -ڢз˰޹ʪ`label/ref'
  2.1927 -`cite/bibitem'άաˢϢա
  2.1928 -묪Ƥʱ޻*Note
  2.1929 -%#notation::.   .tex ա
  2.1930 -`\include{chap1}' ˫ﻢ
  2.1931 -`[prefix] g' Ȣ`chap1.tex'
  2.1932 -˸׷޹
  2.1933 -
  2.1934 -޿
  2.1935 +             ... ΉIuWFNgɃWv
  2.1936 +
  2.1937 +ƂɂAJ[\ʒuLaTeXR}hɑΉꏊɃWv
  2.1938 +܂BΉ֌W݂Ɖ߂R}hɂ͈ȉ̂̂܂B
  2.1939 +
  2.1940 +   * `\begin{}'  `\end{}'
  2.1941 +   * `%#BEGIN'  `%#END'
  2.1942 +   * 摜t@C̎荞݃}N  Ήviewer/Gc[N
  2.1943 +   * `\label{}'  `\ref{}'
  2.1944 +   * `\include(\input)'  Ήt@C
  2.1945 +   * `\bibitem{}'  `\cite{}'
  2.1946 +
  2.1947 +  `\begin{}'  `\end{}' ̍s`[prefix] g'Ƃ
  2.1948 +AΉ`end/begin'̍sɃWv܂BΉ̂
  2.1949 +Ȃꍇ̓G[ɂȂ܂B܂́ÄŒ̂߂ `%#BEGIN' 
  2.1950 +`%#END' ̃yAɑ΂Ălɓ삵܂BȂA`label/ref'
  2.1951 +`cite/bibitem'Ή̂ʃt@Cɂ鎞́AWvƂȂt@
  2.1952 +CI[vĂȂ΂Ȃ܂B*Note %#notation::.
  2.1953 +C .tex t@C `\include{chap1}' ȂǂɃJ[\킹A
  2.1954 +`[prefix] g' ƁA`chap1.tex' ɃWv܂B
  2.1955 +
  2.1956 +܂A
  2.1957  
  2.1958  `[prefix] 4 g'
  2.1959 -             ... ̦ɦָ˸
  2.1960 -
  2.1961 -Ȣָθ̦ɦԤ޹
  2.1962 -Ρ `begin/end', `%#BEGIN/%#END'
  2.1963 -θз
  2.1964 -(գʤ)ʤշƯ
  2.1965 +             ... ʃEBhEőΉIuWFNgɃWv
  2.1966 +
  2.1967 +ƁAΉIuWFNgւ̃WvʃEBhEōs܂B
  2.1968 +A̋@\ `begin/end', `%#BEGIN/%#END' Ԃ̃Wvɑ΂Ă(
  2.1969 +ȂƎv̂)@\Ȃ̂ŒӂĂB
  2.1970  
  2.1971  
  2.1972  
  2.1973 -File: yatexj, Node: ļ믰, Next: աθ, Prev: ָθ, Up: Cursor jump
  2.1974 -
  2.1975 -ļ믰
  2.1976 -====================================
  2.1977 -
  2.1978 -աޯϢ
  2.1979 -`\epsfile{file=foo}'
  2.1980 -ި߳γǢ
  2.1981 -`[prefix]
  2.1982 -g'Ƚաεÿա
  2.1983 -모ļ򯰷ƪ޹ļν
  2.1984 -ʼʵ޹
  2.1985 -
  2.1986 -  1. Ԭ `YaTeX-processed-file-regexp-alist'
  2.1987 -     
  2.1988 -     Ƥ뵬Τա
  2.1989 -     \\(\\)鴭зШƪ(\\(\\)
  2.1990 -     cdr 
  2.1991 -     ƪ)ʱпʤ
  2.1992 -  2. ˢ `YaTeX-file-processor-alist'
  2.1993 -     пƤɬ
  2.1994 -     %
  2.1995 -     ƢЯֳ
  2.1996 -     ա.ȥ 
  2.1997 -  3. ʱТ `YaTeX-file-processor-alist'
  2.1998 -     cdr
  2.1999 -     ȥա˭ա문߹硴Ƣ
  2.2000 -     ߷carƤ򯰹
  2.2001 -  4. ʱТ
  2.2002 -
  2.2003 -
  2.2004 - `YaTeX-file-processor-alist' 
  2.2005 -`YaTeX-file-processor-alist'
  2.2006 -ĤϽĤ
  2.2007 - describe-variable
  2.2008 -ǼޯȢա
  2.2009 -˫麢աõ
  2.2010 -йȬǭ޹
  2.2011 +File: yatexj, Node: G`c[N, Next: Ct@Cւ̃Wv, Prev: ΉIuWFNgւ̃Wv, Up: Cursor jump
  2.2012 +
  2.2013 +G`c[N
  2.2014 +==================
  2.2015 +
  2.2016 +Ĺu摜t@C̎荞݃}NvƂ́AႦ
  2.2017 +`\epsfile{file=foo}' ̂悤ȑ}G荞݃R}ĥƂŁA̍sɃJ[
  2.2018 +\킹`[prefix] g'Ƃ̉摜t@ČƂȂt@C
  2.2019 +Ή邨G`c[NăI[v܂BNc[̔
  2.2020 +͈ȉ̂悤ɂȂ܂B
  2.2021 +
  2.2022 +  1. Jgsϐ `YaTeX-processed-file-regexp-alist' ɒ`
  2.2023 +     鐳K\̂ꂩƃ}b`At@Cɑ镔
  2.2024 +     (\\)甲oĊoĂ(Ԗڂ\\(\\)͕ϐ̊eXg
  2.2025 +     cdr ɓĂ)B}b`ȂΉȂB
  2.2026 +  2. sɁAϐ `YaTeX-file-processor-alist' ɓo^ĂR}h
  2.2027 +     u%R}hv ̂悤ɏĂ΋IɁuR}h t@C
  2.2028 +     .gqvNB
  2.2029 +  3. Ȃ΁Aϐ `YaTeX-file-processor-alist' ̊eXgcdrɓ
  2.2030 +     Ăgqut@Cv̌ɑt@C݂邩
  2.2031 +     ׂāA݂ꍇcarɓĂR}hNB
  2.2032 +  4. ȏǂꂩɃ}b`Ȃ΂߂B
  2.2033 +
  2.2034 +
  2.2035 +ϐ `YaTeX-file-processor-alist' ƕϐ `YaTeX-file-processor-alist'
  2.2036 +̐ݒ@ɂ‚Ă͂ꂼ̕ϐɂ‚ describe-variable Đ
  2.2037 +ǂʼnB܂ݒ肷ƁA摜t@Cɂ炸ACӂ̌`̃t@
  2.2038 +CCӂ̃vZbTŏR}hȒPɌĂяoƂł܂B
  2.2039  
  2.2040  
  2.2041  
  2.2042 -File: yatexj, Node: աθ, Next: ĭȷ, Prev: ļ믰, Up: Cursor jump
  2.2043 -
  2.2044 -աθ
  2.2045 -====================================================
  2.2046 -
  2.2047 -`chap1.tex'ʵաǢ
  2.2048 +File: yatexj, Node: Ct@Cւ̃Wv, Next: ‹PʂƂWv, Prev: G`c[N, Up: Cursor jump
  2.2049 +
  2.2050 +Ct@Cւ̃Wv
  2.2051 +==========================
  2.2052 +
  2.2053 +`chap1.tex'̂悤ȃTut@CŁA
  2.2054  
  2.2055  `[prefix] ^'
  2.2056 -             ... ա˸
  2.2057 +             ... Ct@CɃWv
  2.2058  `[prefix] 4 ^'
  2.2059 -             ... ̦ɦա˸
  2.2060 -
  2.2061 -ȢաԸաب޹ⷢա
  2.2062 -ƤʤϢǣ鵷ƫ˪
  2.2063   2.2064 +             ... ʃEBhEŃCt@CɃWv
  2.2065 +
  2.2066 +ƁACt@C̕ҏWobt@ɐؑւ܂BACt@C
  2.2067 +I[vĂȂꍇ́AJgfBNgTĎIɃI[
  2.2068 +v܂B
  2.2069  
  2.2070  
  2.2071  
  2.2072 -File: yatexj, Node: ĭȷ, Next: θ, Prev: աθ, Up: Cursor jump
  2.2073 -
  2.2074 -ĭȷ
  2.2075 -================================================
  2.2076 -
  2.2077 -˽ĭȷơʼά޹
  2.2078 +File: yatexj, Node: ‹PʂƂWv, Next: Ō̕⊮ʒuւ̃Wv, Prev: Ct@Cւ̃Wv, Up: Cursor jump
  2.2079 +
  2.2080 +‹PʂƂWv
  2.2081 +========================
  2.2082 +
  2.2083 +Ɍ݂̊‹PʂƂċ@\R}hɈȉ̂̂܂B
  2.2084  
  2.2085  `M-C-a'
  2.2086 -             ... ĭ(`\begin')ظ
  2.2087 +             ... ‹̐擪(`\begin')փWv
  2.2088  `M-C-e'
  2.2089 -             ... ĭ(`\end')ظ
  2.2090 +             ... ‹̖(`\end')փWv
  2.2091  `M-C-@'
  2.2092 -             ... ĭ޼
  2.2093 -
  2.2094 -γ`[prefix]'ʯ`META'գ
  2.2095 -ȷơǴռ
  2.2096 +             ... ‹Ŝ}[N
  2.2097 +
  2.2098 +L̃R}h͒ʏ`[prefix]'L[ł͂Ȃ`META'L[vtBNX
  2.2099 +ċ@\̂łӉB
  2.2100  
  2.2101  
  2.2102  
  2.2103 -File: yatexj, Node: θ, Prev: ĭȷ, Up: Cursor jump
  2.2104 -
  2.2105   2.2106 -====================================================
  2.2107 -
  2.2108 -Ϸ츹
  2.2109 -`3'ݸƤ޹
  2.2110 -ǡաΡÿȷ
  2.2111 -`C-x j
  2.2112 -3'(`jump-to-register')ƾ
  2.2113 -Ȭǭ޹
  2.2114 +File: yatexj, Node: Ō̕⊮ʒuւ̃Wv, Prev: ‹PʂƂWv, Up: Cursor jump
  2.2115 +
  2.2116 +Ō̕⊮ʒuւ̃Wv
  2.2117 +==========================
  2.2118 +
  2.2119 +쒹͕⊮͂ʒuɃWX^ `3'ɕۑĂ܂B͓rŔ@
  2.2120 +Ȃt@C̔@ȂʒuɍsƂĂA`C-x j
  2.2121 +3'(`jump-to-register')gĒɍŌ̕⊮͈ʒuɖ߂邱Ƃł
  2.2122 +܂B
  2.2123  
  2.2124  
  2.2125  
  2.2126  File: yatexj, Node: Modifying/Deleting, Next: Filling, Prev: Cursor jump, Up: Top
  2.2127  
  2.2128 -ѹ/
  2.2129 -*****************
  2.2130 -
  2.2131 -  ϵƤ LaTeX
  2.2132 -ѹ/οʼΡ
  2.2133 -Ƥ޹
  2.2134 +ύX/폜
  2.2135 +*********
  2.2136 +
  2.2137 +  ɓ͂Ă LaTeX R}h̕ύX/폜̂߂Ɉȉ̋@\p
  2.2138 +Ă܂B
  2.2139  
  2.2140  `[prefix] c'
  2.2141 -             ...  LaTeX
  2.2142 -     ѹ
  2.2143 +             ... J[\ʒu LaTeX R}h̕ύX
  2.2144  `[prefix] k'
  2.2145 -             ...  LaTeX
  2.2146 -     
  2.2147 -
  2.2148 -
  2.2149 -γϢ򯰹ưշ
  2.2150   2.2151 +             ... J[\ʒu LaTeX R}h̍폜
  2.2152 +
  2.2153 +
  2.2154 +̃R}h́AR}hNꏊɂē肷̂Œ
  2.2155 +ӂĉB
  2.2156  
  2.2157  * Menu:
  2.2158  
  2.2159 -* Changing LaTeX command::      LaTeX ѹ
  2.2160 -* Killing LaTeX command::       LaTeX 
  2.2161 +* Changing LaTeX command::      LaTeX R}h̕ύX
  2.2162 +* Killing LaTeX command::       LaTeX R}h̍폜
  2.2163  
  2.2164  
  2.2165  
  2.2166  File: yatexj, Node: Changing LaTeX command, Next: Killing LaTeX command, Prev: Modifying/Deleting, Up: Modifying/Deleting
  2.2167  
  2.2168 -LaTeX ѹ
  2.2169 -==================================
  2.2170 -
  2.2171 -ѹ LaTeX
  2.2172 -˫ `[prefix] c'
  2.2173 -ȽγѤѨȬǭ޹
  2.2174 -`[prefix] c'
  2.2175 -ѹǭʼά޹
  2.2176 -
  2.2177 -   * `begin/end' ĭ
  2.2178 -   * sectionγɾ
  2.2179 -   * section
  2.2180 -   * sectionΪ׷Ἷ([])
  2.2181 -   * large
  2.2182 -   * (ἸĽ)maketitle
  2.2183 -
  2.2184 -  Ѩsection
  2.2185 -LaTeX Ϣ
  2.2186 - `[prefix] c'
  2.2187 -򡹳γѹ
  2.2188 -ݽȬǭ޹
  2.2189 +LaTeX R}h̕ύX
  2.2190 +====================
  2.2191 +
  2.2192 +ύX LaTeX R}hɃJ[\킹 `[prefix] c'
  2.2193 +Ƃ̃R}h⊮͂ȂǂpĎyɕς邱Ƃł܂B
  2.2194 +`[prefix] c' ŕύXłR}hɂ͈ȉ̂̂܂B
  2.2195 +
  2.2196 +   * `begin/end' ̊‹
  2.2197 +   * section^R}h̃R}h
  2.2198 +   * section^R}ḧ
  2.2199 +   * section^R}h̃IvVp[^([]ň͂܂ꂽ)
  2.2200 +   * large^R}h
  2.2201 +   * (C[W⊮œ͉”\)[hpmaketitle^R}h
  2.2202 +
  2.2203 +  ςsection^R}ḧ LaTeX R}h܂ޏꍇ́A
  2.2204 +̈͂ޒʂ̏ `[prefix] c' ƂŒ̃R}hύX
  2.2205 +Ώ۔肩珜O邱Ƃł܂B
  2.2206  
  2.2207  
  2.2208  
  2.2209  
  2.2210  File: yatexj, Node: Killing LaTeX command, Prev: Changing LaTeX command, Up: Modifying/Deleting
  2.2211  
  2.2212 -LaTeX 
  2.2213 -==================================
  2.2214 -
  2.2215 -`[prefix] k' ϯ
  2.2216 -ʰԤ޹
  2.2217 -
  2.2218 -
  2.2219 -                             
  2.2220 -     \begin, \end                `\begin\end'ڢ
  2.2221 -     %#BEGIN, %#END              %#BEGIN,%#ENDڢ
  2.2222 -     section()       section
  2.2223 -     թ            թ
  2.2224 -                             ʹ
  2.2225 -
  2.2226 -
  2.2227 -`\begin, \end'  `%#BEGIN, %#END'
  2.2228 - `\begin, \end'  `%#BEGIN, %#END'
  2.2229 -θ߹
  2.2230   2.2231 -`\begin' 
  2.2232 -ʤշƯ
  2.2233 -ϹܸϦ˯޹
  2.2234 -universal-argument (`C-u') ÿ`[prefix]
  2.2235 -k'׹Ȣ
  2.2236 -޹ʼ˷
  2.2237   2.2238 -
  2.2239 -             ƭ:                   [prefix] k      C-u [prefix] k
  2.2240 -             ܸ\footnote{}ǹ     ܸǹ  ܸǹ
  2.2241 -                     ()
  2.2242 +LaTeX R}h̍폜
  2.2243 +====================
  2.2244 +
  2.2245 +`[prefix] k' ͋Nʒuɂ莟̂悤ȓs܂B
  2.2246 +
  2.2247 +
  2.2248 +     Nʒu                        
  2.2249 +     \begin, \end̍s                `\begin\end'yA̍폜
  2.2250 +     %#BEGIN, %#END ̍s             %#BEGIN,%#ENDyA̍폜
  2.2251 +     section^R}h̏()       section^R}h̍폜
  2.2252 +     tHgw芇ʂ̏            tHgw̍폜
  2.2253 +     ʂ̏                        ΂Ȃʂ̍폜
  2.2254 +
  2.2255 +
  2.2256 +`\begin, \end'  `%#BEGIN, %#END' 폜ꍇA`\begin, \end'
  2.2257 + `%#BEGIN, %#END' ݂̑s͂܂邲ƍ폜̂ŁÄs
  2.2258 + `\begin' ȂǂˆȏA˂ďȂ悤ɒӂĂBL
  2.2259 +ׂ̂͂Ė{͂uev폜悤ɓ܂A
  2.2260 +universal-argument (`C-u') ł`[prefix] k'^CvƁA
  2.2261 +́uevɊ܂܂ugvCɍ폜܂Bȉ̗Qlɂ
  2.2262 +ĉB
  2.2263 +
  2.2264 +             ̃eLXg:                   [prefix] k      C-u [prefix] k
  2.2265 +             {\footnote{r}łB     {rłB  {łB
  2.2266 +                     (J[\ʒu)
  2.2267  
  2.2268  
  2.2269  
  2.2270  File: yatexj, Node: Filling, Next: Includeonly, Prev: Modifying/Deleting, Up: Top
  2.2271  
  2.2272 -巨
  2.2273 -************
  2.2274 -
  2.2275 -
  2.2276 -item巨
  2.2277 -====================
  2.2278 -
  2.2279 -  itemize
  2.2280 -ĭˢ`\item'()ˢ
  2.2281 -巨Ϣ
  2.2282 +
  2.2283 +******
  2.2284 +
  2.2285 +
  2.2286 +item̌
  2.2287 +============
  2.2288 +
  2.2289 +  itemize ‹ɂ`\item'̍()sɓnꍇɁAڂ̐
  2.2290 +ꍇɂ́A
  2.2291  
  2.2292  
  2.2293  `M-q'
  2.2294 -             ... 巨
  2.2295 -
  2.2296 -Ƣ item
  2.2297 -Τμ fill
  2.2298 -޹ʪŤ NTT jTeX
  2.2299 -ѷƤϢLisp
  2.2300 -`NTT-jTeX'`t'˻ ȷƼ
  2.2301 -
  2.2302 -  ȭ`YaTeX-item-regexp'(
  2.2303 -`"\\\\item"')
  2.2304 -εȷơѷ޹itemize
  2.2305 -ĭǢȫγ
  2.2306 -Ƥ(`\underlineitem')Ϣ
  2.2307 -`~/.emacs' ǡƼ
  2.2308 +             ... 
  2.2309 +
  2.2310 +ɂāA item ̃Cfg̐[ɉ fill ܂BȂA
  2.2311 +NTT jTeX gpĂꍇɂ́ALisp ϐ`NTT-jTeX'`t'ɃZbg
  2.2312 +B
  2.2313 +
  2.2314 +  ̂ƂAϐ`YaTeX-item-regexp'̒l(Wł `"\\\\item"')
  2.2315 +ڎwR}h̐K\ƂČɎgp܂Bitemize ‹ŁAƎ̃R
  2.2316 +}h`čڂ񋓂Ăꍇ(Ⴆ`\underlineitem')́A
  2.2317 +`~/.emacs' Ŏ̂悤Ɏw肵ĉB
  2.2318  
  2.2319               (setq YaTeX-item-regexp
  2.2320                     "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)")
  2.2321  
  2.2322  
  2.2323 -诬ʤϢȫξ
  2.2324 -``"\item"'˷Ƽ("\itembf"')
  2.2325 -
  2.2326 - `M-q'  `\item'
  2.2327 -ĭʼ
  2.2328 -׷޹
  2.2329 -
  2.2330 -     itemize, enumerateĭ:
  2.2331 -            >\item[۲۲] Ϣգʤ `foo' Ǣ
  2.2332 -            >                ⤨۲۲
  2.2333 -            >                ǹ
  2.2334 -     descriptionĭ:
  2.2335 -            > \item[] ۲۲ǿᬱȷÿˢ
  2.2336 -            >            2ǿʱȷ׬Ȭ
  2.2337 -            >            ǹ
  2.2338 -
  2.2339 -
  2.2340 -巨
  2.2341 -====================================
  2.2342 -
  2.2343 -  itemizeĭʰ巨(fill)Ϣܪ˾ȱ
  2.2344 -ˡ޹verbatimĭtabularĭ巨
  2.2345 -ĭϡ޻޿\verb
  2.2346   2.2347 -Ԭ޻( `YaTeX-verb-regexp'
  2.2348 -ǩ) )ˢ
  2.2349 -μѨƢϢΤ`M-q'
  2.2350 - fill-prefix
  2.2351 -ѹʯ巨ǭ޹
  2.2352 +̕ϐ̎w̎d悭Ȃꍇ́AƎ̍ڗ񋓃R}h̖O
  2.2353 +``"\item"'Ŏn܂̂ɂĉ(Ⴆ"\itembf"')B
  2.2354 +
  2.2355 +쒹 `M-q' ł `\item' ‹ɉĈȉ̂悤ɁunOCfgv
  2.2356 +܂B
  2.2357 +
  2.2358 +     itemize, enumerate‹:
  2.2359 +            >\item[قق] pł́AɈӖ̂ȂP `foo' ł킵
  2.2360 +            >                A̓{łƂPꂪuققv
  2.2361 +            >                łB
  2.2362 +     description‹:
  2.2363 +            > \item[ււ] uققvł߂PƂĎgɁA
  2.2364 +            >            2̂ł߂ȒPƂāuււvg邱Ƃ
  2.2365 +            >            悤łB
  2.2366 +
  2.2367 +
  2.2368 +pOť
  2.2369 +==================
  2.2370 +
  2.2371 +  itemize‹ȊOł̃pOť(fill)́A{Iɑ̃[hƓ
  2.2372 +悤ɋ@\܂Averbatim‹Atabular‹ȂnjƔߎS
  2.2373 +ȏ󋵂ɂȂ悤Ȋ‹ł͋@\܂B܂A\verb ŊĂ
  2.2374 +͌čs܂(ϐ `YaTeX-verb-regexp' Ő) )BɁA
  2.2375 +IɃCfg̐[ςĂӏł́ÃCfg̐擪
  2.2376 +`M-q'Ƃɂ fill-prefix ύXȂČł
  2.2377 +B
  2.2378  
  2.2379  
  2.2380  
  2.2381  
  2.2382  File: yatexj, Node: Includeonly, Next: What column, Prev: Filling, Up: Top
  2.2383  
  2.2384 -includeonly
  2.2385 -***********************
  2.2386 -
  2.2387 -  աƸϷƤϢա
  2.2388 -
  2.2389 -             \includeonly{Ըա}
  2.2390 -
  2.2391 -ƪǢ׻ǭ޹Ⱦ
  2.2392 -ա꾷
  2.2393 -
  2.2394 -             \includeonly{꾷ա}
  2.2395 -
  2.2396 -
  2.2397 -񭾵ʱ֬޹ϽԸƤա
  2.2398 -ա`\includeonly'ʤϫ˳з
  2.2399 -بĮ޹
  2.2400 +includeonly
  2.2401 +*****************
  2.2402 +
  2.2403 +  t@C𕪊ĕ͂͂Ă鎞ɂ́ACt@C
  2.2404 +
  2.2405 +             \includeonly{ݕҏW̃t@C}
  2.2406 +
  2.2407 +̂悤ɏĂƂŁA^CvZbg̎Ԃߖł܂A
  2.2408 +̃t@C蒼ɂ
  2.2409 +
  2.2410 +             \includeonly{Ǝ蒼t@C}
  2.2411 +
  2.2412 +
  2.2413 +ƏȂ΂Ȃ炸Ԃ܂B쒹ł͌ݕҏWĂt@
  2.2414 +CCt@C`\includeonly'ɂȂꍇɂ͎Iɂo
  2.2415 +A̎w‚܂B
  2.2416  
  2.2417               A)dd R)eplace %)comment?
  2.2418  
  2.2419  
  2.2420 -Ըա `\includeonly'
  2.2421 -è`a'
  2.2422 -Ըա
  2.2423 -`\includeonly' ˷`r' `\includeonly'
  2.2424 -ȢȷƵϢ`%'
  2.2425 -졷Ƽ
  2.2426 +ݕҏW̃t@C `\includeonly' ̃Xgɉɂ`a'A
  2.2427 +ݕҏW̃t@C `\includeonly' ɂ`r'A
  2.2428 +`\includeonly' ̍sRgAEgĖɂ́A`%'ꂼ
  2.2429 +ꉟĉB
  2.2430  
  2.2431  
  2.2432  
  2.2433  File: yatexj, Node: What column, Next: Intelligent newline, Prev: Includeonly, Up: Top
  2.2434  
  2.2435 -ɳ?
  2.2436 -*********************
  2.2437 -
  2.2438 -  ο tabular
  2.2439 -򿯵ƤȼǢ
  2.2440 -ɳΫʯƷަȬ޹Т
  2.2441 - tabular ˪Ƣ
  2.2442 +͂ǂ?
  2.2443 +***********
  2.2444 +
  2.2445 +  ڐ̑ tabular Ȃǂ񏑂ĂƉ̍̕sŁA܏
  2.2446 +Ă錅ǂɑΉ̂킩ȂȂĂ܂Ƃ܂BႦ
  2.2447 +΁Aȉ̂悤 tabular ɂāA
  2.2448  
  2.2449               \begin{tabular}{|c|c|c|c|c|c|c|c|}\hline
  2.2450 -              &&&&&FAX&&\\ \hline
  2.2451 -               & 6 & 223 &  & xxx-yyy &
  2.2452 -                     zzz-www &  & 9876-54321 \\
  2.2453 -              Ȯ & 2 & \multicolumn{2}{c|}{ʤ}
  2.2454 +              &&&Z&db&FAX&AȐ&AȐdb\\ \hline
  2.2455 +              Y & 6 & 223 & ls`kg & xxx-yyy &
  2.2456 +                     zzz-www & gK & 9876-54321 \\
  2.2457 +              gm & 2 & \multicolumn{2}{c|}{Ȃ}
  2.2458                       &&&(???)
  2.2459                \\ \hline
  2.2460               \end{tabular}
  2.2461  
  2.2462  
  2.2463 -(???)Ϋ˽ǹǷ禣Ϣ
  2.2464 +(???)̕ǂ̍ڂȂ̂ɔf͓̂ł傤BȎ́A
  2.2465  
  2.2466  `[prefix] &'
  2.2467 -             ... Ϋཨ
  2.2468 -
  2.2469 -ȫΫ˺ա˽
  2.2470 -tabular/arrayĭ1ܾʷ
  2.2471 -ܾȷ򽨷߷ϢԬ`%'˷
  2.2472 -߼ƪɤǷ禣
  2.2473 +             ... ݂̃J\
  2.2474 +
  2.2475 +ƃJ[\ʒũJǂ̍ڂɊY邩~jobt@ɕ\
  2.2476 +܂Btabular/array‹̑1sڂږ̕тƂ݂ȂđΉ
  2.2477 +T܂BږƂĕʂ̂̂\ė~ꍇ́As`%'
  2.2478 +ă_~[̍ڕтĂƗǂł傤B
  2.2479  
  2.2480  
  2.2481  
  2.2482  File: yatexj, Node: Intelligent newline, Next: Usepackage cheker, Prev: What column, Up: Top
  2.2483  
  2.2484   2.2485 -************************
  2.2486 -
  2.2487 -  tabular[*], array, itemize, enumerate, tabbing
  2.2488 -ĭbeginϷ
  2.2489 -޿ĭ
  2.2490 +܂s
  2.2491 +************
  2.2492 +
  2.2493 +  tabular[*], array, itemize, enumerate, tabbing ‹begin^⊮œ
  2.2494 +͂A܂͊e‹
  2.2495  
  2.2496  `ESC RET'
  2.2497 -             ... ޫ
  2.2498 -
  2.2499 -
  2.2500 -ȢĭԨ޹(begin˫
  2.2501 -쿨 undo
  2.2502 -ǭ޹)Т
  2.2503 -tabularĭϢĭΫ
  2.2504 -`&' è  `\\'
  2.2505 -޹ʰ `\hline'
  2.2506 -нձ
  2.2507 -è޹ĭȽƫϹʼ޹
  2.2508 +             ... ܂s
  2.2509 +
  2.2510 +
  2.2511 +ƁÅ‹ɉsGg̍sɑ}܂(begin^⊮
  2.2512 +Ɏ}ꂽGgsvȏꍇ undo ɂďł܂)BႦ
  2.2513 +΁Atabular‹ł́Å‹̃JɑΉ `&' ɉAs
  2.2514 + `\\' ܂B̎ȑO `\hline' ΂t
  2.2515 +܂B‹ƂɉĎ͂̂̑Ή͈ȉ̂悤ɂȂ܂B
  2.2516  
  2.2517     * `tabular', `tabular*', `array'
  2.2518  
  2.2519 -             -1  `&' 
  2.2520 -     `\\' `\hline'
  2.2521 +             J-1  `&'  `\\'BKvɉ `\hline'
  2.2522  
  2.2523     * `tabbing'
  2.2524  
  2.2525 -             Ƥ `\='
  2.2526 -     ȱ `\>'
  2.2527 +             sڂŒ`Ă `\=' Ɠ `\>'B
  2.2528  
  2.2529     * `itemize', `enumerate', `description', `list'
  2.2530  
  2.2531 -             `\item' ޿ `item[]'
  2.2532 -
  2.2533 -  tabular
  2.2534 -ĭˢܡĭ˷ư
  2.2535 -Ǣٯй˷Ư
  2.2536 -
  2.2537 -  ⷢξĭ
  2.2538 -`foo'з`ޫ'
  2.2539 -Ϣ`YaTeX-intelligent-newline-foo'
  2.2540   2.2541 -޹ϢԬ
  2.2542 - `YaTeX-indent-line'
  2.2543 -Ƚĭ͹
  2.2544 -ȵǢǫ鿫ʳ
  2.2545 -Ƿ禣`yatexenv.el'
  2.2546 -`YaTeX-intelligent-newline-itemize'
  2.2547 -˷Ư
  2.2548 +             `\item' ܂ `item[]'
  2.2549 +
  2.2550 +  tabular ‹̗̂悤ɁA{@\͊e‹̈sڂ̓eQlɂē
  2.2551 +삷̂ŁAȂׂsڈȍ~ŌĂяo悤ɂĂB
  2.2552 +
  2.2553 +  Ȃ̊‹AႦ `foo'Aɑ΂`܂s'𓮍
  2.2554 +́A`YaTeX-intelligent-newline-foo' ƂO̊֐`
  2.2555 +܂B`֐́A݂̍sɉs}̍s̈ʒuŌĂ΂
  2.2556 +B֐ `YaTeX-indent-line' ĂԂƌ݂̊‹̃lXgɉ[
  2.2557 +CfĝŁAĂł牽}悤ȃR[hƂ
  2.2558 +ł傤B`yatexenv.el'̊֐
  2.2559 +`YaTeX-intelligent-newline-itemize' ̒`ȂǂQlɂĂB
  2.2560  
  2.2561  
  2.2562  
  2.2563  
  2.2564  File: yatexj, Node: Usepackage cheker, Next: Changing mode of YaTeX, Prev: Intelligent newline, Up: Top
  2.2565  
  2.2566 -usepackage
  2.2567 -**********************
  2.2568 -
  2.2569 -  beginsectionmaketitleLaTeX2eޯϹȢ
  2.2570 -ޯ˰ñȹ碽ñ
  2.2571 -ܸ `\usepackage{}'
  2.2572 -Ƥɦ򴺷ⷷƤʱ
  2.2573 -ñ˷
  2.2574 -`\usepackage'  (Χ)޹
  2.2575 -
  2.2576 -  ΡϢñȽƤޯ
  2.2577 -alist `YaTeX-package-alist-private'
  2.2578 -ƪ ׬޹
  2.2579 +usepackage
  2.2580 +****************
  2.2581 +
  2.2582 +  begin^Asection^Amaketitle^AꂩLaTeX2e}N⊮͂
  2.2583 +ƁÃ}N̗pɊOpbP[WKvƂꍇÃpbP[W
  2.2584 +{ `\usepackage{}' Ă邩ǂ𒲍AĂȂ
  2.2585 +vAuɑΉpbP[Wɂ `\usepackage' (mF
  2.2586 +)}܂B
  2.2587 +
  2.2588 +  ̋@\߂ɂ́ApbP[WƂ̒Œ`Ă}
  2.2589 +NQalisť`ŕϐ `YaTeX-package-alist-private' ɐݒ肵Ă
  2.2590 +Kv܂B
  2.2591  
  2.2592  
  2.2593  
  2.2594  File: yatexj, Node: Changing mode of YaTeX, Next: Online help, Prev: Usepackage cheker, Up: Top
  2.2595  
  2.2596 -ΰب
  2.2597 -************************************************
  2.2598 +쒹̓샂[h؂ւ
  2.2599 +************************
  2.2600  
  2.2601  `[prefix] w'
  2.2602 -             ... ب
  2.2603 -
  2.2604 -ΰʼب޹
  2.2605 -
  2.2606 -   * 
  2.2607 -   * 
  2.2608 -
  2.2609 -Ϣ뷢ONϫ
  2.2610 -ϫꢤOFFϫ
  2.2611 -ĸϷ޹թ()*OFF*ǹ
  2.2612 -
  2.2613 -  Ϣ `YaTeX-auto-math-mode' 
  2.2614 -`nil' 
  2.2615 -߭Ǣȭ`;'`:'򡷿(*Note
  2.2616 -Image completion::)ˢ
  2.2617 -ʤἸ򡽵뫢έȷơ
  2.2618 -ب޹٤޷`YaTeX-auto-math-mode'
  2.2619 -`nil'˻ȷبɤǷ禣
  2.2620 +             ... 쒹샂[h؂ւj[
  2.2621 +
  2.2622 +Ŗ쒹g̓肷ȉ̃[h؂ւ܂B
  2.2623 +
  2.2624 +   * C[h
  2.2625 +   * 쒹[h
  2.2626 +
  2.2627 +C[h́AJʓ͎̏Rg[AC[hON̎
  2.2628 +Jʂ̓͂͊Jʂ݂̂̓͂ɂȂAC[hOFF̎͊Jʂ
  2.2629 +͂ŕ‚ʂ܂œ͂܂BftHg(N)̐ݒ*OFF*łB
  2.2630 +
  2.2631 +  쒹[h́Aϐ `YaTeX-auto-math-mode'  `nil' ̎
  2.2632 +ݗLŁÂƂ`;'`:'(*Note Image completion::Q)ɁA
  2.2633 +ǂ̂悤ȃC[W⊮@\邩Aʏ̃L[Ƃċ@\邩蓮
  2.2634 +؂ւ܂B肪x}Vł`YaTeX-auto-math-mode'
  2.2635 +`nil'ɃZbgA쒹[h蓮Ő؂ւƗǂł傤B
  2.2636  
  2.2637  
  2.2638  
  2.2639  
  2.2640  File: yatexj, Node: Online help, Next: Inclusion hierarchy browser, Prev: Changing mode of YaTeX, Up: Top
  2.2641  
  2.2642 -
  2.2643 -********************************
  2.2644 -
  2.2645 -  Ȫȹ LaTeX
  2.2646 -ѡ诬ʤϢ
  2.2647 -ҭ޷禣ع뭼ʼά޹
  2.2648 +ICwv
  2.2649 +****************
  2.2650 +
  2.2651 +  gƂ LaTeX R}h̗p@悭Ȃ́AICw
  2.2652 +vЂ܂傤BwvɊւL[ɂ͈ȉ̂̂܂B
  2.2653  
  2.2654  `[prefix] ?'
  2.2655 -             ... 
  2.2656 +             ... ICwv
  2.2657  `[prefix] /'
  2.2658 -             ... apropos
  2.2659 -
  2.2660 -
  2.2661 -
  2.2662 -================================
  2.2663 -
  2.2664 -  ֪Ϣ̪ LaTeX
  2.2665 -(թǫ
  2.2666 -γ)йա˽޹ȵ
  2.2667 -աְټଢ
  2.2668 -ꢰ LaTeX
  2.2669 -θաǢ
  2.2670 -`YaTeX-help-file'޹ա(
  2.2671 -թ`$EMACSEXECPATH')֫좯⬽ǭ
  2.2672 -ߢ٭ǹϢⷯͪ
  2.2673 -عƤաǢ
  2.2674 -`YaTeX-help-file-private'޹漶ۼǣ
  2.2675 -μ֫޹
  2.2676 -
  2.2677 -
  2.2678 -apropos
  2.2679 -===========================
  2.2680 -
  2.2681 -  ֪apropos GNU Emacs  apropos
  2.2682 -ȱ͢漶귿
  2.2683 -ܹա˽޹
  2.2684 -
  2.2685 -  ⷢȷLaTeXйա˫
  2.2686 -ʫÿϢƯǢĽǢв
  2.2687 -ƽγϷƯⷢ˫ʳ
  2.2688 -ймǽ꼵
  2.2689 -פ޹
  2.2690 +             ... ICapropos
  2.2691 +
  2.2692 +
  2.2693 +ICwv
  2.2694 +================
  2.2695 +
  2.2696 +  uICwvv́AʓI LaTeX R}h(ftHgŃJ[\
  2.2697 +ʒũR}h)ɑ΂ׂ̃obt@ɕ\܂B̎QƂ
  2.2698 +wvpt@Cɂ́uO[owvvƁuvCx[gwvv̓
  2.2699 +ނAO҂ LaTeX ̕WR}h̎Ȃ̂̐܂ރt@CŁA
  2.2700 +ϐ`YaTeX-help-file'̒lŎw肳܂B̃t@C͒ʏ̏ꏊ
  2.2701 +(ftHg`$EMACSEXECPATH')ɒuAN̓eXVł悤
  2.2702 +ɑSɏ݌^ׂ̂łB҂́AW͌l
  2.2703 +Iȃ}N`ɊւĂt@CŁAϐ
  2.2704 +`YaTeX-help-file-private'̒lŎw肳܂B̓[Ũz[fB
  2.2705 +Ng̉Ȃǂɒu܂B
  2.2706 +
  2.2707 +
  2.2708 +ICapropos
  2.2709 +=================
  2.2710 +
  2.2711 +  uICaproposv GNU Emacs  apropos ƓlA[Uw肵
  2.2712 +L[[hɊ܂ލڂׂẴׂobt@ɕ\܂B
  2.2713 +
  2.2714 +  Aׂ悤ƂLaTeXR}hɑ΂wvt@CɌ
  2.2715 +Ȃꍇ́A̓͂߂Ă̂ŁA”\łΎQl
  2.2716 +ǂ𒲂ׂẴR}h̐͂ĂBAȂɂWIȃR
  2.2717 +}hɑ΂Ȃ΂Ў܂ł̐艺B
  2.2718 +̔zzɊ܂߂Ǝv܂B
  2.2719  
  2.2720  
  2.2721  
  2.2722  File: yatexj, Node: Inclusion hierarchy browser, Next: Cooperation with other packages, Prev: Online help, Up: Top
  2.2723  
  2.2724 -ɽ馶
  2.2725 -************************************************
  2.2726 -
  2.2727 -աˬƤɭƤ
  2.2728 +CN[h\uEU
  2.2729 +************************
  2.2730 +
  2.2731 +̃t@CɕĂhLgĂꍇA
  2.2732  
  2.2733  `[prefix] d'
  2.2734 -             ... ɽ馺
  2.2735 -
  2.2736 -Ȣɭա޹Ǵա
  2.2737 -ա(թȬƤRET)Ϲ
  2.2738 -ɷƤաϷЪ˽
  2.2739 -޹աʼέǹ
  2.2740 +             ... CN[h\uEY
  2.2741 +
  2.2742 +ƁÃhLg̐et@C𕷂ė܂BőSẴt@
  2.2743 +C̐eƂȂt@C(ftHgĂ̂őRET̂)
  2.2744 +ƃCN[hĂSẴt@C͂ACN[h󋵂
  2.2745 +oIɕ\܂B̃obt@ł͈ȉ̃L[삪LłB
  2.2746  
  2.2747  `n'
  2.2748 -             ... ܰաա˽
  2.2749 +             ... ̍sɈړΉt@Cׂ̃obt@ɕ\
  2.2750  `p'
  2.2751 -             ... ܰաա˽
  2.2752 +             ... ̍sɈړΉt@Cׂ̃obt@ɕ\
  2.2753  `N'
  2.2754 -             ... Ρաܰ
  2.2755 +             ... CN[hx̎̃t@CɈړ
  2.2756  `P'
  2.2757 -             ... ΰաܰ
  2.2758 +             ... CN[hx̑Õt@CɈړ
  2.2759  `j'
  2.2760 -             ... ܰ
  2.2761 +             ... ̍sɈړ
  2.2762  `k'
  2.2763 -             ... ܰ
  2.2764 +             ... ̍sɈړ
  2.2765  `u'
  2.2766 -             ... ˢաܰ
  2.2767 +             ... eɂt@CɈړ
  2.2768  `.'
  2.2769 -             ... աա˽
  2.2770 +             ... J[\ʒũt@Cׂ̃obt@ɕ\
  2.2771  `SPC'
  2.2772 -             ... աա
  2.2773 +             ... ׂ̃obt@̑Ήt@CXN[Abv
  2.2774  `DEL, b'
  2.2775 -             ... աա
  2.2776 +             ... ׂ̃obt@̑Ήt@CXN[_E
  2.2777  `<'
  2.2778 -             ... աա
  2.2779 +             ... ׂ̃obt@̑Ήt@C̐擪\
  2.2780  `>'
  2.2781 -             ... աա
  2.2782 +             ... ׂ̃obt@̑Ήt@C̖\
  2.2783  `''
  2.2784 -             ... (`<'`>')ν
  2.2785 +             ... (`<'`>'̌)̕\ʒuɖ߂
  2.2786  `RET, g'
  2.2787 -             ... աաǪ
  2.2788 +             ... J[\ʒũt@Cׂ̃obt@ŃI[v
  2.2789  `mouse-2'
  2.2790 -             ... RETȱ(ɦ)
  2.2791 +             ... RETƓ(EBhEgp̂)
  2.2792  `o'
  2.2793 -             ... Φɦܰ
  2.2794 +             ... ׂ̃EBhEɈړ
  2.2795  `1'
  2.2796 -             ... Φɦù
  2.2797 +             ... ̃EBhE
  2.2798  `-'
  2.2799 -             ... 馺ɦ򮵯
  2.2800 +             ... uEYEBhE
  2.2801  `+'
  2.2802 -             ... 馺ɦ筯
  2.2803 +             ... uEYEBhE傫
  2.2804  `?'
  2.2805 -             ... ׽
  2.2806 +             ... wv\
  2.2807  `q'
  2.2808 -             ... 
  2.2809 -
  2.2810 -  Φɦա򽨹롽طϢ
  2.2811 -աƷަȦޯ޻Ǵկ
  2.2812 +             ... \ȌԂɖ߂
  2.2813 +
  2.2814 +  ÃׂEBhẼt@C̓e\@\ɊւẮAΉ
  2.2815 +t@CN[YĂ܂Ƃ܂܂̂łӂB
  2.2816  
  2.2817  
  2.2818  
  2.2819  File: yatexj, Node: Cooperation with other packages, Next: Customizations, Prev: Inclusion hierarchy browser, Up: Top
  2.2820  
  2.2821 -ñ΢
  2.2822 -****************************************
  2.2823 +pbP[WƂ̘Ag
  2.2824 +********************
  2.2825  
  2.2826  
  2.2827  gmhist
  2.2828  ======
  2.2829  
  2.2830 -  `gmhist.el'`gmhist-mh.el'
  2.2831 -ɷƤ弳
  2.2832 -(`[prefix]
  2.2833 -tp]')(`[prefix] tl')
  2.2834 -ȩҹǭ޹Ǣ`M-p'
  2.2835 -
  2.2836 -ȾѷɸַйȬǭ޹
  2.2837 +  `gmhist.el'`gmhist-mh.el' [hĂꍇAv[R}h
  2.2838 +̓(`[prefix] tp]')AR}h̓(`[prefix] tl')̎ɓƗ
  2.2839 +qXg𗘗pł܂Bꂼ̃vvgŁA`M-p' ƒOɗ
  2.2840 +pR}hԂĂяoƂł܂B
  2.2841  
  2.2842  
  2.2843  min-out
  2.2844  =======
  2.2845  
  2.2846 -  `min-out.el' (`outline-minor-mode')
  2.2847   2.2848 -Ľǹط`yatexm-o.el'
  2.2849 +  `min-out.el' (`outline-minor-mode') Ɩ쒹gݍ킹ĎgƂ
  2.2850 +”\łBݒ̕@ɊւĂ`yatexm-o.el'B
  2.2851  
  2.2852  
  2.2853  
  2.2854  File: yatexj, Node: Customizations, Next: Etc, Prev: Cooperation with other packages, Up: Top
  2.2855  
  2.2856   2.2857 -************************
  2.2858 -
  2.2859 -  ΰȫ
  2.2860 -򯰹뭼Ѩĭ˼µ
  2.2861 -ɬǭ޹
  2.2862 +JX^}CY
  2.2863 +************
  2.2864 +
  2.2865 +  쒹̓𐧌䂷X̕ϐƎɐݒ肷邱ƂɂA⊮͂
  2.2866 +NL[ATCςA‹̕⊮ɏ[邱
  2.2867 +Ȃǂł܂B
  2.2868  
  2.2869  * Menu:
  2.2870  
  2.2871 -* Lisp variables::              lisp 
  2.2872 -* Add-in functions::            (ɤ)
  2.2873 +* Lisp variables::              lisp ϐ
  2.2874 +* Add-in functions::            t֐(AhC֐)
  2.2875  
  2.2876  
  2.2877  
  2.2878  File: yatexj, Node: Lisp variables, Next: Add-in functions, Prev: Customizations, Up: Customizations
  2.2879  
  2.2880 -lisp 
  2.2881 -=============
  2.2882 -
  2.2883 -   prefix  `C-c'
  2.2884 -ʰέ˷Ϣ `YaTeX-prefix'
  2.2885 -prefix
  2.2886 -˷Ư
  2.2887 -ˢ`C-c
  2.2888 -'ȤФȫƢ
  2.2889 -ʤϢ`YaTeX-inhibit-prefix-letter'
  2.2890 - `t' `C-c
  2.2891 -'ФɬƢ`C-c
  2.2892 -C-'޹(begin
  2.2893 -large
  2.2894 -Ľǹ˷`t'ʯ
  2.2895 -1 ˻ ȷƼ)
  2.2896 +lisp ϐ
  2.2897 +=========
  2.2898 +
  2.2899 +  Ⴆ prefix L[ `C-c' ȊÕL[ɂꍇ́A`YaTeX-prefix'
  2.2900 +prefix L[ɂV{`ĂBɁAu`C-c p'v
  2.2901 +L[oCh͓Ǝ̊֐蓖ĂĂ̂ŎgȂB̂悤
  2.2902 +Ȏ́A`YaTeX-inhibit-prefix-letter'  `t' ɐݒ肷邱ƂɂA
  2.2903 +`C-c pc'̃oChSāAΉ`C-c C-pc'ɕς܂(A
  2.2904 +begin^ large^⊮̑啶Nɂ郊Ww͉”\Ȃ܂܂łB
  2.2905 +ɂꍇ`t'ł͂Ȃ 1 ɃZbgĉB)B
  2.2906  
  2.2907  * Menu:
  2.2908  
  2.2909 -* All customizable variables::  ޤ
  2.2910 -* Sample definitions::          ޤ
  2.2911 -* Hook variables::              hook
  2.2912 -* Hook file::                   hookա
  2.2913 +* All customizable variables::  JX^}CYϐꗗ
  2.2914 +* Sample definitions::          JX^}CYϐݒ
  2.2915 +* Hook variables::              hookϐ
  2.2916 +* Hook file::                   hookpt@C
  2.2917  
  2.2918  
  2.2919  
  2.2920  File: yatexj, Node: All customizable variables, Next: Sample definitions, Prev: Lisp variables, Up: Lisp variables
  2.2921  
  2.2922   2.2923 -----------------------------------------
  2.2924 -
  2.2925 -  yatex-mode
  2.2926 -˪ޤĽǹ`~/.emacs'
  2.2927 - `setq'
  2.2928 -ƪТ޹թ
  2.2929 -ǹѹ
  2.2930 -`M-x describe-variable' 
  2.2931 -ȷƯ
  2.2932 +JX^}CYϐꗗ
  2.2933 +--------------------
  2.2934 +
  2.2935 +  yatex-mode ɂ鎟̕ϐJX^}CY”\łB`~/.emacs' 
  2.2936 +`setq' Ă΁A̒`D悳܂Bʂ̒̓ftHgl
  2.2937 +Bۂɕϐ̒lύXꍇ `M-x describe-variable' ŕϐ̏ڍ
  2.2938 +ȐQƂĂB
  2.2939  
  2.2940   -- Variable: YaTeX-prefix
  2.2941 -     yatex-mode գ (`\C-c')
  2.2942 +     yatex-mode ̃vtBNXL[ (`\C-c')
  2.2943  
  2.2944   -- Variable: YaTeX-inhibit-prefix-letter
  2.2945 -     prefix ξέФ
  2.2946 -     `'  `C-' ѹ (`nil')
  2.2947 +     prefix L[̒̃L[oCh `p' ̂̂ `C-p' ɕύX
  2.2948 +     (`nil')
  2.2949  
  2.2950   -- Variable: YaTeX-fill-prefix
  2.2951 -     ܸԬܬ
  2.2952 -     fill-prefix (`""(nil)')
  2.2953 +     {̍sɑ}ړȂ킿 fill-prefix
  2.2954 +     (`""(nil)')
  2.2955  
  2.2956   -- Variable: YaTeX-user-completion-table
  2.2957 -     جLaTeXݸա
  2.2958 -     (`"~/.yatexrc"')
  2.2959 +     wKLaTeXR}hۑt@C (`"~/.yatexrc"')
  2.2960  
  2.2961   -- Variable: YaTeX-kanji-code
  2.2962 -     
  2.2963 -     nil=γ 0=no-conversion 1=Shift JIS,
  2.2964 -     2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS1))
  2.2965 +     쐬鎞̊R[hnil=̃R[ĥ܂
  2.2966 +     0=no-conversion 1=Shift JIS, 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOSł
  2.2967 +     1))
  2.2968  
  2.2969   -- Variable: tex-command
  2.2970 -     LaTeX׻ÿɾ (`"platex"')
  2.2971 
  2.2972 +     LaTeX^CvZb^R}h (`"platex"')
  2.2973 
  2.2974  
  2.2975   -- Variable: dvi2-command
  2.2976 -     弢ɾ (`"xdvi -geo +0+0 -s
  2.2977 -     4"')
  2.2978 +     v[AR}h (`"xdvi -geo +0+0 -s 4"')
  2.2979  
  2.2980   -- Variable: dviprint-command-format
  2.2981 -     dviաɰ
  2.2982 -     (`"dvi2ps %f %t %s | lpr"')
  2.2983 +     dvit@C̈ɎgR}h (`"dvi2ps %f %t %s | lpr"')
  2.2984  
  2.2985   -- Variable: dviprint-from-format
  2.2986 -     `%f'ڼ`%b'
  2.2987 -     ڼ  (`"-f %b"')
  2.2988 +     `%f'ɑJny[Ww菑A`%b' Jny[Wԍɕς
  2.2989 +      (`"-f %b"')
  2.2990  
  2.2991   -- Variable: dviprint-to-format
  2.2992 -     `%t'
  2.2993 -     못ڼ`%e'ڼ
  2.2994 +     `%t' ɑIy[Ww菑A`%e'Iy[Wԍɕς
  2.2995       (`"-t %e"')
  2.2996  
  2.2997   -- Variable: makeindex-command
  2.2998 -     makeindex (`"makeindex"' (MS-DOS`"makeind"'))
  2.2999 +     makeindexR}h (`"makeindex"' (MS-DOSł`"makeind"'))
  2.3000  
  2.3001   -- Variable: YaTeX-dvipdf-command
  2.3002 -     dviPDFѹ (`"dvipdfmx"')
  2.3003 +     dviPDFɕϊR}h (`"dvipdfmx"')
  2.3004  
  2.3005   -- Variable: YaTeX-on-the-fly-preview-interval
  2.3006 -     `[prefix] t
  2.3007 -     e'ĭpreviewѹ
  2.3008 -     () (0.9) `nil'
  2.3009 -     Ϩʤ
  2.3010 +     `[prefix] t e'Ŋ‹previewꍇ̕ϊ܂ł
  2.3011 +     쎞(b) (0.9)
  2.3012 +     `nil' ̏ꍇ͑v[ȂB
  2.3013  
  2.3014   -- Variable: YaTeX-on-the-fly-math-preview-engine
  2.3015 -     `[prefix] t
  2.3016 -     e'ĭpreviewѤ
  2.3017 -     (latex-math-previewĽȭ
  2.3018 -     latex-math-preview-expression 
  2.3019 -     `'YaTeX-typeset-environment-by-lmp'
  2.3020 -     ʤȭ
  2.3021 +     `[prefix] t e'Ջ𑦎preview鎞ɗpGW
  2.3022 +     (latex-math-previewp”\ȂƂ
  2.3023 +     latex-math-preview-expression Ă
  2.3024 +     `'YaTeX-typeset-environment-by-lmp'łȂƂ͓֐Ă
  2.3025       `'YaTeX-typeset-environment-by-builtin')
  2.3026  
  2.3027   -- Variable: YaTeX-cmd-gimp
  2.3028 -     GIMP򯰹 (code{"gimp"})
  2.3029 +     GIMPNR}h (code{"gimp"})
  2.3030   -- Variable: YaTeX-cmd-tgif
  2.3031 -     tgif򯰹 (code{"tgif"})
  2.3032 +     tgifNR}h (code{"tgif"})
  2.3033   -- Variable: YaTeX-cmd-inkscape
  2.3034 -     Inkscape򯰹 (code{"inkscape"})
  2.3035 +     InkscapeNR}h (code{"inkscape"})
  2.3036   -- Variable: YaTeX-cmd-dia
  2.3037 -     Dia򯰹 (code{"dia"})
  2.3038 +     DiaNR}h (code{"dia"})
  2.3039   -- Variable: YaTeX-cmd-ooo
  2.3040 -     OpenOffice.org޿LibreOffice򯰹
  2.3041 +     OpenOffice.org܂LibreOfficeNR}h
  2.3042       (code{"soffice"})
  2.3043   -- Variable: YaTeX-cmd-gs
  2.3044 -     Ghostscript򯰹 (code{"gs"})
  2.3045 +     GhostscriptNR}h (code{"gs"})
  2.3046   -- Variable: YaTeX-cmd-dvips
  2.3047 -     dvips򯰹(ĭpdvips)
  2.3048 -     (code{"dvips"})
  2.3049 +     dvipsNR}h(‹ɂĂpdvipsȂ) (code{"dvips"})
  2.3050   -- Variable: YaTeX-cmd-displayline
  2.3051 -     displayline򯰹
  2.3052 +     displaylineNR}h
  2.3053       (code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
  2.3054   -- Variable: YaTeX-cmd-edit-ps
  2.3055 -     PostScriptաԸ
  2.3056 -     (code{"YaTeX-cmd-gimp"})
  2.3057 +     PostScriptt@CҏWR}h (ϐcode{"YaTeX-cmd-gimp"}
  2.3058 +     l)
  2.3059   -- Variable: YaTeX-cmd-edit-pdf
  2.3060 -     PDFաԸ
  2.3061 -     (code{"YaTeX-cmd-ooo"})
  2.3062 +     PDFt@CҏWR}h (ϐcode{"YaTeX-cmd-ooo"}̒l)
  2.3063   -- Variable: YaTeX-cmd-edit-ai
  2.3064 -     .aiաԸ (code{"YaTeX-cmd-inkscape"})
  2.3065 +     .ait@CҏWR}h (ϐcode{"YaTeX-cmd-inkscape"}̒l)
  2.3066   -- Variable: YaTeX-cmd-edit-svg
  2.3067 -     SVGաԸ
  2.3068 -     (code{"YaTeX-cmd-inkscape"})
  2.3069 +     SVGt@CҏWR}h (ϐcode{"YaTeX-cmd-inkscape"}̒l)
  2.3070   -- Variable: YaTeX-cmd-edit-images
  2.3071 -     ξաԸ
  2.3072 -     (code{"YaTeX-cmd-gimp"})
  2.3073 +     ̑摜t@CҏWR}h (ϐcode{"YaTeX-cmd-gimp"}
  2.3074 +     l)
  2.3075  
  2.3076   -- Variable: YaTeX-need-nonstop
  2.3077 -     `\nonstopmode{}'򫰪ù (`nil')
  2.3078 +     `\nonstopmode{}'Iɕt邩 (`nil')
  2.3079  
  2.3080   -- Variable: latex-warning-regexp
  2.3081 -     latexϹ릩ε
  2.3082 -     (`"line.* [0-9]*"')
  2.3083 +     latexR}h̏o͂EH[jOs̐K\ (`"line.*
  2.3084 +     [0-9]*"')
  2.3085  
  2.3086   -- Variable: latex-error-regexp
  2.3087 -     ε
  2.3088 -     (`"l\\.[1-9][0-9]*"')
  2.3089 +     G[s̐K\ (`"l\\.[1-9][0-9]*"')
  2.3090  
  2.3091   -- Variable: latex-dos-emergency-message
  2.3092 -     MS-DOSǰ latex
  2.3093 -     ɬ߹ȭϹ
  2.3094 -      (`"Emergency stop"')
  2.3095 +     MS-DOSœ삷 latex R}hAG[ɂ~Ƃo
  2.3096 +     郁bZ[W (`"Emergency stop"')
  2.3097  
  2.3098   -- Variable: latex-message-kanji-code
  2.3099 -     ׻ÿϹû.׻ա
  2.3100 -     ϬϢ
  2.3101 -     (2, Nemacs߭)
  2.3102 +     ^CvZb^̏o͂郁bZ[W̊R[h.^CvZbgobt@
  2.3103 +     ̏o͂鎞́Aݒ肷 (2, Nemacsł̂ݗL)
  2.3104  
  2.3105   -- Variable: NTT-jTeX
  2.3106 -     ŤNTT-jTeXˤȷȰ
  2.3107 -     (׻)֬Ʒަ`t'˹
  2.3108 -     (`nil')
  2.3109 +     ÂNTT-jTeXgp̂悤ɃCfgs̐擪ƑO̍s(^Cv
  2.3110 +     Zbg)Ԃ󂢂Ă܂̂ꍇ`t'ɂ(`nil')
  2.3111  
  2.3112   -- Variable: YaTeX-item-regexp
  2.3113 -     item巨Ѥitemε
  2.3114 -     (`"\\\\(sub\\)*item"')
  2.3115 +     item̌̎ɗpAitem̐K\ (`"\\\\(sub\\)*item"')
  2.3116  
  2.3117   -- Variable: YaTeX-verb-regexp
  2.3118 -     verbε\\\\ıʤ
  2.3119 +     verbR}h̐K\B擪\\\\͂‚Ȃ
  2.3120       (`"verb\\*?\\|path"')
  2.3121  
  2.3122   -- Variable: YaTeX-nervous
  2.3123 -     Ѥ `t' (`t')
  2.3124 +     [Jp鎞 `t' (`t')
  2.3125  
  2.3126   -- Variable: YaTeX-sectioning-regexp
  2.3127 -     ε
  2.3128 +     ZNV؂ݒR}h̐K\
  2.3129       (`"\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\*?\\)\\b"')
  2.3130  
  2.3131   -- Variable: YaTeX-fill-inhibit-environments
  2.3132 -     fill ߹ĭ (`'("tabular"
  2.3133 -     "tabular*" "array" "picture" "eqnarray" "eqnarray*" "equation" "math"
  2.3134 -     "displaymath" "verbatim" "verbatim*")')
  2.3135 +     fill }~‹̃Xg (`'("tabular" "tabular*" "array"
  2.3136 +     picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath"
  2.3137 +     verbatim" "verbatim*")')
  2.3138  
  2.3139   -- Variable: YaTeX-uncomment-once
  2.3140 -     uncommentԬΣ`%'
  2.3141 -     (`nil')
  2.3142 +     ̈uncommentōs̕`%'Sč폜邩 (`nil')
  2.3143  
  2.3144   -- Variable: YaTeX-close-paren-always
  2.3145 -     ĸϹ
  2.3146 -     (`t')
  2.3147 +     Jʂ̓͂ŏɕ‚ʂ͂ (`t')
  2.3148  
  2.3149   -- Variable: YaTeX-auto-math-mode
  2.3150 -     ب򫰪Ԧ
  2.3151 -     (`t')
  2.3152 +     [h̐؂ւIɍs (`t')
  2.3153  
  2.3154   -- Variable: YaTeX-math-key-list-private
  2.3155 -     ἸѤ
  2.3156 -     (գ . Ƽ)
  2.3157 -      alist
  2.3158 -     (`nil')ƼĤ`yatexmth.el'ȣ
  2.3159 +     C[W⊮ŗp (vtBNXL[ . Ή⊮e[u) 
  2.3160 +     alist (`nil')B⊮e[ȕɂ‚Ă`yatexmth.el'QƁB
  2.3161  
  2.3162   -- Variable: YaTeX-default-pop-window-height
  2.3163 -     1˿׻աⵣ
  2.3164 -     Emacsɦй봬
  2.3165 -     (10)
  2.3166 +     1ʂ̎Ƀ^CvZbgobt@߂č쐬鎞̍Blōs
  2.3167 +     AEmacsEBhEɑ΂S (10)
  2.3168  
  2.3169   -- Variable: YaTeX-help-file
  2.3170 -     ա
  2.3171 -     (`$doc-directory/../../site-lisp/YATEXHLP.jp')
  2.3172 +     pwvt@C (`$doc-directory/../../site-lisp/YATEXHLP.jp')
  2.3173  
  2.3174   -- Variable: YaTeX-help-file-private
  2.3175 -     ա (`"~/YATEXHLP.jp"')
  2.3176 +     lpwvt@C (`"~/YATEXHLP.jp"')
  2.3177  
  2.3178   -- Variable: YaTeX-no-begend-shortcut
  2.3179 -     `[prefix] b ??'
  2.3180 -     ηȫﺢ`[prefix] b'
  2.3181 -       (`nil')
  2.3182 +     `[prefix] b ??' ̃V[gJbgg킸A`[prefix] b' ŕ⊮
  2.3183 +     ͂ɓ (`nil')
  2.3184  
  2.3185   -- Variable: YaTeX-hilit-pattern-adjustment-private
  2.3186 -     ȽգǢ﷿
  2.3187 -     ȣhilit19
  2.3188 -     Ǥ߭
  2.3189 -     ܷ `(assq 'yatex-mode hilit-patterns-alist)'
  2.3190 -     Ȣ
  2.3191 -     `YaTeX-hilit-pattern-adjustment-default' (
  2.3192 -      hilit19
  2.3193 -     ɭ)Ȼ
  2.3194 +     K\ƂɃ}b`̘̂_IӖV{ł킵
  2.3195 +     ̂̃Xgc̃XgBhilit19 gݍł鎞̂ݗLBڂ
  2.3196 +     `(assq 'yatex-mode hilit-patterns-alist)' ʂƁAϐ
  2.3197 +     `YaTeX-hilit-pattern-adjustment-default' ̒l(ƏꍇɂĂ
  2.3198 +     hilit19 ̃hLg)QƂB
  2.3199  
  2.3200   -- Variable: YaTeX-sectioning-level
  2.3201 -     LaTeXλȽalist
  2.3202 +     LaTeX̃ZNVPʐ錾R}hƂ̘_IalistB
  2.3203  
  2.3204   -- Variable: YaTeX-hierarchy-ignore-heading-regexp
  2.3205 -     Hierarchy
  2.3206 -     աաȷƢLaTeXλ
  2.3207 -     ʱг򵹬ȷ
  2.3208 -     գʤѿթ
  2.3209 -     RCS  (-*- xxx
  2.3210 -     -*-)Ƥ
  2.3211 +     Hierarchy obt@͒ʏt@Cwb_ƂāALaTeX̃ZNV
  2.3212 +     R}ḧAꂪȂ΃RgsTA̍
  2.3213 +     Ƀwb_ƂĂ͈ӖȂp^[̕ϐɐݒ肷BftH
  2.3214 +     gł RCS wb_ƃ[hws(-*- xxx -*-)ݒ肳ĂB
  2.3215  
  2.3216   -- Variable: YaTeX-skip-default-reader
  2.3217 -     Non-nil
  2.3218 -     sectionɤʱ
  2.3219 -     ա򰻵
  2.3220 -     (`nil')
  2.3221 +     Non-nil ɐݒ肷section^R}ḧ͎AAhC֐
  2.3222 +     Ȃ΃~jobt@ł̓ǂݍ݂ɓ͂ (`nil')
  2.3223  
  2.3224   -- Variable: YaTeX-create-file-prefix-g
  2.3225 -     `\include' `prefix
  2.3226 -     g'ˢ謸߷ʤա
  2.3227 -     Ǣ⪼ (`nil')
  2.3228 +     `\include'Ȃǂ `prefix g'ɁAWv悪݂Ȃt@C
  2.3229 +     łĂI[v (`nil')
  2.3230  
  2.3231   -- Variable: YaTeX-simple-messages
  2.3232 -     ûǽ
  2.3233 -     (`nil')
  2.3234 +     e⊮̃bZ[Wo͂ȑf (`nil')
  2.3235  
  2.3236   -- Variable: YaTeX-hilit-sectioning-face
  2.3237 -     ձ `\part' Χ
  2.3238 -     (`'(yellow/dodgerblue yellow/slateblue)')
  2.3239 -      `hilit-background-mode' 
  2.3240 -     `'light' ΢  `'dark' 
  2.3241 -     `\chapter' ΧǢ/ʧ 
  2.3242 -     
  2.3243 +     FtLȎ `\part' ̐F (`'(yellow/dodgerblue
  2.3244 +     yellow/slateblue)')BXg̑vf `hilit-background-mode' 
  2.3245 +     `'light' ̎́Avf `'dark' ̎ `\chapter' ̐FŁA
  2.3246 +     F/wiF ̂悤Ɏw肷B
  2.3247  
  2.3248   -- Variable: YaTeX-hilit-sectioning-attenuation-rate
  2.3249 -     ձ΢`\subparagraph' Χ
  2.3250 -     `\chapter' λο
  2.3251 -     %˹ (`'(15 40)')
  2.3252 -     `YaTeX-hilit-sectioning-face' ȣ
  2.3253 +     FtLȎ́A`\subparagraph' ̐F `\chapter' ̔Zx̉%
  2.3254 +     ̂ɂ邩 (`'(15 40)') `YaTeX-hilit-sectioning-face'
  2.3255 +     QƁB
  2.3256  
  2.3257   -- Variable: YaTeX-use-AMS-LaTeX
  2.3258 -     AMS-LaTeX ѹ `t' 
  2.3259 -     (`nil')
  2.3260 +     AMS-LaTeX gpꍇ `t' ɐݒ肷 (`nil')
  2.3261  
  2.3262   -- Variable: YaTeX-use-LaTeX2e
  2.3263 -     LaTeX2e ѹ `t' 
  2.3264 -     (`t')
  2.3265 +     LaTeX2e gpꍇ `t' ɐݒ肷 (`t')
  2.3266  
  2.3267   -- Variable: YaTeX-template-file
  2.3268 -     ա˫ա
  2.3269 +     VKt@C쐬Ɏ}t@C
  2.3270       (`~/work/template.tex')
  2.3271  
  2.3272   -- Variable: YaTeX-search-file-from-top-directory
  2.3273 -     inputաȭǣmainա΢ǣ
  2.3274 -     ˹ (`t')
  2.3275 +     inputt@CTƂ̊fBNgmaint@Ĉ
  2.3276 +     fBNgɂ邩 (`t')
  2.3277   -- Variable: YaTeX-use-font-lock
  2.3278 -     Χűñȷ
  2.3279 -     font-lock ѹɦ (`(featurep
  2.3280 -     'font-lock)')
  2.3281 +     \[X̐FÂpbP[WƂ font-lock 𗘗p邩ǂ
  2.3282 +     (`(featurep 'font-lock)')
  2.3283  
  2.3284   -- Variable: YaTeX-use-hilit19
  2.3285 -     Χűñȷ hilit19
  2.3286 -     ѹɦ (`(featurep 'hilit19)')
  2.3287 +     \[X̐FÂpbP[WƂ hilit19 𗘗p邩ǂ
  2.3288 +     (`(featurep 'hilit19)')
  2.3289  
  2.3290   -- Variable: YaTeX-use-italic-bold
  2.3291 -     italic, boldթɦ
  2.3292 -     (Emacs20`t')
  2.3293 -     font-lock߭ (`(featurep 'hilit19)'
  2.3294 +     italic, boldtHg쒹Tǂ (Emacs20ȍ~Ȃ`t')
  2.3295 +     font-lockp̂ݗLB(`(featurep 'hilit19)'
  2.3296  
  2.3297   -- Variable: YaTeX-singlecmd-suffix
  2.3298 -     maketitleϾ
  2.3299 -     `"{}"' ɬ
  2.3300 +     SĂmaketitle^R}h̕⊮͒ɑ}镶B
  2.3301 +     `"{}"' Ȃǂ߁B
  2.3302  
  2.3303   -- Variable: YaTeX-package-alist-private
  2.3304 -     LaTeX2eñȽޯȣ
  2.3305 -     ƪܸޯϹ
  2.3306 -     ޯˬñ
  2.3307 -     usepackage
  2.3308 -     뫫ˡƯ
  2.3309 -     Ƥʱ \usepackage
  2.3310 -     ùǭ
  2.3311 -      '((ñ1 (䰿
  2.3312 -     ޯ) (䰿
  2.3313 -     ޯ)) (ñ2
  2.3314 -     (䰿 ޯ)
  2.3315 -     (䰿
  2.3316 -     ޯ)))
  2.3317 -     Ȥ˹䰿 `env,
  2.3318 -     section, maketitle' 쫣 
  2.3319 -     `YaTeX-package-alist-default' Ͳȣ
  2.3320 +     LaTeX2ẽpbP[WƂ̒Ɋ܂܂}ÑXgBK؂ɐݒ
  2.3321 +     ĂƖ{͎Ƀ}N⊮͂Ƃ̃}NɕKvȃpb
  2.3322 +     P[W usepackage 邩IɌĂBĂȂ
  2.3323 +     usepackage lj邱ƂłBXg'((pbP[W1
  2.3324 +     (⊮^Cv }ÑXgcc) (⊮^Cv }ÑXgcc))
  2.3325 +     (pbP[W2 (⊮^Cv }ÑXgcc) (⊮^Cv }N
  2.3326 +     ̃Xgcc))ccc)Ƃ`ɂB⊮^Cv `env,
  2.3327 +     section, maketitle' ̂ǂꂩB̗͕ϐ
  2.3328 +     `YaTeX-package-alist-default'̒lQƁB
  2.3329  
  2.3330   -- Variable: YaTeX-tabular-indentation
  2.3331 -     tabular/array
  2.3332 -     ĭǽ֬Nȭ
  2.3333 -     ֫
  2.3334 -     N*YaTeX-tabular-indentation 弲
  2.3335 -     ˹
  2.3336 +     tabular/array ‹Ōݍs̐擪ʒu\̑NĴƂ͕WC
  2.3337 +     fgʒu N*YaTeX-tabular-indentation Cfg
  2.3338 +     B
  2.3339  
  2.3340   -- Variable: YaTeX-noindent-env-regexp
  2.3341 -     ĭˢ \begin{}
  2.3342 -     Ԭ٭ĭε
  2.3343 -     verbatimĭ
  2.3344 +     ʂ̊‹ɂĂ \begin{} sn܂ׂ‹̐K\B
  2.3345 +     verbatim‹Ȃǂw肷B
  2.3346 +
  2.3347 + -- Variable: YaTeX-electric-indent-mode
  2.3348 +     Emacs 24.4 œꂽśACfgǂ邩B
  2.3349 +     ̒l̂܂ electric-indent-local-mode ɓnB
  2.3350 +     -1offB
  2.3351  
  2.3352   -- Variable: YaTeX-ref-default-label-string
  2.3353 -     \ref{}
  2.3354 -     ˫˸
  2.3355 -     strftime(3)ټ
  2.3356 -     ǭʼȪ %y ->
  2.3357 -     , %b -> Ѿ, %m -> (112) %d
  2.3358 -     -> , %H -> , %M -> , %S -> , %qx ->
  2.3359 -     ա26 yymmdd.  %qX
  2.3360 -     -> ա26 HHMMSS.
  2.3361 -     թ "%H%M%S_%d%b%y"
  2.3362 +     \ref{} ̃x⊮Ńxݒ̂̂ɎIɐ郉x
  2.3363 +     ̏Bstrftime(3)֐Ɏtx[XŎw肷Bpł鏑
  2.3364 +     ͈ȉ̂ƂB%y -> , %b -> ̉p, %m -> (1`12)
  2.3365 +     %d -> , %H -> , %M -> , %S -> b, %qx -> At@xbg26
  2.3366 +     i yymmdd.  %qX -> At@xbg26i HHMMSS. f
  2.3367 +     tHg "%H%M%S_%d%b%y"
  2.3368  
  2.3369   -- Variable: YaTeX-ref-generate-label-function
  2.3370 -     \ref{}뾫ȭȦη
  2.3371 -     թϸ YaTeX::ref-generate-label
  2.3372 -     Ƣ
  2.3373 -     2Ƣ˻ȹȽ
  2.3374 -     թȹ:
  2.3375 +     \ref{}̃x̂ƂɎg֐̃V{BftHg͕W
  2.3376 +      YaTeX::ref-generate-label ֐蓖ĂĂB2Ž
  2.3377 +     ֐`āA̕ϐɃZbgƂ̊֐Ă񂾌ʂftH
  2.3378 +     g̃xƂBݒ:
  2.3379              (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label)
  2.3380              (defun my-yatex-generate-label (command value)
  2.3381                (and (string= command "caption")
  2.3382 @@ -2192,348 +1962,330 @@
  2.3383  
  2.3384  File: yatexj, Node: Sample definitions, Next: Hook variables, Prev: All customizable variables, Up: Lisp variables
  2.3385  
  2.3386   2.3387 ---------------------------------------------
  2.3388 -
  2.3389 -  ȨТprefix
  2.3390 -ȷ`ESC'ѷʼա
  2.3391 -`~/src/emacs/yatexrc' ˷Ԭ prefix
  2.3392 -ָ ȭϢ
  2.3393 +JX^}CYϐݒ
  2.3394 +----------------------
  2.3395 +
  2.3396 +  Ƃ΁Aprefix L[Ƃ`ESC'gpAVȕ⊮i[t@
  2.3397 +CA`~/src/emacs/yatexrc' ɂAs prefix ^u‚ɕς
  2.3398 +Ƃ́A
  2.3399  
  2.3400               (setq YaTeX-prefix "\e"
  2.3401                     YaTeX-user-completion-table "~/src/emacs/yatexrc"
  2.3402                     YaTeX-fill-prefix "       ")
  2.3403  
  2.3404 - `~/.emacs' è޹
  2.3405 + `~/.emacs' ɉ܂B
  2.3406  
  2.3407  
  2.3408  
  2.3409  File: yatexj, Node: Hook variables, Next: Hook file, Prev: Sample definitions, Up: Lisp variables
  2.3410  
  2.3411 -hook
  2.3412 -------------
  2.3413 -
  2.3414 -  ޿hook  `yatex-mode-hook', `yatex-mode-load-hook'
  2.3415 - շƤ޹ yatex-mode
  2.3416 -աѵϢ
  2.3417 -`yatex-mode-hook' ˭ҷ`yatex.el'
  2.3418 -ɹѵ
  2.3419 -`yatex-mode-load-hook'
  2.3420 -˭ҷ޹Т `outline-minor-mode'
  2.3421 -ѹ碽ա
  2.3422 -`outline-minor-mode'
  2.3423 -˷Ǣ`yatex-mode-hook' 
  2.3424   2.3425 +hookϐ
  2.3426 +--------
  2.3427 +
  2.3428 +  ܂Ahook ϐ `yatex-mode-hook', `yatex-mode-load-hook' pӂ
  2.3429 +܂BׂĂ yatex-mode ̃obt@ōp̂́A
  2.3430 +`yatex-mode-hook' ɋLqA`yatex.el' [h鎞p
  2.3431 +̂`yatex-mode-load-hook' ɋLq܂BႦ΁A`outline-minor-mode'
  2.3432 +𗘗pꍇAꂼ̃obt@ `outline-minor-mode' Lɂ
  2.3433 +̂ŁA`yatex-mode-hook' ̂悤ɐݒ肵܂B
  2.3434  
  2.3435               (setq yatex-mode-hook
  2.3436                     '(lambda () (outline-minor-mode t)))
  2.3437  
  2.3438  
  2.3439 -ˢȫέԤϢ`yatex-mode-load-hook'
  2.3440 - ޹Тbegin
  2.3441 -˪Ƣ document enumerate
  2.3442 -ʰĭ
  2.3443 -ȫȭ쿤ȤϢ˷޹ʼϢ
  2.3444 -`[prefix] ba'  `\begin{abstract}', `\end{abstract}' 
  2.3445   2.3446 +tɁAƎ̃L[`sȂǂ́A`yatex-mode-load-hook' 𗘗p
  2.3447 +܂BႦ΁Abegin ^⊮ɂāA document Aenumerate ȊO̊‹
  2.3448 +V[gJbgL[œꂽȂǂƂ́Â悤ɂ܂Bȉ
  2.3449 +̗́A`[prefix] ba'  `\begin{abstract}', `\end{abstract}' }
  2.3450 +܂B
  2.3451  
  2.3452               (setq yatex-mode-load-hook
  2.3453                     '(lambda() (YaTeX-define-begend-key "ba" "abstract")))
  2.3454  
  2.3455 -ʪʭϢ
  2.3456 -`YaTeX-define-key'
  2.3457 -`YaTeX-define-begend-key'ѹ˷Ư
  2.3458 +ȂAVȃL[̒`ɂ́A֐ `YaTeX-define-key'
  2.3459 +`YaTeX-define-begend-key'𗘗p悤ɂĂB
  2.3460  
  2.3461  
  2.3462  
  2.3463  File: yatexj, Node: Hook file, Prev: Hook variables, Up: Lisp variables
  2.3464  
  2.3465 -hookա
  2.3466 -------------------------
  2.3467 -
  2.3468 -   `yatex-mode-load-hook'
  2.3469 -ƬϢ
  2.3470 -`yatexhks.el'ȤաꢽآǢ
  2.3471 -˫ɷ޹
  2.3472 +hookpt@C
  2.3473 +--------------
  2.3474 +
  2.3475 +  ϐ `yatex-mode-load-hook' Œ`éA`yatexhks.el'
  2.3476 +t@CA̒ɖ쒹֘A̐ݒŁA̎Ɏ
  2.3477 +IɃ[h܂B
  2.3478  
  2.3479  
  2.3480  
  2.3481  
  2.3482  File: yatexj, Node: Add-in functions, Prev: Lisp variables, Up: Customizations
  2.3483  
  2.3484 -(ɤ)
  2.3485 -==========================================
  2.3486 -
  2.3487 -  ˢĭɾϡ½
  2.3488 -Ȭǭ޹
  2.3489 -طϢ`yatexadd.doc' 
  2.3490 +t֐(AhC֐)
  2.3491 +======================
  2.3492 +
  2.3493 +  e⊮ɁA‹R}hɉߍׂ₩ȕ⊮͋@\
  2.3494 +邽߂̊֐쐬邱Ƃł܂B̊֐̍쐬@Agݍ
  2.3495 +ݕ@ɊւẮA`yatexadd.doc' B
  2.3496  
  2.3497  
  2.3498  
  2.3499  File: yatexj, Node: Etc, Next: Copying, Prev: Customizations, Up: Top
  2.3500  
  2.3501   2.3502 -************
  2.3503 -
  2.3504 -  θ LaTeX
  2.3505 -έϢԬȦηп
  2.3506 -Ƥ޻ϢȤʤɬ߷Ƣ䰷
  2.3507 -йιƷަ߹ǹ
  2.3508 -ʤǭѷ漶µ
  2.3509 -Ǣʿ LaTeX
  2.3510 -ˢÿƤǷ
  2.3511 -
  2.3512   2.3513 +******
  2.3514 +
  2.3515 +  쒹̕W LaTeX R}h̎ɂ́A҂pɂɎĝo^
  2.3516 +Ă܂B́A⊮ɎgȂR}h݂āA⊮
  2.3517 +R}ho܂ł̃Xg[N𑝂₵Ă܂h~邽
  2.3518 +łBWɂȂR}hAł邾⊮͕𗘗pA[U
  2.3519 +[邱ƂŁAȂ LaTeX X^Cɂ쒹ւƈĂ
  2.3520 +Ƃł傤B
  2.3521  
  2.3522  
  2.3523  
  2.3524  File: yatexj, Node: Copying, Next: Concept Index, Prev: Etc, Up: Top
  2.3525  
  2.3526 -귤
  2.3527 -****************
  2.3528 -
  2.3529 -  꼽ȦǹѷƸ
  2.3530 -зդʤȷ޹طϩ¤
  2.3531 -޻ﱪ˷Ư޿볼
  2.3532 -Ȣ⫳ƽ޻󬢮ѹ
  2.3533 -ά׬Ϥ޻ΪGPL
  2.3534 -Ϸ޻ǢGNUƤʫ
  2.3535 -ѹ쫹޻󣤫볼ɮݷ
  2.3536 -ϭ޹
  2.3537 -
  2.3538 -  аϿޤ޹
  2.3539 - yuuji@yatex.org (20041)
  2.3540 -ѳѷƯfj
  2.3541 -ƯĤñ
  2.3542 -`docs/qanda'
  2.3543 -աֽξ
  2.3544 -
  2.3545 -Ϣʯ()ѹ޹:-p
  2.3546 -
  2.3547 -                                                          
  2.3548 +舵
  2.3549 +********
  2.3550 +
  2.3551 +  {vO̓t[\tgEFAłB{vOgpĐ
  2.3552 +Ȃ錋ʂɑ΂Ă҂͐ӔC𕉂ȂƂƂ܂B]ړɊւĂ
  2.3553 +܂B펯IɈĂB܂A{vOɊ܂܂
  2.3554 +R[h𗘗p邱ƁA邱ƂRɍsȂč\܂񂪁Ap
  2.3555 +邱Ƃɂ_̕KvꍇA͂Ȃ_܂B
  2.3556 +̓IɂGPLւ̃TC͂܂̂ŁAGNUɊ񑡂̂Ă
  2.3557 +̍i荞񂾃R[h𗬗pƋJ邩܂B
  2.3558 +ȂR[hpۂ܂񂪌_͎ނ܂B
  2.3559 +
  2.3560 +  A]AoO񍐁Az͊}܂BA yuuji@yatex.org
  2.3561 +܂(2004N1)BpIɎgpĂ̓COXgufj
  2.3562 +̉vɐĂB@ɂ‚Ă͖{pbP[W
  2.3563 +`docs/qanda't@Ćȗv̏͂䗗B
  2.3564 +
  2.3565 +dĺA\Ȃm(C)ύX܂:-pB
  2.3566 +
  2.3567 +                                                              LY
  2.3568  
  2.3569  
  2.3570  
  2.3571  File: yatexj, Node: Concept Index, Prev: Copying, Up: Top
  2.3572  
  2.3573 -
  2.3574 -********
  2.3575 +
  2.3576 +****
  2.3577  
  2.3578  * Menu:
  2.3579  
  2.3580 -* ::                            Greek letter completion.  4.
  2.3581 -* ;:                            Image completion.       4.
  2.3582 -* []:           Image completion.       4.
  2.3583 -* []:       Enclose section-type command.  4.
  2.3584 -* []:       large.      25.
  2.3585 -* ;[;]:     Image completion.       36.
  2.3586 -* [ҭ]:   2 section.  4.
  2.3587 -* ļ믰[ĦȦ]: ļ믰.  4.
  2.3588 -* ĭ[λȦ]: ĭȷ.  7.
  2.3589 -* ĭ[]: ĭȷ.  7.
  2.3590 -* ĭ޼[ޢ]: ĭȷ.  7.
  2.3591 -* []:   Accent mark completion.  4.
  2.3592 -* []:   Image completion.       4.
  2.3593 -* []:   Image completion.       4.
  2.3594 -* Ѩ[ҭγ]: 2 section.  30.
  2.3595 -* ȭ[ȭ۫]: Accent mark completion.  4.
  2.3596 -* ޤ[ޤ󹦤]: All customizable variables.  4.
  2.3597 -* [۫]: Arbitrary completion.  4.
  2.3598 -* ĭ[۫]: begin.  4.
  2.3599 -* 漶[榵]: begin.  77.
  2.3600 -* ĸ[ȷ]: begin.  91.
  2.3601 -* ï[į]: begin.  91.
  2.3602 -* 鼤[颷榻]: Calling typesetter.  4.
  2.3603 -* ׻ÿ[ջĿȦ]: Calling typesetter.  4.
  2.3604 -* ׻Ȩ[ջȨ]: Calling typesetter.  4.
  2.3605 -* ĭѹ[]: Changing LaTeX command.  24.
  2.3606 -* ب[ȭꫨ]: Changing mode of YaTeX.  4.
  2.3607 -* ׻ÿȤ[ջĿī]: Changing typesetter.  13.
  2.3608 -* Ѩ[Ȧ]: Changing typesetter.  7.
  2.3609 -* Ȣ[Ȣ]: Commenting out.  4.
  2.3610 -* ξγɩ[ογȻ]: Controlling which command to invoke.  4.
  2.3611 -* ñ΢[ı]: Cooperation with other packages.  4.
  2.3612 -* ҹ[ҹ]: Cooperation with other packages.  8.
  2.3613 -* ҹ[ҹ]: Cooperation with other packages.  8.
  2.3614 -* []: Cursor jump.  4.
  2.3615 -* ޤ[ޤ]: Customizations.  4.
  2.3616 -* []: Customizations.  4.
  2.3617 -* %#Ը[%#ۦ]: Editing %# notation.  4.
  2.3618 -* 巨[]: Filling.          4.
  2.3619 -* 巨[α]: Filling.  53.
  2.3620 -* ꬧[覤Ƥ]: Fix region for typesetting.  27.
  2.3621 -* ο׻[Ƥ覤οջ]: Fix region for typesetting.  4.
  2.3622 -* աԸ[ʫբ]: Fix region for typesetting.  40.
  2.3623 -* [۫]: Greek letter completion.  4.
  2.3624 -* Ἰ[ᨷ۫]: Image completion.  4.
  2.3625 -* Ἰ[ᨷ۫]: Image completion.  4.
  2.3626 -* []: Image completion.  4.
  2.3627 -* ա꾷[۫բʪ]: Includeonly.  11.
  2.3628 -* ɽ[ȳ]: Inclusion hierarchy browser.  4.
  2.3629 -* [ij۷]: Inserting parens.  4.
  2.3630 -* ȼ[Ȫ]: Installation.  4.
  2.3631 -* &[&]: Intelligent newline.  4.
  2.3632 -* ޫ[ޫ]: Intelligent newline.  4.
  2.3633 -* []: Intro.            4.
  2.3634 -* ׻ÿ[ջĿ]: Invocation.  4.
  2.3635 -* Ȣ[Ȣ]: Invocation.  4.
  2.3636 -* 弢[榢]: Invocation.  4.
  2.3637 -* ĭ[ε]: Killing LaTeX command.  7.
  2.3638 -* 뫰[Ȧ]: label-generation.  4.
  2.3639 -* [ⷵƤ]: large.  21.
  2.3640 -* թ[ժȷƤ]: large.  21.
  2.3641 -* [뷷]: Local dictionary.  4.
  2.3642 -* ѹ/[/]: Modifying/Deleting.  4.
  2.3643 -* []: Online help.  17.
  2.3644 -* ټ[ب]: Online help.  17.
  2.3645 -* []: Online help.  4.
  2.3646 -* ɡ[ȱ]: Online help.  4.
  2.3647 -* Ϫڼ[请ب]: Print out.  10.
  2.3648 -* ϫڼ[诫ب]: Print out.  10.
  2.3649 -* Ƣ[۫]: Recursive completion.  4.
  2.3650 -* [Ƥ]: Sample definitions.  4.
  2.3651 -* ա[բ]: Splitting input files.  13.
  2.3652 -* ա[բ]: view-sectioning.  22.
  2.3653 -* []: view-sectioning.  4.
  2.3654 -* []: view-sectioning.  50.
  2.3655 -* []: view-sectioning.  50.
  2.3656 -* [ꫤ]: view-sectioning.  50.
  2.3657 -* Ϋཨ[Ϋ覷]: What column.  24.
  2.3658 -* ɳ?[ȳ?]: What column.  4.
  2.3659 -* tabular[կtabular]: What column.  4.
  2.3660 -* apropos:                      Online help.            4.
  2.3661 -* autoload:                     Installation.           4.
  2.3662 -* auto-mode-alist:              Installation.           4.
  2.3663 -* %#BEGIN:                      Fix region for typesetting.  4.
  2.3664 -* begin[begin۫]: begin.  4.
  2.3665 -* C-c:                          Invocation.             4.
  2.3666 -* Demacs:                       Intro.                  4.
  2.3667 -* .emacs:                       Installation.           4.
  2.3668 -* %#END:                        Fix region for typesetting.  4.
  2.3669 -* end[end۫]: end.            4.
  2.3670 -* ghostview:                    Splitting input files.  19.
  2.3671 -* gmhist:                       Cooperation with other packages.  8.
  2.3672 -* hook[hook]: Hook variables.   4.
  2.3673 -* includeonly:                  Includeonly.            4.
  2.3674 -* Install:                      Installation.           4.
  2.3675 -* item巨[itemα]: Filling.  8.
  2.3676 -* jlatex:                       Invocation.             4.
  2.3677 -* large[large۫]: large.  4.
  2.3678 -* LaTeX:                        Intro.                  4.
  2.3679 -* leftarrow:                    Image completion.       4.
  2.3680 -* lpr format:                   lpr format.             4.
  2.3681 -* lprթѹ[lprժ]: Editing %# notation.  21.
  2.3682 -* lprթ[lprժ]: lpr format.  4.
  2.3683 -* lprթ[lprժ]: lpr format.  4.
  2.3684 -* maketitle[maketitle۫]: maketitle.  4.
  2.3685 -* M-C-@:                        ĭȷ.  7.
  2.3686 -* M-C-a:                        ĭȷ.  7.
  2.3687 -* M-C-e:                        ĭȷ.  7.
  2.3688 -* min-out:                      Cooperation with other packages.  20.
  2.3689 -* M-q:                          Filling.                53.
  2.3690 -* Mule:                         Intro.                  4.
  2.3691 -* includeonly[includeonly]: Includeonly.  4.
  2.3692 -* NTT-jTeX[ƤƤį]: Filling.  16.
  2.3693 -* platex:                       Invocation.             4.
  2.3694 -* prefix ,:                     Commenting out.         4.
  2.3695 -* prefix .:                     Commenting out.         4.
  2.3696 -* prefix <:                     Commenting out.         4.
  2.3697 -* prefix >:                     Commenting out.         4.
  2.3698 -* prefix /:                     Online help.            4.
  2.3699 -* prefix ?:                     Online help.            4.
  2.3700 -* prefix &:                     What column.            4.
  2.3701 -* prefix a:                     Accent mark completion.  4.
  2.3702 -* prefix b:                     begin.      4.
  2.3703 -* prefix c:                     Modifying/Deleting.     4.
  2.3704 -* prefix d:                     Inclusion hierarchy browser.  4.
  2.3705 -* prefix e:                     end.            4.
  2.3706 -* prefix g:                     Cursor jump.            4.
  2.3707 -* prefix i:                     Filling.                8.
  2.3708 -* prefix k:                     Modifying/Deleting.     4.
  2.3709 -* prefix key:                   Invocation.             4.
  2.3710 -* prefix l:                     large.      4.
  2.3711 -* prefix m:                     maketitle.  4.
  2.3712 -* prefix s:                     section.    4.
  2.3713 -* prefix SPC:                   Arbitrary completion.   4.
  2.3714 -* prefix w:                     Changing mode of YaTeX.  4.
  2.3715 -* prefixѹ[prefix]: Lisp variables.  4.
  2.3716 -* ڼΧʬlpr[بlprȦ]: Print out.  13.
  2.3717 -* section[section۫]: section.  4.
  2.3718 -* usepackage[]: Usepackage cheker.  4.
  2.3719 -* YaTeX-help-file:              Online help.            17.
  2.3720 -* YaTeX-help-file-private:      Online help.            17.
  2.3721 -* YaTeX-item-regexp:            Filling.                23.
  2.3722 -* YaTeX-math-sign-alist-private: Image completion.      69.
  2.3723 -* yatex-mode-hook:              Hook variables.         4.
  2.3724 -* yatex-mode-load-hook:         Hook variables.         4.
  2.3725 -* YaTeX-nervous:                Local dictionary.       22.
  2.3726 -* .yatexrc:                     Local dictionary.       4.
  2.3727 -
  2.3728 -
  2.3729 -
  2.3730 -
  2.3731 +* ::                            Greek letter completion.  (line   5)
  2.3732 +* ;:                            Image completion.       (line   5)
  2.3733 +* []:                   Image completion.       (line   5)
  2.3734 +* []:                 Enclose section-type command.  (line   5)
  2.3735 +* []:                 largeޕ⊮.            (line  23)
  2.3736 +* [Ђ]:               2ˆȏ̈Ƃsectionރ҃.  (line   5)
  2.3737 +* [ӂ]:               Accent mark completion.  (line   5)
  2.3738 +* [ނ񂽂]:               Image completion.       (line   5)
  2.3739 +* [₵邵]:               Image completion.       (line   5)
  2.3740 +* ;[;]:               Image completion.       (line  34)
  2.3741 +* [ӂ‚]:           beginޕ⊮.            (line  82)
  2.3742 +* ؃烊[ЂƂ]:           Cooperation with other packages.  (line   9)
  2.3743 +* [낦]:           Filling.                (line   5)
  2.3744 +* ₿傤[₿悤]:           Intro.                  (line   5)
  2.3745 +* ׃[]:           view-sectioning.        (line  44)
  2.3746 +* &[&ɂ䂤悭]:         Intelligent newline.    (line   5)
  2.3747 +* ݒ[‚Ăꂢ]:         Sample definitions.     (line   5)
  2.3748 +* ⊮[ق]:       Arbitrary completion.   (line   5)
  2.3749 +* ‚߂[Ƃ߂]:       beginޕ⊮.            (line  82)
  2.3750 +* ċ⊮[ق]:       Recursive completion.   (line   5)
  2.3751 +* ۃիۂ䂤]:     beginޕ⊮.            (line  72)
  2.3752 +* ߗˑ[肩]:     view-sectioning.        (line  44)
  2.3753 +* ͂ǂ?[͂Ƃ?]:     What column.            (line   5)
  2.3754 +* ʃ؃ރÃ[܂]:   Customizations.         (line   5)
  2.3755 +* ́ۃԃÃ[]:   Customizations.         (line   5)
  2.3756 +* ۃ[]:   Image completion.       (line   5)
  2.3757 +* Ã؃ۃ[񂷂Ƃ]:   Installation.           (line   5)
  2.3758 +* ރÃڃ[ӂ‚]:   Invocation.             (line   5)
  2.3759 +* ۃ[ӂЂ䂤]:   Invocation.             (line   5)
  2.3760 +* ǕۃΓ[‚邫Ƃ]: ǕۃΓ.  (line   5)
  2.3761 +* ‹̐擪[񂫂悤̂Ƃ]: ‹ЈʂƂ׃.  (line   8)
  2.3762 +* ‹̖[񂫂悤̂܂‚Ђ]: ‹ЈʂƂ׃.  (line   8)
  2.3763 +* ‹ۃ[񂫂悤܂]: ‹ЈʂƂ׃.  (line   8)
  2.3764 +* Ń烉Ã[Ƃ炢]:   view-sectioning.        (line   5)
  2.3765 +* ̌ς[Ђ̂]: 2ˆȏ̈Ƃsectionރ҃.  (line  26)
  2.3766 +* ΃ڃ̍⊮[Ƃق]: Accent mark completion.  (line   5)
  2.3767 +* ʃ؃ރÃٕϐꗗ[܂ւ񂷂]: All customizable variables.  (line   5)
  2.3768 +* ‹̕⊮[񂫂悤߂̂ق]: beginޕ⊮.    (line   5)
  2.3769 +* ǃۏÐz炠䂤]: Calling typesetter.     (line   5)
  2.3770 +* ރÃڃދΓ[ӂ‚Ƃ]: Calling typesetter.  (line   5)
  2.3771 +* ރÃڃǃ[ӂ‚Ƃ炠]: Calling typesetter.  (line   5)
  2.3772 +* ‹̕ύ[񂫂悤߂̂ւ񂱂]: Changing LaTeX command.  (line  21)
  2.3773 +* ۃ؂ւ[Ƃ肩]: Changing mode of YaTeX.  (line   5)
  2.3774 +* Γ҃ς[Ƃ邱܂Ƃ]: Changing typesetter.  (line   8)
  2.3775 +* ރÃڃނ̎炢[ӂ‚̂‚킯]: Changing typesetter.  (line  13)
  2.3776 +* ҃Ń[߂Ƃ]: Commenting out.       (line   5)
  2.3777 +* ̑̃҃萧[̂̂܂Ƃ]: Controlling which command to invoke.  (line   5)
  2.3778 +* ЁۃׂƂ̘[͂‚Ƃ̂񂯂]: Cooperation with other packages.  (line   5)
  2.3779 +* ҃؃烊[܂ƂЂƂ]: Cooperation with other packages.  (line   9)
  2.3780 +* ʁۃ܃׃[邵]: Cursor jump.      (line   5)
  2.3781 +* %#̖̂̕ %#ق̂ւ񂵂䂤]: Editing %# notation.  (line   5)
  2.3782 +* σ̌[͂炭ӂ̂낦]: Filling.  (line  48)
  2.3783 +* Œ̈̃ރÃڃ[Ă悤̂ӂ‚]: Fix region for typesetting.  (line   5)
  2.3784 +* ̈挈ˑ[悤‚Ă]: Fix region for typesetting.  (line  27)
  2.3785 +* Ã̕ Ȃӂ̂ւ񂵂䂤]: Fix region for typesetting.  (line  36)
  2.3786 +* ̓փ⊮[肵ق]: Greek letter completion.  (line   5)
  2.3787 +* Ãۃו⊮[߂ق]: Image completion.       (line   5)
  2.3788 +* ̍Ãۃו⊮[߂ق]: Image completion.  (line   5)
  2.3789 +* ̃Ã̎蒼[ق̂ӂ̂ĂȂ]: Includeonly.  (line  12)
  2.3790 +* Ã΃ۃܑ[񂭂邤Ƃ]: Inclusion hierarchy browser.  (line   5)
  2.3791 +* ʓ͕⏕ۂ‚ɂ䂤悭ق]: Inserting parens.  (line   5)
  2.3792 +* ܂[܂悤]: Intelligent newline.  (line   5)
  2.3793 +* Ń[ӂƂ]: Invocation.           (line   5)
  2.3794 +* ‹̍폜ۂ񂫂悤̂]: Killing LaTeX command.  (line   7)
  2.3795 +* [ւ邵Ƃ]: label-generation.  (line   5)
  2.3796 +* ȃ[ӂƂĂ]: largeޕ⊮.        (line  19)
  2.3797 +* ԃÃَ[Ă]: largeޕ⊮.    (line  19)
  2.3798 +* ۃʃۂ남邵]: Local dictionary.       (line   5)
  2.3799 +* ύ/폜ۂւ񂱂/]: Modifying/Deleting.     (line   5)
  2.3800 +* ɃÃ[炢ւ]: Online help.      (line   5)
  2.3801 +* ́ۃۃ茟[킠Ƃ񂳂]: Online help.      (line   5)
  2.3802 +* σۃ[남͂ւ]: Online help.      (line  17)
  2.3803 +* Ãۃ[ӂ炢ւƂւ]: Online help.  (line  17)
  2.3804 +* ̓Ã[ɂ䂤悭ӂӂ񂩂]: Splitting input files.  (line  12)
  2.3805 +* ڃ΃փ؂ꗗ[񂭂肢͂‚ӂ]: view-sectioning.  (line  20)
  2.3806 +* ڃ΃փ؂[񂭂]: view-sectioning.  (line  44)
  2.3807 +* ݂̃ʃܦ[񂳂̂ނЂ悤]: What column.  (line  24)
  2.3808 +* apropos:                      Online help.            (line   5)
  2.3809 +* autoload:                     Installation.           (line   5)
  2.3810 +* auto-mode-alist:              Installation.           (line   5)
  2.3811 +* %#BEGIN:                      Fix region for typesetting.  (line   5)
  2.3812 +* beginޕ⊮[beginق]: beginޕ⊮.            (line   5)
  2.3813 +* C-c:                          Invocation.             (line   5)
  2.3814 +* Demacs:                       Intro.                  (line   5)
  2.3815 +* .emacs:                       Installation.           (line   5)
  2.3816 +* %#END:                        Fix region for typesetting.  (line   5)
  2.3817 +* end⊮[endق]:           end⊮.                (line   5)
  2.3818 +* ghostview:                    Splitting input files.  (line  17)
  2.3819 +* gmhist:                       Cooperation with other packages.  (line   9)
  2.3820 +* hookϐ[hookւ񂷂]:       Hook variables.         (line   5)
  2.3821 +* ͏Iۃ[‚悭䂤悤ւ]: Print out.  (line  10)
  2.3822 +* includeonly:                  Includeonly.            (line   5)
  2.3823 +* Install:                      Installation.           (line   5)
  2.3824 +* itemȂǂ̌[itemȂƂ̂낦]: Filling.      (line   9)
  2.3825 +* ͊Jۃ[‚悭ւ]: Print out.  (line  10)
  2.3826 +* jlatex:                       Invocation.             (line   5)
  2.3827 +* largeޕ⊮[largeق]: largeޕ⊮.            (line   5)
  2.3828 +* LaTeX:                        Intro.                  (line   5)
  2.3829 +* leftarrow:                    Image completion.       (line   5)
  2.3830 +* lpr format:                   lpr format.             (line   5)
  2.3831 +* lprȁۃ̕ύ[lprӂ܂‚Ƃ̂ւ񂱂]: Editing %# notation.  (line  20)
  2.3832 +* lprӂۂ܂[lprӂ܂‚]: lpr format.         (line   5)
  2.3833 +* lprȁۃ[lprӂ܂‚]: lpr format.         (line   5)
  2.3834 +* maketitleޕ⊮[maketitleق]: maketitleޕ⊮.  (line   5)
  2.3835 +* M-C-@:                        ‹ЈʂƂ׃.  (line   8)
  2.3836 +* M-C-a:                        ‹ЈʂƂ׃.  (line   8)
  2.3837 +* M-C-e:                        ‹ЈʂƂ׃.  (line   8)
  2.3838 +* min-out:                      Cooperation with other packages.  (line  18)
  2.3839 +* M-q:                          Filling.                (line  48)
  2.3840 +* Mule:                         Intro.                  (line   5)
  2.3841 +* 肕ncludeonly[‚Ăincludeonly]: Includeonly.  (line   5)
  2.3842 +* NTT-jTeX[ʂĂĂÂ]: Filling.      (line  16)
  2.3843 +* platex:                       Invocation.             (line   5)
  2.3844 +* prefix ,:                     Commenting out.         (line   5)
  2.3845 +* prefix .:                     Commenting out.         (line   5)
  2.3846 +* prefix <:                     Commenting out.         (line   5)
  2.3847 +* prefix >:                     Commenting out.         (line   5)
  2.3848 +* prefix /:                     Online help.            (line   5)
  2.3849 +* prefix ?:                     Online help.            (line   5)
  2.3850 +* prefix &:                     What column.            (line   5)
  2.3851 +* prefix a:                     Accent mark completion.  (line   5)
  2.3852 +* prefix b:                     beginޕ⊮.            (line   5)
  2.3853 +* prefix c:                     Modifying/Deleting.     (line   5)
  2.3854 +* prefix d:                     Inclusion hierarchy browser.  (line   5)
  2.3855 +* prefix e:                     end⊮.                (line   5)
  2.3856 +* prefix g:                     Cursor jump.            (line   5)
  2.3857 +* prefix i:                     Filling.                (line   9)
  2.3858 +* prefix k:                     Modifying/Deleting.     (line   5)
  2.3859 +* prefix key:                   Invocation.             (line   5)
  2.3860 +* prefix l:                     largeޕ⊮.            (line   5)
  2.3861 +* prefix m:                     maketitleޕ⊮.        (line   5)
  2.3862 +* prefix s:                     sectionޕ⊮.          (line   5)
  2.3863 +* prefix SPC:                   Arbitrary completion.   (line   5)
  2.3864 +* prefix w:                     Changing mode of YaTeX.  (line   5)
  2.3865 +* prefix́ەύ[prefixւ񂱂]: Lisp variables.   (line   5)
  2.3866 +* ۃ׊ƏȗprΓ[ւɂ񂵂悤₭lprƂ]: Print out.  (line  13)
  2.3867 +* sectionޕ⊮[sectionق]: sectionޕ⊮.      (line   5)
  2.3868 +* ǂtabular[ӂ‚tabular]: What column.        (line   5)
  2.3869 +* usepackage[܂]: Usepackage cheker.      (line   5)
  2.3870 +* YaTeX-help-file:              Online help.            (line  17)
  2.3871 +* YaTeX-help-file-private:      Online help.            (line  17)
  2.3872 +* YaTeX-item-regexp:            Filling.                (line  21)
  2.3873 +* YaTeX-math-sign-alist-private: Image completion.      (line  61)
  2.3874 +* yatex-mode-hook:              Hook variables.         (line   5)
  2.3875 +* yatex-mode-load-hook:         Hook variables.         (line   5)
  2.3876 +* YaTeX-nervous:                Local dictionary.       (line  23)
  2.3877 +* .yatexrc:                     Local dictionary.       (line   5)
  2.3878  
  2.3879  Tag table:
  2.3880 -Node: Top254
  2.3881 -Node: Intro1308
  2.3882 -Node: Terminology1619
  2.3883 -Node: Main features2299
  2.3884 -Node: Installation3362
  2.3885 -Node: Invocation4647
  2.3886 -Node: Calling typesetter5517
  2.3887 -Node: Calling previewer7029
  2.3888 -Node: Print out7361
  2.3889 -Node: %#notation7641
  2.3890 -Node: Changing typesetter8073
  2.3891 -Node: Splitting input files8357
  2.3892 -Node: Fix region for typesetting9340
  2.3893 -Node: lpr format10265
  2.3894 -Node: Controlling which command to invoke11086
  2.3895 -Node: Editing %# notation11586
  2.3896 -Node: Completion12058
  2.3897 -Node: begin12477
  2.3898 -Node: section15263
  2.3899 -Node: 2 section16364
  2.3900 -Node: Enclose section-type command17207
  2.3901 -Node: Recursive completion17555
  2.3902 -Node: view-sectioning17868
  2.3903 -Node: label-generation19103
  2.3904 -Node: large19467
  2.3905 -Node: maketitle20027
  2.3906 -Node: Arbitrary completion20332
  2.3907 -Node: end20653
  2.3908 -Node: Accent mark completion20998
  2.3909 -Node: Image completion21441
  2.3910 -Node: Greek letter completion23277
  2.3911 -Node: Inserting parens23777
  2.3912 -Node: Local dictionary24137
  2.3913 -Node: Commenting out24753
  2.3914 -Node: Cursor jump25937
  2.3915 -Node: ָθ26190
  2.3916 -Node: ļ믰27205
  2.3917 -Node: աθ28167
  2.3918 -Node: ĭȷ28529
  2.3919 -Node: θ28910
  2.3920 -Node: Modifying/Deleting29174
  2.3921 -Node: Changing LaTeX command29598
  2.3922 -Node: Killing LaTeX command30162
  2.3923 -Node: Filling31051
  2.3924 -Node: Includeonly32412
  2.3925 -Node: What column32979
  2.3926 -Node: Intelligent newline33768
  2.3927 -Node: Usepackage cheker34822
  2.3928 -Node: Changing mode of YaTeX35255
  2.3929 -Node: Online help35854
  2.3930 -Node: Inclusion hierarchy browser36873
  2.3931 -Node: Cooperation with other packages38175
  2.3932 -Node: Customizations38650
  2.3933 -Node: Lisp variables38959
  2.3934 -Node: All customizable variables39569
  2.3935 -Node: Sample definitions48692
  2.3936 -Node: Hook variables49148
  2.3937 -Node: Hook file50047
  2.3938 -Node: Add-in functions50263
  2.3939 -Node: Etc50510
  2.3940 -Node: Copying50801
  2.3941 -Node: Concept Index51432
  2.3942 +Node: Top257
  2.3943 +Node: Intro1311
  2.3944 +Node: Terminology1614
  2.3945 +Node: Main features2254
  2.3946 +Node: Installation3316
  2.3947 +Node: Invocation4546
  2.3948 +Node: Calling typesetter5406
  2.3949 +Node: Calling previewer6867
  2.3950 +Node: Print out7183
  2.3951 +Node: %#notation7449
  2.3952 +Node: Changing typesetter7877
  2.3953 +Node: Splitting input files8135
  2.3954 +Node: Fix region for typesetting9091
  2.3955 +Node: lpr format9999
  2.3956 +Node: Controlling which command to invoke10809
  2.3957 +Node: Editing %# notation11523
  2.3958 +Node: Completion11981
  2.3959 +Node: begin^⊮12392
  2.3960 +Node: section^⊮15141
  2.3961 +Node: 2ˆȏ̈Ƃ section^R}h16234
  2.3962 +Node: Enclose section-type command17048
  2.3963 +Node: Recursive completion17372
  2.3964 +Node: view-sectioning17677
  2.3965 +Node: label-generation18873
  2.3966 +Node: large^⊮19223
  2.3967 +Node: maketitle^⊮19757
  2.3968 +Node: Arbitrary completion20056
  2.3969 +Node: end⊮20369
  2.3970 +Node: Accent mark completion20710
  2.3971 +Node: Image completion21135
  2.3972 +Node: Greek letter completion22950
  2.3973 +Node: Inserting parens23434
  2.3974 +Node: Local dictionary23782
  2.3975 +Node: Commenting out24386
  2.3976 +Node: Cursor jump25546
  2.3977 +Node: ΉIuWFNgւ̃Wv25763
  2.3978 +Node: G`c[N26749
  2.3979 +Node: Ct@Cւ̃Wv27664
  2.3980 +Node: ‹PʂƂWv28000
  2.3981 +Node: Ō̕⊮ʒuւ̃Wv28357
  2.3982 +Node: Modifying/Deleting28594
  2.3983 +Node: Changing LaTeX command29000
  2.3984 +Node: Killing LaTeX command29550
  2.3985 +Node: Filling30422
  2.3986 +Node: Includeonly31752
  2.3987 +Node: What column32313
  2.3988 +Node: Intelligent newline33092
  2.3989 +Node: Usepackage cheker34124
  2.3990 +Node: Changing mode of YaTeX34551
  2.3991 +Node: Online help35126
  2.3992 +Node: Inclusion hierarchy browser36103
  2.3993 +Node: Cooperation with other packages37381
  2.3994 +Node: Customizations37836
  2.3995 +Node: Lisp variables38133
  2.3996 +Node: All customizable variables38739
  2.3997 +Node: Sample definitions47710
  2.3998 +Node: Hook variables48144
  2.3999 +Node: Hook file49038
  2.4000 +Node: Add-in functions49244
  2.4001 +Node: Etc49471
  2.4002 +Node: Copying49756
  2.4003 +Node: Concept Index50380
  2.4004  
  2.4005  End tag table