yatex

diff docs/yatexe.tex @ 242:cb4449ecb9f3

Refer to %#MAKEINDEX and %#BIBTEX.
author yuuji@gentei.org
date Sun, 29 Jan 2012 23:01:57 +0900
parents bd0a9177e5e7
children 0b10d1fea265
line diff
     1.1 --- a/docs/yatexe.tex	Thu May 27 20:02:32 2010 +0900
     1.2 +++ b/docs/yatexe.tex	Sun Jan 29 23:01:57 2012 +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 18:04:10 2010 on firestorm
     1.8 +@c Last modified Sun Jan 29 22:55:53 2012 on firestorm
     1.9  @syncodeindex vr cp
    1.10  @end iftex
    1.11  
    1.12 @@ -148,6 +148,8 @@
    1.13  @item [prefix] t e
    1.14          @dots{} invoke latex on current environment or whole
    1.15           portion of current formulas in math-mode.
    1.16 +@item [prefix] t d
    1.17 +	@dots{} invoke dvipdfmx after successful typesetting
    1.18  @item [prefix] t k
    1.19          @dots{} kill current typesetting process
    1.20  @item [prefix] t b
    1.21 @@ -287,7 +289,7 @@
    1.22  description makes it convenient to use ghostview as dvi-previewer.
    1.23  
    1.24  @example
    1.25 -        %#!latex main ; dvi2ps main.dvi > main
    1.26 +        %#!latex main && dvi2ps main.dvi > main
    1.27  @end example
    1.28  
    1.29  @noindent
    1.30 @@ -400,6 +402,28 @@
    1.31          %#LPR dvi2ps %s | lpr
    1.32  @end example
    1.33  
    1.34 +@node Controlling which command to invoke, Editing %# notation, lpr format, %#notation
    1.35 +@comment  node-name,  next,  previous,  up
    1.36 +@section Controlling which command to invoke
    1.37 +
    1.38 +These %# notation below can control which command to invoke for
    1.39 +La@TeX{} related process.
    1.40 +
    1.41 +@table @code
    1.42 + @item %#BIBTEX
    1.43 +	@dots{} Command line for makeindex ([prefix] t i)
    1.44 + @item %#MAKEINDEX
    1.45 +	@dots{} Command line for bibtex ([prefix] t b)
    1.46 +@end table
    1.47 +
    1.48 +If you want to invoke ``makeidx hogehoge'' to update index,
    1.49 +put the next line some upper place in the source, for example.
    1.50 +
    1.51 +@example
    1.52 +%#MAKEINDEX makeidx hogehoge
    1.53 +@end example
    1.54 +
    1.55 +
    1.56  @node Editing %# notation,  , Lpr format, %#notation
    1.57  @comment  node-name,  next,  previous,  up
    1.58  @section Editing %# notation