yatex

diff docs/yatexe.tex @ 48:a0640ff3f72f

Inter-file ref/label, cite/bibitem jump.
author yuuji
date Mon, 31 Oct 1994 17:49:43 +0000
parents cd1b63102eed
children eb0512bfcb7f
line diff
     1.1 --- a/docs/yatexe.tex	Mon Sep 19 16:54:19 1994 +0000
     1.2 +++ b/docs/yatexe.tex	Mon Oct 31 17:49:43 1994 +0000
     1.3 @@ -906,7 +906,7 @@
     1.4  @cindex cursor jump
     1.5  @cindex prefix g
     1.6  
     1.7 -  On a @code{\begin},@code{\end} line, the key stroke
     1.8 +  Typing
     1.9  
    1.10  @table @kbd
    1.11  @item [prefix] g
    1.12 @@ -914,13 +914,26 @@
    1.13  @end table
    1.14  
    1.15  @noindent
    1.16 +in a certain place move the cursor to the place corresponding to the
    1.17 +La@TeX{} command of last place.  YaTeX recognize the followings as pairs
    1.18 +that have relation each other.
    1.19 +
    1.20 +@table
    1.21 +@item @code{\begin@{@}} <-> @code{\end@{@}}
    1.22 +@item @code{%#BEGIN} <-> @code{%#END}
    1.23 +@item @code{\label@{@}} <-> @code{\ref@{@}}
    1.24 +@item @code{\include(\input)} -> included file
    1.25 +@item @code{\bibitem@{@}} <-> @code{\cite@{@}}
    1.26 +@end table
    1.27 +
    1.28 +  On a @code{\begin},@code{\end} line, typing @kbd{[prefix] g}
    1.29  moves the cursor to the corresponding @code{\end},@code{\begin} line, if
    1.30 -its partner really exists.  It is also applicable to A @code{%#BEGIN} and
    1.31 -@code{%#END} pair.
    1.32 +its partner really exists.  The movement on the line @code{%#BEGIN} and
    1.33 +@code{%#END} are the same.
    1.34  
    1.35    If you type @code{[prefix] g} on the line of @code{\include@{chap1@}},
    1.36 -maybe   in main text, YaTeX switches buffer to @file{chap1.tex}.  On the
    1.37 -contrary, the key strokes
    1.38 +typically in the main text, YaTeX switches buffer to @file{chap1.tex}.
    1.39 +The key strokes below work to the contrary.  Typing
    1.40  
    1.41  @table @kbd
    1.42  @item [prefix] ^