yatex

diff docs/yatexe.tex @ 52:5d94deabb9f9

Set YaTeX-indent-line to 'indent-line-function. Revise fill features.
author yuuji
date Sun, 22 Jan 1995 14:20:46 +0000
parents b0371b6ed799
children 5f4b18da14b3
line diff
     1.1 --- a/docs/yatexe.tex	Tue Dec 20 21:00:21 1994 +0000
     1.2 +++ b/docs/yatexe.tex	Sun Jan 22 14:20:46 1995 +0000
     1.3 @@ -135,7 +135,7 @@
     1.4  @item Blanket commenting out or uncommenting
     1.5          (@kbd{C-c >}, @kbd{C-c <}, @kbd{C-c ,}, @kbd{C-c .})
     1.6  @item Easy input of accent mark, math-mode's commands and Greek letters
     1.7 -        (@kbd{C-c a}, @kbd{;}, @kbd{/})
     1.8 +        (@kbd{C-c a}, @kbd{;}, @kbd{:})
     1.9  @item Online help for the popular La@TeX{} commands
    1.10        (@kbd{C-c ?}, @kbd{C-c /})(English help is not yet supported)
    1.11  @end itemize
    1.12 @@ -792,7 +792,7 @@
    1.13  imitate the  corresponding symbols graphically.  This completion
    1.14  only works in the math environment.  YaTeX automatically detects
    1.15  whether the  cursor  located  in math environment  or  not,  and
    1.16 -change the behavior of key strokes @kbd{;} and @kbd{/}.
    1.17 +change the behavior of key strokes @kbd{;} and @kbd{:}.
    1.18  
    1.19    By the way, we often express the leftarrow mark by `<-' for example.
    1.20  Considering such image, you can write @code{\leftarrow} by typing @kbd{<-}
    1.21 @@ -842,19 +842,19 @@
    1.22  @comment  node-name,  next,  previous,  up
    1.23  @section Greek letters completion
    1.24  @cindex Greek letters completion
    1.25 -@cindex /
    1.26 +@cindex :
    1.27  
    1.28    Math-mode of YaTeX provides another image completion, Greek letters
    1.29 -completion in the same method.  After prefix @kbd{/}, typing @kbd{a} makes
    1.30 +completion in the same method.  After prefix @kbd{:}, typing @kbd{a} makes
    1.31  @code{\alpha}, @kbd{b} makes @code{\beta} and @kbd{g} makes @code{\gamma}
    1.32  and so on.  First, type @kbd{/TAB} to know all the correspondence of
    1.33  alphabets v.s. Greek letters.
    1.34  
    1.35 -  If you will find @kbd{;} or @kbd{/} doesn't work in correct position of
    1.36 +  If you will find @kbd{;} or @kbd{:} doesn't work in correct position of
    1.37  math environment, it may be a bug of YaTeX.  Please send me a bug report
    1.38  with the configuration of your text, and avoid it temporarily by typing
    1.39 -@kbd{;} or @kbd{/} after universal-argument(@kbd{C-u}) which forces
    1.40 -@kbd{;} and @kbd{/} to work as math-prefix.
    1.41 +@kbd{;} or @kbd{:} after universal-argument(@kbd{C-u}) which forces
    1.42 +@kbd{;} and @kbd{:} to work as math-prefix.
    1.43  
    1.44  @node Local dictionaries, Commenting out, Completion, Top
    1.45  @comment  node-name,  next,  previous,  up
    1.46 @@ -1065,6 +1065,8 @@
    1.47  @item Argument of section-type commands
    1.48  @item Optional parameters (enclosed by []) of section-type commands
    1.49  @item Font/size designators
    1.50 +@item Math-mode's maketitle-type commands that can be inputted with
    1.51 +image completion
    1.52  @end itemize
    1.53  
    1.54    Typing @kbd{[prefix] c} on one of above objects you want to change
    1.55 @@ -1157,11 +1159,11 @@
    1.56         >
    1.57         > \item bar
    1.58         >
    1.59 -       > When the word `for' is used as an arbitrarily word, `bar' 
    1.60 -       > is bound to follow it.
    1.61 +       >       When the word `for' is used as an arbitrarily word, `bar' 
    1.62 +       >       is bound to follow it.
    1.63  @end example
    1.64  
    1.65 -  Note that the indent depth of the @code{\item} and its descriptive
    1.66 +  Note that the indent depth of an @code{\item} word and its descriptive
    1.67  paragraph are the same in latter case.  If you want to use different
    1.68  depth, invoke fill-paragraph at the beginning of non-whitespace
    1.69  character(see below).
    1.70 @@ -2031,7 +2033,11 @@
    1.71  as a result  of using this  software.   However, any  reports  and
    1.72  suggestions are  welcome as  long as I   feel  interests in   this
    1.73  software.   My possible  e-mail address is  `yuuji@@ae.keio.ac.jp'.
    1.74 -(up to Mar.1995 at least)
    1.75 +(up to Mar.1995 at least)  And there is mailing list for YaTeX.
    1.76 +Although the common language is Japanese, questions in English will be
    1.77 +welcome.  To join the ML, send the mail whose subject is `append' to
    1.78 +the address `yatex-control@@harvest.jaist.ac.jp'.  If you have some
    1.79 +question, please ask to `yatex-request@@harvest.jaist.ac.jp'.
    1.80  
    1.81    The specification of this software will be surely modified
    1.82  (depending on my feelings) without notice :-p.