yatex

diff docs/yatexe.tex @ 130:8703f090c628

`[prefix] t e' for YaTeX-typeset-environment. It automatically mark current inner environment or portion of math mode, then call typeset-region on that region saving it in texput.tex.
author yuuji@gentei.org
date Thu, 27 May 2010 16:37:44 +0900
parents 91bf68eeefe8
children bd0a9177e5e7
line diff
     1.1 --- a/docs/yatexe.tex	Thu May 27 10:34:34 2010 +0900
     1.2 +++ b/docs/yatexe.tex	Thu May 27 16:37:44 2010 +0900
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  @iftex
     1.6  @c @syncodeindex fn cp
     1.7 -@c Last modified Thu May 27 10:33:22 2010 on firestorm
     1.8 +@c Last modified Thu May 27 16:25:29 2010 on firestorm
     1.9  @syncodeindex vr cp
    1.10  @end iftex
    1.11  
    1.12 @@ -145,6 +145,9 @@
    1.13          @dots{} invoke latex
    1.14  @item [prefix] t r
    1.15          @dots{} invoke latex on region
    1.16 +@item [prefix] t e
    1.17 +        @dots{} invoke latex on current environment or whole
    1.18 +         portion of current formulas in math-mode.
    1.19  @item [prefix] t k
    1.20          @dots{} kill current typesetting process
    1.21  @item [prefix] t b
    1.22 @@ -201,6 +204,12 @@
    1.23  file if you edit one  file,  and is the same as main file's if you
    1.24  edit splitting files.
    1.25  
    1.26 +  The @kbd{[prefix] te} key automatically marks current inner environment
    1.27 +or inner math mode and then call typeset-region with marked region.  This
    1.28 +is convenient to quick view of current tabular environment or current
    1.29 +editing formulas.  Keeping previewer window for @file{texput.dvi} is
    1.30 +handy for debugging.
    1.31 +
    1.32  @node Calling previewer, Printing out, Calling typesetter, Typesetting
    1.33  @comment  node-name,  next,  previous,  up
    1.34  @section Calling previewer