diff --git a/docs/yatexe.tex b/docs/yatexe.tex index 344850f..3b02eff 100644 --- a/docs/yatexe.tex +++ b/docs/yatexe.tex @@ -5,7 +5,7 @@ @iftex @c @syncodeindex fn cp -@c Last modified Thu May 27 18:04:10 2010 on firestorm +@c Last modified Sun Jan 29 22:55:53 2012 on firestorm @syncodeindex vr cp @end iftex @@ -148,6 +148,8 @@ @item [prefix] t e @dots{} invoke latex on current environment or whole portion of current formulas in math-mode. +@item [prefix] t d + @dots{} invoke dvipdfmx after successful typesetting @item [prefix] t k @dots{} kill current typesetting process @item [prefix] t b @@ -287,7 +289,7 @@ description makes it convenient to use ghostview as dvi-previewer. @example - %#!latex main ; dvi2ps main.dvi > main + %#!latex main && dvi2ps main.dvi > main @end example @noindent @@ -400,6 +402,28 @@ %#LPR dvi2ps %s | lpr @end example +@node Controlling which command to invoke, Editing %# notation, lpr format, %#notation +@comment node-name, next, previous, up +@section Controlling which command to invoke + +These %# notation below can control which command to invoke for +La@TeX{} related process. + +@table @code + @item %#BIBTEX + @dots{} Command line for makeindex ([prefix] t i) + @item %#MAKEINDEX + @dots{} Command line for bibtex ([prefix] t b) +@end table + +If you want to invoke ``makeidx hogehoge'' to update index, +put the next line some upper place in the source, for example. + +@example +%#MAKEINDEX makeidx hogehoge +@end example + + @node Editing %# notation, , Lpr format, %#notation @comment node-name, next, previous, up @section Editing %# notation diff --git a/docs/yatexj.tex b/docs/yatexj.tex index 867b85f..361aa57 100644 --- a/docs/yatexj.tex +++ b/docs/yatexj.tex @@ -10,7 +10,7 @@ @c �m�[�h���������� C-l C-u C-n �S���̃m�[�h�X�V C-l C-u C-e @c ���j���[���₵���� C-l C-u C-m �S���̃��j���[�X�V C-l C-u C-a @c �t�H�[�}�b�g����Ƃ��� C-l C-e C-b -@c Last modified Thu May 27 18:24:30 2010 on firestorm +@c Last modified Sun Jan 29 22:56:44 2012 on firestorm @syncodeindex vr cp @end iftex @@ -199,7 +199,7 @@ ������ύX����ꍇ�́A��͂�@file{~/.emacs}�ɂāA���Ƃ��� @lisp -(setq tex-command "bigjlatex") +(setq tex-command "pdflatex") @end lisp �̂悤�ɂ��Ă��������B�ǂ̂悤�Ȓl���Z�b�g����Ηǂ����ɂ‚��ẮA @ref{All customizable variables}���Q�Ƃ��Ă��������B @@ -226,7 +226,7 @@ @dots{} �^�C�v�Z�b�^�N��(�̈�w��) @item [prefix] t e @dots{} �^�C�v�Z�b�^�N�� - (�|�C���g�ʒu�̊‹��܂��͐������[�h�̂ݑΏ�) + (�|�C���g�ʒu�̊‹��܂��͐������[�h�̂ݑΏ�) @item [prefix] t k @dots{} ���쒆�̃^�C�v�Z�b�^�̒�~ @item [prefix] t b @@ -234,7 +234,7 @@ @item [prefix] t i @dots{} makeindex�N�� @item [prefix] t d - @dots{} �^�C�v�Z�b�^��dvipdfmx�N�� + @dots{} �^�C�v�Z�b�g������dvipdfmx�N�� @item [prefix] t p @dots{} �v�������[�A�N�� @item [prefix] t l @@ -384,7 +384,7 @@ @cindex ghostview @example - %#!platex main ; dvi2ps main.dvi > main + %#!platex main && dvi2ps main.dvi > main @end example �Ȃ��A���̍s�̍Ō�̒P��̃s���I�h�ȑO���u���C���t�@�C���v�̃x�[�X @@ -467,7 +467,7 @@ @c @node Require, lpr format, Fix region for typesetting, %#notation @comment node-name, next, previous, up -@node lpr format, Editing %# notation, Fix region for typesetting, %#notation +@node lpr format, Controlling which command to invoke, Fix region for typesetting, %#notation @comment node-name, next, previous, up @section lpr�t�H�[�}�b�g @cindex lpr�ӂ��[�܂���[lpr�ӂ����܂‚�] @@ -512,7 +512,24 @@ @noindent �ȂǂƂ���̂��֗���������܂���B -@node Editing %# notation, , lpr format, %#notation +@node Controlling which command to invoke, Editing %# notation, lpr format, %#notation +@comment node-name, next, previous, up +@section ���̑��̋N���R�}���h���� +@cindex ���̑��̃R�}���h����[���̂��̂��܂�Ƃ�������] + +La@TeX{} �����Ɋ֘A����R�}���h�͈ȉ��� %# �L�@�Ŏw�肷�邱�Ƃ��ł��܂��B + +@table @code + @item %#BIBTEX + @dots{} makeindex���s�Ȃ��R�}���h���C��([prefix] t b) + @item %#MAKEINDEX + @dots{} bibtex���s�Ȃ��R�}���h���C��([prefix] t i) +@end table + +�s���������̃L�[���[�h�Ŏn�܂�s��La@TeX{}�����̐擪�t�߂ɏ����Ă����΁A +����Ŏw�肵���R�}���h���N���ł��܂��B + +@node Editing %# notation, , Controlling which command to invoke, %#notation @comment node-name, next, previous, up @section %#�L�@���̂̕ҏW @cindex %#�L�@���̂̕ҏW[%#���ق��������̂ւ񂵂䂤]