yatex

diff docs/yatexj.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/yatexj.tex	Thu May 27 20:02:32 2010 +0900
     1.2 +++ b/docs/yatexj.tex	Sun Jan 29 23:01:57 2012 +0900
     1.3 @@ -10,7 +10,7 @@
     1.4  @c ノードいじったら C-l C-u C-n 全部のノード更新 C-l C-u C-e
     1.5  @c メニュー増やしたら C-l C-u C-m 全部のメニュー更新 C-l C-u C-a
     1.6  @c フォーマットするときは C-l C-e C-b
     1.7 -@c Last modified Thu May 27 18:24:30 2010 on firestorm
     1.8 +@c Last modified Sun Jan 29 22:56:44 2012 on firestorm
     1.9  @syncodeindex vr cp
    1.10  @end iftex
    1.11  
    1.12 @@ -199,7 +199,7 @@
    1.13  
    1.14  これらを変更する場合は、やはり@file{~/.emacs}にて、たとえば
    1.15  @lisp
    1.16 -(setq tex-command "bigjlatex")
    1.17 +(setq tex-command "pdflatex")
    1.18  @end lisp
    1.19  のようにしてください。どのような値をセットすれば良いかについては、
    1.20  @ref{All customizable variables}を参照してください。
    1.21 @@ -226,7 +226,7 @@
    1.22          @dots{} タイプセッタ起動(領域指定)
    1.23  @item [prefix] t e
    1.24          @dots{} タイプセッタ起動
    1.25 -        (ポイント位置の環境または数式モードのみ対称)
    1.26 +        (ポイント位置の環境または数式モードのみ対象)
    1.27  @item [prefix] t k
    1.28          @dots{} 動作中のタイプセッタの停止
    1.29  @item [prefix] t b
    1.30 @@ -234,7 +234,7 @@
    1.31  @item [prefix] t i
    1.32          @dots{} makeindex起動
    1.33  @item [prefix] t d
    1.34 -        @dots{} タイプセッタとdvipdfmx起動
    1.35 +	@dots{} タイプセット完了後dvipdfmx起動
    1.36  @item [prefix] t p
    1.37          @dots{} プレヴューア起動
    1.38  @item [prefix] t l
    1.39 @@ -384,7 +384,7 @@
    1.40  @cindex ghostview
    1.41  
    1.42  @example
    1.43 -        %#!platex main ; dvi2ps main.dvi > main
    1.44 +        %#!platex main && dvi2ps main.dvi > main
    1.45  @end example
    1.46  
    1.47  なお、この行の最後の単語のピリオド以前を「メインファイル」のベース
    1.48 @@ -467,7 +467,7 @@
    1.49  @c @node  Require, lpr format, Fix region for typesetting, %#notation
    1.50  @comment  node-name,  next,  previous,  up
    1.51  
    1.52 -@node lpr format, Editing %# notation, Fix region for typesetting, %#notation
    1.53 +@node lpr format, Controlling which command to invoke, Fix region for typesetting, %#notation
    1.54  @comment  node-name,  next,  previous,  up
    1.55  @section lprフォーマット
    1.56  @cindex lprふぉーまっと[lprふおおまつと]
    1.57 @@ -512,7 +512,24 @@
    1.58  @noindent 
    1.59  などとするのも便利かもしれません。
    1.60  
    1.61 -@node Editing %# notation,  , lpr format, %#notation
    1.62 +@node Controlling which command to invoke, Editing %# notation, lpr format, %#notation
    1.63 +@comment  node-name,  next,  previous,  up
    1.64 +@section その他の起動コマンド制御
    1.65 +@cindex その他のコマンド制御[そのたのこまんとせいきよ]
    1.66 +
    1.67 +La@TeX{} 文書に関連するコマンドは以下の %# 記法で指定することができます。
    1.68 +
    1.69 +@table @code
    1.70 + @item %#BIBTEX
    1.71 +	@dots{} makeindexを行なうコマンドライン([prefix] t b)
    1.72 + @item %#MAKEINDEX
    1.73 +	@dots{} bibtexを行なうコマンドライン([prefix] t i)
    1.74 +@end table
    1.75 +
    1.76 +行頭がこれらのキーワードで始まる行をLa@TeX{}文書の先頭付近に書いておけば、
    1.77 +それで指定したコマンドを起動できます。
    1.78 +
    1.79 +@node Editing %# notation,  , Controlling which command to invoke, %#notation
    1.80  @comment  node-name,  next,  previous,  up
    1.81  @section %#記法自体の編集
    1.82  @cindex %#記法自体の編集[%#きほうしたいのへんしゆう]