yatex

diff docs/yatexe @ 442:5428250c886a

Add "centering" and "uline" to section-table
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 15 Dec 2016 14:30:23 +0859
parents 781604df4cbd
children d63ba3e187ca
line diff
     1.1 --- a/docs/yatexe	Wed Feb 11 11:45:37 2015 +0900
     1.2 +++ b/docs/yatexe	Thu Dec 15 14:30:23 2016 +0859
     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