diff --git a/docs/yatexe b/docs/yatexe index 4e0a519..50f2b6e 100644 --- a/docs/yatexe +++ b/docs/yatexe @@ -65,8 +65,8 @@ * Jumping to error line(`C-c '') * Completing-read of LaTeX commands such as `\begin{}', `\section' etc. (`C-c b', `C-c s', `C-c l', `C-c m') - * Enclosing text into LaTeX environments or commands (`C-u' - ABOVEKEYSTROKES) + * Enclosing text into LaTeX environments or commands (ABOVEKEYSTROKES + after region setting) * Displaying the structure of text at entering sectioning commands * Lump shifting of sectioning commands (*Note view-sectioning::) * Learning unknown/new LaTeX commands for the next completion @@ -124,12 +124,12 @@ execute typeset or preview command. `[prefix] t j' - ... invoke latex + ... invoke typesetter `[prefix] t r' - ... invoke latex on region + ... invoke typesetter on region `[prefix] t e' - ... invoke latex on current environment or whole portion of - current formulas in math-mode. + ... `on-the-fly preview' on current environment or whole + portion of current formulas in math-mode `[prefix] t d' ... invoke dvipdfmx after successful typesetting `[prefix] t k' @@ -192,14 +192,20 @@ files. The `[prefix] te' key automatically marks current inner environment or -inner math mode and then call typeset-region with marked region. This is -convenient to quick view of current tabular environment or current editing -formulas. Keeping previewer window for `texput.dvi' is handy for -debugging. Since `[prefix] te' selects the inner-most environment as -region, it is not suitable for partial typesetting of doubly or more -composed environment. If you want to do partial typesetting for a nested -environment, use `[prefix] tr' for static-region, which is described in -the section *Note %#notation::. +inner math mode or paragraph, and then call typeset-region with marked +region. This is convenient to quick view of current tabular environment +or current editing formulas. If running Emacs has the ability of +displaying images, typeset image will be shown in the next window. +Further more, if you modify the content within that environment, YaTeX +performs `on-the-fly' preview that automatically update preview image as +you typed. + +If your Emacs does not supply on-the-fly preview, keeping previewer window +for `texput.dvi' is handy for debugging. Since `[prefix] te' selects the +inner-most environment as region, it is not suitable for partial +typesetting of doubly or more composed environment. If you want to do +partial typesetting for a nested environment, use `[prefix] tr' for +static-region, which is described in the section *Note %#notation::.  @@ -329,7 +335,7 @@  -File: yatexe, Node: Lpr format, Next: Controlling which command to invoke, Prev: Static region for typesetting, Up: %#notation +File: yatexe, Node: Lpr format, Prev: Static region for typesetting, Up: %#notation Lpr format ========== @@ -418,15 +424,16 @@ * Menu: -* Begin-type completion:: -* Section-type completion:: -* Large-type completion:: -* Maketitle-type completion:: -* Arbitrary completion:: -* End completion:: -* Accent completion:: -* Image completion:: -* Greek letters completion:: +* Begin-type completion:: +* Section-type completion:: +* Large-type completion:: +* Maketitle-type completion:: +* Arbitrary completion:: +* End completion:: +* Accent completion:: +* Image completion:: +* Greek letters completion:: +* Inserting parentheses::  @@ -501,21 +508,15 @@ automatically inserted such as `\item' for `itemize' environment. If you don't want the entry, it can be removed by undoing. - If you want to enclose some paragraphs which have already been written, -invoke the begin-type completion with changing the case of `b' of key -sequence upper(or invoke it with universal argument by `C-u' prefix). + If you want to enclose some paragraphs which have already been written +into environment, invoke the begin-type completion right after region +marking. - The following example encloses a region with `description' environment. +If you set `transient-mark-mode' to `nil' in your `~/.emacs', typing +`C-space' (`set-mark-command') twice turns `transient-mark-mode' on +temporarily. Then, type call begin-type completion to enclose text into a +environment. -`[prefix] B D' -`(or ESC 1 [prefix] b D)' -`(or C-u [prefix] b D)' - - ... begin-type completion for region - - This enclosing holds good for the completing input by `[prefix] b SPC'. -`[prefix] B SPC' enclose a region with the environment selected by -completing-read.  @@ -662,9 +663,8 @@ TeX commands to change fonts or sizes, `it', `huge' and so on, in the completion table. - Region-based completion is also invoked by changing the letter after -prefix key stroke as `[prefix] L'. It encloses the region by braces with -large-type command. + Region-based completion is also invoked by calling completion after +region activated.  @@ -797,7 +797,7 @@  -File: yatexe, Node: Greek letters completion, Prev: Image completion, Up: Completion +File: yatexe, Node: Greek letters completion, Next: Inserting parentheses, Prev: Image completion, Up: Completion Greek letters completion ======================== @@ -815,6 +815,18 @@  +File: yatexe, Node: Inserting parentheses, Prev: Greek letters completion, Up: Completion + +Inserting parentheses +===================== + + Typing opening parenthesis, one of `(', `{ and `['', automatically +inserts the closing one. If a opening bracket is typed after `\', `\]' is +automatically inserted with computed indentation. If you stop automatic +insertion, type `C-q' before opening parenthesis. + + + File: yatexe, Node: Local dictionaries, Next: Commenting out, Prev: Completion, Up: Top Local dictionaries @@ -1509,6 +1521,15 @@ environment by `[prefix] t e'(0.9). `Nil' disables on-the-fly preview. + -- Variable: YaTeX-on-the-fly-math-preview-engine + Function symbol to use on-the-fly preview of MATH environment started + by `[prefix] t e' (`'YaTeX-typeset-environment-by-lmp' which calls + latex-math-preview-expression function if latex-math-preview is + available, otherwise `'YaTeX-typeset-environment-by-builtin' which + alls built-in function). + + `Nil' disables on-the-fly preview. + -- Variable: YaTeX-cmd-gimp Command name of GIMP (code{"gimp"}) -- Variable: YaTeX-cmd-tgif @@ -2223,64 +2244,65 @@ Node: Top253 Node: What is YaTeX?1594 Node: Main features1967 -Node: Installation3496 -Node: Typesetting4273 -Node: Calling typesetter5403 -Node: Calling previewer7607 -Node: Printing out7968 -Node: %#notation8260 -Node: Changing typesetter8678 -Node: Splitting input files9042 -Node: Static region for typesetting10467 -Node: Lpr format11596 -Node: Controlling which command to invoke12669 -Node: Editing %# notation13339 -Node: Completion13883 -Node: Begin-type completion14443 -Node: Section-type completion17486 -Node: view-sectioning19921 -Node: Large-type completion21501 -Node: Maketitle-type completion22232 -Node: Arbitrary completion22784 -Node: End completion23174 -Node: Accent completion23644 -Node: Image completion24261 -Node: Greek letters completion26518 -Node: Local dictionaries27245 -Node: Commenting out28182 -Node: Cursor jump29641 -Node: Jump to corresponding object29953 -Node: Invoking image processor31354 -Node: Jump to main file32697 -Node: Jumping around the environment33062 -Node: Jumping to last completion position33480 -Node: Changing and Deleting33989 -Node: Changing LaTeX commands34381 -Node: Killing LaTeX commands35558 -Node: Filling36743 -Node: Updation of includeonly38594 -Node: What column39391 -Node: Intelligent newline40476 -Node: Usepackage checker42130 -Node: Online help42721 -Node: Browsing file hierarchy44396 -Node: Cooperation with other packages46133 -Node: Customizations46838 -Node: Lisp variables47172 -Node: All customizable variables48176 -Node: Sample definitions59413 -Node: Hook variables59926 -Node: Hook file60630 -Node: Add-in functions60969 -Node: How the add-in function works61829 -Node: Defining option-add-in64028 -Node: Defining argument-add-in64750 -Node: Defining enclosing-add-in65632 -Node: How the function is called66486 -Node: Useful functions for creating add-in67162 -Node: Contribution68567 -Node: Add-in generator68841 -Node: Etcetera74213 -Node: Copying74818 +Node: Installation3511 +Node: Typesetting4288 +Node: Calling typesetter5435 +Node: Calling previewer7962 +Node: Printing out8323 +Node: %#notation8615 +Node: Changing typesetter9033 +Node: Splitting input files9397 +Node: Static region for typesetting10822 +Node: Lpr format11951 +Node: Controlling which command to invoke12981 +Node: Editing %# notation13651 +Node: Completion14195 +Node: Begin-type completion14710 +Node: Section-type completion17565 +Node: view-sectioning20000 +Node: Large-type completion21580 +Node: Maketitle-type completion22234 +Node: Arbitrary completion22786 +Node: End completion23176 +Node: Accent completion23646 +Node: Image completion24263 +Node: Greek letters completion26520 +Node: Inserting parentheses27276 +Node: Local dictionaries27683 +Node: Commenting out28620 +Node: Cursor jump30079 +Node: Jump to corresponding object30391 +Node: Invoking image processor31792 +Node: Jump to main file33135 +Node: Jumping around the environment33500 +Node: Jumping to last completion position33918 +Node: Changing and Deleting34427 +Node: Changing LaTeX commands34819 +Node: Killing LaTeX commands35996 +Node: Filling37181 +Node: Updation of includeonly39032 +Node: What column39829 +Node: Intelligent newline40914 +Node: Usepackage checker42568 +Node: Online help43159 +Node: Browsing file hierarchy44834 +Node: Cooperation with other packages46571 +Node: Customizations47276 +Node: Lisp variables47610 +Node: All customizable variables48614 +Node: Sample definitions60262 +Node: Hook variables60775 +Node: Hook file61479 +Node: Add-in functions61818 +Node: How the add-in function works62678 +Node: Defining option-add-in64877 +Node: Defining argument-add-in65599 +Node: Defining enclosing-add-in66481 +Node: How the function is called67335 +Node: Useful functions for creating add-in68011 +Node: Contribution69416 +Node: Add-in generator69690 +Node: Etcetera75062 +Node: Copying75667  End tag table diff --git a/docs/yatexe b/docs/yatexe index 4e0a519..50f2b6e 100644 --- a/docs/yatexe +++ b/docs/yatexe @@ -65,8 +65,8 @@ * Jumping to error line(`C-c '') * Completing-read of LaTeX commands such as `\begin{}', `\section' etc. (`C-c b', `C-c s', `C-c l', `C-c m') - * Enclosing text into LaTeX environments or commands (`C-u' - ABOVEKEYSTROKES) + * Enclosing text into LaTeX environments or commands (ABOVEKEYSTROKES + after region setting) * Displaying the structure of text at entering sectioning commands * Lump shifting of sectioning commands (*Note view-sectioning::) * Learning unknown/new LaTeX commands for the next completion @@ -124,12 +124,12 @@ execute typeset or preview command. `[prefix] t j' - ... invoke latex + ... invoke typesetter `[prefix] t r' - ... invoke latex on region + ... invoke typesetter on region `[prefix] t e' - ... invoke latex on current environment or whole portion of - current formulas in math-mode. + ... `on-the-fly preview' on current environment or whole + portion of current formulas in math-mode `[prefix] t d' ... invoke dvipdfmx after successful typesetting `[prefix] t k' @@ -192,14 +192,20 @@ files. The `[prefix] te' key automatically marks current inner environment or -inner math mode and then call typeset-region with marked region. This is -convenient to quick view of current tabular environment or current editing -formulas. Keeping previewer window for `texput.dvi' is handy for -debugging. Since `[prefix] te' selects the inner-most environment as -region, it is not suitable for partial typesetting of doubly or more -composed environment. If you want to do partial typesetting for a nested -environment, use `[prefix] tr' for static-region, which is described in -the section *Note %#notation::. +inner math mode or paragraph, and then call typeset-region with marked +region. This is convenient to quick view of current tabular environment +or current editing formulas. If running Emacs has the ability of +displaying images, typeset image will be shown in the next window. +Further more, if you modify the content within that environment, YaTeX +performs `on-the-fly' preview that automatically update preview image as +you typed. + +If your Emacs does not supply on-the-fly preview, keeping previewer window +for `texput.dvi' is handy for debugging. Since `[prefix] te' selects the +inner-most environment as region, it is not suitable for partial +typesetting of doubly or more composed environment. If you want to do +partial typesetting for a nested environment, use `[prefix] tr' for +static-region, which is described in the section *Note %#notation::.  @@ -329,7 +335,7 @@  -File: yatexe, Node: Lpr format, Next: Controlling which command to invoke, Prev: Static region for typesetting, Up: %#notation +File: yatexe, Node: Lpr format, Prev: Static region for typesetting, Up: %#notation Lpr format ========== @@ -418,15 +424,16 @@ * Menu: -* Begin-type completion:: -* Section-type completion:: -* Large-type completion:: -* Maketitle-type completion:: -* Arbitrary completion:: -* End completion:: -* Accent completion:: -* Image completion:: -* Greek letters completion:: +* Begin-type completion:: +* Section-type completion:: +* Large-type completion:: +* Maketitle-type completion:: +* Arbitrary completion:: +* End completion:: +* Accent completion:: +* Image completion:: +* Greek letters completion:: +* Inserting parentheses::  @@ -501,21 +508,15 @@ automatically inserted such as `\item' for `itemize' environment. If you don't want the entry, it can be removed by undoing. - If you want to enclose some paragraphs which have already been written, -invoke the begin-type completion with changing the case of `b' of key -sequence upper(or invoke it with universal argument by `C-u' prefix). + If you want to enclose some paragraphs which have already been written +into environment, invoke the begin-type completion right after region +marking. - The following example encloses a region with `description' environment. +If you set `transient-mark-mode' to `nil' in your `~/.emacs', typing +`C-space' (`set-mark-command') twice turns `transient-mark-mode' on +temporarily. Then, type call begin-type completion to enclose text into a +environment. -`[prefix] B D' -`(or ESC 1 [prefix] b D)' -`(or C-u [prefix] b D)' - - ... begin-type completion for region - - This enclosing holds good for the completing input by `[prefix] b SPC'. -`[prefix] B SPC' enclose a region with the environment selected by -completing-read.  @@ -662,9 +663,8 @@ TeX commands to change fonts or sizes, `it', `huge' and so on, in the completion table. - Region-based completion is also invoked by changing the letter after -prefix key stroke as `[prefix] L'. It encloses the region by braces with -large-type command. + Region-based completion is also invoked by calling completion after +region activated.  @@ -797,7 +797,7 @@  -File: yatexe, Node: Greek letters completion, Prev: Image completion, Up: Completion +File: yatexe, Node: Greek letters completion, Next: Inserting parentheses, Prev: Image completion, Up: Completion Greek letters completion ======================== @@ -815,6 +815,18 @@  +File: yatexe, Node: Inserting parentheses, Prev: Greek letters completion, Up: Completion + +Inserting parentheses +===================== + + Typing opening parenthesis, one of `(', `{ and `['', automatically +inserts the closing one. If a opening bracket is typed after `\', `\]' is +automatically inserted with computed indentation. If you stop automatic +insertion, type `C-q' before opening parenthesis. + + + File: yatexe, Node: Local dictionaries, Next: Commenting out, Prev: Completion, Up: Top Local dictionaries @@ -1509,6 +1521,15 @@ environment by `[prefix] t e'(0.9). `Nil' disables on-the-fly preview. + -- Variable: YaTeX-on-the-fly-math-preview-engine + Function symbol to use on-the-fly preview of MATH environment started + by `[prefix] t e' (`'YaTeX-typeset-environment-by-lmp' which calls + latex-math-preview-expression function if latex-math-preview is + available, otherwise `'YaTeX-typeset-environment-by-builtin' which + alls built-in function). + + `Nil' disables on-the-fly preview. + -- Variable: YaTeX-cmd-gimp Command name of GIMP (code{"gimp"}) -- Variable: YaTeX-cmd-tgif @@ -2223,64 +2244,65 @@ Node: Top253 Node: What is YaTeX?1594 Node: Main features1967 -Node: Installation3496 -Node: Typesetting4273 -Node: Calling typesetter5403 -Node: Calling previewer7607 -Node: Printing out7968 -Node: %#notation8260 -Node: Changing typesetter8678 -Node: Splitting input files9042 -Node: Static region for typesetting10467 -Node: Lpr format11596 -Node: Controlling which command to invoke12669 -Node: Editing %# notation13339 -Node: Completion13883 -Node: Begin-type completion14443 -Node: Section-type completion17486 -Node: view-sectioning19921 -Node: Large-type completion21501 -Node: Maketitle-type completion22232 -Node: Arbitrary completion22784 -Node: End completion23174 -Node: Accent completion23644 -Node: Image completion24261 -Node: Greek letters completion26518 -Node: Local dictionaries27245 -Node: Commenting out28182 -Node: Cursor jump29641 -Node: Jump to corresponding object29953 -Node: Invoking image processor31354 -Node: Jump to main file32697 -Node: Jumping around the environment33062 -Node: Jumping to last completion position33480 -Node: Changing and Deleting33989 -Node: Changing LaTeX commands34381 -Node: Killing LaTeX commands35558 -Node: Filling36743 -Node: Updation of includeonly38594 -Node: What column39391 -Node: Intelligent newline40476 -Node: Usepackage checker42130 -Node: Online help42721 -Node: Browsing file hierarchy44396 -Node: Cooperation with other packages46133 -Node: Customizations46838 -Node: Lisp variables47172 -Node: All customizable variables48176 -Node: Sample definitions59413 -Node: Hook variables59926 -Node: Hook file60630 -Node: Add-in functions60969 -Node: How the add-in function works61829 -Node: Defining option-add-in64028 -Node: Defining argument-add-in64750 -Node: Defining enclosing-add-in65632 -Node: How the function is called66486 -Node: Useful functions for creating add-in67162 -Node: Contribution68567 -Node: Add-in generator68841 -Node: Etcetera74213 -Node: Copying74818 +Node: Installation3511 +Node: Typesetting4288 +Node: Calling typesetter5435 +Node: Calling previewer7962 +Node: Printing out8323 +Node: %#notation8615 +Node: Changing typesetter9033 +Node: Splitting input files9397 +Node: Static region for typesetting10822 +Node: Lpr format11951 +Node: Controlling which command to invoke12981 +Node: Editing %# notation13651 +Node: Completion14195 +Node: Begin-type completion14710 +Node: Section-type completion17565 +Node: view-sectioning20000 +Node: Large-type completion21580 +Node: Maketitle-type completion22234 +Node: Arbitrary completion22786 +Node: End completion23176 +Node: Accent completion23646 +Node: Image completion24263 +Node: Greek letters completion26520 +Node: Inserting parentheses27276 +Node: Local dictionaries27683 +Node: Commenting out28620 +Node: Cursor jump30079 +Node: Jump to corresponding object30391 +Node: Invoking image processor31792 +Node: Jump to main file33135 +Node: Jumping around the environment33500 +Node: Jumping to last completion position33918 +Node: Changing and Deleting34427 +Node: Changing LaTeX commands34819 +Node: Killing LaTeX commands35996 +Node: Filling37181 +Node: Updation of includeonly39032 +Node: What column39829 +Node: Intelligent newline40914 +Node: Usepackage checker42568 +Node: Online help43159 +Node: Browsing file hierarchy44834 +Node: Cooperation with other packages46571 +Node: Customizations47276 +Node: Lisp variables47610 +Node: All customizable variables48614 +Node: Sample definitions60262 +Node: Hook variables60775 +Node: Hook file61479 +Node: Add-in functions61818 +Node: How the add-in function works62678 +Node: Defining option-add-in64877 +Node: Defining argument-add-in65599 +Node: Defining enclosing-add-in66481 +Node: How the function is called67335 +Node: Useful functions for creating add-in68011 +Node: Contribution69416 +Node: Add-in generator69690 +Node: Etcetera75062 +Node: Copying75667  End tag table diff --git a/docs/yatexe.tex b/docs/yatexe.tex index 494a7fb..b2736e3 100644 --- a/docs/yatexe.tex +++ b/docs/yatexe.tex @@ -8,7 +8,7 @@ @iftex @c @syncodeindex fn cp -@c Last modified Thu Jan 15 13:28:10 2015 on firestorm +@c Last modified Wed Feb 11 11:44:13 2015 on firestorm @syncodeindex vr cp @end iftex @@ -1950,6 +1950,13 @@ All verbatime-like environment name should match with. @end defvar +@defvar YaTeX-electric-indent-mode +Emacs 24.4 introduces automatic indentation of current and new lines. +This might be annoying for some people. Pass this value to the function +'electric-indent-local-mode. If you prefer to stop electric-indent-mode +in yatex-mode, set `-1' to this variable. +@end defvar + @defvar YaTeX-ref-default-label-string Default \\ref time string format. This format is like strftime(3) but allowed conversion char are as follows; diff --git a/docs/yatexe b/docs/yatexe index 4e0a519..50f2b6e 100644 --- a/docs/yatexe +++ b/docs/yatexe @@ -65,8 +65,8 @@ * Jumping to error line(`C-c '') * Completing-read of LaTeX commands such as `\begin{}', `\section' etc. (`C-c b', `C-c s', `C-c l', `C-c m') - * Enclosing text into LaTeX environments or commands (`C-u' - ABOVEKEYSTROKES) + * Enclosing text into LaTeX environments or commands (ABOVEKEYSTROKES + after region setting) * Displaying the structure of text at entering sectioning commands * Lump shifting of sectioning commands (*Note view-sectioning::) * Learning unknown/new LaTeX commands for the next completion @@ -124,12 +124,12 @@ execute typeset or preview command. `[prefix] t j' - ... invoke latex + ... invoke typesetter `[prefix] t r' - ... invoke latex on region + ... invoke typesetter on region `[prefix] t e' - ... invoke latex on current environment or whole portion of - current formulas in math-mode. + ... `on-the-fly preview' on current environment or whole + portion of current formulas in math-mode `[prefix] t d' ... invoke dvipdfmx after successful typesetting `[prefix] t k' @@ -192,14 +192,20 @@ files. The `[prefix] te' key automatically marks current inner environment or -inner math mode and then call typeset-region with marked region. This is -convenient to quick view of current tabular environment or current editing -formulas. Keeping previewer window for `texput.dvi' is handy for -debugging. Since `[prefix] te' selects the inner-most environment as -region, it is not suitable for partial typesetting of doubly or more -composed environment. If you want to do partial typesetting for a nested -environment, use `[prefix] tr' for static-region, which is described in -the section *Note %#notation::. +inner math mode or paragraph, and then call typeset-region with marked +region. This is convenient to quick view of current tabular environment +or current editing formulas. If running Emacs has the ability of +displaying images, typeset image will be shown in the next window. +Further more, if you modify the content within that environment, YaTeX +performs `on-the-fly' preview that automatically update preview image as +you typed. + +If your Emacs does not supply on-the-fly preview, keeping previewer window +for `texput.dvi' is handy for debugging. Since `[prefix] te' selects the +inner-most environment as region, it is not suitable for partial +typesetting of doubly or more composed environment. If you want to do +partial typesetting for a nested environment, use `[prefix] tr' for +static-region, which is described in the section *Note %#notation::.  @@ -329,7 +335,7 @@  -File: yatexe, Node: Lpr format, Next: Controlling which command to invoke, Prev: Static region for typesetting, Up: %#notation +File: yatexe, Node: Lpr format, Prev: Static region for typesetting, Up: %#notation Lpr format ========== @@ -418,15 +424,16 @@ * Menu: -* Begin-type completion:: -* Section-type completion:: -* Large-type completion:: -* Maketitle-type completion:: -* Arbitrary completion:: -* End completion:: -* Accent completion:: -* Image completion:: -* Greek letters completion:: +* Begin-type completion:: +* Section-type completion:: +* Large-type completion:: +* Maketitle-type completion:: +* Arbitrary completion:: +* End completion:: +* Accent completion:: +* Image completion:: +* Greek letters completion:: +* Inserting parentheses::  @@ -501,21 +508,15 @@ automatically inserted such as `\item' for `itemize' environment. If you don't want the entry, it can be removed by undoing. - If you want to enclose some paragraphs which have already been written, -invoke the begin-type completion with changing the case of `b' of key -sequence upper(or invoke it with universal argument by `C-u' prefix). + If you want to enclose some paragraphs which have already been written +into environment, invoke the begin-type completion right after region +marking. - The following example encloses a region with `description' environment. +If you set `transient-mark-mode' to `nil' in your `~/.emacs', typing +`C-space' (`set-mark-command') twice turns `transient-mark-mode' on +temporarily. Then, type call begin-type completion to enclose text into a +environment. -`[prefix] B D' -`(or ESC 1 [prefix] b D)' -`(or C-u [prefix] b D)' - - ... begin-type completion for region - - This enclosing holds good for the completing input by `[prefix] b SPC'. -`[prefix] B SPC' enclose a region with the environment selected by -completing-read.  @@ -662,9 +663,8 @@ TeX commands to change fonts or sizes, `it', `huge' and so on, in the completion table. - Region-based completion is also invoked by changing the letter after -prefix key stroke as `[prefix] L'. It encloses the region by braces with -large-type command. + Region-based completion is also invoked by calling completion after +region activated.  @@ -797,7 +797,7 @@  -File: yatexe, Node: Greek letters completion, Prev: Image completion, Up: Completion +File: yatexe, Node: Greek letters completion, Next: Inserting parentheses, Prev: Image completion, Up: Completion Greek letters completion ======================== @@ -815,6 +815,18 @@  +File: yatexe, Node: Inserting parentheses, Prev: Greek letters completion, Up: Completion + +Inserting parentheses +===================== + + Typing opening parenthesis, one of `(', `{ and `['', automatically +inserts the closing one. If a opening bracket is typed after `\', `\]' is +automatically inserted with computed indentation. If you stop automatic +insertion, type `C-q' before opening parenthesis. + + + File: yatexe, Node: Local dictionaries, Next: Commenting out, Prev: Completion, Up: Top Local dictionaries @@ -1509,6 +1521,15 @@ environment by `[prefix] t e'(0.9). `Nil' disables on-the-fly preview. + -- Variable: YaTeX-on-the-fly-math-preview-engine + Function symbol to use on-the-fly preview of MATH environment started + by `[prefix] t e' (`'YaTeX-typeset-environment-by-lmp' which calls + latex-math-preview-expression function if latex-math-preview is + available, otherwise `'YaTeX-typeset-environment-by-builtin' which + alls built-in function). + + `Nil' disables on-the-fly preview. + -- Variable: YaTeX-cmd-gimp Command name of GIMP (code{"gimp"}) -- Variable: YaTeX-cmd-tgif @@ -2223,64 +2244,65 @@ Node: Top253 Node: What is YaTeX?1594 Node: Main features1967 -Node: Installation3496 -Node: Typesetting4273 -Node: Calling typesetter5403 -Node: Calling previewer7607 -Node: Printing out7968 -Node: %#notation8260 -Node: Changing typesetter8678 -Node: Splitting input files9042 -Node: Static region for typesetting10467 -Node: Lpr format11596 -Node: Controlling which command to invoke12669 -Node: Editing %# notation13339 -Node: Completion13883 -Node: Begin-type completion14443 -Node: Section-type completion17486 -Node: view-sectioning19921 -Node: Large-type completion21501 -Node: Maketitle-type completion22232 -Node: Arbitrary completion22784 -Node: End completion23174 -Node: Accent completion23644 -Node: Image completion24261 -Node: Greek letters completion26518 -Node: Local dictionaries27245 -Node: Commenting out28182 -Node: Cursor jump29641 -Node: Jump to corresponding object29953 -Node: Invoking image processor31354 -Node: Jump to main file32697 -Node: Jumping around the environment33062 -Node: Jumping to last completion position33480 -Node: Changing and Deleting33989 -Node: Changing LaTeX commands34381 -Node: Killing LaTeX commands35558 -Node: Filling36743 -Node: Updation of includeonly38594 -Node: What column39391 -Node: Intelligent newline40476 -Node: Usepackage checker42130 -Node: Online help42721 -Node: Browsing file hierarchy44396 -Node: Cooperation with other packages46133 -Node: Customizations46838 -Node: Lisp variables47172 -Node: All customizable variables48176 -Node: Sample definitions59413 -Node: Hook variables59926 -Node: Hook file60630 -Node: Add-in functions60969 -Node: How the add-in function works61829 -Node: Defining option-add-in64028 -Node: Defining argument-add-in64750 -Node: Defining enclosing-add-in65632 -Node: How the function is called66486 -Node: Useful functions for creating add-in67162 -Node: Contribution68567 -Node: Add-in generator68841 -Node: Etcetera74213 -Node: Copying74818 +Node: Installation3511 +Node: Typesetting4288 +Node: Calling typesetter5435 +Node: Calling previewer7962 +Node: Printing out8323 +Node: %#notation8615 +Node: Changing typesetter9033 +Node: Splitting input files9397 +Node: Static region for typesetting10822 +Node: Lpr format11951 +Node: Controlling which command to invoke12981 +Node: Editing %# notation13651 +Node: Completion14195 +Node: Begin-type completion14710 +Node: Section-type completion17565 +Node: view-sectioning20000 +Node: Large-type completion21580 +Node: Maketitle-type completion22234 +Node: Arbitrary completion22786 +Node: End completion23176 +Node: Accent completion23646 +Node: Image completion24263 +Node: Greek letters completion26520 +Node: Inserting parentheses27276 +Node: Local dictionaries27683 +Node: Commenting out28620 +Node: Cursor jump30079 +Node: Jump to corresponding object30391 +Node: Invoking image processor31792 +Node: Jump to main file33135 +Node: Jumping around the environment33500 +Node: Jumping to last completion position33918 +Node: Changing and Deleting34427 +Node: Changing LaTeX commands34819 +Node: Killing LaTeX commands35996 +Node: Filling37181 +Node: Updation of includeonly39032 +Node: What column39829 +Node: Intelligent newline40914 +Node: Usepackage checker42568 +Node: Online help43159 +Node: Browsing file hierarchy44834 +Node: Cooperation with other packages46571 +Node: Customizations47276 +Node: Lisp variables47610 +Node: All customizable variables48614 +Node: Sample definitions60262 +Node: Hook variables60775 +Node: Hook file61479 +Node: Add-in functions61818 +Node: How the add-in function works62678 +Node: Defining option-add-in64877 +Node: Defining argument-add-in65599 +Node: Defining enclosing-add-in66481 +Node: How the function is called67335 +Node: Useful functions for creating add-in68011 +Node: Contribution69416 +Node: Add-in generator69690 +Node: Etcetera75062 +Node: Copying75667  End tag table diff --git a/docs/yatexe.tex b/docs/yatexe.tex index 494a7fb..b2736e3 100644 --- a/docs/yatexe.tex +++ b/docs/yatexe.tex @@ -8,7 +8,7 @@ @iftex @c @syncodeindex fn cp -@c Last modified Thu Jan 15 13:28:10 2015 on firestorm +@c Last modified Wed Feb 11 11:44:13 2015 on firestorm @syncodeindex vr cp @end iftex @@ -1950,6 +1950,13 @@ All verbatime-like environment name should match with. @end defvar +@defvar YaTeX-electric-indent-mode +Emacs 24.4 introduces automatic indentation of current and new lines. +This might be annoying for some people. Pass this value to the function +'electric-indent-local-mode. If you prefer to stop electric-indent-mode +in yatex-mode, set `-1' to this variable. +@end defvar + @defvar YaTeX-ref-default-label-string Default \\ref time string format. This format is like strftime(3) but allowed conversion char are as follows; diff --git a/docs/yatexj b/docs/yatexj index a71aba9..6883dc1 100644 --- a/docs/yatexj +++ b/docs/yatexj @@ -16,44 +16,47 @@ * Menu: -* Intro:: �͂��߂� -* Terminology:: �}�j���A���Q�Ə�̒��� -* Main features:: ��ȋ@�\ -* Installation:: �C���X�g�[�� -* Invocation:: �v���Z�X�N�� -* %#notation :: %#�L�@ -* Completion:: �⊮���� -* Local dictionary:: ���[�J������ -* Commenting out:: �R�����g�A�E�g -* Cursor jump:: �J�[�\���W�����v -* Modifying/Deleting:: LaTeX�R�}���h�̕ύX/�폜 -* Filling:: ������ -* Includeonly:: ����� includeonly -* What column:: �J�����ʒu�K�C�h -* Intelligent newline:: ���܂������s -* Usepackage cheker:: ����usepackage -* Changing mode of YaTeX:: �쒹���샂�[�h�ύX -* Online help:: LaTeX�I�����C���w���v -* Inclusion hierarchy browser:: �t�@�C�������K�w�\���̕\�� -* Cooperation with other packages:: ���p�b�P�[�W�Ƃ̘A�g -* Customizations:: �J�X�^�}�C�Y -* Etc:: ���̑� -* Copying:: ��舵�� -* Concept Index:: ���� +* Intro:: ϸ�� +* Terminology:: ��������� +* Main features:: �ʡ� +* Installation:: ��ȼ� +* Invocation:: ���� +* %#notation :: %#�� +* Completion:: ��� +* Local dictionary:: ��� +* Commenting out:: ���Ȣ�� +* Cursor jump:: ������� +* Modifying/Deleting:: LaTeX�����ѹ/�� +* Filling:: 巨 +* Includeonly:: ��� includeonly +* What column:: ����֬�� +* Intelligent newline:: �ޫ��� +* Usepackage cheker:: ���usepackage +* Changing mode of YaTeX:: ���ѹ +* Online help:: LaTeX������� +* Inclusion hierarchy browser:: ա���ؽ�ν� +* Cooperation with other packages:: ��ñ���΢� +* Customizations:: ���ޤ� +* Etc:: �ξ +* Copying:: �귤 +* Concept Index:: ��  File: yatexj, Node: Intro, Next: Terminology, Prev: Top, Up: Top -�͂��߂� -******** +ϸ�� +**************** - �쒹�́AGNU Emacs �� LaTeX �p�̕������쐬���鎞�� pLaTeX �Ȃǂ̃^�C�v�Z�b -�g�R�}���h��A�v�������[�A�̋N���� Emacs �ҏW��ʒ�����s����悤�ɂ���� -���ɁA�g�����̍�����X�̕⊮�@�\�ɂ��\�[�X�e�L�X�g�̕ҏW���x�����܂��B�� -��� LaTeX �R�}���h�̃I�����C���w���v�ɂ��}�j���A���𒲂ׂ��Ԃ��y���� -�܂��B + �ϢGNU Emacs � LaTeX +�θ����� pLaTeX ��� +��׻�ȳ�������弢ί�� +Emacs Ը���� +Ԩ��˹�Ȧˢȥ�����䰡���꽼�ƭ +���Ը���޹���� LaTeX +����Ϊ������� +������������ں�޹� English manual *Note Top: (yatexe)Top. @@ -61,312 +64,357 @@  File: yatexj, Node: Terminology, Next: Main features, Prev: Intro, Up: Top -�{�}�j���A���Q�Ə�̒��� -************************ +���������� +************************************************ - �{�}�j���A���ł͈ȉ��̕\�L��p���܂��B + �������ʼν��Ѥ޹� - * begin�^�R�}���h + * begin����� - `\begin{�‹�} �` \end{�‹�}'�Ƃ����`����LaTeX�R�}���h���w���܂��B - begin�^�R�}���h��⊮���͂��邱�Ƃ�begin�^�⊮�ƌĂт܂��B + `\begin{ĭ} � + \end{ĭ}'Ȥ����LaTeX�����ط޹� + begin��������Ϲ���begin�����޹� - * section�^�R�}���h + * section����� - `\section{�^�C�g��}'��`\mbox{���e}'�̂悤�Ɉ��������LaTeX�R�}���h�� - �w���܂��B + `\section{����}'�`\mbox{��}'��� + �����LaTeX�����ط޹� - * maketitle�^�R�}���h + * maketitle����� - `\maketitle'��`\tableofcontents'�̂悤�Ɉ��������Ȃ�LaTeX�R�}���h�� - �w���܂��B + `\maketitle'�`\tableofcontents'��������ʤLaTeX�� + ���ط޹� - * large�^�R�}���h + * large����� - `{\large ...}' �� `{\tt ...}' �̂悤�ȃt�H���g/�T�C�Y�w��q���w���܂��B + `{\large ...}' � `{\tt ...}' + ���թ��/������ + �ط޹� * `[prefix]' - �쒹�̋@�\���Ăяo�����߂̃v���t�B�N�X�L�[�B�f�t�H���g�ł�`C-c'�Ɋ��� - ���Ă��Ă���̂ŁA���ɕύX���Ă��Ȃ��ꍇ�{�}�j���A���� `[prefix]' - �Ƃ����\�L�́A`C-c' �Ɠǂ݊����Ă��������B + �Ρ����й�����գ������թ����`C-c'��� + ����Ƥ��Ǣ��ѹ�Ƥʤ�������� + `[prefix]' � ����Ϣ`C-c' + ��߹�Ư����  File: yatexj, Node: Main features, Next: Installation, Prev: Terminology, Up: Top -��ȋ@�\ -******** +�ʡ� +**************** - * �^�C�v�Z�b�^��v�������[�A�Ȃǂ̕ҏW��ʂ���̋N��(`C-c t') - * �J�[�\���ʒu�ɂ��Ȃ��Œ胊�W�����̕����^�C�v�Z�b�g - * \includeonly�̃����^�b�`�X�V - * �G���[�ӏ��ւ̎����W�����v(`C-c '') - * `\begin{}, \end{}, \section...' �Ȃǂ� LaTeX �R�}���h�̕⊮����(`C-c - b', `C-c s', `C-c l', `C-c m') - * ���ɓ��͂����e�L�X�g���‹���R�}���h�����̒��Ɏ�荞�ފ���⊮(`C-u' - +�ʏ�⊮�L�[) - * �Z�N�V������؂���͎��̕����\���A�E�g���C���\�� - * �Z�N�V�����R�}���h�̈ꊇ�V�t�g (*Note view-sectioning::) - * �⊮�����̊w�K - * LaTeX �̊‹���R�}���h�ɉ������K�C�h�t���������� - * �쒹�ɂȂ��K�C�h�t���������͊֐��̎�������(`yatexgen.el') - * LaTeX �R�}���h�̍폜/�ύX(`C-c k', `C-c c') - * �t�@�C���ԁA`\begin'<->`\end'�ԁA`\ref'<->`\label'�ԁA - `\cite'<->`\bibitem'�W�����v(`C-c g') - * �ꊇ�R�����g�A�E�g/�A���R�����g�A�E�g(`C-c >', `C-c <', `C-c ,', `C-c - .') - * �A�N�Z���g�L��/�����‹��p�R�}���h/�M���V�������̓��͎x��(`C-c a', - `;', `/') - * tabular/array�‹��̃J�����ʒu�K�C�h - * �W���I LaTeX �R�}���h�̃I�����C���w���v(`C-c ?', `C-c /') - * �h�L�������g�̃C���N���[�h�\���̎��o�I�\���ƃo�b�t�@�؂�ւ�(`C-c d') - * �⊮���͂����}�N���ɉ����ĕK�v�� \userpackage �����Ă������� - userpackage - * \label��ł‚��Ƃ͂����Y��悤! ref��cite�⊮���͂Ŏ����������܂� + * ��׻ÿ����弢���Ը�̫�ί�(`C-c t') + * ���������ʤ����������׻�� + * \includeonly������� + * �����Ϋ�����(`C-c '') + * `\begin{}, \end{}, \section...' ��� LaTeX + �������� (`C-c b', `C-c s', `C-c l', `C-c + m') + * ���Ϸ�ƭ���ĭ���������������� + (���������䰭�) + * �����������θ񽤢���� + * ������������� (*Note view-sectioning::) + * 䰭��ج + * LaTeX �ĭ�����������խ���� + * ��ʤ���խ������Ϋ���(`yatexgen.el') + * LaTeX �������/ѹ(`C-c k', `C-c c') + * ա��֢`\begin'<->`\end'֢ + `\ref'<->`\label'֢ `\cite'<->`\bibitem'����(`C-c + g') + * ����Ȣ��/����Ȣ�� + (`C-c >', `C-c <', `C-c ,', `C-c .') + * ����ȭ�/��ĭѳ���/��������� + (`C-c a', `;', `/') + * tabular/arrayĭΫ���֬�� + * �� LaTeX ����Ϊ������(`C-c ?', `C-c /') + * ɭ����Τ��ɽ���Ъ�����ա��ب + (`C-c d') + * ��Ϸ�ޯ����Ƭ�� + \userpackage ���Ư����� userpackage + * \label��ij��⦺��! ref�cite���ǫ����޹  File: yatexj, Node: Installation, Next: Invocation, Prev: Main features, Up: Top -�N���@ -****** +��� +************ -�쒹�N���̂��߂̐ݒ� -==================== +�ο���� +======================================== - ~/.emacs�ɉ���2���ڂ������܂��B + ~/.emacs˼�2���è޹� (setq auto-mode-alist (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) -���ɖ쒹�� emacs-lisp �t�@�C���Q��u���f�B���N�g���� load-path �ɉ����܂��B -���Ƃ��΁A `~/src/emacs/yatex'�ɒu���̂ł���΁A +���� emacs-lisp +ա���֯ǣ���� load-path +�è޹� �ȨТ +`~/src/emacs/yatex'�֯�Ǣ�Т (setq load-path (cons (expand-file-name "~/src/emacs/yatex") load-path)) -�ȂǂƂ��܂��B +��ȷ޹� - �ȏ�̐ݒ�ɂ��A�g���q�� .tex �ł���t�@�C����ҏW����Ǝ����I�ɖ쒹�� -���[�h����܂��B�쒹������ɋN���ł����Ƃ��̓��[�h���C���̕\�����u��ĂӁv -�ɕς��܂��B + ��������ȥҬ .tex +Ǣ�ա���Ը��ȫ��� +�ɵ�޹���˯�ǭ�ȭ�����ν������� +����޹� -�^�C�v�Z�b�^/�v�������[�A�‹��̐ݒ� -=================================== +��׻ÿ/���弢ĭ��� +===================================================================== - ���p����O���v���O�����Ɋւ���ȉ��̕ϐ����m�F���A�K�v�Ȃ琳�����l�ɕύX -���܂��B + �ѹ�������ع�ʼ����Χ�����鵷���ѹ +�޹� `tex-command' - ... �N������^�C�v�Z�b�^�̃R�}���h�� + ... ���뿤׻ÿγ��ɾ `dvi2-command' - ... �N������v�������[�A�̃R�}���h�� + ... �������弢γ��ɾ `NTT-jTeX' - ... ���s+�C���f���g�ɂ���āA�^�C�v�Z�b�g��̎��Ԃ��󂢂Ă��� - ���̂�}������ꍇ��t�ɂ���(�Â�NTT-jTeX�Ō����Ɍ����)�B��̓I�ɂ́A - fill����Ƃ��Ɋe�s�̏I����%��t������悤�ɂȂ�B + ... ��+��������Ƣ��׻�����֬��Ʒ� + ���ީ�����t˹�(ŤNTT-jTeXDz�˽��)��Ϊ�Ϣ + fill��ȭ���Ϊ���%��ù����� `YaTeX-kanji-code' - ... �������쐬���鎞�̊����R�[�h + ... ����������� `dviprint-command-format' - ... �t�@�C���̈���Ɏg����R�}���h��̏��� + ... ա���������������� `YaTeX-dvipdf-command' - ... DVI��PDF�ɕϊ�����R�}���h + ... DVI�PDF�ѹ����� -������ύX����ꍇ�́A��͂�`~/.emacs'�ɂāA���Ƃ���(setq tex-command -"pdflatex") �̂悤�ɂ��Ă��������B�ǂ̂悤�Ȓl���Z�b�g����Ηǂ����ɂ‚��� -�́A*Note All customizable variables::���Q�Ƃ��Ă��������B +����ѹ����Ϣ���`~/.emacs'�Ƣ�Ȩ� +(setq tex-command "pdflatex") +��˷Ư�����������ȹ��ɤ��Ĥ�Ϣ +*Note All customizable variables::�ȷƯ����  File: yatexj, Node: Invocation, Next: %#notation, Prev: Installation, Up: Top -latex�R�}���h�N�� -***************** +latex���ɯ� +***************************** -LaTeX�\�[�X�̕ҏW���A���̃L�[���͂ɂ��Aplatex �Ȃǂ̃^�C�v�Z�b�g�v���O�� -��(�Ȍ�^�C�v�Z�b�^�ƌĂ�)�A�v�������[�A�Ȃǂ̋N�����ł��܂��B +LaTeX����Ը梡έ������platex +��ο�׻����� +�(�忤׻ÿ���)����弢��ί��ǭ޹� `[prefix] t j' - ... �^�C�v�Z�b�^(platex)�N�� + ... ��׻ÿ(platex)�� `[prefix] t r' - ... �^�C�v�Z�b�^�N��(�̈�w��) + ... ��׻ÿ��(����) `[prefix] t e' - ... �^�C�v�Z�b�^�N��(�|�C���g�ʒu�̊‹��܂��͐������[�h�̂ݑ� - ��) + ... ����׻��&���� + (ݤ�������ĭ޿��������׻�ȷ� + ����ա���������й) `[prefix] t k' - ... ���쒆�̃^�C�v�Z�b�^�̒�~ + ... ���ο�׻ÿ��� `[prefix] t b' - ... jbibtex�N�� + ... jbibtex�� `[prefix] t i' - ... makeindex�N�� + ... makeindex�� `[prefix] t d' - ... �^�C�v�Z�b�g������dvipdfmx�N�� + ... ��׻�Ȱ��dvipdfmx�� `[prefix] t p' - ... �v�������[�A�N�� + ... ���弢�� `[prefix] t l' - ... lpr(�v�����g�A�E�g�p)�R�}���h�N�� + ... lpr(���Ȣ���)���ɯ� `[prefix] t s' - ... xdvi -remote �ł̃T�[�` + ... xdvi -remote �ε�� * Menu: -* Calling typesetter:: �^�C�v�Z�b�^�N�� -* Calling previewer:: �v�������[�A�N�� -* Print out:: �v�����g�A�E�g�p�R�}���h�̋N�� +* Calling typesetter:: ��׻ÿ�� +* Calling previewer:: ���弢�� +* Print out:: ���Ȣ��ѳ���ί�  File: yatexj, Node: Calling typesetter, Next: Calling previewer, Prev: Invocation, Up: Invocation -�^�C�v�Z�b�^�N�� -================ +��׻ÿ�� +================================ - �^�C�v�Z�b�^���N������ƁA�ҏW�E�B���h�E��2�‚ɕ�������A�Е��̃E�B���h -�E�Ƀ^�C�v�Z�b�g��ʂ��\������܂��B�o�͂���郁�b�Z�[�W�ƘA�����^�C�v�Z�b -�g�o�b�t�@�͎����I�ɃX�N���[�����܂��B�����A�r���ŃG���[���N�����Ď~�܂��� -���܂����ꍇ�ɂ̓^�C�v�Z�b�g�o�b�t�@�Ɉڂ�A(`C-x o') �^�C�v�Z�b�^�̏o���� -���� ? �v�����v�g�ɑ΂��āA`x' (�����̒��f)�Ȃǂ̎w���𑗂邱�Ƃ��ł��܂��B -�G���[���C������ꍇ�́A + ��׻ÿ򯰹�ȢԸ���ɦ�2�ˬ����Φ��� +�˿�׻���̬����޹��ϵ���û��Ȣ����׻� +���աϫ��˹���޹�ⷢ��Ǩ鼬�������� +��ÿ���Ͽ�׻����ա���(`C-x +o') ��׻ÿ�� �Ƥ� ? +������зƢ`x' +(�����)���ب���Ȭ +ǭ޹���򤵹���Ϣ `[prefix] '' -`(prefix+�A�|�X�g���t�B)' - ... ���O�̃G���[�����s�փW�����v +`(prefix+�ݹ��գ)' + ... ��Ψ鼯��ظ��� -����͂��邱�Ƃɂ��A�^�C�v�Z�b�^���G���[�𔭐������s�Ɉڂ邱�Ƃ��ł��܂��B -�܂��A�^�C�v�Z�b�^�̏o�͂��� overfull hbox �Ȃǂ̃E�H�[�j���O�s�ɂ��Ή��� -�Ă��܂��̂ŁA���� `[prefix] '' ���������Ƃɂ��A��‘O�̃E�H�[�j���O���� -�s�ɃW�����v���Ă����܂��B +��Ϲ����ꢿ�׻ÿ���򯸷�����Ȭǭ޹� +޿���׻ÿ��Ϲ� overfull hbox +��Φ���������� +Ƥ޹�Ǣ� `[prefix] '' +򡹳�����İΦ���� +���˸��׷Ƥ�޹� - �����A�C�ɂȂ�G���[�s���������ꍇ�́A�^�C�v�Z�b�g�o�b�t�@�ŁA�G���[�̕\ -������Ă���s�ɃJ�[�\�������킹�X�y�[�X�L�[�������� LaTeX �\�[�X�̑Ή��� -��s�ɃW�����v���܂��B + ⷢ�����Ԭ�ÿ��Ϣ��׻����աǢ� +�ν���Ƥ��˫�����ﻹڼ����� +LaTeX +���������˸��׷޹� -�̈�^�C�v�Z�b�g ----------------- +�迤׻�� +-------------------------------- - �|�C���g�ƃ}�[�N�̊ԁA���邢�̓e�L�X�g���ɖ��ߍ��� `%#BEGIN' ��`%#END' -�̊Ԃ̗̈�(*Note %#notation::)������؂����ă^�C�v�Z�b�g���邱�Ƃ��ł��� -���B���̏ꍇ���C���t�@�C���̃v���A���u�����ꎞ�t�@�C���̃v���A���u���Ƃ��� -�g���܂��B���������ăv���A���u���ɂȂ��}�N����`���̈���ɂ���ƃG���[�� -�Ȃ�܂��B�̈�^�C�v�Z�b�g���g���ꍇ�A�K���}�N����`�̓v���A���u�� -(`\begin{document}'���O)�ɒu���悤�ɂ��ĉ������B�ꎞ�t�@�C���̓��C���t�@ -�C���̂���f�B���N�g����`texput.tex'�Ƃ������O�ŏo�͂����̂ŁA�㏑���ɂ� -���ӂ��Ă��������B + ݤ���޼��֢���ƭ��������� +`%#BEGIN' � `%#END'�����(*Note +%#notation::)�������ƿ�׻�ȹ�Ȭ +ǭ޹�������ա����������ա��� +�����ȷ����޹������������ʤޯ���� +���ˢ�Ȩ����޹��迤׻���Ȧ�� +��ޯ���������(`\begin{document}'��)�֯� +˷Ƽ�����ա�����ա��΢� +ǣ����`texput.tex'Ȥ�����ϵ���Ǣ +�����շƯ���� -�‹��^�C�v�Z�b�g ----------------- +ĭ��׻�� +-------------------------------- - `[prefix] te' �������ƁA�|�C���g�ʒu�̍ł������̊‹��A�܂��͐������[�h�� -�̏ꍇ�͂��̐������[�h�S�̂������I�ɗ̈�I������āA�̈�^�C�v�Z�b�g���Ă� -�o���܂��Btabular�‹��␔�����[�h�ŕ��G�Ȃ��̂�����Ă���ꍇ�͊m���߂��� -�����������m�F�ł���̂ŕ֗��ł��B����� `texput.tex' �ɊY�������������o�� -�܂��B�v�������[�A�� `texput.dvi' ���J�����܂܂ɂ��Ă����ΏC���Ɗm�F���f�� -���ł���ł��傤�B + `[prefix] te' +�Ȣݤ���������ĭ�޿���� +�����Ͻ����ɴ΢���ĭ�ʱ�н����� +����Ƣ�迤׻�����з޹� +tabularĭ�����ǣ�������Ƥ����Ϋῤ����� +Χǭ�����ǹ�Emacs�����Ľ���Ϣ +����׻������������Φ��ɦ˽��޹�޿� +���ĭ���з���Ϣĭ�θ��񭹨��˫��� +������򹷷޹(on-the-fly����)� +������ʤ������弢� +`texput.dvi' +򫤿��˷ƪ�Ф��Χ���ǭ�Ƿ禣 + + ����������筵(���)��թ���200dpi(���300dpi)ǹ� +dpi�Ѩ�����LaTeX����ɳ�� +`%#PREVIEWDPI 150' +���dpi���Ư����  File: yatexj, Node: Calling previewer, Next: Print out, Prev: Calling typesetter, Up: Invocation -�v�������[�A�N�� -================ - `[prefix] t p' �ɂ��v�������[�A�̋N�����ł��܂��B����ɁA�������Ȃ����A- -remote �@�\�‚���xdvi�𗘗p���Ă���ꍇ�� `[prefix] t s' ���������Ƃɂ�� -�J�[�\���ʒu�̕�������������Ă��̃y�[�W��\������悤�ɂ��łɋN������xdvi -�ɖ��߂𑗂�܂��B����ɂ��A���ݕҏW���̉ӏ��̃^�C�v�Z�b�g���ʂ𑦍��Ɍ� -�邱�Ƃ��ł��܂��B +���弢�� +================================ + `[prefix] t p' +������弢ί��ǭ޹���ˢⷢ� +���-remote +��ĭ�xdvi��ѷƤ���� `[prefix] +t s' � +����꫼����θ�����ƽ�ڼ�򽨹��˹�˯ +���xdvi˿����޹�����ꢽ�Ը����ο�׻���� +��˫�Ȭǭ޹�  File: yatexj, Node: Print out, Prev: Calling previewer, Up: Invocation -�v�����g�A�E�g -============== +���Ȣ�� +============================ - `[prefix] t l'�������ăv�����g�A�E�g���w������ƁA�o�͊J�n/�I���y�[�W�� -�����Ă���̂ŁA���ꂼ��ɓ����܂��B������ȗ����������́A -universal-argument ���‚��A + `[prefix] t +l'�����Ȣ���ب��Ȣ�ϫ�/��ڼ +��Ư��Ǣ������޹����ʬ����Ϣ +universal-argument �ı� `C-u [prefix] t l' - ... �y�[�W�m�F�ȗ�lpr�N�� + ... ڼ�Χʬlpr�� -�̂悤�ɋN�����Ă��������B +��˯��Ư����  File: yatexj, Node: %#notation, Next: Completion, Prev: Invocation, Up: Top -%#�L�@ -****** +%#�� +********** - �{������`%#'�ł͂��܂�L�[���[�h�𖄂ߍ��ނ��ƂŃ^�C�v�Z�b�^�N�����̐��� -�����邱�Ƃ��ł��܂��B + ܸ��`%#'�ϸ�뭼��������ǿ�׻ÿ��� +Ω���Ȭǭ޹� * Menu: -* Changing typesetter:: �^�C�v�Z�b�g�p�R�}���h�̕ύX -* Splitting input files:: ���̓t�@�C������ -* Fix region for typesetting:: �̈�̌Œ� -* lpr format:: �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g -* Controlling which command to invoke:: ���̑��̋N���R�}���h���� -* Editing %# notation:: %#�L�@�̕ҏW +* Changing typesetter:: ��׻��ѳ����ѹ +* Splitting input files:: ��ա��� +* Fix region for typesetting:: ����� +* lpr format:: ���Ȣ�ȳ����թ���� +* Controlling which command to invoke:: �ξί����ɩ� +* Editing %# notation:: %#���Ը  File: yatexj, Node: Changing typesetter, Next: Splitting input files, Prev: %#notation, Up: %#notation -�^�C�v�Z�b�g�p�R�}���h�ύX -========================== +��׻��ѳ���ѹ +==================================================== - �N������R�}���h��ς��������͖{�����Ɏ��̂悤�ȍs�������܂��B + ��������Ѩ����ܸ�ˡ������޹� %#!jlatex-ntt -NTT jTeX �ƁAASCII jTeX ���g�����������悤�ȏꍇ�ɕ֗��ł��傤�B +NTT jTeX ȢASCII jTeX +�Ȥ�����������Ƿ禣  File: yatexj, Node: Splitting input files, Next: Fix region for typesetting, Prev: Changing typesetter, Up: %#notation -���̓t�@�C������ -================ +��ա��� +================================ -�܂��A�͖��ɕʃt�@�C���� .tex ���쐬���Ă���ꍇ�ŁA`main.tex'���� -`sub.tex' �� `\include'���Ă���悤�Ȏ��́A`sub.tex'�̔C�ӂ̈ʒu�Ɏ��̂悤 -�ȍs�𖄂ߍ��݂܂��B +޿�����ա��� .tex +�Ƥ���Ǣ`main.tex'�� `sub.tex' +� +`\include'�Ƥ����Ϣ`sub.tex'Τ�� +��ˡ���������޹� %#!platex main.tex -��̗�̂悤�ɃR�}���h�������łȂ��������������ꍇ�ɂ́A�S�Ă����̂܂� -shell �ɓn���̂Ŏ��̂悤�ɏ����΁Aghostview �Ȃǂ��v�������[�A�Ɏg�����ɕ� -���ł��B +�����˳��ɾ���ʯ�������Ϣ������ +shell �Ϲ�ǡ����Тghostview +������弢�Ȧ��� +�ǹ� %#!platex main && dvi2ps main.dvi > main -�Ȃ��A���̍s�̍Ō�̒P��̃s���I�h�ȑO���u���C���t�@�C���v�̃x�[�X�l�[���� -����Ɖ��肵�܂�(���2�‚̏ꍇ�ǂ����`main')�B���̍s�ɋL�q�����A`%f'�̓� -�C���t�@�C�����ɁA `%r' �̓��C���t�@�C���̊g���q����菜���������ɒu������ -�܂��B�������A`%f,%r'�𗘗p�����ꍇ�A����^�C�v�Z�b�g���ɕK�����C���t�@�C -�����̓��͂𑣂���܂��B +ʪ�������α�����ʰ����ա����ټ� +ͼ�Ǣ�Ⱦ�޹(��2��������`main')� +���˭ҷ��`%f'���ա��ˢ +`%r' +���ա���ȥ����������ֹ��޹� +����`%f,%r'��ѷ�����׻���ˬ���ա�� +������޹� - `[prefix] g' (*Note Cursor jump::�Q��) �ł̃t�@�C���ԃW�����v��L���ɋ@ -�\�����邽�߁A���̓t�@�C���������ɂ͎��̂��Ƃɒ��ӂ��ĉ������B + `[prefix] g' (*Note Cursor jump::��) �� +ա��ָ�����ˡ�������ա�����ϡγ�� +�շƼ��� - 1. �T�u�f�B���N�g��������āA���̒��ɃT�u�t�@�C����u�����Ƃ͂ł��邪�T - �u�f�B���N�g���̃T�u�f�B���N�g���ɂ͒u���Ȃ��B - 2. ���C���t�@�C������T�u�f�B���N�g�����̃t�@�C���� include ���鎞�ɂ́A - ���΃p�X�w���p���āA`\include{chap1/sub}'�̂悤�ɋL�q�B - 3. ���C���t�@�C�������̃f�B���N�g���ɂ���ꍇ���A�T�u�t�@�C���ɂ� - %#!platex main.tex �̂悤�ɋL�q����(../main�ł͂Ȃ�)�B + 1. ��ǣ������Ƣ���˵�ա���֯���ǭ� + ��ǣ���ε�ǣ�����ֱʤ� + 2. ��ա����ǣ�����ա��� + include ����Ϣ + ��ѹ���ѤƢ + `\include{chap1/sub}'��˭ң + 3. ��ա������ǣ���ˢ���⢵�ա���� + %#!platex main.tex + ��˭ҹ�(../main��ʤ)� @@ -374,50 +422,58 @@  File: yatexj, Node: Fix region for typesetting, Next: lpr format, Prev: Splitting input files, Up: %#notation -�̈�̌Œ� -========== +����� +==================== - `[prefix] tr' �̗̈�w��̃^�C�v�Z�b�g�ł́A�Ƃ��Ɏw��̂Ȃ�������A -`C-SPC'�Ń}�[�N�����ʒu�ƁA�|�C���g(�J�[�\���ʒu)�̊Ԃ�̈�Ƃ݂Ȃ��܂����A -�K�����܂����̈���^�C�v�Z�b�g�������ꍇ�́A���̗̈�� + `[prefix] tr' +�����ο�׻���Ϣȯ����ʤ��� +`C-SPC'�޼�����Ȣݤ��(������)�������ʷ� +�������ÿ���׻�ȷ����Ϣ����� %#BEGIN - <�n�������̈�> + <Ϸ����> %#END -�̂悤��`%#BEGIN'��`%#END'�ň͂݁A�J�[�\�����u`%#BEGIN'�ȍ~�v�ɒu���Ă��� -�����B���̎��̗̈挈��K�����܂Ƃ߂�Ǝ��̂悤�ɂȂ�܂��B +���`%#BEGIN'�`%#END'��ߢ������`%#BEGIN'��� +�֤Ư�����������꬧�����ȡ�����޹� - 1. �J�[�\���ʒu���o�b�t�@�̐擪������`%#BEGIN'�Ƃ����L�[���[�h������� - �� + 1. ����������ա�����`%#BEGIN'Ȥ����ɬ + ���� - 1. `%#BEGIN'���o�b�t�@�̖���������`%#END'�Ƃ����L�[���[�h�����‚��� - ���ꍇ�B - =>`%#BEGIN' ����A���� `%#END' �̂���ʒu�܂ŁB - 2. `%#END' �����‚���Ȃ������ꍇ�B=>�o�b�t�@�̍Ō���܂ŁB + 1. `%#BEGIN'����ա������`%#END'Ȥ����ɬ�ī� + ��� + =>`%#BEGIN' �颽� `%#END' ΢����ǣ + 2. `%#END' ��ī�ʫÿ�� + =>��ա�����ǣ - 2. �J�[�\���ʒu���o�b�t�@�̐擪������ `%#BEGIN' �Ƃ����L�[���[�h�� - ���‚���Ȃ������ꍇ�B - =>�}�[�N(`C-SPC'�ʒu)�ƃ|�C���g(�J�[�\���ʒu)�̊Ԃ̗̈�B + 2. ����������ա����� + `%#BEGIN' Ȥ����ɬ + �ī�ʫÿ�� + =>޼�(`C-SPC'��)�ݤ��(������)����� - tabular �‹������x�����s���낵�Ă���悤�ȏꍇ�́A`\begin'�̑O�̍s�� -`%#BEGIN' �Ə����A`\end' �̎��̍s�� `%#END' �Ə����Ă����ƊȒP�ɍ�\���ʂ� -�e�X�g���邱�Ƃ��ł��܂��B�܂��A���� .tex �t�@�C���̌㔼�� `%#BEGIN' ���� -���Ă����΁A�O���̕����͖����ł��܂��B����BEGIN��END �̏����Y��ɂ͏\���� -���Ӊ������B + tabular +ĭ�������Ƥ�����Ϣ`\begin'ΰ�� +� `%#BEGIN' ��`\end' Ρ��� +`%#END' ��ƪ� +�ʱ�����ƹȹ�Ȭǭ޹�޿��� +.tex ա���� � `%#BEGIN' +��ƪ�Т�����ϵ�ǭ޹���BEGIN�END +�÷���Ͻ���ռ���  File: yatexj, Node: lpr format, Next: Controlling which command to invoke, Prev: Fix region for typesetting, Up: %#notation -lpr�t�H�[�}�b�g -=============== +lprթ���� +=========================== - �܂��A�v�����g�A�E�g�p�R�}���h��̃t�H�[�}�b�g�ɂ‚��Đ������܂��B�R�}�� -�h��t�H�[�}�b�g�́A3�‚� Lisp �ϐ��ɂ���ĕ\������܂��B�f�t�H���g�� -dvi2ps �p�̃t�H�[�}�b�g���ɐ������܂��B + ޺����Ȣ��ѳ�����թ�����Ĥ����޹� +�����թ����Ϣ3�� Lisp +�����ƽ���޹�� +թ��� dvi2ps +��թ����������޹� `(1)dviprint-command-format' `"dvi2ps %f %t %s | lpr"' @@ -428,103 +484,118 @@ `(3)dviprint-to-format' `"-t %e"' -���ۂɃv�����g�A�E�g���鎞�́A(1)���� %s ���t�@�C�����ɒu���������A%f �� -(2)�̓��e�A%t ��(3)�̓��e�ɒu���������܂��B���̍ۂ�(2)�̕����񒆂� %b �� -�u�o�͊J�n�y�[�W�v�A(3)�̕����񒆂� %e �́u�o�͏I���y�[�W�v�ɒu��������� -�܂��B�����A�y�[�W���w�肵�Ȃ����ɂ́A%f, %t �����Ƃ���������܂��B +������Ȣ�ȹ��Ϣ(1)�� %s +�ա���֭����%f � +(2)��Ƣ%t +�(3)����֭����޹�����(2)θ���� +%b � +��ϫ�ڼ�ע(3)θ���� %e +���Ϫ�ڼ���֭���� +޹�ⷢڼ����ʤ��Ϣ%f, +%t ������޹� - ���́Adviprint-command-format ��Վ��ɕς��������́ALaTeX �̃\�[�X�e�L�X -�g���̔C�ӂ̏ꏊ�ɁA + �΢dviprint-command-format +����Ѩ���ϢLaTeX � +���ƭ���Τ����ˢ %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2 -�̂悤�ɏ����ĉ������B�v�����g�A�E�g����y�[�W�͈͂����������������Ȃ��悤 -�ɂ��鎞�� +����Ƽ������Ȣ�ȹ�ڼ����������ʤ� +˹��� %#LPR dvi2ps %s | lpr -�ȂǂƂ���̂��֗���������܂���B +��ȹ��������޻�  File: yatexj, Node: Controlling which command to invoke, Next: Editing %# notation, Prev: lpr format, Up: %#notation -���̑��̋N���R�}���h���� -======================== +�ξί����ɩ� +================================================ -LaTeX �����Ɋ֘A����R�}���h�͈ȉ��� %# �L�@�Ŏw�肷�邱�Ƃ��ł��܂��B +LaTeX ���آ������ʼ� %# +������Ȭǭ޹� `%#BIBTEX' - ... makeindex���s�Ȃ��R�}���h���C��([prefix] t b) + ... makeindex��ʦ������([prefix] t b) `%#MAKEINDEX' - ... bibtex���s�Ȃ��R�}���h���C��([prefix] t i) + ... bibtex��ʦ������([prefix] t i) `%#DVIPDF' - ... DVI����PDF�ϊ����s�Ȃ��R�}���h���C��([prefix] t d) + ... DVI��PDFѹ��ʦ������([prefix] + t d) -�s���������̃L�[���[�h�Ŏn�܂�s��LaTeX�����̐擪�t�߂ɏ����Ă����΁A�� -��Ŏw�肵���R�}���h���N���ł��܂��B +Ԭ����έ���������LaTeX��������ƪ�Т +����귿�����ǭ޹�  File: yatexj, Node: Editing %# notation, Prev: Controlling which command to invoke, Up: %#notation -%#�L�@���̂̕ҏW -================ +%#�����Ը +============================== -�ȏ�̂悤��`%#'�Ŏn�܂�e�퐧��L�@��ҏW���邽�߂ɂ� +�����`%#'������歡�Ը����� `[prefix] %' - ... `%#'�L�@�ҏW���j���[ + ... `%#'��Ը��� -�������܂��B +�޹� !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR -�Ƃ������j���[���o�ė���̂ŁA`%#!'�ɑ����R�}���h��ύX���������ɂ�`!'���A -`%#LPR'�� lpr �t�H�[�}�b�g��ς���������`l'���A���炩���ߐݒ肵�����W���� -�� `%#BEGIN' �` `%#END' �Ŋ��肽�����́A`b'�������܂��B`b'��I�񂾎��ɂ́A -����܂Ńo�b�t�@���ɒu����Ă���`%#BEGIN', `%#END' �������I�ɏ�������܂��B +Ȥ���弬�����Ǣ`%#!'˳������ѹ������ +`!'�`%#LPR'� lpr +թ�����Ѩ����`l'�� +���귿���� `%#BEGIN' � `%#END' +��꿤�Ϣ +`b'�޹�`b'�����Ϣ������ա��֫�Ƥ� +`%#BEGIN', `%#END' ��������޹�  File: yatexj, Node: Completion, Next: Local dictionary, Prev: %#notation, Up: Top -�⊮���� -******** +��� +**************** - LaTeX �ł̊‹����Ȃǂ́A�쒹�̕⊮�@�\�𗘗p���Ĕ\���I�ɓ��͂��邱�Ƃ��� -���܂��B + LaTeX +��ĭ���Ϣ��䰡���ѷƽ����Ϲ�� +�ǭ޹� * Menu: -* begin�^�⊮:: -* section�^�⊮:: -* large�^�⊮:: -* maketitle�^�⊮:: -* Arbitrary completion:: �����⊮ -* end�⊮:: -* Accent mark completion:: �A�N�Z���g�L���⊮ -* Image completion:: �����L���C���[�W�⊮ -* Greek letter completion:: �M���V�������⊮ +* begin��:: +* section��:: +* large��:: +* maketitle��:: +* Arbitrary completion:: ��� +* end�:: +* Accent mark completion:: ����ȭ�� +* Image completion:: ����Ἰ� +* Greek letter completion:: ����� +* Inserting parens::  -File: yatexj, Node: begin�^�⊮, Next: section�^�⊮, Prev: Completion, Up: Completion +File: yatexj, Node: begin��, Next: section��, Prev: Completion, Up: Completion -begin�^�⊮ -=========== +begin�� +================= - `\begin{env}...\end{env}'�̗l�Ȍ`���̓��͂̕⊮��begin�^�⊮�ƌĂԂ��Ƃ� -���܂��Bbegin �^�⊮�́A + `\begin{env}...\end{env}'�����������begin��� +�ֳ�˷޹�begin ��Ϣ `[prefix] b' - ... begin �^�⊮�J�n(�W���ł� `C-c b') + ... begin �䰫�(���� `C-c b') -�Ŏn�܂�܂��B�p�ɂɗp�����鎟�� LaTeX �‹��̕⊮�́A[prefix] `b' �ɑ��� -����1��������͂��邾���ŁA`\begin{xxx}...\end{xxx}'�����������܂��B +����޹����Ѥ���� LaTeX +ĭ��Ϣ[prefix] `b' +˳���1����Ϲ���Ǣ`\begin{xxx}...\end{xxx}'� +��޹� `[prefix] b c' ... `\begin{center}...\end{center}' @@ -561,342 +632,399 @@ `[prefix] b V' ... `\begin{verse}...\end{verse}' - ��L�̂��̈ȊO�̊‹����� Emacs �̎��ƒC���N�������^���ȕ⊮�@�\��p���� -���͂��܂�(��L�̊‹������ȉ��̕⊮���͉”\)�B + ����ʰ�ĭ�� Emacs +��Ĥ������䰡��Ѥ� +�Ϸ޹(��ĭ��ʼ����Ľ)� `[prefix] b SPC' - ... begin �^�⊮���� + ... begin ���� -`[prefix] b SPC' �Ɠ��͂���ƁA�ʼn��s�̃~�j�o�b�t�@�� +`[prefix] b SPC' +��Ϲ�ȢǼ������ա� Begin environment(default document): -�ƕ\������܂��B�����ŁA�������ꂸ�Ƀ��^�[���L�[�̂݉����ƁA���ʓ��ɏo�Ă� -��f�t�H���g�̊‹��������͂���܂����A�K���Ȋ‹�������͂���ƁA`\begin{�� -����} �c \end{�‹���}'���������ɑ}������܂��B�~�j�o�b�t�@�Ŋ‹�������͂� -��Ƃ��ɁA�‹����̓���������͂��u�X�y�[�X�v���������ƁA��v����‹������� -���e�[�u���ɑ��݂����ꍇ�A�������‹����ɕ⊮�����̂ŁA���͂̎�Ԃ��Ȃ��� -���B�����e�[�u���ɑ��݂��Ȃ��‹�������͂������̓��[�U��p�̃e�[�u���ɓo�^ -����A����ɂ��̃e�[�u���������I�ɁA���[�U����(�f�t�H���g�ł� -`~/.yatexrc')�ɕۑ����܂��B +Ƚ���޹���Ǣ�����꿼��ߡ�Ȣ�����Ƥ +��թ���ĭ���ϵ�޹�����ĭ���Ϲ�Ȣ +`\begin{ĭ�} � +\end{ĭ�}'���������޹����� +ա�ĭ���Ϲ�ȭˢĭ�ά����Ϸֹڼ��򿿯Ȣ +�׹�ĭ����Ƽ��˸߷��碵��ĭ��䰵���Ǣ +����֬ʱ޹���Ƽ��˸߷ʤĭ���Ϸ���漶� +��Ƽ���п�좵�˽�Ƽ��򫰪ˢ漶��(�թ� +��� `~/.yatexrc')�ݸ�޹� -����ɁA����̊‹���⊮���͂������ɂ͂��̊‹��ŕK���p������G���g������ -���}�����܂�(��: `itemize'�‹��ɂ�����`\item'�Ȃ�)�B�}�����ꂽ�G���g�����s -�v�ȏꍇ�ɂ�undo�ɂ���ď������ĉ������B +��ˢ���ĭ���Ϸ���Ͻ�ĭǬ�Ѥ������� +����޹(�: +`itemize'ĭ˪��`\item'��)����쿨 +����������undo������Ƽ��� -���ɏ������e�L�X�g���‹��Ŋ��� ------------------------------- +���ƭ���ĭ��� +------------------------------------------------------------ - �Ƃ���ŁA�ŏ��ɏ����Ă��܂����u���b�N���ォ��Aitemize �‹��̒��ɕ‚��� -�߂����Ǝv�����Ƃ�����܂����A���̂悤�ȂƂ��́A���炩���ߕ‚����߂����i�� -���}�[�N���āAbegin �^�⊮�̊e�R�}���h�� `[prefix]' �̎��́w�������� 'b'�x -���w�啶���x�ɕς��ċN�����ĉ������B(�܂��́A`C-u' ���ɑł��Auniversal -argument ���‚��Ă��”\�ł�) + ȳ�Ǣ����Ʒ�ÿ��ï���itemize +ĭ�� +�ĸ�ῤ�צ�Ȭ��޹������ȭϢ�髸� +ĸ�ῤ���޼��Ƣbegin +���Ƴ���� `[prefix]' +Ρ�خ��� 'b'� +������ѨƯ��Ƽ���(޿Ϣ +`C-u' ������universal argument +�ı��Ľǹ) - �Ⴆ�΂���p���O���t�� description �‹��̒��ɓ��ꂽ���Ƃ��́A���̃p���O -���t���}�[�N���Ă���A + �Т������ description +ĭ����쿤ȭϢ +�������޼��ƫ�䰡����зƯ���(description +ĭ���� `[prefix] b D')� -`[prefix] B D' -`(�܂��� ESC 1 [prefix] b D)' -`(�܂��� C-u [prefix] b D �Ȃ�)' +��������޹������� +`transient-mark-mode' � t +(Emacsθ�)���Ƥ�����Ǣ�� +`transient-mark-mode' � `nil' ˷Ƥ���Ϣ +䰭��� `universal-argument' ��(`C-u') +�׷ƫ� `[prefix] b D' +�ɢ䰭�� +��׹��������޹� +ʪEmacs22��Ǣ�� `transient-mark-mode' +���� `set-mark-command' +(`C-space')΢������ `transient-mark-mode' +������޹� -�ƃ^�C�v���Ă��������B����́A`[prefix] b SPC'�̕⊮���͂ɂ����Ă͂܂�A -`b' ��啶���ɕς��āA`[prefix] B SPC' �ƃ^�C�v����΁A���炩���߃}�[�N�� -�Ă��������W�������Abegin �� end �̊‹��Ŋ���܂��B  -File: yatexj, Node: section�^�⊮, Next: large�^�⊮, Prev: begin�^�⊮, Up: Completion +File: yatexj, Node: section��, Next: large��, Prev: begin��, Up: Completion -section�^�⊮ -============= +section�� +=================== - `\section{�ړI}' �̂悤�Ȍ`���̓��͂̕⊮�� section �^�⊮�ƌĂԂ��Ƃɂ� -�܂��Bsection �^�⊮�́A + `\section{ܪ}' +����������� section +����ֳ �˷޹�section +��Ϣ `[prefix] s' - ... section �^�⊮ + ... section �� -�Ŏ��s���܂��B`[prefix] s' ����͂���ƃ~�j�o�b�t�@�ɁA +��Է޹�`[prefix] s' +��Ϲ������աˢ (C-v for view-section) \???{} (default documentclass): -�Ƃ����v�����v�g�������̂ŁA������ `section' �̂悤�� LaTeX �R�}���h���� -���͂��܂��B�����ł����^�[���L�[�݂̂Ŋ��ʓ��̃f�t�H���g�l���I�������ق��A -`chapter'�Ȃǂ̂悤�ȕp�x�̍������̓��͂ɂ̓X�y�[�X�L�[�ɂ��⊮�@�\���L -���ł��B ���ɁA{}�̒��g�̓��͂𑣂��A +Ȥ�����Ȭ����Ǣ��� +`section' ��� LaTeX �� +�ɾ��Ϸ޹�����꿼���������թ��ͬ�� +��۫�`chapter'��������⤾����Ϲڼ����� +�䰡����ǹ� +�ˢ{}������򥹢 \section{???}: -�Ƃ����v�����v�g�������̂ŁA�Z�N�V�����̃^�C�g���Ȃǂ���͂��܂��B���Ƃ� -�΁A +Ȥ�����Ȭ����Ǣ�����ο�������Ϸ޹� +�ȨТ (C-v for view-section) \???{} (default documentclass): section - \section{???}: �ړI + \section{???}: ܪ -�̂悤�ɓ��͂����ꍇ�́A���͒��� +����Ϸ���Ϣ���� - \section{�ړI} + \section{ܪ} -���}������A +����� (C-v for view-section) \???{} (default section): vspace* \vspace*{???}: -�̂悤��{}�̒��g���ȗ������Ƃ��́A +���{}����ʬ��ȭϢ \vspace*{} -�������}������A���s�͂����J�[�\���͎����I�ɒ����ʂ̓����Ɉړ����܂��B +���������ϻ�����ϫ���������ܰ�޹� * Menu: -* 2�ˆȏ�̈������Ƃ� section�^�R�}���h:: -* Enclose section-type command:: ����⊮ -* Recursive completion:: �ċA�⊮ -* view-sectioning:: �Z�N�V������؂�̃A�E�g���C���\�� -* label-generation:: ���x���������� +* 2��������� section�����:: +* Enclose section-type command:: ��� +* Recursive completion:: Ƣ� +* view-sectioning:: ��������΢���� +* label-generation:: ��뫰��  -File: yatexj, Node: 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Next: Enclose section-type command, Prev: section�^�⊮, Up: section�^�⊮ +File: yatexj, Node: 2��������� section�����, Next: Enclose section-type command, Prev: section��, Up: section�� -2�ˆȏ�̈������Ƃ� section�^�R�}���h -------------------------------------- +2��������� section����� +----------------------------------------------------------------- - �Ƃ���ŁA`\addtolength{\topmargin}{8mm}' �Ȃǂ̂悤�ɁA�������ˆȏ�� -�� LaTeX �R�}���h������܂��B���̂悤�ȃR�}���h�̕⊮���͂ɂ́A section �^ -�⊮�Ăяo���Ɉ�����t���Ă��������B�Ⴆ�Ώ��`addtolength' �̗�ł���΁A -����2���w�肵�܂��B�‚܂�A + ȳ�Ǣ`\addtolength{\topmargin}{8mm}' +����ˢ����� ���� LaTeX +���ɬ��޹����ʳ��������Ϣ +section +����з����ձƯ��������`addtolength' +��Ǣ�Т��2���޹���� - C-u 2 [prefix] s (�܂��́AESC 2 [prefix] s) + C-u 2 [prefix] s (޿ϢESC 2 [prefix] s) -�� section �^�⊮���Ăяo������A +� section �����з�� (Ctrl-v for view-section) \???{} (default vspace*): addtolength \addtolength{???}: \topmargin Argument 2: 8mm -�̂悤�ɓ��͂��Ă��������B�ŏ��� addtolength �̕����ƁA�������ł��� -\topmargin �̓��͓͂��R�X�y�[�X�ɂ��⊮���͂��”\�ł��B���[�U�����ɓo�^ -����� LaTeX �R�}���h�ɂ́A���̈����̐����w�K�����̂ŁA�ŏ��̕⊮�̎��� -���̐����w�肵�ċN�����Ă����΁A�Ȍ�̕⊮���ɂ́A�L�����ꂽ������������ -�����ė���悤�ɂȂ�܂��B���Ƃň����̌���ς��������́A�Ă� `C-u' ��p -���Ȑ����w�肵�������ƂŁA�����I�Ɏ������̈����̌��̕������X�V���܂��B +����ϷƯ������� +addtolength ���Ȣ����Ǣ� \topmargin +�������ڼ������ϬĽǹ�漶���п +��� LaTeX +�����Ϣ�������ج����Ǣ������ +�������Ư��ƪ�Т������Ϣ���������� +��������޹����������Ѩ���Ϣ�� +`C-u' +�Ѥ�����귾���Ǣ���˭�����������򹷷� +��  -File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Up: section�^�⊮ +File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2��������� section�����, Up: section�� -���ɏ������e�L�X�g������ ------------------------- +���ƭ����� +------------------------------------------------ - �܂��A�N���R�}���h��`s'��啶���ɕς��ċN������ƁA���炩���ߏ��������� -�� section �^�R�}���h�̑������Ƃ��Ċ���܂��B + ޿�section�䰡����з�������˷ƪ�� +����ƭ��� section +����������ȷ���޹� +����� `transient-mark-mode' � `nil' +˷Ƥ���� `C-u' +΢��䰭��׹�Я���������޹� +  -File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section�^�⊮ +File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section�� -�ċA�⊮ --------- +Ƣ� +---------------- - ���x�Ȏg�����ɂȂ邩������܂��񂪁Asection�^�⊮�̈����̓��͎��ɂ���� -�⊮���͂𗘗p���邱�Ƃ��ł��܂�(section/large/maketitle�^�Ɍ���)�Bsection -�^�R�}���h�̈����ɍX�� LaTeX �R�}���h������ꍇ�ɂ̓~�j�o�b�t�@�Ŗ쒹�̕� -���L�[���ċA�I�ɓ��͂��邱�Ƃň����̓��͂������I�ɍs�Ȃ��܂��B + ���Ȥ������޻�section���������˵�� +�����ѹ�Ȭǭ޹(section/large/maketitle����)�section +��������˹� LaTeX +���ɬ����������ա��� +䰭��Ƣ���Ϲ��������������ʨ޹�  -File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section�^�⊮ +File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section�� -�Z�N�V������؂�̃A�E�g���C���\�� ----------------------------------- +��������΢���� +-------------------------------------------------------------------- - �ʏ��section�^�⊮�̎��Ƀ~�j�o�b�t�@��`C-v'�������ƌ��ݑ��݂���Z�N�V�� -����؂�R�}���h�S�Ă� `*Sectioning Lines*'�Ƃ����o�b�t�@�Ɉꗗ�\�����܂� -(�u<<--�v�̂‚��Ă���s�������Ƃ��߂��Z�N�V������؂�)�B���̎��~�j�o�b�t�@ -��`C-p', `C-n' ��������`part', `chapter', ..., `subparagraph' �̃R�}���h�� -�_���K�w�̍����ɂ��������ď㉺���܂��B�܂��A`C-v', `M-v' �������ƃZ�N�V�� -����؂�ꗗ�o�b�t�@���X�N���[�����A������`0'�``7'�������Ƃ��鍂���ȏ�̃Z -�N�V������؂肾����I��ŕ\�����܂�(���ۂɂ���Č���Ε�����܂�)�B + ���section���������ա�`C-v'�Ƚ߸߹뻯 +��������ɴ�� `*Sectioning +Lines*'Ȥ���ա���� +��޹(�<<--��ĤƤ�Ԭ����᤻�������)������ +��ա�`C-p', `C-n' ��`part', `chapter', ..., +`subparagraph' +γ��ɬ������˷����強޹�޿� +`C-v', `M-v' +�Ȼ�����������ա����뷢 +���`0'�`7'�Ȣ����λ�����������ǽ +��޹(�����ƫ�Ь��޹)� -`*Sectioning Lines*'�o�b�t�@�́A +`*Sectioning Lines*'��աϢ `M-x YaTeX-section-overview' - ... �Z�N�V������؂�ꗗ�o�b�t�@�𐶐� + ... ������������ա� -�ō쐬���邱�Ƃ��ł��܂��B���̃o�b�t�@��I�����C�ӂ̍s�ŃX�y�[�X�������ƁA -�Y������Z�N�V������؂�̂���{�����̏ꏊ�ɃW�����v���܂��B����ɁA���o�b -�t�@�� `u' �������ƁA�\�[�X�e�L�X�g�̑Ή�����Z�N�V�����R�}���h����K�w�� -����(��: subsection �� section �ɕς��)�A`d'�������ƈ�K�w������܂��B -`*Sectioning Lines*'�o�b�t�@�ɂ���Z�N�V������؂�̍s���}�[�N���Ă����� -`U'�������ƃ��W�������̂��̂ɑΉ�����\�[�X�e�L�X�g�̃Z�N�V�����R�}���h�� -�ׂĂ���K�w�オ��A`D'�������Ɖ�����܂��B�Z�N�V������؂�ꗗ�o�b�t�@�� -���p�ł���L�[�R�}���h�ɂ͈ȉ��̂��̂�����܂��B +��Ȭǭ޹�����ա�����ǹڼ��Ȣ +���뻯������΢�ܸ����˸��׷޹���ˢ��� +ա� `u' +�Ȣ���ƭ������뻯�����ɬ� +���(�: subsection � section +����)�`d'���ؼ�� +޹�`*Sectioning +Lines*'��աˢ뻯���������޼� +�ƪ��`U'�������������뽼�ƭ��λ��� +���ɹ�Ƭ����`D'�ȼ��޹�������� +�����ա���ǭ뭼������ʼ��ά��޹� `SPC' - ... �Ή�����\�[�X�s�փW�����v + ... ���뽼��ظ��� `.' - ... �Ή�����\�[�X�s��\�� + ... ���뽼��� `u' - ... �J�[�\���ʒu�ɑΉ�����Z�N�V�����R�}���h����K�w�グ�� + ... ����������뻯����������� `d' - ... �J�[�\���ʒu�ɑΉ�����Z�N�V�����R�}���h����K�w������ + ... ����������뻯��������ؼ�� `U' - ... �}�[�N�����Z�N�V�����R�}���h����K�w�グ�� + ... ޼���������������� `D' - ... �}�[�N�����Z�N�V�����R�}���h����K�w�グ�� -`0�`6' - ... ���x�� n �ȉ��̃Z�N�V�����R�}���h���B���ĕ\�� + ... ޼���������������� +`0�6' + ... ��� n + ʼλ��������ƽ�  -File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section�^�⊮ +File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section�� -���x���������� --------------- +��뫰�� +---------------------------- - `\ref{}' �� `\cite{}' �}�N����section�^�⊮�œ��ꂽ�ꍇ�Q�Ɛ�ƂȂ蓾�� -���̂�S�ĒT���ă��j���[�ɂ��đI���ł��܂��B�Q�Ɛ�ɂ�`\label{}'���‚��Ă� -���K�v�͂���܂���B��������΁A���̃��x�����g���A�Ȃ���΂��̏�ŎQ�Ɛ�� -`\label{}'����点�Ă���܂��B���x�������l����̂͋�ɂɊ�������̂ł��B�S -�ẴJ�E���^�Ƀ��x�����‚���̂������ւ�ł��B�������x�����ɉ����‚��邩�A -���x�����‚��邩�‚��܂����A�ȂǂƂ������Ƃ͖Y��܂��傤! + `\ref{}' � `\cite{}' +ޯ��section������� +�����������Ƶ�����˷ƪ�ǭ޹������ +`\label{}'�ıƪ���Ϣ�޻�ⷢ�Т������ +Ȥ�ʱ�н��Dz���`\label{}'���Ư�޹� +����ͨ�����˶����ǹ���Ϋ������� +ı��⿤��ǹ�����˿�ı뫢����ı�ı� +�����Ȥ���Ϻ�޷�!  -File: yatexj, Node: large�^�⊮, Next: maketitle�^�⊮, Prev: section�^�⊮, Up: Completion +File: yatexj, Node: large��, Next: maketitle��, Prev: section��, Up: Completion -large�^�⊮ -=========== +large�� +================= - `{\large }' �̂悤�Ȍ`���̕⊮�� large �^�⊮�ƌĂԂ��Ƃɂ��܂��B + `{\large }' �������� large +����ֳ�˷޹� `[prefix] l' - ... large �^�⊮�J�n + ... large �䰫� -��large�^�⊮�̊J�n�ł��B`[prefix] l' �������ƁA�~�j�o�b�t�@�� +�large��Ϋ�ǹ�`[prefix] l' +�Ȣ����ա� {\??? } (default large): -�ƕ\�������̂ŁA��L�̂��̂Ɠ����v�̂ŕ⊮���͂��ĉ������B�⊮���ɗp�� -����Ă���̂́A`footnotesize' �� `huge' �̂悤�ȕ����T�C�Y�w��q�ƁA`bf' -��`dg'�̂悤�ȃt�H���g�w��q�ł��B +Ƚ�����Ǣ����ȱ������ϷƼ��������� +��Ƥ��Ϣ`footnotesize' � `huge' +��ʸ������ +�Ȣ`bf'�`dg'���թ�����ǹ� -���ɏ��������������� --------------------- +��񤿸���� +---------------------------------------- - �܂��Abegin�^�⊮�̎��Ɠ��l�A��ɏ����Ă��܂�����A�̕��͂̕����̃T�C�Y -��ς������Ǝv����������܂����A���̂悤�Ȏ��́A�T�C�Y��傫����ς������� -���͈̔͂��}�[�N���Ă���A�Ăяo���L�[�� `[prefix] L' �ƁA�啶���� L �ɕ� -���ČĂяo���΁A���̃��W�����S�̂��A�u���[�X�ň͂܂�܂��B + ޿�begin����ȱ͢���Ʒ�ÿ�θ�θ�ε�� +�Ѩ���צ����޹�������Ϣ����筵�Ѩ��� +�����޼��ƫ�large�����ǯ����  -File: yatexj, Node: maketitle�^�⊮, Next: Arbitrary completion, Prev: large�^�⊮, Up: Completion +File: yatexj, Node: maketitle��, Next: Arbitrary completion, Prev: large��, Up: Completion -maketitle�^�⊮ -=============== +maketitle�� +===================== - `\maketitle' �̌`���̕⊮�� maketitle �^�⊮�ƌĂԂ��Ƃɂ��܂��B + `\maketitle' ������ maketitle +����ֳ�˷޹� `[prefix] m' - ... maketitle �^�⊮�J�n + ... maketitle �䰫� -�ŁAmaketitle �^�⊮���J�n���܂��B�⊮�̗v�͍̂��܂ł̂��̂Ƃ܂����������� -���BLaTeX �p�̃R�}���h�����⊮���Ƃ��ėp�ӂ���Ă��܂��B +Ǣmaketitle +���Ϸ޹�����ϣ�������ÿ���� +��LaTeX +�γ��ɾ����ȷ��յ�Ƥ޹�  -File: yatexj, Node: Arbitrary completion, Next: end�⊮, Prev: maketitle�^�⊮, Up: Completion +File: yatexj, Node: Arbitrary completion, Next: end�, Prev: maketitle��, Up: Completion -�����⊮ -======== +��� +================ - ���āA���܂ŏq�ׂ��T�^�I�� LaTeX �R�}���h�`���̕⊮���͂�p�����ɁA���� -�͂��悤�Ƃ��Ă��� LaTeX �R�}���h�𕶏����̔C�ӂ̈ʒu�Ő����⊮���邱�Ƃ� -�ł��܂��BLaTeX �R�}���h(�擪��\�Ŏn�܂�)����͂��Ă���r���ŁA + �Ƣ����ٿ���� LaTeX +�����������Ѥ�ˢ� +�Ϸ�ȷƤ� LaTeX +�������Τ�������䰹� +��ǭ޹�LaTeX +����(謬\����)��ϷƤ���Ǣ `[prefix] SPC' - ... �����⊮ + ... ��� -����͂���΁A�S�Ă̕⊮���̒������v������̂��I�΂�J�[�\���ʒu�ɑ}�� -����܂��B +��Ϲ�Т����������׹��ά��쫼������� +��޹�  -File: yatexj, Node: end�⊮, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion +File: yatexj, Node: end�, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion -end�⊮ -======= +end� +=========== - ���݊J�����܂܂̊‹����������I�Ɍ��o���A`\end{�‹���}'��}�����܂��B -begin �^�⊮��p����Ί‹��̕‚��Y��͂Ȃ��̂ł����A���ɂ͂‚��‚���� -`\begin{�‹���}' �����Ă��܂��A�߂����v�������邱�Ƃ�����܂��B���̂悤 -�Ȏ��ɂ͋C�ɂ��������ĕ��͂���͂��A������̂��� + �߫�����ĭ�򫰪ˡз�`\end{ĭ�}'����� +��begin +���Ѥ��ĭ�ĸ���ʤ�ǹ�����ĤĤ�� +`\begin{ĭ�}' +���Ʒޤ�ᷤפ��Ȭ��޹�� +�����Ϥ˻���Ƹ���Ϸ������� `[prefix] e' - ... end �⊮ + ... end � -�Ƃ��邱�ƂŁA���݊J���Ă���‹����� \end{} ������܂��B +ȹ��Ǣ�߫�Ƥ�ĭ�� +\end{} ����޹�  -File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end�⊮, Up: Completion +File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end�, Up: Completion -�A�N�Z���g�L���⊮ -================== +����ȭ�� +==================================== - �����̃A�N�Z���g�L��(`\`{o}'�Ȃ�)����͂��鎞�́A + ��΢���ȭ�(`\`{o}'��)��Ϲ��Ϣ `[prefix] a' - ... �A�N�Z���g�L������ + ... ����ȭ��� -�������ƁA�~�j�o�b�t�@�� +�Ȣ����ա� 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b -�Ƃ������j���[���o�ė���̂ŁA�����A�܂��͑Ή�����L��/�p������͂��ĉ��� -���B����ƕҏW�o�b�t�@�ɁA +Ȥ���弬�����Ǣ���޿������/����� +�Ƽ������Ը��աˢ \`{} -�������A�J�[�\����{}���Ɉʒu����̂ŁA����Ɉꕶ�����͂��鎖�ŁA +���좫���{}���ֹ��Ǣ������Ϲ��Ǣ \`{o} -����������A�J�[�\����{}�̊O�ɖ߂�܂��B +����좫����{}ΰ���޹�  File: yatexj, Node: Image completion, Next: Greek letter completion, Prev: Accent mark completion, Up: Completion -�����L���C���[�W�⊮ -==================== +����Ἰ� +======================================== - ��ɐ������[�h�Ŏg�p�����A���⃰�Ȃǂ̋L�����[���I�ɕ\������L�[���� -�ŁALaTeX �R�}���h����͂ł��܂��B����͖쒹���g�́u�������[�h�v�ł̂ݓ��� -���܂��B�쒹�̓J�[�\����TeX�̐����‹��̒��ɂ��鎞��`;'��A`:'�ɓ���ȋ@�\ -���������܂��B + ��������ѵ�������έ����˽��뭼�� +ǢLaTeX +�������ǭ޹��������������� +��޹��ϫ���TeX���ĭ��ˢ���`;'� +`:'���ʡ�����޹� - ���āA�Ⴆ�΁A��(leftarrow)��ASCII���������ŕ\������ꍇ�A��ʓI�ɂ́u<-�v -�̂悤�ɂ��܂����A����𗘗p���āA�����L���C���[�W���̓��[�h��`\leftarrow' -����͂���ɂ́A`;'(�Z�~�R����)��ł��Ă���`<-'�Ɠ��͂��܂��B���l�ɁA���� -���-(long-leftarrow) ��ASCII���������ŕ\������ꍇ�u<--�v�Ƃ���̂ŁA -`\longleftarrow'����͂��邽�߂ɂ́A`;<--' �Ɠ��͂��܂��B���邢�͖�����L -����ASCII���������ŕ\�����鎞�́uoo�v�̂悤�ɂ��邱�Ƃ���A`\infty' ����� -���鎞�́A`;oo'�ƃL�[���͂��܂��B + �Ƣ�Т�(leftarrow)�ASCII����ǽ������̪���<-� +��˷޹������ѷƢ����Ἰ����� +`\leftarrow'��Ϲ��Ϣ`;'(�߳��)���ƫ�`<-'� +�Ϸ޹���ˢ�����-(long-leftarrow) +�ASCII����ǽ��� +���<--�ȹ��Ǣ`\longleftarrow'��Ϲ���Ϣ`;<--' +��Ϸ޹���ϵ����ASCII����ǽ������oo��� +˹�ȫ�`\infty' +��Ϲ��Ϣ`;oo'ȭ��Ϸ޹� - �����̑�����܂Ƃ߂�Ǝ��̂悤�ɂȂ�܂��B + �����������ȡ�����޹� - INPUT ���͂���� LaTeX �R�}���h + INPUT �ϵ�� LaTeX ���� ; < - `\leftarrow' ; < - - `\longleftarrow' ; < - - > `\longleftrightarrow' @@ -905,958 +1033,1147 @@ - ������̏ꍇ���A�C���[�W���͂��s���Ă���r���Ŗ]�݂̂��̂��o�b�t�@�ɕ\�� -���ꂽ�Ȃ�A�����ŃC���[�W���͂��~�߂Ď��̕ҏW����Ɉڂ��Ă��\���܂���B + ������⢤Ἰ�����Ƥ���Ǿ���ά��ա +˽����颽�ǤἸ�����ơ�Ը������� +��޻� - �����‹�����`;'���g����͂���ɂ�`;;'�̂悤�ɂ��܂��B�C���[�W���͂̓r�� -��TAB�������ƁA����܂œ��͂��������Ŏn�܂���̈ꗗ���\������܂��B������ -�ړI�� LaTeX �R�}���h�܂ŃJ�[�\�����ړ����ēxTAB���������Ƃł��� LaTeX �R -�}���h���o�b�t�@�ɑ}������܂��B + ��ĭ��`;'����Ϲ���`;;'��˷޹��Ἰ +������TAB�Ȣ�����Ϸ����������������� +�����ܪ� LaTeX +�����ǫ����ܰ���TAB򡹳�� +�� LaTeX +���ɬ��ա�����޹� - �ǂ̃L�[���͂ɂǂ̋L�����Ή����Ă��邩�S�Ēm�肽�����́A`;'������������ -��TAB�������Ă��������B�ȉ��̗�́A`;<'�Ɖ��������TAB�����������̂ł��B + �έ�����έ����Ƥ뫴��꿤�Ϣ`;'򡷿 +���TAB�Ư����ʼ��Ϣ`;<'ȡ����TAB򡷿�� +ǹ� KEY LaTeX sequence sign - < \leq �� - << \ll �s - <- \leftarrow �� + < \leq � + << \ll � + <- \leftarrow � <= \Leftarrow <= -������[���̓L�[]�A[�Ή����� LaTeX �R�}���h]�A[(�[��)�L���}��]�A�Ƃ������� -���j���[���o�ė���̂ŁA�悭�g�����̂��o���Ă����Ɨǂ��ł��傤�B���̂ɂ�� -�Ă�ASCII�����ŕ\�����邱�Ƃ�����Ȃ̂ŁA���܂�o���₷���L�[���тł͂Ȃ� -���̂�����ł��傤����A���̂悤�ȏꍇ�� \maketitle �^�⊮�œ��͂��邩�A�� -���ɏq�ׂ�Ή��\�̐ݒ���s���ĒP���ȃL�[���т̂��̂�ݒ肷��Ɨǂ��ł��傤�B +���[�ϭ�]�[���� LaTeX +����]�[(��)��ި]�� +������弬�����Ǣ�Ȧ���Шƪ��ɤǷ� +���������ASCII��ǽ���Ȭ����Ǣ���Ш +乤������ʤ�ά��Ƿ禫颽������ +\maketitle +����Ϲ뫢ʼ�������������Ʊ +�ʭ�����������ɤǷ禣 - ���̓L�[�� LaTeX �R�}���h�A�L���̑Ή��\���l�I�ɐݒ肵�����ꍇ�� -Emacs-Lisp �ϐ� `YaTeX-math-sign-alist-private' �ɒ�`���Ă��������B���̓� -�e�ƃf�t�H���g�̂��̂����킹�����̂��Ή��\�Ƃ��Ďg�p����܂�(private �̕� -���D�悳���)�B�Ȃ��A���̕ϐ��̍\���ɂ‚��Ă� `yatexmth.el' ���Q�Ƃ��Ă��� -�����B + �ϭ�� LaTeX +���ɢ��������ͪ��귿���� +Emacs-Lisp �� `YaTeX-math-sign-alist-private' +����Ư���� +������թ��������ά���ȷ��ѵ�޹(private +�������)�ʪ�����ν��Ĥ�� +`yatexmth.el' � ȷƯ����  -File: yatexj, Node: Greek letter completion, Prev: Image completion, Up: Completion +File: yatexj, Node: Greek letter completion, Next: Inserting parens, Prev: Image completion, Up: Completion -�M���V�������⊮ -================ +����� +================================ - ������A�����‹�����`:'�������ƃM���V���������̓��[�h�ɓ���܂��B`:'�� -�����������`a'��������`\alpha'���A`g' �������� `\gamma'���A�ȂǃA���t�@�x�b -�g�ɑΉ������M���V���������}������܂��B������@��;�̐����L���⊮�Ƃ܂��� -�������ł��B�܂���`:'�̒����TAB�������Ăǂ̃A���t�@�x�b�g�ɂǂ̃M���V���� -�����Ή����Ă��邩���ׂĂ݂Ă��������B + ��Ģ��ĭ��`:'�Ȯ����������޹� +`:'򡷿���`a'��`\alpha'��`g' +�� +`\gamma'���ɢ�ա�����������������޹� +�����;��������ÿ���ǹ�޺�`:'ξ�� +TAB���΢�ա�����ή�������Ƥ뫴���� +����� - `;'��`:'�𐔎��‹����ʼn����Ă���ɂ�������炸�A�C���[�W�⊮�������Ȃ��� -���́A`C-u ;'�̂悤�� universal-argument ���‚��ăL�[���������Ƃɂ��A�� -���I�ɃC���[�W�⊮�ɓ��邱�Ƃ��ł��܂��B�܂��A���̎��ɂǂ̂悤�ȏ�ԂŐ��� -�‹�������Ɏ��s�����������A���������B + `;'�`:'���ĭ�ǡ�Ƥ��⫫�麢�Ἰ䰬� +�ʤ��Ϣ`C-u ;'��� universal-argument +�ıƭ�򡹳 +���ꢯ��ˤἸ����Ȭǭ޹�޿�������� +������ĭ��˺Է������ + + + +File: yatexj, Node: Inserting parens, Prev: Greek letter completion, Up: Completion + +������ +======================== + + 3����� () {} [] +Ϋ������ȭ�ĸ��򫰪���޹� +`\' ξ��� `[' +�������Ƥ����򷨢 +�������޹��ξ LaTeX +�ޯ������������� +��˳�޹����̽����1����쿤ȭ� +`C-q' � �����Ϲ뫢`[prefix] w m' +Ǥ����OFF˷Ư���� + + ���ƫ髭������Ƚ�������������޹�  File: yatexj, Node: Local dictionary, Next: Commenting out, Prev: Completion, Up: Top -���[�J������ -************ +��� +************************ - �⊮���͗p�̌��͎O��ނ̎�������\������Ă��܂��B��‚�`yatex.el'�ɑg -�ݍ��܂ꂽ�u�W�������v�A������‚̓��[�U���l�I�ɏ�p����R�}���h��ۑ��� -��u���[�U�����v�A�����Ă����ЂƂ‚͂���f�B���N�g���ł̂ݗL���ȃR�}���h�� -�ۑ�����u���[�J�������v�ł��B + �������ϰ��έ�齮��Ƥ޹���� +`yatex.el'������ָ��ע����漶��ͪ��� +������ݸ���漶��ע�������Ϣ�ǣ���� +�߭�ʳ����ݸ�������ǹ� - �⊮���͎��ɐV�����P�����ꂽ�ꍇ�ɁA���̒P����ǂ̎����ɓ���邩������ -���܂��B + ����˷���������ˢ�α���έ����뫹�� +�޹� `foo' is not in table. Register into: U)serDic L)ocalDic N)one D)iscard -�Ƃ����v�����v�g�ɑ΂��A`u'�Ɠ�����Ɓu���[�U�����v���A`l'�Ɠ�����ƃ��[�J -���������X�V���A`n'�Ɠ�����Ǝ����t�@�C���͍X�V�������݂�Emacs �Z�b�V���� -�̂ݗL���ȒP��Ƃ��A`d'�Ɠ�����ƐV���ȒP����w�K�����Ɏ̂Ă邱�ƂɂȂ�� -���B +Ȥ�������з�`u'������漶����`l'���� +����򹷷�`n'����ȭ�ա��Ϲ������Emacs +�÷���߭�ʱ�ȷ�`d'����ȷ�ʱ��ج����� +�����޹� - �����A���[�J�������̋@�\�͂��炸�A�S�ă��[�U�����̍X�V�݂̂ł悢�ƌ����� -���ɂ�`~/.emacs'�ȂǂŁA + ⷢ���Ρ�Ϥ麢��漶��ι��������� +���`~/.emacs'��Ǣ (setq YaTeX-nervous nil) -�Ƃ��ĉ������B +ȷƼ���  File: yatexj, Node: Commenting out, Next: Cursor jump, Prev: Local dictionary, Up: Top -�R�����g�A�E�g -************** +���Ȣ�� +**************************** - LaTeX�̕ҏW�ɂ͎��s���낪�‚����̂ł��B���镔�����ꊇ�ŃR�����g�A�E�g�� -����A�R�����g���O�����肵�������Ƃ�����܂��B + LaTeX�Ը������ĭ��ǹ��������dz��Ȣ�� +��ꢳ���򰷿귿��Ȭ��޹� `[prefix] >' - ... ���W������ % �ŃR�����g�A�E�g + ... ���� % dz��Ȣ�� `[prefix] <' - ... ���W������ % �̃R�����g���O�� + ... ���� % γ���� -�́A���炩���ߐݒ肵�����W�����ɑ΂��Ă̑���A +Ϣ�髸��귿����з���� `[prefix] .' - ... ���݂̃p���O���t���R�����g�A�E�g + ... ����������Ȣ�� `[prefix] ,' - ... ���݂̃p���O���t�̃R�����g���O�� + ... �������γ���� -�́A�J�[�\���̈ʒu����p���O���t�S�̂ɑ΂��Ă̑���ł��B�Ȃ��A�����ł��� -�u�p���O���t�v�� (`mark-paragraph') �֐��ɂ��}�[�N�����͈͂��w���܂� -(�W���ݒ��`ESC h'�Ƀo�C���h����Ă���)�B�Ȃ��A����`%'�ŃR�����g�A�E�g���� -�Ă���p���O���t�ɑ΂��ČJ��Ԃ��p���O���t�̃R�����g���g�p�����ꍇ�̓���� -�ۏ؂��܂���̂Ō䒍�ӂ��������B +Ϣ������ֹ����մ��з����ǹ�ʪ���Ǥ� +������� (`mark-paragraph') +�����޼�������ط +޹(�����`ESC +h'�Ф�ɵ�Ƥ�)�ʪ���`%'dz� +�Ȣ�ȵ�Ƥ������зƫ�ַ����γ�����ѷ +���ΰ���ڷ޻�����կ���� - ���āA���͂ɑ΂��Ă����łȂ��A���ɂ�`\begin', `\end' ���̂ɑ΂��Ă��R�� -���g�A�E�g�̑�����������Ƃ�������܂��B���̂悤�ȂƂ��́A`\begin{}' ���� -���� `\end{}' �̍s�ɃJ�[�\�������킹�A + �Ƣ���з����ʯ����`\begin', +`\end' ���� +�����Ȣ�����򷿤ȭ���޹�����ȭϢ +`\begin{}' ��� `\end{}' +��˫�����ﻢ `[prefix] >' - ... `\begin{}'�``\end{}' �S�ăR�����g�A�E�g + ... `\begin{}'�`\end{}' + �Ƴ��Ȣ�� `[prefix] <' - ... `\begin{}'�``\end{}' �S�ăR�����g���O�� + ... `\begin{}'�`\end{}' + �Ƴ���� -�Ƃ��邱�ƂŁA`\begin�`\end'�ň͂܂��‹��S�Ăɑ΂��ăR�����g���삵�A +ȹ��Ǣ`\begin�\end'�����ĭ���зƳ���� `[prefix] .' - ... `\begin{}' �� `\end{}' ���R�����g�A�E�g + ... `\begin{}' � `\end{}' ���Ȣ�� `[prefix] ,' - ... `\begin{}' �� `\end{}' �̃R�����g���O�� + ... `\begin{}' � `\end{}' γ���� -�́A�Ή����� `\begin' �� `\end' 2�s�������A�R�����g����̑ΏۂƂ��܂��B�� -�W�������R�����g�A�E�g���悤�Ƃ��āA�}�[�N��ݒ肵���̂��ɃJ�[�\�����ړ��� -`[preifx] >' �������Ă��J�[�\���� `\begin{}' �̏�ɂ����`\begin{}'�` -`\end{}'���[�h�ŃR�����g�@�\�������Ă��܂��̂Œ��ӂ��ĉ������B +Ϣ���� `\begin' � `\end' +2������������� +�޹�������Ȣ�ȷ�ȷƢ޼���귿��˫�� +��ܰ�`[preifx] >' ��⫼�� +`\begin{}' ��ˢ +��`\begin{}'�`\end{}'��dz��ȡ����Ʒަ� +��շƼ���  File: yatexj, Node: Cursor jump, Next: Modifying/Deleting, Prev: Commenting out, Up: Top -�J�[�\���W�����v -**************** +������� +******************************** * Menu: -* �Ή��I�u�W�F�N�g�ւ̃W�����v:: -* ���G�`���c�[���N��:: -* ���C���t�@�C���ւ̃W�����v:: -* �‹���P�ʂƂ����W�����v:: -* �Ō�̕⊮�ʒu�ւ̃W�����v:: +* ���ָ����θ���:: +* ����ļ믰:: +* ��ա���θ���:: +* ĭ��ȷ�����:: +* �������θ���::  -File: yatexj, Node: �Ή��I�u�W�F�N�g�ւ̃W�����v, Next: ���G�`���c�[���N��, Prev: Cursor jump, Up: Cursor jump +File: yatexj, Node: ���ָ����θ���, Next: ����ļ믰, Prev: Cursor jump, Up: Cursor jump -�Ή��I�u�W�F�N�g�ւ̃W�����v -============================ +���ָ����θ��� +======================================================== - �������̂��낢��ȏꏊ�� + ���Τ������ `[prefix] g' - ... �Ή�����I�u�W�F�N�g�ɃW�����v + ... ����ָ���˸��� -���������Ƃɂ��A�J�[�\���ʒu��LaTeX�R�}���h�ɑΉ�����ꏊ�ɃW�����v���� -���B�Ή��֌W�����݂���Ɖ��߂����R�}���h�ɂ͈ȉ��̂��̂�����܂��B +򡹳���ꢫ������LaTeX�����������˸��� +�޹���ظ��߹�����������ʼ��ά��޹� - * `\begin{}' ���� `\end{}' - * `%#BEGIN' ���� `%#END' - * �摜�t�@�C���̎�荞�݃}�N�� �� �Ή�����viewer/���G�����c�[���N�� - * `\label{}' ���� `\ref{}' - * `\include(\input)' �� �Ή�����t�@�C�� - * `\bibitem{}' ���� `\cite{}' + * `\begin{}' �� `\end{}' + * `%#BEGIN' �� `%#END' + * ��ա�������ޯ� � ����viewer/����ļ믰 + * `\label{}' �� `\ref{}' + * `\include(\input)' � ����ա�� + * `\bibitem{}' �� `\cite{}' - `\begin{}' �� `\end{}' �̍s��`[prefix] g'���������Ƃɂ��A�Ή����� -`end/begin'�̍s�ɃW�����v���܂��B�������Ή�������̂��Ȃ��ꍇ�̓G���[�� -�Ȃ�܂��B�܂�����́A�̈�Œ�̂��߂� `%#BEGIN' �� `%#END' �̃y�A�ɑ΂��� -�����l�ɓ��삵�܂��B�Ȃ��A`label/ref'��`cite/bibitem'�Ή�������̂��ʃt�@ -�C���ɂ��鎞�́A�W�����v��ƂȂ�t�@�C�����I�[�v������Ă��Ȃ���΂Ȃ�܂� -��B*Note %#notation::. ���C���� .tex �t�@�C���� `\include{chap1}' �Ȃǂ� -�J�[�\�������킹�A`[prefix] g' �������ƁA`chap1.tex' �ɃW�����v���܂��B + `\begin{}' � `\end{}' ���`[prefix] +g'򡹳�� +������`end/begin'��˸��׷޹����������ά +ʤ��Ϩ����޹�޿��Ϣ����ο�� +`%#BEGIN' � `%#END' +�ڢ�з���˰�޹�ʪ�`label/ref'� +`cite/bibitem'�����ά�ա��ˢ��Ϣ��������ա +�묪����Ƥʱ����޻�*Note +%#notation::. ��� .tex ա��� +`\include{chap1}' ��˫�����ﻢ +`[prefix] g' �Ȣ`chap1.tex' +˸��׷޹� -�܂��A +޿� `[prefix] 4 g' - ... �ʃE�B���h�E�őΉ��I�u�W�F�N�g�ɃW�����v + ... ̦��ɦ����ָ���˸��� -�������ƁA�Ή�����I�u�W�F�N�g�ւ̃W�����v��ʃE�B���h�E�ōs���܂��B�������A -���̋@�\�� `begin/end', `%#BEGIN/%#END' �Ԃ̃W�����v�ɑ΂��Ă�(�Ӗ����Ȃ� -�Ǝv����̂�)�@�\���Ȃ��̂Œ��ӂ��Ă��������B +�Ȣ����ָ����θ����̦��ɦ�Ԥ޹����� +�Ρ�� `begin/end', `%#BEGIN/%#END' +�θ����з�� +(գ�ʤ�������)���ʤ���շƯ����  -File: yatexj, Node: ���G�`���c�[���N��, Next: ���C���t�@�C���ւ̃W�����v, Prev: �Ή��I�u�W�F�N�g�ւ̃W�����v, Up: Cursor jump +File: yatexj, Node: ����ļ믰, Next: ��ա���θ���, Prev: ���ָ����θ���, Up: Cursor jump -���G�`���c�[���N�� -================== +����ļ믰 +==================================== -��L�́u�摜�t�@�C���̎�荞�݃}�N���v�Ƃ́A�Ⴆ�� `\epsfile{file=foo}' �� -�悤�ȑ}�G��荞�݃R�}���h�̂��ƂŁA���̍s�ɃJ�[�\�������킹��`[prefix] g' -�������Ƃ��̉摜�t�@�C���̌��ƂȂ����t�@�C����Ή����邨�G�`���c�[�����N�� -���ăI�[�v�����܂��B�N������c�[���̔���͈ȉ��̂悤�ɂȂ���܂��B +�����ա�������ޯ���Ϣ�� +`\epsfile{file=foo}' +���ި���߳���γ�Ǣ���� +��������`[prefix] +g'�Ƚ���ա��ε��ÿա +������모��ļ�򯰷ƪ���޹�����ļ�ν� +�ʼ���ʵ�޹� - 1. �J�����g�s���ϐ� `YaTeX-processed-file-regexp-alist' �ɒ�`����Ă��� - ���K�\���̂����ꂩ�ƃ}�b�`������A�t�@�C�����ɑ������镔���� \\(\\)�� - �甲���o���Ċo���Ă���(���Ԗڂ�\\(\\)���͕ϐ��̊e���X�g�� cdr ���ɓ� - ��Ă���)�B�}�b�`���Ȃ���Ή������Ȃ��B - 2. �s���ɁA�ϐ� `YaTeX-file-processor-alist' �ɓo�^����Ă���R�}���h�� - �u%�R�}���h�v �̂悤�ɏ����Ă���΋����I�Ɂu�R�}���h �t�@�C����.�g�� - �q�v���N���B - 3. �Ȃ���΁A�ϐ� `YaTeX-file-processor-alist' �̊e���X�g��cdr���ɓ����� - ����g���q���u�t�@�C�����v�̌��ɑ������t�@�C�������݂��邩�������� - �āA���݂����ꍇcar���ɓ����Ă���R�}���h���N������B - 4. �ȏ�ǂꂩ�Ƀ}�b�`���Ȃ���΂�����߂�B + 1. ����Ԭ�� `YaTeX-processed-file-regexp-alist' + ���� + �Ƥ뵬��Τ���������ա���������� + \\(\\)�鴭з�Шƪ�(����\\(\\)��������� + cdr �� + ��ƪ�)�����ʱ�п�ʤ� + 2. ��ˢ�� `YaTeX-file-processor-alist' + �п��Ƥ���ɬ + �%����� + ����Ƣ�Я���ֳ��� + ա��.ȥ��� ��� + 3. ʱ�Т�� `YaTeX-file-processor-alist' + �����cdr����� + ��ȥ���ա������˭��ա�문߹�硴�Ƣ� + ߷���car����Ƥ����򯰹� + 4. ���������ʱ�Т���� -�ϐ� `YaTeX-file-processor-alist' �ƕϐ� `YaTeX-file-processor-alist' �̐� -����@�ɂ‚��Ă͂��ꂼ��̕ϐ��ɂ‚��� describe-variable ���Đ�����ǂ�� -�������B���܂��ݒ肷��ƁA�摜�t�@�C���ɂ����炸�A�C�ӂ̌`���̃t�@�C����C -�ӂ̃v���Z�b�T�ŏ�������R�}���h���ȒP�ɌĂяo�����Ƃ��ł��܂��B +�� `YaTeX-file-processor-alist' ��� +`YaTeX-file-processor-alist' +������Ĥ�Ͻ������Ĥ +� describe-variable +�������Ǽ����ޯ���Ȣ��ա� +�˫�麢������ա�������õ���������� +����й�Ȭǭ޹�  -File: yatexj, Node: ���C���t�@�C���ւ̃W�����v, Next: �‹���P�ʂƂ����W�����v, Prev: ���G�`���c�[���N��, Up: Cursor jump +File: yatexj, Node: ��ա���θ���, Next: ĭ��ȷ�����, Prev: ����ļ믰, Up: Cursor jump -���C���t�@�C���ւ̃W�����v -========================== +��ա���θ��� +==================================================== -`chap1.tex'�̂悤�ȃT�u�t�@�C���ŁA +`chap1.tex'��ʵ�ա��Ǣ `[prefix] ^' - ... ���C���t�@�C���ɃW�����v + ... ��ա��˸��� `[prefix] 4 ^' - ... �ʃE�B���h�E�Ń��C���t�@�C���ɃW�����v + ... ̦��ɦ���ա��˸��� -�������ƁA���C���t�@�C���̕ҏW�o�b�t�@�ɐؑւ��܂��B�����A���C���t�@�C���� -�I�[�v�����Ă��Ȃ��ꍇ�́A�J�����g�f�B���N�g������T���Ď����I�ɃI�[�v���� -�܂��B +�Ȣ��ա���Ը��ա��ب޹�ⷢ��ա��� +����Ƥʤ��Ϣ����ǣ���鵷ƫ��˪��� +޹�  -File: yatexj, Node: �‹���P�ʂƂ����W�����v, Next: �Ō�̕⊮�ʒu�ւ̃W�����v, Prev: ���C���t�@�C���ւ̃W�����v, Up: Cursor jump +File: yatexj, Node: ĭ��ȷ�����, Next: �������θ���, Prev: ��ա���θ���, Up: Cursor jump -�‹���P�ʂƂ����W�����v -======================== +ĭ��ȷ����� +================================================ -����Ɍ��݂̊‹���P�ʂƂ��ċ@�\����R�}���h�Ɉȉ��̂��̂�����܂��B +��˽��ĭ��ȷơ�������ʼ��ά��޹� `M-C-a' - ... �‹��̐擪(`\begin')�փW�����v + ... ĭ��(`\begin')ظ��� `M-C-e' - ... �‹��̖���(`\end')�փW�����v + ... ĭ���(`\end')ظ��� `M-C-@' - ... �‹��S�̂��}�[�N + ... ĭ���޼� -��L�̃R�}���h�͒ʏ��`[prefix]'�L�[�ł͂Ȃ�`META'�L�[���v���t�B�N�X�Ƃ��� -�@�\����̂ł����Ӊ������B +�γ�������`[prefix]'����ʯ`META'�����գ� +�ȷơ����Ǵ�ռ���  -File: yatexj, Node: �Ō�̕⊮�ʒu�ւ̃W�����v, Prev: �‹���P�ʂƂ����W�����v, Up: Cursor jump +File: yatexj, Node: �������θ���, Prev: ĭ��ȷ�����, Up: Cursor jump -�Ō�̕⊮�ʒu�ւ̃W�����v -========================== +�������θ��� +==================================================== -�쒹�͕⊮���͂����ʒu����Ƀ��W�X�^ `3'�ɕۑ����Ă��܂��B���͓r���Ŕ@���� -��t�@�C���̔@���Ȃ�ʒu�ɍs�����Ƃ��Ă��A`C-x j 3'(`jump-to-register')�� -�g���Ē����ɍŌ�̕⊮���͈ʒu�ɖ߂邱�Ƃ��ł��܂��B +����Ϸ������츹� +`3'�ݸ�Ƥ޹� +����ǡ���ա��Ρ�������ÿȷ�� +`C-x j +3'(`jump-to-register')���ƾ������������ +�Ȭǭ޹�  File: yatexj, Node: Modifying/Deleting, Next: Filling, Prev: Cursor jump, Up: Top -�ύX/�폜 -********* +ѹ/�� +***************** - ���ɓ��͂���Ă��� LaTeX �R�}���h�̕ύX/�폜�̂��߂Ɉȉ��̋@�\���p�ӂ��� -�Ă��܂��B + ���ϵ�Ƥ� LaTeX +�����ѹ/��ο��ʼΡ���� +��Ƥ޹� `[prefix] c' - ... �J�[�\���ʒu�� LaTeX �R�}���h�̕ύX + ... ������� LaTeX + �����ѹ `[prefix] k' - ... �J�[�\���ʒu�� LaTeX �R�}���h�̍폜 + ... ������� LaTeX + ������� -�����̃R�}���h�́A�R�}���h���N������ꏊ�ɂ���ē�������肷��̂Œ��ӂ� -�ĉ������B +���γ���Ϣ����򯰹������ư��������շ +Ƽ��� * Menu: -* Changing LaTeX command:: LaTeX �R�}���h�̕ύX -* Killing LaTeX command:: LaTeX �R�}���h�̍폜 +* Changing LaTeX command:: LaTeX �����ѹ +* Killing LaTeX command:: LaTeX �������  File: yatexj, Node: Changing LaTeX command, Next: Killing LaTeX command, Prev: Modifying/Deleting, Up: Modifying/Deleting -LaTeX �R�}���h�̕ύX -==================== +LaTeX �����ѹ +================================== -�ύX������ LaTeX �R�}���h�ɃJ�[�\�������킹�� `[prefix] c' �������Ƃ��̃R -�}���h��⊮���͂Ȃǂ�p���Ď�y�ɕς��邱�Ƃ��ł��܂��B`[prefix] c' �ŕ� -�X�ł���R�}���h�ɂ͈ȉ��̂��̂�����܂��B +ѹ��� LaTeX +����˫������� `[prefix] c' +�Ƚγ����������Ѥ����Ѩ�Ȭǭ޹� +`[prefix] c' +�ѹǭ������ʼ��ά��޹� - * `begin/end' �̊‹��� - * section�^�R�}���h�̃R�}���h�� - * section�^�R�}���h�̈��� - * section�^�R�}���h�̃I�v�V�����p�����[�^([]�ň͂܂ꂽ����) - * large�^�R�}���h - * (�C���[�W�⊮�œ��͉”\��)�������[�h��p��maketitle�^�R�}���h + * `begin/end' �ĭ� + * section�����γ��ɾ + * section�������� + * section�����Ϊ׷����Ἷ([]������) + * large����� + * (�Ἰ����Ľ�)�������maketitle����� - �ς�����section�^�R�}���h�̈���������� LaTeX �R�}���h���܂ޏꍇ�́A���� -�������͂ޒ����ʂ̏�� `[prefix] c' ���������ƂŒ��̃R�}���h��ύX�Ώ۔��� -���珜�O���邱�Ƃ��ł��܂��B + Ѩ��section������������ +LaTeX ���������Ϣ +������������� `[prefix] c' +򡹳���γ����ѹ +�ݽ������Ȭǭ޹�  File: yatexj, Node: Killing LaTeX command, Prev: Changing LaTeX command, Up: Modifying/Deleting -LaTeX �R�}���h�̍폜 -==================== +LaTeX ������� +================================== -`[prefix] k' �͋N������ʒu�ɂ�莟�̂悤�ȓ�����s���܂��B +`[prefix] k' ϯ�������� +���ʰ��Ԥ޹� - �N���ʒu ���� - \begin, \end�̍s `\begin\end'�y�A�̍폜 - %#BEGIN, %#END �̍s %#BEGIN,%#END�y�A�̍폜 - section�^�R�}���h�̏�(��) section�^�R�}���h�̍폜 - �t�H���g�w�芇�ʂ̏� �t�H���g�w��̍폜 - ���ʂ̏� �΂��Ȃ����ʂ̍폜 + ���� �� + \begin, \end�� `\begin\end'ڢ��� + %#BEGIN, %#END �� %#BEGIN,%#ENDڢ��� + section�������(�) section�������� + թ�������� թ������� + ���� ��ʹ����� -`\begin, \end' ����� `%#BEGIN, %#END' ���폜����ꍇ�A`\begin, \end' �� -`%#BEGIN, %#END' �̑��݂���s�͂܂邲�ƍ폜�����̂ŁA�����̈�s�� -`\begin' �Ȃǂ��ˆȏ�A�˂ď����Ȃ��悤�ɒ��ӂ��Ă��������B��L�̂��̂� -���ׂĖ{�����͂��u�e��v���폜����悤�ɓ����܂����Auniversal-argument -(`C-u') ��ł������`[prefix] k'���^�C�v����ƁA���ꂼ��́u�e��v�Ɋ܂܂� -��u���g�v����C�ɍ폜���܂��B�ȉ��̗���Q�l�ɂ��ĉ������B +`\begin, \end' ��� `%#BEGIN, %#END' +������� `\begin, \end' � `%#BEGIN, %#END' +θ߹��� +���������Ǣ������� +`\begin' ��������� +�ʤ���շƯ���� +����Ϲ��ܸ�Ϧ����������˯�޹�� +universal-argument (`C-u') ��ÿ��`[prefix] +k'�׹�Ȣ +�����������������������޹�ʼ����˷ +Ƽ��� - ���̃e�L�X�g: [prefix] k C-u [prefix] k - �{��\footnote{�r��}�ł��B �{���r���ł��B �{���ł��B - ��(�J�[�\���ʒu) + ��ƭ��: [prefix] k C-u [prefix] k + ܸ\footnote{��}ǹ� ܸ��ǹ� ܸǹ� + �(������)  File: yatexj, Node: Filling, Next: Includeonly, Prev: Modifying/Deleting, Up: Top -������ -****** +巨 +************ -item�̌����� -============ +item�巨 +==================== - itemize �‹����ɂ���`\item'�̍���(����)�������s�ɓn��ꍇ�ɁA���ڂ̐擪 -���������������ꍇ�ɂ́A + itemize +ĭ�ˢ�`\item'���(��)���������ˢ� +����巨������Ϣ `M-q' - ... ������ + ... 巨 -�ɂ���āA���� item �̃C���f���g�̐[���ɉ����� fill ����܂��B�Ȃ��A�Â� -NTT jTeX ���g�p���Ă���ꍇ�ɂ́ALisp �ϐ�`NTT-jTeX'��`t'�ɃZ�b�g���ĉ��� -���B +���Ƣ�� item +Τ����μ����� fill +��޹�ʪ�Ť NTT jTeX +��ѷƤ����ϢLisp +��`NTT-jTeX'�`t'˻� ȷƼ��� - ���̂Ƃ��A�ϐ�`YaTeX-item-regexp'�̒l(�W���ł� `"\\\\item"')�����ڎw��R -�}���h�̐��K�\���Ƃ��Č����Ɏg�p���܂��Bitemize �‹��ŁA�Ǝ��̃R�}���h��� -�`���č��ڂ�񋓂��Ă���ꍇ(�Ⴆ��`\underlineitem')�́A`~/.emacs' �Ŏ��� -�悤�Ɏw�肵�ĉ������B + ��ȭ���`YaTeX-item-regexp'��(���� +`"\\\\item"')� +�������ε���ȷơ���ѷ޹�itemize +ĭǢȫγ +�������������Ƥ���(��`\underlineitem')Ϣ +`~/.emacs' ǡ�����Ƽ��� (setq YaTeX-item-regexp "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)") -���̕ϐ��̎w��̎d�����悭������Ȃ��ꍇ�́A�Ǝ��̍��ڗ񋓃R�}���h�̖��O�� -``"\item"'�Ŏn�܂���̂ɂ��ĉ�����(�Ⴆ��"\itembf"')�B +�����������诬��ʤ��Ϣȫ��������ξ�� +``"\item"'������˷Ƽ��(��"\itembf"')� -�쒹�� `M-q' �ł� `\item' ���‹��ɉ����Ĉȉ��̂悤�Ɂu�n���O�C���f���g�v�� -�܂��B +�� `M-q' �� `\item' +�ĭ����ʼ������� +���׷޹� - itemize, enumerate�‹�: - >\item[�ق��ق�] �p��ł́A���ɈӖ��̂Ȃ��P��� `foo' �ł���킵�� - > �����A����̓��{��łƂ�������P�ꂪ�u�ق��ق��v - > �ł��B - description�‹�: - > \item[�ւ�ւ�] �u�ق��ق��v���ł���߂��P��Ƃ��Ďg�������ɁA�� - > 2�̂ł���߂ȒP��Ƃ��āu�ւ�ւ�v���g���邱�Ƃ��� - > ���悤�ł��B + itemize, enumerateĭ: + >\item[۲۲] ���Ϣ��գ�ʤ��� `foo' Ǣ��� + > �����������⤨���۲۲� + > ǹ� + descriptionĭ: + > \item[����] �۲۲��ǿ�ᬱ�ȷ��ÿ�ˢ� + > 2�ǿ��ʱ�ȷ������׬����Ȭ� + > ��ǹ� -�p���O���t�̌����� -================== +�����巨 +==================================== - itemize�‹��ȊO�ł̃p���O���t�̌�����(fill)�́A��{�I�ɑ��̃��[�h�Ɠ��� -�悤�ɋ@�\���܂����Averbatim�‹���Atabular�‹��Ȃnj�����������ƔߎS�ȏ� -���ɂȂ�悤�Ȋ‹����ł͋@�\���܂���B�܂��A\verb �Ŋ����Ă�����̂͌����� -�s��������܂���(�ϐ� `YaTeX-verb-regexp' �Ő���) )�B����ɁA�ꎞ�I�ɃC�� -�f���g�̐[����ς��Ă���ӏ��ł́A���̃C���f���g�̐擪��`M-q'���������Ƃ� -��� fill-prefix �����������ύX���Ȃ��Č��������ł��܂��B + itemizeĭʰ�������巨(fill)Ϣ�ܪ˾���ȱ� +�ˡ��޹��verbatimĭ�tabularĭ��巨������ +������ĭ��ϡ��޻�޿�\verb +���Ƣ������ +Ԭ��޻�(�� `YaTeX-verb-regexp' +ǩ�) )���ˢ���� +�����μ��ѨƢ����Ϣ�Τ�������`M-q'� +������ fill-prefix +����ѹ�ʯ�巨�ǭ޹�  File: yatexj, Node: Includeonly, Next: What column, Prev: Filling, Up: Top -�����includeonly -***************** +���includeonly +*********************** - �t�@�C���𕪊����ĕ��͂���͂��Ă��鎞�ɂ́A���C���t�@�C������ + ա����Ƹ���ϷƤ���Ϣ��ա���� - \includeonly{���ݕҏW���̃t�@�C����} + \includeonly{��Ը��ա��} -�̂悤�ɏ����Ă������ƂŁA�^�C�v�Z�b�g�̎��Ԃ�ߖ�ł��܂����A������Ƒ��� -�t�@�C�����蒼�����������ɂ� +����ƪ���Ǣ��׻��������ǭ޹�����Ⱦ� +ա���꾷������ - \includeonly{������Ǝ蒼���������t�@�C����} + \includeonly{����꾷���ա��} -�Ə��������Ȃ���΂Ȃ炸��Ԃ�������܂��B�쒹�ł͌��ݕҏW���Ă���t�@�C�� -�������C���t�@�C����`\includeonly'�ɂȂ��ꍇ�ɂ͎����I�ɂ�������o���A���� -�w�����‚��܂��B +�񭾵ʱ�����֬���޹���Ͻ�Ը�Ƥ�ա�� +����ա���`\includeonly'�ʤ���ϫ��˳��з� +��ب�Į޹� A)dd R)eplace %)comment? -���ݕҏW���̃t�@�C���� `\includeonly' �̃��X�g�ɉ����������ɂ�`a' ���A���� -�ҏW���̃t�@�C�������� `\includeonly' �ɂ���������`r'���A`\includeonly' �� -�s���R�����g�A�E�g���Ė��������������ɂ́A`%'�����ꂼ�ꉟ���ĉ������B +��Ը��ա��� `\includeonly' +����è�����`a' +��Ը��ա����� +`\includeonly' ˷����`r'� `\includeonly' +�����Ȣ�ȷƵ�������Ϣ`%'� +��졷Ƽ���  File: yatexj, Node: What column, Next: Intelligent newline, Prev: Includeonly, Up: Top -�����͂ǂ�? -*********** +���ɳ? +********************* - ���ڐ��̑��� tabular �Ȃǂ��������񏑂��Ă���Ɖ��̕��̍s�ŁA���܏����� -���錅���ǂ��ɑΉ�����̂��킩��Ȃ��Ȃ��Ă��܂����Ƃ�����܂��B�Ⴆ�΁A�� -���̂悤�� tabular �ɂ����āA + ���ο� tabular +��򿯵��Ƥ�ȼ����Ǣ���� +���ɳ�����Ϋ��ʯ��Ʒަ�Ȭ��޹��Т� +���� tabular ˪�Ƣ \begin{tabular}{|c|c|c|c|c|c|c|c|}\hline - ����&����&��&�Z��&�d�b&FAX&�A�Ȑ�&�A�Ȑ�d�b\\ \hline - ����Y & 6 & 223 & ���l�s�`�k����g & xxx-yyy & - zzz-www & �g���K & 9876-54321 \\ - ���g���m & 2 & \multicolumn{2}{c|}{�����Ȃ�} + �&�&�&��&��&FAX&���&�����\\ \hline + ��� & 6 & 223 & �������� & xxx-yyy & + zzz-www & �� & 9876-54321 \\ + �Ȯ� & 2 & \multicolumn{2}{c|}{��ʤ} &&&(???) \\ \hline \end{tabular} -(???)�̕������ǂ̍��ڂȂ̂������ɔ��f����͓̂���ł��傤�B����Ȏ��́A +(???)���������Ϋ��˽ǹ����Ƿ禣����Ϣ `[prefix] &' - ... ���݂̃J�����\�� + ... ��Ϋ�ཨ -�������ƃJ�[�\���ʒu�̃J�������ǂ̍��ڂɊY�����邩���~�j�o�b�t�@�ɕ\������ -���Btabular/array�‹��̑�1�s�ڂ����ږ��̕��тƂ݂Ȃ��đΉ�������̂�T���� -���B�������ږ��Ƃ��ĕʂ̂��̂�\�����ė~�����ꍇ�́A�s����`%'�ɂ��ă_�~�[ -�̍��ڕ��т�����Ă����Ɨǂ��ł��傤�B +�ȫ�����Ϋ������˺��������ա˽��� +��tabular/arrayĭ��1����ܾ�����ʷ��������� +����ܾȷ�����򽨷�߷���ϢԬ�`%'˷�� +߼��������ƪ��ɤǷ禣  File: yatexj, Node: Intelligent newline, Next: Usepackage cheker, Prev: What column, Up: Top -���܂������s -************ +�ޫ��� +************************ - tabular[*], array, itemize, enumerate, tabbing �‹���begin�^�⊮�œ��͂� -�����A�܂��͊e�‹����� + tabular[*], array, itemize, enumerate, tabbing +ĭ�begin����Ϸ +���޿��ĭ�� `ESC RET' - ... ���܂������s + ... �ޫ��� -�������ƁA���̊‹��ɉ������s�G���g�������̍s�ɑ}�����܂�(begin�^�⊮���Ɏ� -���}�����ꂽ�G���g�����s�v�ȏꍇ�� undo �ɂ���ď����ł��܂�)�B�Ⴆ�΁A -tabular�‹��ł́A���̊‹��̃J�������ɑΉ��������� `&' �ɉ����A�s���� -`\\' �����܂��B���̎�����ȑO�� `\hline' ������΂�����t�������܂��B�� -���Ƃ���ɉ����Ď������͂�����̂̑Ή��͈ȉ��̂悤�ɂȂ�܂��B +�Ȣ��ĭ����Ԩ����������޹(begin���˫ +����쿨��������� undo +������ǭ޹)��Т +tabularĭ�Ϣ��ĭΫ����������� +`&' �è��� � `\\' +���޹������ʰ� `\hline' +���н��ձ +è޹�ĭȽ����ƫ��Ϲ�������ʼ�����޹� * `tabular', `tabular*', `array' - �J������-1 ������ `&' �� `\\'�B�K�v�ɉ����� `\hline' + ����-1 ��� `&' � + `\\'������� `\hline' * `tabbing' - ��s�ڂŒ�`���Ă��� `\=' �Ɠ������� `\>'�B + �������Ƥ� `\=' + ȱ���� `\>'� * `itemize', `enumerate', `description', `list' - `\item' �܂��� `item[]' + `\item' ޿� `item[]' - tabular �‹��̗�̂悤�ɁA�{�@�\�͊e�‹��̈�s�ڂ̓��e���Q�l�ɂ��ē��삷 -��̂ŁA�Ȃ�ׂ���s�ڈȍ~�ŌĂяo���悤�ɂ��Ă��������B + tabular +ĭ����ˢܡ���ĭ���������˷ư� +��Ǣ��ٯ��������й�˷Ư���� - �����A���̑��̊‹��A�Ⴆ�� `foo'�A�ɑ΂���`���܂������s'�𓮍삳�������� -�́A`YaTeX-intelligent-newline-foo' �Ƃ������O�̊֐����`���܂��B��`���� -�֐��́A���݂̍s�ɉ��s��}����������̍s���̈ʒu�ŌĂ΂�܂��B�֐� -`YaTeX-indent-line' ���ĂԂƌ��݂̊‹��̃l�X�g�ɉ������[���ɃC���f���g���� -��̂ŁA������Ă�ł��牽����}������悤�ȃR�[�h�������Ƃ悢�ł��傤�B -`yatexenv.el'���̊֐� `YaTeX-intelligent-newline-itemize' �̒�`�Ȃǂ��Q�l -�ɂ��Ă��������B + ⷢ�ξ�ĭ��� +`foo'��з�`�ޫ���'�� +�����Ϣ`YaTeX-intelligent-newline-foo' +Ȥ��������� +�޹�������Ϣ���������������Ԭ�������� +���� `YaTeX-indent-line' +���Ƚ��ĭ�͹�������� +����ȵ���Ǣ�����ǫ鿫������ʳ������ +�Ƿ禣`yatexenv.el'���� +`YaTeX-intelligent-newline-itemize' +�������˷Ư����  File: yatexj, Node: Usepackage cheker, Next: Changing mode of YaTeX, Prev: Intelligent newline, Up: Top -����usepackage -**************** +���usepackage +********************** - begin�^�Asection�^�Amaketitle�^�A�����ꂩ��LaTeX2e�}�N����⊮���͂���ƁA -���̃}�N���̗��p�ɊO���p�b�P�[�W��K�v�Ƃ���ꍇ�A���̃p�b�P�[�W��{������ -`\usepackage{}' ���Ă��邩�ǂ����𒲍����A�������Ă��Ȃ���΃v���A���u���� -�Ή�����p�b�P�[�W�������ɂ��� `\usepackage' ����(�m�F���)�}�����܂��B + begin��section��maketitle������LaTeX2eޯ����Ϲ�Ȣ +��ޯ����˰��ñ����ȹ��碽��ñ��� +ܸ�� `\usepackage{}' +�Ƥ�ɦ�򴺷�ⷷƤʱ�� +�����������ñ�����˷� +`\usepackage' �� (Χ��)���޹� - ���������̋@�\���������߂ɂ́A�p�b�P�[�W���Ƃ��̒��Œ�`����Ă���}�N�� -�Q��alist�̌`���ŕϐ� `YaTeX-package-alist-private' �ɐݒ肵�Ă����K�v���� -��܂��B + ����Ρ�������Ϣ�ñ���Ƚ�������Ƥ�ޯ� +��alist������ `YaTeX-package-alist-private' +���ƪ�� ׬��޹�  File: yatexj, Node: Changing mode of YaTeX, Next: Online help, Prev: Usepackage cheker, Up: Top -�쒹�̓��샂�[�h�؂�ւ� -************************ +�ΰ�����ب +************************************************ `[prefix] w' - ... �쒹���샂�[�h�؂�ւ����j���[ + ... �����ب��� -�Ŗ쒹���g�̓�������肷��ȉ��̃��[�h��؂�ւ��܂��B +��ΰ�����ʼ������ب޹� - * �C�����[�h - * �쒹�������[�h + * ���� + * ����� -�C�����[�h�́A�J�����ʓ��͎��̏������R���g���[�����A�C�����[�hON�̎��͊J�� -���ʂ̓��͂͊J�����ʂ݂̂̓��͂ɂȂ�A�C�����[�hOFF�̎��͊J�����ʂ̓��͂� -���ŕ‚����ʂ܂œ��͂��܂��B�f�t�H���g(�N����)�̐ݒ��*OFF*�ł��B +����Ϣ��������������뷢����ON��ϫ� +�����ϫ����������ꢤ���OFF��ϫ������� +��ĸ�����Ϸ޹��թ��(���)����*OFF*ǹ� - �쒹�������[�h�́A�ϐ� `YaTeX-auto-math-mode' �� `nil' �̎��̂ݗL���ŁA -���̂Ƃ�`;'��`:'����������(*Note Image completion::�Q��)�ɁA�ǂ̂悤�ȃC���[ -�W�⊮���@�\�����邩�A�ʏ�̃L�[�Ƃ��ċ@�\�����邩���蓮�Ő؂�ւ��܂��B�� -�����肪�x���}�V���ł�`YaTeX-auto-math-mode' `nil'�ɃZ�b�g���A�쒹�������[ -�h���蓮�Ő؂�ւ���Ɨǂ��ł��傤�B + �����Ϣ�� `YaTeX-auto-math-mode' � +`nil' ��� +߭�Ǣ��ȭ`;'�`:'򡷿�(*Note +Image completion::��)ˢ +���ʤἸ�򡽵�뫢��έ�ȷơ������� +��ب޹�����٤޷���`YaTeX-auto-math-mode' +`nil'˻�ȷ�����������ب��ɤǷ禣  File: yatexj, Node: Online help, Next: Inclusion hierarchy browser, Prev: Changing mode of YaTeX, Up: Top -�I�����C���w���v -**************** +������� +******************************** - �g�����Ƃ��� LaTeX �R�}���h�̗p�@���悭������Ȃ����́A�I�����C���w���v -���Ђ��܂��傤�B�w���v�Ɋւ���L�[�ɂ͈ȉ��̂��̂�����܂��B + Ȫ�ȹ� LaTeX +�����ѡ�诬��ʤ�Ϣ������ +��ҭ޷禣����ع뭼��ʼ��ά��޹� `[prefix] ?' - ... �I�����C���w���v + ... ������� `[prefix] /' - ... �I�����C��apropos + ... ����apropos -�I�����C���w���v -================ +������� +================================ - �u�I�����C���w���v�v�́A��ʓI�� LaTeX �R�}���h(�f�t�H���g�ŃJ�[�\���ʒu -�̃R�}���h)�ɑ΂��������ׂ̃o�b�t�@�ɕ\�����܂��B���̎��Q�Ƃ����w���v -�p�t�@�C���ɂ́u�O���[�o���w���v�v�Ɓu�v���C�x�[�g�w���v�v�̓��ނ�����A -�O�҂� LaTeX �̕W���R�}���h�̎�Ȃ��̂̐������܂ރt�@�C���ŁA�ϐ� -`YaTeX-help-file'�̒l�Ŏw�肳��܂��B���̃t�@�C���͒ʏ�����̏ꏊ(�f�t�H�� -�g��`$EMACSEXECPATH')�ɒu����A�N�������̓��e���X�V�ł���悤�ɑS���ɏ��� -���݌����^������ׂ����̂ł��B��҂́A��W���������͌l�I�ȃ}�N����`�� -�ւ��������������Ă���t�@�C���ŁA�ϐ�`YaTeX-help-file-private'�̒l�Ŏw -�肳��܂��B������̓��[�U�̃z�[���f�B���N�g���̉��Ȃǂɒu����܂��B + ֪�������Ϣ�̪� LaTeX +����(�թ��ǫ��� +��γ���)�й��������ա˽��޹�����ȵ��� +���ա����ְ�����������ټ��������ଢ +ꢰ�� LaTeX +θ���������������ա��Ǣ�� +`YaTeX-help-file'������޹���ա����������(� +թ���`$EMACSEXECPATH')�֫좯⬽����ǭ��� +�����ߢ������٭��ǹ���Ϣ��ⷯ��ͪ�� +�����ع������Ƥ�ա��Ǣ�� +`YaTeX-help-file-private'������޹�����漶�ۼ�ǣ +���μ���֫�޹� -�I�����C��apropos -================= +����apropos +=========================== - �u�I�����C��apropos�v�� GNU Emacs �� apropos �Ɠ��l�A���[�U���w�肵���L�[ -���[�h��������Ɋ܂ލ��ڂ��ׂĂ�ׂ̃o�b�t�@�ɕ\�����܂��B + ֪���apropos�� GNU Emacs � apropos +ȱ͢漶��귿�� +����������ܹ�������ա˽��޹� - �����A���ׂ悤�Ƃ���LaTeX�R�}���h�ɑ΂���������w���v�t�@�C�����Ɍ��‚� -��Ȃ������ꍇ�́A�������̓��͂����߂Ă���̂ŁA�”\�ł���ΎQ�l���Ȃǂ� -�ׂĂ��̃R�}���h�̐�������͂��Ă��������B�����A�Ȃɂ��W���I�ȃR�}���h�ɑ� -����������������Ȃ�΂��Ў��܂ł��̐����������艺�����B����̔z�z�Ɋ܂߂� -���Ǝv���܂��B + ⷢ���ȷ�LaTeX�����й�������ա���˫� +��ʫÿ��Ϣ���������Ư��ǢĽǢ�в����� +��ƽγ��������ϷƯ����ⷢ�˫��ʳ���� +й�������м���ǽ�����꼵���������� +���פ޹�  File: yatexj, Node: Inclusion hierarchy browser, Next: Cooperation with other packages, Prev: Online help, Up: Top -�C���N���[�h�\���u���E�U -************************ +���ɽ��馶 +************************************************ -�����̃t�@�C���ɕ������Ă���h�L�������g�������Ă���ꍇ�A +���ա��ˬ�Ƥ�ɭ������Ƥ��� `[prefix] d' - ... �C���N���[�h�\���u���E�Y + ... ���ɽ��馺 -�������ƁA���̃h�L�������g�̐e�t�@�C���𕷂��ė��܂��B�����őS�Ẵt�@�C�� -�̐e�ƂȂ�t�@�C��(�f�t�H���g��������Ă���̂ő���RET�̂�)����͂���� -�C���N���[�h���Ă���S�Ẵt�@�C������͂��A�C���N���[�h�󋵂����o�I�ɕ\�� -���܂��B���̃o�b�t�@�ł͈ȉ��̃L�[���삪�L���ł��B +�Ȣ��ɭ������ա�����޹���Ǵ��ա�� +�����ա��(�թ�Ȭ���Ƥ������RET��)��Ϲ�� +���ɷƤ���ա����Ϸ���������Ъ˽� +�޹�����ա��ʼέ���ǹ� `n' - ... ���̍s�Ɉړ����Ή�����t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... ����ܰ�����ա�������ա˽� `p' - ... ��̍s�Ɉړ����Ή�����t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... ����ܰ�����ա�������ա˽� `N' - ... �����C���N���[�h���x���̎��̃t�@�C���Ɉړ� + ... ���������Ρ�ա���ܰ `P' - ... �����C���N���[�h���x���̑O�̃t�@�C���Ɉړ� + ... ���������ΰ�ա���ܰ `j' - ... ���̍s�Ɉړ� + ... ����ܰ `k' - ... ��̍s�Ɉړ� + ... ����ܰ `u' - ... ���e�ɂ�����t�@�C���Ɉړ� + ... ���ˢ��ա���ܰ `.' - ... �J�[�\���ʒu�̃t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... �������ա�������ա˽� `SPC' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C�����X�N���[���A�b�v + ... ����ա���ա������� `DEL, b' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C�����X�N���[���_�E�� + ... ����ա���ա�������� `<' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C���̐擪��\�� + ... ����ա���ա����� `>' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C���̖�����\�� + ... ����ա���ա������ `'' - ... (`<'��`>'�̌��)���̕\���ʒu�ɖ߂� + ... (`<'�`>'���)�ν������ `RET, g' - ... �J�[�\���ʒu�̃t�@�C����ׂ̃o�b�t�@�ŃI�[�v�� + ... �������ա�������աǪ��� `mouse-2' - ... RET�Ɠ���(�E�B���h�E�g�p���̂�) + ... RETȱ�(���ɦ�����) `o' - ... �ׂ̃E�B���h�E�Ɉړ� + ... �Φ��ɦ�ܰ `1' - ... ���̃E�B���h�E������ + ... �Φ��ɦ�ù `-' - ... �u���E�Y�E�B���h�E������������ + ... �馺���ɦ򮵯�� `+' - ... �u���E�Y�E�B���h�E��傫������ + ... �馺���ɦ�筯�� `?' - ... �w���v�\�� + ... ��׽� `q' - ... �\���O�̏�Ԃɖ߂� + ... ��������� - �������A�ׂ̃E�B���h�E�̃t�@�C���̓��e��\������@�\�Ɋւ��ẮA�Ή����� -�t�@�C�����N���[�Y���Ă��܂��Ƃ��܂������܂���̂ł����ӂ��������B + �����Φ��ɦ�ա�����򽨹롽�ط�Ϣ���� +ա�����ƷަȦޯ��޻��Ǵ�կ����  File: yatexj, Node: Cooperation with other packages, Next: Customizations, Prev: Inclusion hierarchy browser, Up: Top -���p�b�P�[�W�Ƃ̘A�g -******************** +��ñ���΢� +**************************************** gmhist ====== - `gmhist.el'��`gmhist-mh.el' �����[�h���Ă���ꍇ�A�v�������[�R�}���h�̓� -��(`[prefix] tp]')�A����R�}���h�̓���(`[prefix] tl')�̎��ɓƗ������q�X�g -���𗘗p�ł��܂��B���ꂼ��̃v�����v�g�ŁA`M-p' �������ƒ��O�ɗ��p�����R�} -���h�����������Ԃ��Ăяo�����Ƃ��ł��܂��B + `gmhist.el'�`gmhist-mh.el' +��ɷƤ������弳 +������(`[prefix] +tp]')����������(`[prefix] tl')� +��ȩ��ҹ�����ǭ޹����������Ǣ`M-p' +� +�Ⱦ���ѷ����ɸ����ַ��й�Ȭǭ޹� min-out ======= - `min-out.el' (`outline-minor-mode') �Ɩ쒹��g�ݍ��킹�Ďg�����Ƃ������� -��”\�ł��B�ݒ�̕��@�Ɋւ��Ă�`yatexm-o.el'���������������B + `min-out.el' (`outline-minor-mode') +��������Ȧ� +������Ľǹ�������ط��`yatexm-o.el'�������  File: yatexj, Node: Customizations, Next: Etc, Prev: Cooperation with other packages, Up: Top -�J�X�^�}�C�Y -************ +���ޤ� +************************ - �쒹�̓���𐧌䂷���X�̕ϐ���Ǝ��ɐݒ肷�邱�Ƃɂ��A�⊮���͂��N�� -����L�[�A�T�C����ς�����A�‹����̕⊮��������ɏ[�������邱�ƂȂǂ��� -���܂��B + �ΰ���������ȫ���������� +�򯰹뭼�����Ѩ��ĭ�������˼µ +����ɬǭ޹� * Menu: -* Lisp variables:: lisp �ϐ� -* Add-in functions:: �t���֐�(�A�h�C���֐�) +* Lisp variables:: lisp �� +* Add-in functions:: ����(�ɤ���)  File: yatexj, Node: Lisp variables, Next: Add-in functions, Prev: Customizations, Up: Customizations -lisp �ϐ� -========= +lisp �� +============= - �Ⴆ�� prefix �L�[�� `C-c' �ȊO�̃L�[�ɂ������ꍇ�́A`YaTeX-prefix'�� -prefix �L�[�ɂ������V���{�����`���Ă��������B����ɁA�u`C-c �p��'�v�Ƃ� -���L�[�o�C���h�͓Ǝ��̊֐������蓖�ĂĂ���̂Ŏg�������Ȃ��B���̂悤�Ȏ��́A -`YaTeX-inhibit-prefix-letter' �� `t' �ɐݒ肷�邱�Ƃɂ��A`C-c �p���c'�� -�o�C���h���S�āA�Ή�����`C-c C-�p���c'�ɕς��܂�(�������Abegin�^ large�^ -�⊮�̑啶���N���ɂ�郊�W�����w��͉”\�Ȃ܂܂ł��B����������ɂ������ꍇ -��`t'�ł͂Ȃ� 1 �ɃZ�b�g���ĉ������B)�B + �� prefix ��� `C-c' +ʰέ�˷����Ϣ `YaTeX-prefix'� +prefix +��˷����������Ư������ +ˢ�`C-c +��'�Ȥ���Ф���ȫ��������Ƣ���� +���ʤ������Ϣ`YaTeX-inhibit-prefix-letter' +� `t' ��������`C-c +���'�Ф�ɬ�Ƣ����`C-c +C-���'����޹(����begin� +large������������ +����Ľ���ǹ�����˷�����`t'��ʯ +1 ˻� ȷƼ���)� * Menu: -* All customizable variables:: �J�X�^�}�C�Y�ϐ��ꗗ -* Sample definitions:: �J�X�^�}�C�Y�ϐ��ݒ�� -* Hook variables:: hook�ϐ� -* Hook file:: hook�p�t�@�C�� +* All customizable variables:: ���ޤ����� +* Sample definitions:: ���ޤ������ +* Hook variables:: hook�� +* Hook file:: hook�ա��  File: yatexj, Node: All customizable variables, Next: Sample definitions, Prev: Lisp variables, Up: Lisp variables -�J�X�^�}�C�Y�ϐ��ꗗ --------------------- +���ޤ����� +---------------------------------------- - yatex-mode �ɂ����鎟�̕ϐ����J�X�^�}�C�Y�”\�ł��B`~/.emacs' �� `setq' -���Ă����΁A������̒�`���D�悳��܂��B���ʂ̒��̓f�t�H���g�l�ł��B���ۂ� -�ϐ��̒l��ύX����ꍇ�� `M-x describe-variable' �ŕϐ��̏ڍׂȐ������Q�� -���Ă��������B + yatex-mode +˪���������ޤ�Ľǹ�`~/.emacs' +� `setq' +�ƪ�Т����������޹�������թ��� +ǹ���������ѹ����� +`M-x describe-variable' � +���������ȷƯ���� -- Variable: YaTeX-prefix - yatex-mode ���̃v���t�B�N�X�L�[ (`\C-c') + yatex-mode ����գ���� (`\C-c') -- Variable: YaTeX-inhibit-prefix-letter - prefix �L�[�̒���̃L�[�o�C���h�� `�p��' �̂��̂� `C-�p��' �ɕύX - (`nil') + prefix ��ξ�έ�Ф��� + `��' ���� `C-��' �ѹ (`nil') -- Variable: YaTeX-fill-prefix - �{�����������̍s���ɑ}������ړ������Ȃ킿 fill-prefix (`""(nil)') + ܸ����Ԭ�����ܬ����� + fill-prefix (`""(nil)') -- Variable: YaTeX-user-completion-table - �w�K����LaTeX�R�}���h�ۑ��t�@�C���� (`"~/.yatexrc"') + ج��LaTeX����ݸա�� + (`"~/.yatexrc"') -- Variable: YaTeX-kanji-code - �������쐬���鎞�̊����R�[�hnil=�����̃R�[�h�̂܂� 0=no-conversion - 1=Shift JIS, 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS�ł�1)) + ����������� + nil=��γ����� 0=no-conversion 1=Shift JIS, + 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS��1)) -- Variable: tex-command - LaTeX�^�C�v�Z�b�^�R�}���h�� (`"platex"') + LaTeX��׻ÿ���ɾ (`"platex"') -- Variable: dvi2-command - �v�������[�A�R�}���h�� (`"xdvi -geo +0+0 -s 4"') + ���弢���ɾ (`"xdvi -geo +0+0 -s + 4"') -- Variable: dviprint-command-format - dvi�t�@�C���̈���Ɏg����R�}���h�� (`"dvi2ps %f %t %s | lpr"') + dviա������������ɰ + (`"dvi2ps %f %t %s | lpr"') -- Variable: dviprint-from-format - ���`%f'�ɑ�������J�n�y�[�W�w�菑���A`%b' ���J�n�y�[�W�ԍ��ɕς�� - (`"-f %b"') + ��`%f'������ڼ����`%b' + ���ڼ����� �� (`"-f %b"') -- Variable: dviprint-to-format - `%t' �ɑ�������I���y�[�W�w�菑���A`%e'���I���y�[�W�ԍ��ɕς�� (`"-t - %e"') + `%t' + ����못ڼ����`%e'���ڼ������� + (`"-t %e"') -- Variable: makeindex-command - makeindex�R�}���h (`"makeindex"' (MS-DOS�ł�`"makeind"')) + makeindex���� (`"makeindex"' (MS-DOS��`"makeind"')) -- Variable: YaTeX-dvipdf-command - dvi��PDF�ɕϊ�����R�}���h (`"dvipdfmx"') + dvi�PDF�ѹ����� (`"dvipdfmx"') -- Variable: YaTeX-on-the-fly-preview-interval - `[prefix] t e'�Ŋ‹������v�������[������ꍇ�̕ϊ������܂ł̖����쎞 - ��(�b) (0.9) `nil' �̏ꍇ�͑����v�������[�����Ȃ��B + `[prefix] t + e'�ĭ��preview�����ѹ����� + �����(�) (0.9) `nil' + ���Ϩ������ʤ� + + -- Variable: YaTeX-on-the-fly-math-preview-engine + `[prefix] t + e'���ĭ��preview����Ѥ��� + (latex-math-preview���Ľ�ȭ� + latex-math-preview-expression ��� + `'YaTeX-typeset-environment-by-lmp' + ���ʤȭ������� + `'YaTeX-typeset-environment-by-builtin') -- Variable: YaTeX-cmd-gimp - GIMP���N������R�}���h (code{"gimp"}) + GIMP򯰹���� (code{"gimp"}) -- Variable: YaTeX-cmd-tgif - tgif���N������R�}���h (code{"tgif"}) + tgif򯰹���� (code{"tgif"}) -- Variable: YaTeX-cmd-inkscape - Inkscape���N������R�}���h (code{"inkscape"}) + Inkscape򯰹���� (code{"inkscape"}) -- Variable: YaTeX-cmd-dia - Dia���N������R�}���h (code{"dia"}) + Dia򯰹���� (code{"dia"}) -- Variable: YaTeX-cmd-ooo - OpenOffice.org�܂���LibreOffice���N������R�}���h (code{"soffice"}) + OpenOffice.org޿�LibreOffice򯰹���� + (code{"soffice"}) -- Variable: YaTeX-cmd-gs - Ghostscript���N������R�}���h (code{"gs"}) + Ghostscript򯰹���� (code{"gs"}) -- Variable: YaTeX-cmd-dvips - dvips���N������R�}���h(�‹��ɂ���Ă�pdvips�Ȃ�) (code{"dvips"}) + dvips򯰹����(ĭ�����pdvips��) + (code{"dvips"}) -- Variable: YaTeX-cmd-displayline - displayline���N������R�}���h + displayline򯰹���� (code{"/Applications/Skim.app/Contents/SharedSupport/displayline"}) -- Variable: YaTeX-cmd-edit-ps - PostScript�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l) + PostScriptա���Ը����� + (��code{"YaTeX-cmd-gimp"}��) -- Variable: YaTeX-cmd-edit-pdf - PDF�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-ooo"}�̒l) + PDFա���Ը����� + (��code{"YaTeX-cmd-ooo"}��) -- Variable: YaTeX-cmd-edit-ai - .ai�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l) + .aiա���Ը����� (��code{"YaTeX-cmd-inkscape"}��) -- Variable: YaTeX-cmd-edit-svg - SVG�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l) - + SVGա���Ը����� + (��code{"YaTeX-cmd-inkscape"}��) -- Variable: YaTeX-cmd-edit-images - ���̑��摜�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l) + �ξ��ա���Ը����� + (��code{"YaTeX-cmd-gimp"}��) -- Variable: YaTeX-need-nonstop - `\nonstopmode{}'�������I�ɕt�����邩 (`nil') + `\nonstopmode{}'򫰪��ù� (`nil') -- Variable: latex-warning-regexp - latex�R�}���h�̏o�͂���E�H�[�j���O�s�̐��K�\�� (`"line.* [0-9]*"') + latex������Ϲ릩����ε��� + (`"line.* [0-9]*"') -- Variable: latex-error-regexp - �������G���[�s�̐��K�\�� (`"l\\.[1-9][0-9]*"') + ������ε��� + (`"l\\.[1-9][0-9]*"') -- Variable: latex-dos-emergency-message - MS-DOS��œ��삷�� latex �R�}���h���A�G���[�ɂ���~����Ƃ��o�͂��� - ���b�Z�[�W (`"Emergency stop"') + MS-DOS�ǰ�� latex + ���ɬ�������߹�ȭ�Ϲ��� + ��� (`"Emergency stop"') -- Variable: latex-message-kanji-code - �^�C�v�Z�b�^�̏o�͂��郁�b�Z�[�W�̊����R�[�h.�^�C�v�Z�b�g�o�b�t�@�̏o - �͂������鎞�́A�����ݒ肷�� (2, Nemacs�ł̂ݗL��) + ��׻ÿ��Ϲ��û��������.��׻����ա + ��Ϭ����Ϣ������ + (2, Nemacs��߭�) -- Variable: NTT-jTeX - �Â�NTT-jTeX�g�p���̂悤�ɃC���f���g�����s�̐擪�ƑO�̍s��(�^�C�v�Z�b - �g���)���Ԃ��󂢂Ă��܂��̂������ꍇ��`t'�ɂ���(`nil') + ŤNTT-jTeX�����ˤ���ȷ����Ȱ��� + (��׻����)�֬��Ʒަ�������`t'˹� + (`nil') -- Variable: YaTeX-item-regexp - item�̌������̎��ɗp����Aitem�̐��K�\�� (`"\\\\(sub\\)*item"') + item�巨���Ѥ�itemε��� + (`"\\\\(sub\\)*item"') -- Variable: YaTeX-verb-regexp - verb�R�}���h�̐��K�\���B�擪��\\\\�͂‚��Ȃ� (`"verb\\*?\\|path"') + verb����ε������\\\\�ıʤ + (`"verb\\*?\\|path"') -- Variable: YaTeX-nervous - ���[�J��������p���鎞 `t' (`t') + ����Ѥ�� `t' (`t') -- Variable: YaTeX-sectioning-regexp - �Z�N�V������؂�ݒ�R�}���h�̐��K�\�� + �������������ε��� (`"\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\*?\\)\\b"') -- Variable: YaTeX-fill-inhibit-environments - fill ��}�~����‹����̃��X�g (`'("tabular" "tabular*" "array" - "picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath" - "verbatim" "verbatim*")') + fill ��߹�ĭ���� (`'("tabular" + "tabular*" "array" "picture" "eqnarray" "eqnarray*" "equation" "math" + "displaymath" "verbatim" "verbatim*")') -- Variable: YaTeX-uncomment-once - �̈�uncomment�ōs���̕�����`%'��S�č폜���邩 (`nil') + ��uncomment�ԬΣ��`%'������ + (`nil') -- Variable: YaTeX-close-paren-always - �J�����ʂ̓��͂ŏ�ɕ‚����ʂ���͂��� (`t') + ����������ĸ����Ϲ� + (`t') -- Variable: YaTeX-auto-math-mode - �������[�h�̐؂�ւ��������I�ɍs�� (`t') + �������ب򫰪�Ԧ + (`t') -- Variable: YaTeX-math-key-list-private - �����C���[�W�⊮�ŗp���� (�v���t�B�N�X�L�[ . �Ή��⊮�e�[�u��) �� - alist (`nil')�B�⊮�e�[�u���̏������ɂ‚��Ă�`yatexmth.el'���Q�ƁB + ���Ἰ��Ѥ� + (��գ���� . ���Ƽ��) + � alist + (`nil')��Ƽ������Ĥ��`yatexmth.el'�ȣ -- Variable: YaTeX-default-pop-window-height - 1��ʂ̎��Ƀ^�C�v�Z�b�g�o�b�t�@�����߂č쐬���鎞�̍����B���l�ōs���A - �����������Emacs�E�B���h�E�ɑ΂���S���� (10) + 1����˿�׻����ա�������ⵣ�������� + ����Emacs���ɦ�й봬� + (10) -- Variable: YaTeX-help-file - ���p�w���v�t�@�C�� (`$doc-directory/../../site-lisp/YATEXHLP.jp') + �����ա�� + (`$doc-directory/../../site-lisp/YATEXHLP.jp') -- Variable: YaTeX-help-file-private - �l�p�w���v�t�@�C�� (`"~/YATEXHLP.jp"') + ������ա�� (`"~/YATEXHLP.jp"') -- Variable: YaTeX-no-begend-shortcut - `[prefix] b ??' �̃V���[�g�J�b�g���g�킸�A`[prefix] b' �����ŕ⊮���� - �ɓ��� (`nil') + `[prefix] b ??' + η�ȫ����ﺢ`[prefix] b' + ���� ����� (`nil') -- Variable: YaTeX-hilit-pattern-adjustment-private - ���K�\���Ƃ���Ƀ}�b�`������̘̂_���I�Ӗ����V���{���ł���킵������ - �̃��X�g�c�̃��X�g�Bhilit19 ��g�ݍ���ł��鎞�̂ݗL���B�ڂ����� - `(assq 'yatex-mode hilit-patterns-alist)' �������ʂƁA�ϐ� - `YaTeX-hilit-pattern-adjustment-default' �̒l(�Əꍇ�ɂ���Ă� - hilit19 �̃h�L�������g)���Q�Ƃ���B + ����Ƚ�������������գ����Ǣ�﷿��� + �����ȣhilit19 + �����Ǥ���߭�� + ܷ�� `(assq 'yatex-mode hilit-patterns-alist)' + ����Ȣ�� + `YaTeX-hilit-pattern-adjustment-default' ��(��� + ����� hilit19 + �ɭ����)�Ȼ� -- Variable: YaTeX-sectioning-level - LaTeX�̃Z�N�V�����P�ʐ錾�R�}���h�Ƃ��̘_���I������alist�B + LaTeXλ�����������Ƚ������alist� -- Variable: YaTeX-hierarchy-ignore-heading-regexp - Hierarchy �o�b�t�@�͒ʏ�t�@�C���w�b�_�Ƃ��āALaTeX�̃Z�N�V�����錾�R - �}���h�̈������������A���ꂪ�Ȃ���΃R�����g�s��T�����A���̍ۂɃw�b - �_�Ƃ��Ă͈Ӗ��������Ȃ��p�^�[�������̕ϐ��ɐݒ肷��B�f�t�H���g�ł� - RCS �w�b�_�ƃ��[�h�w��s(-*- xxx -*-)���ݒ肳��Ă���B + Hierarchy + ��ա���ա�����ȷƢLaTeXλ��������� + ����������ʱ�г����򵹬��������ȷ�� + գ���ʤѿ�����������թ���� + RCS ����� ����(-*- xxx + -*-)����Ƥ� -- Variable: YaTeX-skip-default-reader - Non-nil �ɐݒ肷���section�^�R�}���h�̈������͎��A�A�h�C���֐����Ȃ� - ��΃~�j�o�b�t�@�ł̓ǂݍ��݂������ɓ��͂����������� (`nil') + Non-nil + �����section�������������ɤ����ʱ�� + ����ա����������򰻵�� + (`nil') -- Variable: YaTeX-create-file-prefix-g - `\include'�Ȃǂ� `prefix g'�������ɁA�W�����v�悪���݂��Ȃ��t�@�C���� - �����Ă��I�[�v������ (`nil') + `\include'��� `prefix + g'���ˢ����謸߷ʤա� + �Ǣ��⪼��� (`nil') -- Variable: YaTeX-simple-messages - �e��⊮���̃��b�Z�[�W�o�͂��ȑf������ (`nil') + ������û������ǽ�� + (`nil') -- Variable: YaTeX-hilit-sectioning-face - �F�t�����L���Ȏ��� `\part' �̐F (`'(yellow/dodgerblue - yellow/slateblue)')�B���X�g�̑��v�f�� `hilit-background-mode' �� - `'light' �̎��́A���v�f�� `'dark' �̎��� `\chapter' �̐F�ŁA�����F/ - �w�i�F �̂悤�Ɏw�肷��B + �ձ������ `\part' Χ + (`'(yellow/dodgerblue yellow/slateblue)')� + �������� `hilit-background-mode' � + `'light' ��΢ ����� `'dark' ��� + `\chapter' ΧǢ���/�ʧ �� + ����� -- Variable: YaTeX-hilit-sectioning-attenuation-rate - �F�t�����L���Ȏ��́A`\subparagraph' �̐F�� `\chapter' �̔Z�x�̉�%���� - �������̂ɂ��邩 (`'(15 40)') `YaTeX-hilit-sectioning-face' �̍��Q�ƁB + �ձ�����΢`\subparagraph' Χ� + `\chapter' λ�ο + %������˹� (`'(15 40)') + `YaTeX-hilit-sectioning-face' ��ȣ -- Variable: YaTeX-use-AMS-LaTeX - AMS-LaTeX ���g�p����ꍇ�� `t' �ɐݒ肷�� (`nil') + AMS-LaTeX ��ѹ���� `t' ���� + (`nil') -- Variable: YaTeX-use-LaTeX2e - LaTeX2e ���g�p����ꍇ�� `t' �ɐݒ肷�� (`t') + LaTeX2e ��ѹ���� `t' ���� + (`t') -- Variable: YaTeX-template-file - �V�K�t�@�C���쐬���Ɏ����}������t�@�C���� (`~/work/template.tex') + ��ա����˫�����ա�� + (`~/work/template.tex') -- Variable: YaTeX-search-file-from-top-directory - input����t�@�C����T���Ƃ��̊�f�B���N�g����main�t�@�C���̂���f�B - ���N�g���ɂ��邩 (`t') + input��ա���ȭ���ǣ����mainա��΢�ǣ�� + �˹� (`t') -- Variable: YaTeX-use-font-lock - �\�[�X�̐F�Â��p�b�P�[�W�Ƃ��� font-lock �𗘗p���邩�ǂ��� - (`(featurep 'font-lock)') + ���Χű�ñ��ȷ� + font-lock ��ѹ�ɦ� (`(featurep + 'font-lock)') -- Variable: YaTeX-use-hilit19 - �\�[�X�̐F�Â��p�b�P�[�W�Ƃ��� hilit19 �𗘗p���邩�ǂ���(`(featurep - 'hilit19)') + ���Χű�ñ��ȷ� hilit19 + ��ѹ�ɦ� (`(featurep 'hilit19)') -- Variable: YaTeX-use-italic-bold - italic, bold�t�H���g��쒹���T�����ǂ��� (Emacs20�ȍ~�Ȃ�`t') - font-lock���p���̂ݗL���B(`(featurep 'hilit19)' + italic, boldթ������ɦ� + (Emacs20����`t') + font-lock����߭�� (`(featurep 'hilit19)' -- Variable: YaTeX-singlecmd-suffix - �S�Ă�maketitle�^�R�}���h�̕⊮���͒���ɑ}�����镶����B`"{}"' �Ȃ� - �������߁B + ���maketitle��������Ͼ�������� + `"{}"' �ɬ��� -- Variable: YaTeX-package-alist-private - LaTeX2e�̃p�b�P�[�W���Ƃ��̒��Ɋ܂܂��}�N���̃��X�g�B�K�؂ɐݒ肵�� - �����Ɩ{�����͎��Ƀ}�N����⊮���͂���Ƃ��̃}�N���ɕK�v�ȃp�b�P�[�W - �� usepackage ���邩�����I�Ɍ������Ă����B���Ă��Ȃ���� - \usepackage �������lj����邱�Ƃ��ł���B���X�g��'((�p�b�P�[�W��1 (�� - ���^�C�v �}�N���̃��X�g�c�c) (�⊮�^�C�v �}�N���̃��X�g�c�c)) (�p�b�P�[ - �W��2 (�⊮�^�C�v �}�N���̃��X�g�c�c) (�⊮�^�C�v �}�N���̃��X - �g�c�c))�c�c�c) �Ƃ����`���ɂ���B�⊮�^�C�v�� `env, section, - maketitle' �̂ǂꂩ�B��̗�͕ϐ� `YaTeX-package-alist-default' �̒l - �Q�ƁB + LaTeX2e��ñ���Ƚ�������ޯ���ȣ + �����ƪ��ܸ����ޯ����Ϲ�� + ��ޯ�ˬ���ñ��� + usepackage + �뫫��ˡ��Ư�� + �Ƥʱ�� \usepackage + ��ù���ǭ� + ��� '((�ñ���1 (䰿�� + ޯ������) (䰿�� + ޯ������)) (�ñ���2 + (䰿�� ޯ������) + (䰿�� + ޯ������))���) + Ȥ���˹�䰿��� `env, + section, maketitle' ��쫣 ������ + `YaTeX-package-alist-default' �Ͳȣ -- Variable: YaTeX-tabular-indentation - tabular/array �‹��Ō��ݍs�̐擪�ʒu���\�̑�N�J�����̂Ƃ��͕W���C���f - ���g�ʒu���� N*YaTeX-tabular-indentation ���������C���f���g�ɂ���B + tabular/array + ĭǽ�����֬���N����ȭ� + �������֫� + N*YaTeX-tabular-indentation 弲� + �����˹� -- Variable: YaTeX-noindent-env-regexp - �ʂ̊‹����ɂ����Ă� \begin{} ���s������n�܂�ׂ��‹����̐��K�\���B - verbatim�‹��Ȃǂ��w�肷��B + ��ĭ�ˢ��� \begin{} + �Ԭ�����٭ĭ�ε���� + verbatimĭ������ -- Variable: YaTeX-ref-default-label-string - \ref{} �̃��x���⊮�Ń��x�����ݒ�̂��̂Ɏ����I�ɐ������郉�x�����̏� - ���Bstrftime(3)�֐��Ɏ������t�x�[�X�Ŏw�肷��B���p�ł��鏑���͈ȉ��� - �Ƃ���B%y -> �����, %b -> ���̉p��, %m -> ��(1�`12) %d -> ��, - %H -> ��, %M -> ��, %S -> �b, %qx -> �A���t�@�x�b�g��26�i�������� - yymmdd. %qX -> �A���t�@�x�b�g��26�i�������� HHMMSS. �f�t�H���g�� - "%H%M%S_%d%b%y" + \ref{} + ��������������˫��˸��� + �����strftime(3)�������ټ����� + ��ǭ���ʼ�Ȫ� %y -> + ����, %b -> ��Ѿ, %m -> �(1�12) %d + -> �, %H -> �, %M -> �, %S -> �, %qx -> + ��ա����26����� yymmdd. %qX + -> ��ա����26����� HHMMSS. + �թ��� "%H%M%S_%d%b%y" -- Variable: YaTeX-ref-generate-label-function - \ref{}�̃��x�������������̂Ƃ��Ɏg���֐��̃V���{���B�f�t�H���g�͕W�� - �� YaTeX::ref-generate-label �֐������蓖�ĂĂ���B������2�Ž��֐� - ���`���āA���̕ϐ��ɃZ�b�g����Ƃ��̊֐����Ă񂾌��ʂ��f�t�H���g�� - ���x�������Ƃ���B�ݒ��: + \ref{}���뾫����ȭ�Ȧ��η��� + �թ��ϸ�� YaTeX::ref-generate-label + �������Ƣ� + ���2���������Ƣ����˻�ȹ�Ƚ������� + ����թ��������ȹ����: (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label) (defun my-yatex-generate-label (command value) (and (string= command "caption") @@ -1875,251 +2192,247 @@  File: yatexj, Node: Sample definitions, Next: Hook variables, Prev: All customizable variables, Up: Lisp variables -�J�X�^�}�C�Y�ϐ��ݒ�� ----------------------- +���ޤ������ +-------------------------------------------- - ���Ƃ��΁Aprefix �L�[�Ƃ���`ESC'���g�p���A�V���ȕ⊮�����i�[����t�@�C -�����A`~/src/emacs/yatexrc' �ɂ��A�s���� prefix ���^�u������‚ɕς������� -���́A + �ȨТprefix +��ȷ�`ESC'��ѷ��������ʼ��ա +���`~/src/emacs/yatexrc' ˷�Ԭ� prefix +�ָ����� ���ȭϢ (setq YaTeX-prefix "\e" YaTeX-user-completion-table "~/src/emacs/yatexrc" YaTeX-fill-prefix " ") -�� `~/.emacs' �ɉ����܂��B +� `~/.emacs' �è޹�  File: yatexj, Node: Hook variables, Next: Hook file, Prev: Sample definitions, Up: Lisp variables -hook�ϐ� --------- +hook�� +------------ - �܂��Ahook �ϐ� `yatex-mode-hook', `yatex-mode-load-hook' ��p�ӂ��Ă��� -���B���ׂĂ� yatex-mode �̃o�b�t�@�ō�p�����������̂́A`yatex-mode-hook' -�ɋL�q���A`yatex.el' �����[�h���鎞������p�����������̂� -`yatex-mode-load-hook' �ɋL�q���܂��B�Ⴆ�΁A`outline-minor-mode' �𗘗p�� -��ꍇ�A���ꂼ��̃o�b�t�@�� `outline-minor-mode' ��L���ɂ������̂ŁA -`yatex-mode-hook' �����̂悤�ɐݒ肵�܂��B + ޿�hook �� `yatex-mode-hook', `yatex-mode-load-hook' +�� շƤ޹����� yatex-mode +���ա��ѵ�����Ϣ +`yatex-mode-hook' ˭ҷ�`yatex.el' +��ɹ�����ѵ +������`yatex-mode-load-hook' +˭ҷ޹��Т `outline-minor-mode' +��ѹ��碽�����ա� +`outline-minor-mode' +��˷���Ǣ`yatex-mode-hook' � +�����޹� (setq yatex-mode-hook '(lambda () (outline-minor-mode t))) -�t�ɁA�Ǝ��̃L�[��`���s���������Ȃǂ́A`yatex-mode-load-hook' �𗘗p���� -���B�Ⴆ�΁Abegin �^�⊮�ɂ����āA document ��Aenumerate �ȊO�̊‹����� -�V���[�g�J�b�g�L�[�œ��ꂽ���ȂǂƂ������́A���̂悤�ɂ��܂��B�ȉ��̗�́A -`[prefix] ba' �� `\begin{abstract}', `\end{abstract}' ��}�����܂��B +�ˢȫέ����Ԥ�����Ϣ`yatex-mode-load-hook' +��� �޹��Тbegin +��˪�Ƣ document �enumerate +ʰ�ĭ� +��ȫ�ȭ���쿤��Ȥ��Ϣ���˷޹�ʼ��Ϣ +`[prefix] ba' � `\begin{abstract}', `\end{abstract}' � +���޹� (setq yatex-mode-load-hook '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) -�Ȃ��A�V���ȃL�[�̒�`�ɂ́A�֐� `YaTeX-define-key' -`YaTeX-define-begend-key'�𗘗p����悤�ɂ��Ă��������B +ʪ���ʭ�����Ϣ�� +`YaTeX-define-key' +`YaTeX-define-begend-key'��ѹ��˷Ư����  File: yatexj, Node: Hook file, Prev: Hook variables, Up: Lisp variables -hook�p�t�@�C�� --------------- +hook�ա�� +------------------------ - �ϐ� `yatex-mode-load-hook' �Œ�`������e���������́A`yatexhks.el'�Ƃ� -���t�@�C�������A���̒��ɖ쒹�֘A�̐ݒ���������ŁA�������̎��Ɏ����I�Ƀ��[ -�h���܂��B + �� `yatex-mode-load-hook' +������Ƭ���Ϣ +`yatexhks.el'Ȥ�ա����ꢽ����آ������Ǣ +�����˫����ɷ޹�  File: yatexj, Node: Add-in functions, Prev: Lisp variables, Up: Customizations -�t���֐�(�A�h�C���֐�) -====================== +����(�ɤ���) +========================================== - �e��⊮���ɁA�‹�����R�}���h���ɉ��������ߍׂ₩�ȕ⊮���͋@�\�������� -�邽�߂̊֐����쐬���邱�Ƃ��ł��܂��B���̊֐��̍쐬���@��A�g�ݍ��ݕ��@�� -�ւ��ẮA`yatexadd.doc' ���������������B + ����ˢĭ����ɾ�����������ϡ��½� +�������Ȭǭ޹����������������� +ط�Ϣ`yatexadd.doc' �������  File: yatexj, Node: Etc, Next: Copying, Prev: Customizations, Up: Top -���̑� -****** +�ξ +************ - �쒹�̕W���� LaTeX �R�}���h�̎����ɂ́A��҂��p�ɂɎg�����̂����o�^���� -�Ă��܂���B����́A�⊮���Ɏg���������Ȃ��R�}���h�����݂��āA�⊮������ -�R�}���h���o���܂ł̃X�g���[�N���𑝂₵�Ă��܂�����h�~���邽�߂ł��B�W�� -�����ɂȂ��R�}���h���A�ł��邾���⊮���͕����𗘗p���A���[�U�������[������ -�邱�ƂŁA���Ȃ��� LaTeX �X�^�C���ɂ������쒹�ւƈ���Ă������Ƃł��傤�B + �θ�� LaTeX +����έ��Ϣ�Ԭ���Ȧ�η�п� +�Ƥ޻��Ϣ����Ȥ���ʤ���ɬ�߷Ƣ䰷� +������й��ι������Ʒަ���߹��ǹ�� +���ʤ�����ǭ����������ѷ�漶���µ +���Ǣ�ʿ� LaTeX +����ˢÿ�����Ƥ���Ƿ� +��  File: yatexj, Node: Copying, Next: Concept Index, Prev: Etc, Up: Top -��舵�� -******** +�귤 +**************** - �{�v���O�����̓t���[�\�t�g�E�F�A�ł��B�{�v���O�������g�p���Đ����������� -�錋�ʂɑ΂��Ă���҂͐ӔC�𕉂�Ȃ����ƂƂ��܂��B�]�ړ��Ɋւ��Ă͐������� -���܂���B�펯�I�Ɉ����Ă��������B�܂��A�{�v���O�����Ɋ܂܂��R�[�h�𗘗p -���邱�ƁA�������邱�Ƃ����R�ɍs�Ȃ��č\���܂��񂪁A���p���邱�Ƃɂ��_�� -�����̕K�v��������ꍇ�A���͂����Ȃ�_����������܂���B��̓I�ɂ�GPL�ւ� -�T�C���͂��܂���̂ŁAGNU�Ɋ񑡂�����̂�����Ă���ꍇ���̍�i�����荞 -�񂾃R�[�h�𗬗p����Ƌ�J���邩������܂���B�����Ȃ�R�[�h���p�����ۂ��� -���񂪌_������͎��ނ��܂��B + �������꼽�Ȧ��ǹ��������ѷƸ����� +����з�����դ���ʤ��ȷ޹�����ط�ϩ¤� +�޻�ﱪ˷�Ư����޿����������볼���� +��Ȣ�����⫳����ƽ�޻󬢮ѹ������� +��ά׬������Ϥ��������޻��Ϊ��GPL�� +���Ϸ޻��ǢGNU��������Ƥ������ʫ���� +������ѹ��쫹���޻󣤫�볼ɮ���ݷ� +������ϭ�޹� - ���A��]�A�o�O�񍐁A���z���͊��}�������܂��B�A���� yuuji@yatex.org �� -��(2004�N1������)�B�p���I�Ɏg�p���Ă���������̓��C�����O���X�g�ufj�쒹�� -��v�ɐ���������Ă��������B�������@�ɂ‚��Ă͖{�p�b�P�[�W�� `docs/qanda' -�t�@�C���́u���̑��v�̏͂��䗗���������B + �����а����Ͽޤ��޹� +��� yuuji@yatex.org ��(2004�1��)� +ѳ���ѷƯ�����������fj����� +�����Ư���������Ĥ����ñ��� +`docs/qanda' +ա���ֽξ����������� -�d�l�́A�\���Ȃ��m����(�C�������)�ύX����܂�:-p�B +��Ϣ��ʯ���(�����)ѹ��޹:-p� - �L���Y�� + ����  File: yatexj, Node: Concept Index, Prev: Copying, Up: Top -���� -**** +�� +******** * Menu: * :: Greek letter completion. 4. * ;: Image completion. 4. -* ��[������]: Image completion. 4. -* ��[������]: Enclose section-type command. 4. -* ��[������]: large�^�b -�. 22. -* ��zقЂ�����]: 2�ˆȏ�̈�z���Ƃ� section�^�R�}���h. 4. -* ��6[�����ӂ�]: Accent mark completion. 4. -* ;���z;������]: Image completion. 32. -* ��[�ނ��񂽂�]: Image completion. 4. -* �n�[�₵�邵]: Image completion. 4. -* �u���b�N[�ӂ�‚�]: begin�^�b -�. 81. -* �q�X�g��[�Ђ��Ƃ�]: Cooperation with other packages. 8. -* ���5�[�������낦]: Filling. 4. -* �₿�傤[�₿�悤]: Intro. 4. -* �W�����v[������]: view-sectioning. 42. -* &�|�[&�ɂ䂤��悭]: Intelligent newline. 4. -* �1��[���‚Ă��ꂢ]: Sample definitions. 4. -* x-��b -�[�������ق���]: Arbitrary completion. 4. -* �B����߂�[�Ƃ����߂�]: begin�^�b -�. 81. -* �ċA�b -�[�������ق���]: Recursive completion. 4. -* ���[�U����[䂤��������]: begin�^�b -�. 71. -* �_Kw[���肩������]: view-sectioning. 42. -* �����͂ǂ�?[�����͂Ƃ�?]: What column. 4. -* ��G�`��c�[���N�.[���������‚��邫�Ƃ�]: ��G�`��c�[���N�.. 4. -* B����㑪��[���񂫂悤�̂���Ƃ���]: B����ʂƂ����W�����v. 7. -* B���̖���[���񂫂悤�̂܂‚Ђ�]: B����ʂƂ����W�����v. 7. -* B�����}�[�N[���񂫂悤���܂���]: B����ʂƂ����W�����v. 7. -* �J�X�^�}�C�Y[�������܂���]: Customizations. 4. -* �L�[�A�T�C��[������������]: Customizations. 4. -* z�����[�h[��������������]: Image completion. 4. -* �C���X�g�[��[���񂷂Ƃ���]: Installation. 4. -* �^�C�v�Z�b�^[�����ӂ��‚�]: Invocation. 4. -* �v�������[�A[�ӂ�Ђ䂤��]: Invocation. 4. -* �A�E�g���C��[�����Ƃ炢��]: view-sectioning. 4. -* ��z�̌�z��O���[�Ђ������̂�������������]: 2�ˆȏ�̈�z���Ƃ� section�^�R�}���h. 24. -* �A�N�Z���g�L���b -�[��������Ƃ������ق���]: Accent mark completion. 4. -* �J�X�^�}�C�Y�O�j��[�������܂����ւ񂷂��������]: All customizable variables. 4. -* B���<̕b -�[���񂫂悤�߂��̂ق���]: begin�^�b -�. 4. -* �G���[�C�z���炠���䂤����]: Calling typesetter. 4. -* �^�C�v�Z�b�^�N�.[�����ӂ��‚����Ƃ�]: Calling typesetter. 4. -* �^�C�v�Z�b�g�G���[[�����ӂ��‚Ƃ��炠]: Calling typesetter. 4. -* B���<̕O X[���񂫂悤�߂��̂ւ񂱂�]: Changing LaTeX command. 20. -* ���[�h���V�[�����Ƃ��肩��]: Changing mode of YaTeX. 4. -* �^�C�v�Z�b�^�̎g���*�[�����ӂ��‚��̂‚����킯]: Changing typesetter. 12. -* �N�.���R�}���h��O���[���Ƃ����邱�܂�Ƃ�������]: Changing typesetter. 7. -* �R�����g�A�E�g[���߂�Ƃ�����]: Commenting out. 4. -* ���̑<̃R�}���h�+�[���̂��̂��܂�Ƃ�������]: Controlling which command to invoke. 4. -* �<p�b�P�[�W�Ƃ̘A g[���͂‚������Ƃ̂�񂯂�]: Cooperation with other packages. 4. -* �R�}���h�q�X�g��[���܂�ƂЂ��Ƃ�]: Cooperation with other packages. 8. -* �J�[�\���W�����v[�������邵����]: Cursor jump. 4. -* %#�L�@��L̕RW[%#���ق��������̂ւ񂵂䂤]: Editing %# notation. 4. -* �p���O���t�̌��5�[�͂炭��ӂ̂������낦]: Filling. 47. -* �̈挈�K�%[��悤�������‚Ă�������]: Fix region for typesetting. 25. -* �!��t�@�C���̕RW[�Ȃ����ӂ�����̂ւ񂵂䂤]: Fix region for typesetting. 34. -* ���̈�̃^�C�v�Z�b�g[���Ă���悤�����̂����ӂ��‚�]: Fix region for typesetting. 4. -* �M���V���6�b.[���肵������ق���]: Greek letter completion. 4. -* �C���[�W�b -�[���߂����ق���]: Image completion. 4. -* z���L���C���[�W�b -�[�����������������߂����ق���]: Image completion. 4. -* �<̃t�@�C���̎莀�[�ق��̂ӂ�����̂ĂȂ���]: Includeonly. 11. -* �C���N���[�h�\�"[���񂭂邤�Ƃ�������]: Inclusion hierarchy browser. 4. -* ���܂�����s[���܂����������悤]: Intelligent newline. 4. -* �v�����g�A�E�g[�ӂ��Ƃ�����]: Invocation. 4. -* B���̍�[)�񂫂悤�̂�������]: Killing LaTeX command. 6. -* ���x�����.��ق�ւ邵�Ƃ���������]: label-generation. 4. -* �t�H���g�w�q[�ӂ���Ƃ��Ă���]: large�^�b -�. 18. -* �6�T�C�Y�w�q[�������������Ă���]: large�^�b -�. 18. -* ���[�J������[남���邵����]: Local dictionary. 4. -* �O X/��[V�񂱂�/��������]: Modifying/Deleting. 4. -* �O���[�o���w���v[���남�͂�ւ��]: Online help. 16. -* �I�����C���w���v[����炢��ւ��]: Online help. 4. -* �L�[���[�h����[�����킠�Ƃ��񂳂�]: Online help. 4. -* �v���C�x�[�g�w���v[�ӂ炢�ւ��Ƃւ��]: Online help. 16. -* �|̓t�@�C���* -�[�ɂ䂤��悭�ӂ�����ӂ񂩂�]: Splitting input files. 11. -* �Z�N�V�����最�ꗗ�o�b�t�@[��������񂭂��肢�����͂‚ӂ�]: view-sectioning. 18. -* �Z�N�V�����最�[��������񂭂���]: view-sectioning. 42. -* ���݂̃J�����\�[���񂳂��̂���ނЂ悤��]: What column. 23. +* �[���]: Image completion. 4. +* ��[���]: Enclose section-type command. 4. +* ��[���]: large��. 25. +* ;��[;���]: Image completion. 36. +* ��[ҭ��]: 2��������� section�����. 4. +* ����ļ믰[����Ħ�Ȧ]: ����ļ믰. 4. +* ĭ���[���λ�Ȧ�]: ĭ��ȷ�����. 7. +* ĭ����[��������]: ĭ��ȷ�����. 7. +* ĭ�޼�[����ޢ�]: ĭ��ȷ�����. 7. +* ��[����]: Accent mark completion. 4. +* �[��]: Image completion. 4. +* ��[��]: Image completion. 4. +* ������Ѩ�[ҭ��γ����]: 2��������� section�����. 30. +* ����ȭ��[����ȭ��۫�]: Accent mark completion. 4. +* ���ޤ�����[���ޤ��󹦤���]: All customizable variables. 4. +* ���[���۫�]: Arbitrary completion. 4. +* ĭ���[�����۫�]: begin��. 4. +* 漶��[榵���]: begin��. 77. +* ĸ���[ȷ���]: begin��. 91. +* ��ï[��į]: begin��. 91. +* �鼤�[�颷榻�]: Calling typesetter. 4. +* ��׻ÿ��[��ջĿ�Ȧ]: Calling typesetter. 4. +* ��׻�Ȩ�[��ջ�Ȩ�]: Calling typesetter. 4. +* ĭ��ѹ[�������]: Changing LaTeX command. 24. +* ����ب[�ȭꫨ]: Changing mode of YaTeX. 4. +* ��׻ÿ�Ȥ��[��ջĿ�ī��]: Changing typesetter. 13. +* ��������Ѩ�[�Ȧ�������]: Changing typesetter. 7. +* ���Ȣ��[���Ȣ��]: Commenting out. 4. +* �ξγ��ɩ�[�ογ��Ȼ���]: Controlling which command to invoke. 4. +* ��ñ���΢�[��ı������]: Cooperation with other packages. 4. +* ����ҹ��[����ҹ��]: Cooperation with other packages. 8. +* ҹ��[ҹ��]: Cooperation with other packages. 8. +* �������[�������]: Cursor jump. 4. +* ���ޤ�[���ޤ�]: Customizations. 4. +* ������[������]: Customizations. 4. +* %#�����Ը[%#�ۦ�������]: Editing %# notation. 4. +* 巨[����]: Filling. 4. +* �����巨[����α���]: Filling. 53. +* ���꬧[�覤���Ƥ���]: Fix region for typesetting. 27. +* ����ο�׻��[�Ƥ�覤�ο�ջ��]: Fix region for typesetting. 4. +* ��ա���Ը[ʫ�բ������]: Fix region for typesetting. 40. +* �����[����۫�]: Greek letter completion. 4. +* �Ἰ�[�ᨷ۫�]: Image completion. 4. +* ����Ἰ�[��������ᨷ۫�]: Image completion. 4. +* ����[������]: Image completion. 4. +* ��ա���꾷[۫�բ����ʪ�]: Includeonly. 11. +* ���ɽ�[���ȳ���]: Inclusion hierarchy browser. 4. +* ������[�ij����۷�]: Inserting parens. 4. +* ��ȼ�[��Ȫ�]: Installation. 4. +* &��[&����]: Intelligent newline. 4. +* �ޫ���[�ޫ�����]: Intelligent newline. 4. +* ���[���]: Intro. 4. +* ��׻ÿ[��ջĿ]: Invocation. 4. +* ���Ȣ��[���Ȣ��]: Invocation. 4. +* ���弢[���榢]: Invocation. 4. +* ĭ���[���ε���]: Killing LaTeX command. 7. +* ��뫰��[���Ȧ����]: label-generation. 4. +* ��������[ⷵ���Ƥ�]: large��. 21. +* թ�����[ժ�ȷƤ�]: large��. 21. +* ���[�뷷�]: Local dictionary. 4. +* ѹ/��[��/����]: Modifying/Deleting. 4. +* �������[�������]: Online help. 17. +* ��ټ����[��ب����]: Online help. 17. +* �������[�������]: Online help. 4. +* ���ɡ�[���ȱ�]: Online help. 4. +* �Ϫ�ڼ�[����请���ب�]: Print out. 10. +* �ϫ�ڼ�[����诫��ب�]: Print out. 10. +* Ƣ�[���۫�]: Recursive completion. 4. +* ���[��Ƥ�]: Sample definitions. 4. +* ��ա���[����բ�����]: Splitting input files. 13. +* ������������ա[�����������բ]: view-sectioning. 22. +* �����[�����]: view-sectioning. 4. +* ����[����]: view-sectioning. 50. +* ��������[������]: view-sectioning. 50. +* ����[��ꫤ��]: view-sectioning. 50. +* ��Ϋ�ཨ[��Ϋ���覷]: What column. 24. +* ���ɳ?[���ȳ?]: What column. 4. +* ���tabular[կ���tabular]: What column. 4. * apropos: Online help. 4. * autoload: Installation. 4. * auto-mode-alist: Installation. 4. * %#BEGIN: Fix region for typesetting. 4. -* begin�^�b -�[begin�����ق���]: begin�^�b -�. 4. +* begin��[begin��۫�]: begin��. 4. * C-c: Invocation. 4. * Demacs: Intro. 4. * .emacs: Installation. 4. * %#END: Fix region for typesetting. 4. -* end�b -�[end�ق���]: end�b -�. 4. -* ghostview: Splitting input files. 16. +* end�[end۫�]: end�. 4. +* ghostview: Splitting input files. 19. * gmhist: Cooperation with other packages. 8. -* hook�O�[hook�ւ񂷂�]: Hook variables. 4. -* �o�͏I���y�[�W[����‚�悭���䂤��悤�ւ���]: Print out. 9. +* hook��[hook��]: Hook variables. 4. * includeonly: Includeonly. 4. * Install: Installation. 4. -* item�Ȃǂ̌��5�[item�ȂƂ̂������낦]: Filling. 8. -* �o��J�n�y�[�W[����‚�悭�������ւ���]: Print out. 9. +* item���巨[item��α���]: Filling. 8. * jlatex: Invocation. 4. -* large�^�b -�[large�����ق���]: large�^�b -�. 4. +* large��[large��۫�]: large��. 4. * LaTeX: Intro. 4. * leftarrow: Image completion. 4. * lpr format: lpr format. 4. -* lpr�t�H�[�}�b�g�̕O X[lpr�ӂ����܂‚Ƃ̂ւ񂱂�]: Editing %# notation. 18. -* lpr�ӂ��[�܂���[lpr�ӂ����܂‚�]: lpr format. 4. -* lpr�t�H�[�}�b�g[lpr�ӂ����܂‚�]: lpr format. 4. -* maketitle�^�b -�[maketitle�����ق���]: maketitle�^�b -�. 4. -* M-C-@: B����ʂƂ����W�����v. 7. -* M-C-a: B����ʂƂ����W�����v. 7. -* M-C-e: B����ʂƂ����W�����v. 7. -* min-out: Cooperation with other packages. 17. -* M-q: Filling. 47. +* lprթ�����ѹ[lprժ�������]: Editing %# notation. 21. +* lprթ����[lprժ����]: lpr format. 4. +* lprթ����[lprժ����]: lpr format. 4. +* maketitle��[maketitle��۫�]: maketitle��. 4. +* M-C-@: ĭ��ȷ�����. 7. +* M-C-a: ĭ��ȷ�����. 7. +* M-C-e: ĭ��ȷ�����. 7. +* min-out: Cooperation with other packages. 20. +* M-q: Filling. 53. * Mule: Intro. 4. -* �����includeonly[���‚Ă�includeonly]: Includeonly. 4. -* NTT-jTeX[���ʂĂ����Ă����������Â�]: Filling. 15. +* ���includeonly[����includeonly]: Includeonly. 4. +* NTT-jTeX[��Ƥ�Ƥ�����į]: Filling. 16. * platex: Invocation. 4. * prefix ,: Commenting out. 4. * prefix .: Commenting out. 4. @@ -2129,35 +2442,27 @@ * prefix ?: Online help. 4. * prefix &: What column. 4. * prefix a: Accent mark completion. 4. -* prefix b: begin�^�b -�. 4. +* prefix b: begin��. 4. * prefix c: Modifying/Deleting. 4. * prefix d: Inclusion hierarchy browser. 4. -* prefix e: end�b -�. 4. +* prefix e: end�. 4. * prefix g: Cursor jump. 4. * prefix i: Filling. 8. * prefix k: Modifying/Deleting. 4. * prefix key: Invocation. 4. -* prefix l: large�^�b -�. 4. -* prefix m: maketitle�^�b -�. 4. -* prefix s: section�^�b -�. 4. +* prefix l: large��. 4. +* prefix m: maketitle��. 4. +* prefix s: section��. 4. * prefix SPC: Arbitrary completion. 4. * prefix w: Changing mode of YaTeX. 4. -* prefix�L�[�O X[prefix�����ւ񂱂�]: Lisp variables. 4. -* �y�[�Wm�Fȗ�lpr�N�.[�ւ��������ɂ񂵂悤��₭lpr���Ƃ�]: Print out. 12. -* section�^�b -�[section�����ق���]: section�^�b -�. 4. -* �!G��tabular[�ӂ����‚�tabular]: What column. 4. -* ���usepackage[�����܂��]: Usepackage cheker. 4. -* YaTeX-help-file: Online help. 16. -* YaTeX-help-file-private: Online help. 16. -* YaTeX-item-regexp: Filling. 20. -* YaTeX-math-sign-alist-private: Image completion. 57. +* prefix��ѹ[prefix����]: Lisp variables. 4. +* ڼ�Χʬlpr��[ب��������lpr�Ȧ]: Print out. 13. +* section��[section��۫�]: section��. 4. +* ���usepackage[�����]: Usepackage cheker. 4. +* YaTeX-help-file: Online help. 17. +* YaTeX-help-file-private: Online help. 17. +* YaTeX-item-regexp: Filling. 23. +* YaTeX-math-sign-alist-private: Image completion. 69. * yatex-mode-hook: Hook variables. 4. * yatex-mode-load-hook: Hook variables. 4. * YaTeX-nervous: Local dictionary. 22. @@ -2170,64 +2475,65 @@ Tag table: Node: Top254 Node: Intro1308 -Node: Terminology1611 -Node: Main features2246 -Node: Installation3279 -Node: Invocation4503 -Node: Calling typesetter5322 -Node: Calling previewer6559 -Node: Print out6875 -Node: %#notation7141 -Node: Changing typesetter7569 -Node: Splitting input files7827 -Node: Fix region for typesetting8779 -Node: lpr format9680 -Node: Controlling which command to invoke10489 -Node: Editing %# notation10960 -Node: Completion11417 -Node: begin�^�⊮11890 -Node: section�^�⊮14474 -Node: 2�ˆȏ�̈������Ƃ� section�^�R�}���h15569 -Node: Enclose section-type command16387 -Node: Recursive completion16624 -Node: view-sectioning16930 -Node: label-generation18126 -Node: large�^�⊮18475 -Node: maketitle�^�⊮19055 -Node: Arbitrary completion19354 -Node: end�⊮19667 -Node: Accent mark completion20009 -Node: Image completion20434 -Node: Greek letter completion22251 -Node: Local dictionary22711 -Node: Commenting out23316 -Node: Cursor jump24475 -Node: �Ή��I�u�W�F�N�g�ւ̃W�����v24712 -Node: ���G�`���c�[���N��25700 -Node: ���C���t�@�C���ւ̃W�����v26620 -Node: �‹���P�ʂƂ����W�����v26956 -Node: �Ō�̕⊮�ʒu�ւ̃W�����v27313 -Node: Modifying/Deleting27550 -Node: Changing LaTeX command27956 -Node: Killing LaTeX command28507 -Node: Filling29378 -Node: Includeonly30707 -Node: What column31268 -Node: Intelligent newline32047 -Node: Usepackage cheker33080 -Node: Changing mode of YaTeX33506 -Node: Online help34082 -Node: Inclusion hierarchy browser35058 -Node: Cooperation with other packages36336 -Node: Customizations36791 -Node: Lisp variables37088 -Node: All customizable variables37695 -Node: Sample definitions46204 -Node: Hook variables46638 -Node: Hook file47532 -Node: Add-in functions47738 -Node: Etc47965 -Node: Copying48249 -Node: Concept Index48880 +Node: Terminology1619 +Node: Main features2299 +Node: Installation3362 +Node: Invocation4647 +Node: Calling typesetter5517 +Node: Calling previewer7029 +Node: Print out7361 +Node: %#notation7641 +Node: Changing typesetter8073 +Node: Splitting input files8357 +Node: Fix region for typesetting9340 +Node: lpr format10265 +Node: Controlling which command to invoke11086 +Node: Editing %# notation11586 +Node: Completion12058 +Node: begin��12477 +Node: section��15263 +Node: 2��������� section�����16364 +Node: Enclose section-type command17207 +Node: Recursive completion17555 +Node: view-sectioning17868 +Node: label-generation19103 +Node: large��19467 +Node: maketitle��20027 +Node: Arbitrary completion20332 +Node: end�20653 +Node: Accent mark completion20998 +Node: Image completion21441 +Node: Greek letter completion23277 +Node: Inserting parens23777 +Node: Local dictionary24137 +Node: Commenting out24753 +Node: Cursor jump25937 +Node: ���ָ����θ���26190 +Node: ����ļ믰27205 +Node: ��ա���θ���28167 +Node: ĭ��ȷ�����28529 +Node: �������θ���28910 +Node: Modifying/Deleting29174 +Node: Changing LaTeX command29598 +Node: Killing LaTeX command30162 +Node: Filling31051 +Node: Includeonly32412 +Node: What column32979 +Node: Intelligent newline33768 +Node: Usepackage cheker34822 +Node: Changing mode of YaTeX35255 +Node: Online help35854 +Node: Inclusion hierarchy browser36873 +Node: Cooperation with other packages38175 +Node: Customizations38650 +Node: Lisp variables38959 +Node: All customizable variables39569 +Node: Sample definitions48692 +Node: Hook variables49148 +Node: Hook file50047 +Node: Add-in functions50263 +Node: Etc50510 +Node: Copying50801 +Node: Concept Index51432  End tag table diff --git a/docs/yatexe b/docs/yatexe index 4e0a519..50f2b6e 100644 --- a/docs/yatexe +++ b/docs/yatexe @@ -65,8 +65,8 @@ * Jumping to error line(`C-c '') * Completing-read of LaTeX commands such as `\begin{}', `\section' etc. (`C-c b', `C-c s', `C-c l', `C-c m') - * Enclosing text into LaTeX environments or commands (`C-u' - ABOVEKEYSTROKES) + * Enclosing text into LaTeX environments or commands (ABOVEKEYSTROKES + after region setting) * Displaying the structure of text at entering sectioning commands * Lump shifting of sectioning commands (*Note view-sectioning::) * Learning unknown/new LaTeX commands for the next completion @@ -124,12 +124,12 @@ execute typeset or preview command. `[prefix] t j' - ... invoke latex + ... invoke typesetter `[prefix] t r' - ... invoke latex on region + ... invoke typesetter on region `[prefix] t e' - ... invoke latex on current environment or whole portion of - current formulas in math-mode. + ... `on-the-fly preview' on current environment or whole + portion of current formulas in math-mode `[prefix] t d' ... invoke dvipdfmx after successful typesetting `[prefix] t k' @@ -192,14 +192,20 @@ files. The `[prefix] te' key automatically marks current inner environment or -inner math mode and then call typeset-region with marked region. This is -convenient to quick view of current tabular environment or current editing -formulas. Keeping previewer window for `texput.dvi' is handy for -debugging. Since `[prefix] te' selects the inner-most environment as -region, it is not suitable for partial typesetting of doubly or more -composed environment. If you want to do partial typesetting for a nested -environment, use `[prefix] tr' for static-region, which is described in -the section *Note %#notation::. +inner math mode or paragraph, and then call typeset-region with marked +region. This is convenient to quick view of current tabular environment +or current editing formulas. If running Emacs has the ability of +displaying images, typeset image will be shown in the next window. +Further more, if you modify the content within that environment, YaTeX +performs `on-the-fly' preview that automatically update preview image as +you typed. + +If your Emacs does not supply on-the-fly preview, keeping previewer window +for `texput.dvi' is handy for debugging. Since `[prefix] te' selects the +inner-most environment as region, it is not suitable for partial +typesetting of doubly or more composed environment. If you want to do +partial typesetting for a nested environment, use `[prefix] tr' for +static-region, which is described in the section *Note %#notation::.  @@ -329,7 +335,7 @@  -File: yatexe, Node: Lpr format, Next: Controlling which command to invoke, Prev: Static region for typesetting, Up: %#notation +File: yatexe, Node: Lpr format, Prev: Static region for typesetting, Up: %#notation Lpr format ========== @@ -418,15 +424,16 @@ * Menu: -* Begin-type completion:: -* Section-type completion:: -* Large-type completion:: -* Maketitle-type completion:: -* Arbitrary completion:: -* End completion:: -* Accent completion:: -* Image completion:: -* Greek letters completion:: +* Begin-type completion:: +* Section-type completion:: +* Large-type completion:: +* Maketitle-type completion:: +* Arbitrary completion:: +* End completion:: +* Accent completion:: +* Image completion:: +* Greek letters completion:: +* Inserting parentheses::  @@ -501,21 +508,15 @@ automatically inserted such as `\item' for `itemize' environment. If you don't want the entry, it can be removed by undoing. - If you want to enclose some paragraphs which have already been written, -invoke the begin-type completion with changing the case of `b' of key -sequence upper(or invoke it with universal argument by `C-u' prefix). + If you want to enclose some paragraphs which have already been written +into environment, invoke the begin-type completion right after region +marking. - The following example encloses a region with `description' environment. +If you set `transient-mark-mode' to `nil' in your `~/.emacs', typing +`C-space' (`set-mark-command') twice turns `transient-mark-mode' on +temporarily. Then, type call begin-type completion to enclose text into a +environment. -`[prefix] B D' -`(or ESC 1 [prefix] b D)' -`(or C-u [prefix] b D)' - - ... begin-type completion for region - - This enclosing holds good for the completing input by `[prefix] b SPC'. -`[prefix] B SPC' enclose a region with the environment selected by -completing-read.  @@ -662,9 +663,8 @@ TeX commands to change fonts or sizes, `it', `huge' and so on, in the completion table. - Region-based completion is also invoked by changing the letter after -prefix key stroke as `[prefix] L'. It encloses the region by braces with -large-type command. + Region-based completion is also invoked by calling completion after +region activated.  @@ -797,7 +797,7 @@  -File: yatexe, Node: Greek letters completion, Prev: Image completion, Up: Completion +File: yatexe, Node: Greek letters completion, Next: Inserting parentheses, Prev: Image completion, Up: Completion Greek letters completion ======================== @@ -815,6 +815,18 @@  +File: yatexe, Node: Inserting parentheses, Prev: Greek letters completion, Up: Completion + +Inserting parentheses +===================== + + Typing opening parenthesis, one of `(', `{ and `['', automatically +inserts the closing one. If a opening bracket is typed after `\', `\]' is +automatically inserted with computed indentation. If you stop automatic +insertion, type `C-q' before opening parenthesis. + + + File: yatexe, Node: Local dictionaries, Next: Commenting out, Prev: Completion, Up: Top Local dictionaries @@ -1509,6 +1521,15 @@ environment by `[prefix] t e'(0.9). `Nil' disables on-the-fly preview. + -- Variable: YaTeX-on-the-fly-math-preview-engine + Function symbol to use on-the-fly preview of MATH environment started + by `[prefix] t e' (`'YaTeX-typeset-environment-by-lmp' which calls + latex-math-preview-expression function if latex-math-preview is + available, otherwise `'YaTeX-typeset-environment-by-builtin' which + alls built-in function). + + `Nil' disables on-the-fly preview. + -- Variable: YaTeX-cmd-gimp Command name of GIMP (code{"gimp"}) -- Variable: YaTeX-cmd-tgif @@ -2223,64 +2244,65 @@ Node: Top253 Node: What is YaTeX?1594 Node: Main features1967 -Node: Installation3496 -Node: Typesetting4273 -Node: Calling typesetter5403 -Node: Calling previewer7607 -Node: Printing out7968 -Node: %#notation8260 -Node: Changing typesetter8678 -Node: Splitting input files9042 -Node: Static region for typesetting10467 -Node: Lpr format11596 -Node: Controlling which command to invoke12669 -Node: Editing %# notation13339 -Node: Completion13883 -Node: Begin-type completion14443 -Node: Section-type completion17486 -Node: view-sectioning19921 -Node: Large-type completion21501 -Node: Maketitle-type completion22232 -Node: Arbitrary completion22784 -Node: End completion23174 -Node: Accent completion23644 -Node: Image completion24261 -Node: Greek letters completion26518 -Node: Local dictionaries27245 -Node: Commenting out28182 -Node: Cursor jump29641 -Node: Jump to corresponding object29953 -Node: Invoking image processor31354 -Node: Jump to main file32697 -Node: Jumping around the environment33062 -Node: Jumping to last completion position33480 -Node: Changing and Deleting33989 -Node: Changing LaTeX commands34381 -Node: Killing LaTeX commands35558 -Node: Filling36743 -Node: Updation of includeonly38594 -Node: What column39391 -Node: Intelligent newline40476 -Node: Usepackage checker42130 -Node: Online help42721 -Node: Browsing file hierarchy44396 -Node: Cooperation with other packages46133 -Node: Customizations46838 -Node: Lisp variables47172 -Node: All customizable variables48176 -Node: Sample definitions59413 -Node: Hook variables59926 -Node: Hook file60630 -Node: Add-in functions60969 -Node: How the add-in function works61829 -Node: Defining option-add-in64028 -Node: Defining argument-add-in64750 -Node: Defining enclosing-add-in65632 -Node: How the function is called66486 -Node: Useful functions for creating add-in67162 -Node: Contribution68567 -Node: Add-in generator68841 -Node: Etcetera74213 -Node: Copying74818 +Node: Installation3511 +Node: Typesetting4288 +Node: Calling typesetter5435 +Node: Calling previewer7962 +Node: Printing out8323 +Node: %#notation8615 +Node: Changing typesetter9033 +Node: Splitting input files9397 +Node: Static region for typesetting10822 +Node: Lpr format11951 +Node: Controlling which command to invoke12981 +Node: Editing %# notation13651 +Node: Completion14195 +Node: Begin-type completion14710 +Node: Section-type completion17565 +Node: view-sectioning20000 +Node: Large-type completion21580 +Node: Maketitle-type completion22234 +Node: Arbitrary completion22786 +Node: End completion23176 +Node: Accent completion23646 +Node: Image completion24263 +Node: Greek letters completion26520 +Node: Inserting parentheses27276 +Node: Local dictionaries27683 +Node: Commenting out28620 +Node: Cursor jump30079 +Node: Jump to corresponding object30391 +Node: Invoking image processor31792 +Node: Jump to main file33135 +Node: Jumping around the environment33500 +Node: Jumping to last completion position33918 +Node: Changing and Deleting34427 +Node: Changing LaTeX commands34819 +Node: Killing LaTeX commands35996 +Node: Filling37181 +Node: Updation of includeonly39032 +Node: What column39829 +Node: Intelligent newline40914 +Node: Usepackage checker42568 +Node: Online help43159 +Node: Browsing file hierarchy44834 +Node: Cooperation with other packages46571 +Node: Customizations47276 +Node: Lisp variables47610 +Node: All customizable variables48614 +Node: Sample definitions60262 +Node: Hook variables60775 +Node: Hook file61479 +Node: Add-in functions61818 +Node: How the add-in function works62678 +Node: Defining option-add-in64877 +Node: Defining argument-add-in65599 +Node: Defining enclosing-add-in66481 +Node: How the function is called67335 +Node: Useful functions for creating add-in68011 +Node: Contribution69416 +Node: Add-in generator69690 +Node: Etcetera75062 +Node: Copying75667  End tag table diff --git a/docs/yatexe.tex b/docs/yatexe.tex index 494a7fb..b2736e3 100644 --- a/docs/yatexe.tex +++ b/docs/yatexe.tex @@ -8,7 +8,7 @@ @iftex @c @syncodeindex fn cp -@c Last modified Thu Jan 15 13:28:10 2015 on firestorm +@c Last modified Wed Feb 11 11:44:13 2015 on firestorm @syncodeindex vr cp @end iftex @@ -1950,6 +1950,13 @@ All verbatime-like environment name should match with. @end defvar +@defvar YaTeX-electric-indent-mode +Emacs 24.4 introduces automatic indentation of current and new lines. +This might be annoying for some people. Pass this value to the function +'electric-indent-local-mode. If you prefer to stop electric-indent-mode +in yatex-mode, set `-1' to this variable. +@end defvar + @defvar YaTeX-ref-default-label-string Default \\ref time string format. This format is like strftime(3) but allowed conversion char are as follows; diff --git a/docs/yatexj b/docs/yatexj index a71aba9..6883dc1 100644 --- a/docs/yatexj +++ b/docs/yatexj @@ -16,44 +16,47 @@ * Menu: -* Intro:: �͂��߂� -* Terminology:: �}�j���A���Q�Ə�̒��� -* Main features:: ��ȋ@�\ -* Installation:: �C���X�g�[�� -* Invocation:: �v���Z�X�N�� -* %#notation :: %#�L�@ -* Completion:: �⊮���� -* Local dictionary:: ���[�J������ -* Commenting out:: �R�����g�A�E�g -* Cursor jump:: �J�[�\���W�����v -* Modifying/Deleting:: LaTeX�R�}���h�̕ύX/�폜 -* Filling:: ������ -* Includeonly:: ����� includeonly -* What column:: �J�����ʒu�K�C�h -* Intelligent newline:: ���܂������s -* Usepackage cheker:: ����usepackage -* Changing mode of YaTeX:: �쒹���샂�[�h�ύX -* Online help:: LaTeX�I�����C���w���v -* Inclusion hierarchy browser:: �t�@�C�������K�w�\���̕\�� -* Cooperation with other packages:: ���p�b�P�[�W�Ƃ̘A�g -* Customizations:: �J�X�^�}�C�Y -* Etc:: ���̑� -* Copying:: ��舵�� -* Concept Index:: ���� +* Intro:: ϸ�� +* Terminology:: ��������� +* Main features:: �ʡ� +* Installation:: ��ȼ� +* Invocation:: ���� +* %#notation :: %#�� +* Completion:: ��� +* Local dictionary:: ��� +* Commenting out:: ���Ȣ�� +* Cursor jump:: ������� +* Modifying/Deleting:: LaTeX�����ѹ/�� +* Filling:: 巨 +* Includeonly:: ��� includeonly +* What column:: ����֬�� +* Intelligent newline:: �ޫ��� +* Usepackage cheker:: ���usepackage +* Changing mode of YaTeX:: ���ѹ +* Online help:: LaTeX������� +* Inclusion hierarchy browser:: ա���ؽ�ν� +* Cooperation with other packages:: ��ñ���΢� +* Customizations:: ���ޤ� +* Etc:: �ξ +* Copying:: �귤 +* Concept Index:: ��  File: yatexj, Node: Intro, Next: Terminology, Prev: Top, Up: Top -�͂��߂� -******** +ϸ�� +**************** - �쒹�́AGNU Emacs �� LaTeX �p�̕������쐬���鎞�� pLaTeX �Ȃǂ̃^�C�v�Z�b -�g�R�}���h��A�v�������[�A�̋N���� Emacs �ҏW��ʒ�����s����悤�ɂ���� -���ɁA�g�����̍�����X�̕⊮�@�\�ɂ��\�[�X�e�L�X�g�̕ҏW���x�����܂��B�� -��� LaTeX �R�}���h�̃I�����C���w���v�ɂ��}�j���A���𒲂ׂ��Ԃ��y���� -�܂��B + �ϢGNU Emacs � LaTeX +�θ����� pLaTeX ��� +��׻�ȳ�������弢ί�� +Emacs Ը���� +Ԩ��˹�Ȧˢȥ�����䰡���꽼�ƭ +���Ը���޹���� LaTeX +����Ϊ������� +������������ں�޹� English manual *Note Top: (yatexe)Top. @@ -61,312 +64,357 @@  File: yatexj, Node: Terminology, Next: Main features, Prev: Intro, Up: Top -�{�}�j���A���Q�Ə�̒��� -************************ +���������� +************************************************ - �{�}�j���A���ł͈ȉ��̕\�L��p���܂��B + �������ʼν��Ѥ޹� - * begin�^�R�}���h + * begin����� - `\begin{�‹�} �` \end{�‹�}'�Ƃ����`����LaTeX�R�}���h���w���܂��B - begin�^�R�}���h��⊮���͂��邱�Ƃ�begin�^�⊮�ƌĂт܂��B + `\begin{ĭ} � + \end{ĭ}'Ȥ����LaTeX�����ط޹� + begin��������Ϲ���begin�����޹� - * section�^�R�}���h + * section����� - `\section{�^�C�g��}'��`\mbox{���e}'�̂悤�Ɉ��������LaTeX�R�}���h�� - �w���܂��B + `\section{����}'�`\mbox{��}'��� + �����LaTeX�����ط޹� - * maketitle�^�R�}���h + * maketitle����� - `\maketitle'��`\tableofcontents'�̂悤�Ɉ��������Ȃ�LaTeX�R�}���h�� - �w���܂��B + `\maketitle'�`\tableofcontents'��������ʤLaTeX�� + ���ط޹� - * large�^�R�}���h + * large����� - `{\large ...}' �� `{\tt ...}' �̂悤�ȃt�H���g/�T�C�Y�w��q���w���܂��B + `{\large ...}' � `{\tt ...}' + ���թ��/������ + �ط޹� * `[prefix]' - �쒹�̋@�\���Ăяo�����߂̃v���t�B�N�X�L�[�B�f�t�H���g�ł�`C-c'�Ɋ��� - ���Ă��Ă���̂ŁA���ɕύX���Ă��Ȃ��ꍇ�{�}�j���A���� `[prefix]' - �Ƃ����\�L�́A`C-c' �Ɠǂ݊����Ă��������B + �Ρ����й�����գ������թ����`C-c'��� + ����Ƥ��Ǣ��ѹ�Ƥʤ�������� + `[prefix]' � ����Ϣ`C-c' + ��߹�Ư����  File: yatexj, Node: Main features, Next: Installation, Prev: Terminology, Up: Top -��ȋ@�\ -******** +�ʡ� +**************** - * �^�C�v�Z�b�^��v�������[�A�Ȃǂ̕ҏW��ʂ���̋N��(`C-c t') - * �J�[�\���ʒu�ɂ��Ȃ��Œ胊�W�����̕����^�C�v�Z�b�g - * \includeonly�̃����^�b�`�X�V - * �G���[�ӏ��ւ̎����W�����v(`C-c '') - * `\begin{}, \end{}, \section...' �Ȃǂ� LaTeX �R�}���h�̕⊮����(`C-c - b', `C-c s', `C-c l', `C-c m') - * ���ɓ��͂����e�L�X�g���‹���R�}���h�����̒��Ɏ�荞�ފ���⊮(`C-u' - +�ʏ�⊮�L�[) - * �Z�N�V������؂���͎��̕����\���A�E�g���C���\�� - * �Z�N�V�����R�}���h�̈ꊇ�V�t�g (*Note view-sectioning::) - * �⊮�����̊w�K - * LaTeX �̊‹���R�}���h�ɉ������K�C�h�t���������� - * �쒹�ɂȂ��K�C�h�t���������͊֐��̎�������(`yatexgen.el') - * LaTeX �R�}���h�̍폜/�ύX(`C-c k', `C-c c') - * �t�@�C���ԁA`\begin'<->`\end'�ԁA`\ref'<->`\label'�ԁA - `\cite'<->`\bibitem'�W�����v(`C-c g') - * �ꊇ�R�����g�A�E�g/�A���R�����g�A�E�g(`C-c >', `C-c <', `C-c ,', `C-c - .') - * �A�N�Z���g�L��/�����‹��p�R�}���h/�M���V�������̓��͎x��(`C-c a', - `;', `/') - * tabular/array�‹��̃J�����ʒu�K�C�h - * �W���I LaTeX �R�}���h�̃I�����C���w���v(`C-c ?', `C-c /') - * �h�L�������g�̃C���N���[�h�\���̎��o�I�\���ƃo�b�t�@�؂�ւ�(`C-c d') - * �⊮���͂����}�N���ɉ����ĕK�v�� \userpackage �����Ă������� - userpackage - * \label��ł‚��Ƃ͂����Y��悤! ref��cite�⊮���͂Ŏ����������܂� + * ��׻ÿ����弢���Ը�̫�ί�(`C-c t') + * ���������ʤ����������׻�� + * \includeonly������� + * �����Ϋ�����(`C-c '') + * `\begin{}, \end{}, \section...' ��� LaTeX + �������� (`C-c b', `C-c s', `C-c l', `C-c + m') + * ���Ϸ�ƭ���ĭ���������������� + (���������䰭�) + * �����������θ񽤢���� + * ������������� (*Note view-sectioning::) + * 䰭��ج + * LaTeX �ĭ�����������խ���� + * ��ʤ���խ������Ϋ���(`yatexgen.el') + * LaTeX �������/ѹ(`C-c k', `C-c c') + * ա��֢`\begin'<->`\end'֢ + `\ref'<->`\label'֢ `\cite'<->`\bibitem'����(`C-c + g') + * ����Ȣ��/����Ȣ�� + (`C-c >', `C-c <', `C-c ,', `C-c .') + * ����ȭ�/��ĭѳ���/��������� + (`C-c a', `;', `/') + * tabular/arrayĭΫ���֬�� + * �� LaTeX ����Ϊ������(`C-c ?', `C-c /') + * ɭ����Τ��ɽ���Ъ�����ա��ب + (`C-c d') + * ��Ϸ�ޯ����Ƭ�� + \userpackage ���Ư����� userpackage + * \label��ij��⦺��! ref�cite���ǫ����޹  File: yatexj, Node: Installation, Next: Invocation, Prev: Main features, Up: Top -�N���@ -****** +��� +************ -�쒹�N���̂��߂̐ݒ� -==================== +�ο���� +======================================== - ~/.emacs�ɉ���2���ڂ������܂��B + ~/.emacs˼�2���è޹� (setq auto-mode-alist (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) -���ɖ쒹�� emacs-lisp �t�@�C���Q��u���f�B���N�g���� load-path �ɉ����܂��B -���Ƃ��΁A `~/src/emacs/yatex'�ɒu���̂ł���΁A +���� emacs-lisp +ա���֯ǣ���� load-path +�è޹� �ȨТ +`~/src/emacs/yatex'�֯�Ǣ�Т (setq load-path (cons (expand-file-name "~/src/emacs/yatex") load-path)) -�ȂǂƂ��܂��B +��ȷ޹� - �ȏ�̐ݒ�ɂ��A�g���q�� .tex �ł���t�@�C����ҏW����Ǝ����I�ɖ쒹�� -���[�h����܂��B�쒹������ɋN���ł����Ƃ��̓��[�h���C���̕\�����u��ĂӁv -�ɕς��܂��B + ��������ȥҬ .tex +Ǣ�ա���Ը��ȫ��� +�ɵ�޹���˯�ǭ�ȭ�����ν������� +����޹� -�^�C�v�Z�b�^/�v�������[�A�‹��̐ݒ� -=================================== +��׻ÿ/���弢ĭ��� +===================================================================== - ���p����O���v���O�����Ɋւ���ȉ��̕ϐ����m�F���A�K�v�Ȃ琳�����l�ɕύX -���܂��B + �ѹ�������ع�ʼ����Χ�����鵷���ѹ +�޹� `tex-command' - ... �N������^�C�v�Z�b�^�̃R�}���h�� + ... ���뿤׻ÿγ��ɾ `dvi2-command' - ... �N������v�������[�A�̃R�}���h�� + ... �������弢γ��ɾ `NTT-jTeX' - ... ���s+�C���f���g�ɂ���āA�^�C�v�Z�b�g��̎��Ԃ��󂢂Ă��� - ���̂�}������ꍇ��t�ɂ���(�Â�NTT-jTeX�Ō����Ɍ����)�B��̓I�ɂ́A - fill����Ƃ��Ɋe�s�̏I����%��t������悤�ɂȂ�B + ... ��+��������Ƣ��׻�����֬��Ʒ� + ���ީ�����t˹�(ŤNTT-jTeXDz�˽��)��Ϊ�Ϣ + fill��ȭ���Ϊ���%��ù����� `YaTeX-kanji-code' - ... �������쐬���鎞�̊����R�[�h + ... ����������� `dviprint-command-format' - ... �t�@�C���̈���Ɏg����R�}���h��̏��� + ... ա���������������� `YaTeX-dvipdf-command' - ... DVI��PDF�ɕϊ�����R�}���h + ... DVI�PDF�ѹ����� -������ύX����ꍇ�́A��͂�`~/.emacs'�ɂāA���Ƃ���(setq tex-command -"pdflatex") �̂悤�ɂ��Ă��������B�ǂ̂悤�Ȓl���Z�b�g����Ηǂ����ɂ‚��� -�́A*Note All customizable variables::���Q�Ƃ��Ă��������B +����ѹ����Ϣ���`~/.emacs'�Ƣ�Ȩ� +(setq tex-command "pdflatex") +��˷Ư�����������ȹ��ɤ��Ĥ�Ϣ +*Note All customizable variables::�ȷƯ����  File: yatexj, Node: Invocation, Next: %#notation, Prev: Installation, Up: Top -latex�R�}���h�N�� -***************** +latex���ɯ� +***************************** -LaTeX�\�[�X�̕ҏW���A���̃L�[���͂ɂ��Aplatex �Ȃǂ̃^�C�v�Z�b�g�v���O�� -��(�Ȍ�^�C�v�Z�b�^�ƌĂ�)�A�v�������[�A�Ȃǂ̋N�����ł��܂��B +LaTeX����Ը梡έ������platex +��ο�׻����� +�(�忤׻ÿ���)����弢��ί��ǭ޹� `[prefix] t j' - ... �^�C�v�Z�b�^(platex)�N�� + ... ��׻ÿ(platex)�� `[prefix] t r' - ... �^�C�v�Z�b�^�N��(�̈�w��) + ... ��׻ÿ��(����) `[prefix] t e' - ... �^�C�v�Z�b�^�N��(�|�C���g�ʒu�̊‹��܂��͐������[�h�̂ݑ� - ��) + ... ����׻��&���� + (ݤ�������ĭ޿��������׻�ȷ� + ����ա���������й) `[prefix] t k' - ... ���쒆�̃^�C�v�Z�b�^�̒�~ + ... ���ο�׻ÿ��� `[prefix] t b' - ... jbibtex�N�� + ... jbibtex�� `[prefix] t i' - ... makeindex�N�� + ... makeindex�� `[prefix] t d' - ... �^�C�v�Z�b�g������dvipdfmx�N�� + ... ��׻�Ȱ��dvipdfmx�� `[prefix] t p' - ... �v�������[�A�N�� + ... ���弢�� `[prefix] t l' - ... lpr(�v�����g�A�E�g�p)�R�}���h�N�� + ... lpr(���Ȣ���)���ɯ� `[prefix] t s' - ... xdvi -remote �ł̃T�[�` + ... xdvi -remote �ε�� * Menu: -* Calling typesetter:: �^�C�v�Z�b�^�N�� -* Calling previewer:: �v�������[�A�N�� -* Print out:: �v�����g�A�E�g�p�R�}���h�̋N�� +* Calling typesetter:: ��׻ÿ�� +* Calling previewer:: ���弢�� +* Print out:: ���Ȣ��ѳ���ί�  File: yatexj, Node: Calling typesetter, Next: Calling previewer, Prev: Invocation, Up: Invocation -�^�C�v�Z�b�^�N�� -================ +��׻ÿ�� +================================ - �^�C�v�Z�b�^���N������ƁA�ҏW�E�B���h�E��2�‚ɕ�������A�Е��̃E�B���h -�E�Ƀ^�C�v�Z�b�g��ʂ��\������܂��B�o�͂���郁�b�Z�[�W�ƘA�����^�C�v�Z�b -�g�o�b�t�@�͎����I�ɃX�N���[�����܂��B�����A�r���ŃG���[���N�����Ď~�܂��� -���܂����ꍇ�ɂ̓^�C�v�Z�b�g�o�b�t�@�Ɉڂ�A(`C-x o') �^�C�v�Z�b�^�̏o���� -���� ? �v�����v�g�ɑ΂��āA`x' (�����̒��f)�Ȃǂ̎w���𑗂邱�Ƃ��ł��܂��B -�G���[���C������ꍇ�́A + ��׻ÿ򯰹�ȢԸ���ɦ�2�ˬ����Φ��� +�˿�׻���̬����޹��ϵ���û��Ȣ����׻� +���աϫ��˹���޹�ⷢ��Ǩ鼬�������� +��ÿ���Ͽ�׻����ա���(`C-x +o') ��׻ÿ�� �Ƥ� ? +������зƢ`x' +(�����)���ب���Ȭ +ǭ޹���򤵹���Ϣ `[prefix] '' -`(prefix+�A�|�X�g���t�B)' - ... ���O�̃G���[�����s�փW�����v +`(prefix+�ݹ��գ)' + ... ��Ψ鼯��ظ��� -����͂��邱�Ƃɂ��A�^�C�v�Z�b�^���G���[�𔭐������s�Ɉڂ邱�Ƃ��ł��܂��B -�܂��A�^�C�v�Z�b�^�̏o�͂��� overfull hbox �Ȃǂ̃E�H�[�j���O�s�ɂ��Ή��� -�Ă��܂��̂ŁA���� `[prefix] '' ���������Ƃɂ��A��‘O�̃E�H�[�j���O���� -�s�ɃW�����v���Ă����܂��B +��Ϲ����ꢿ�׻ÿ���򯸷�����Ȭǭ޹� +޿���׻ÿ��Ϲ� overfull hbox +��Φ���������� +Ƥ޹�Ǣ� `[prefix] '' +򡹳�����İΦ���� +���˸��׷Ƥ�޹� - �����A�C�ɂȂ�G���[�s���������ꍇ�́A�^�C�v�Z�b�g�o�b�t�@�ŁA�G���[�̕\ -������Ă���s�ɃJ�[�\�������킹�X�y�[�X�L�[�������� LaTeX �\�[�X�̑Ή��� -��s�ɃW�����v���܂��B + ⷢ�����Ԭ�ÿ��Ϣ��׻����աǢ� +�ν���Ƥ��˫�����ﻹڼ����� +LaTeX +���������˸��׷޹� -�̈�^�C�v�Z�b�g ----------------- +�迤׻�� +-------------------------------- - �|�C���g�ƃ}�[�N�̊ԁA���邢�̓e�L�X�g���ɖ��ߍ��� `%#BEGIN' ��`%#END' -�̊Ԃ̗̈�(*Note %#notation::)������؂����ă^�C�v�Z�b�g���邱�Ƃ��ł��� -���B���̏ꍇ���C���t�@�C���̃v���A���u�����ꎞ�t�@�C���̃v���A���u���Ƃ��� -�g���܂��B���������ăv���A���u���ɂȂ��}�N����`���̈���ɂ���ƃG���[�� -�Ȃ�܂��B�̈�^�C�v�Z�b�g���g���ꍇ�A�K���}�N����`�̓v���A���u�� -(`\begin{document}'���O)�ɒu���悤�ɂ��ĉ������B�ꎞ�t�@�C���̓��C���t�@ -�C���̂���f�B���N�g����`texput.tex'�Ƃ������O�ŏo�͂����̂ŁA�㏑���ɂ� -���ӂ��Ă��������B + ݤ���޼��֢���ƭ��������� +`%#BEGIN' � `%#END'�����(*Note +%#notation::)�������ƿ�׻�ȹ�Ȭ +ǭ޹�������ա����������ա��� +�����ȷ����޹������������ʤޯ���� +���ˢ�Ȩ����޹��迤׻���Ȧ�� +��ޯ���������(`\begin{document}'��)�֯� +˷Ƽ�����ա�����ա��΢� +ǣ����`texput.tex'Ȥ�����ϵ���Ǣ +�����շƯ���� -�‹��^�C�v�Z�b�g ----------------- +ĭ��׻�� +-------------------------------- - `[prefix] te' �������ƁA�|�C���g�ʒu�̍ł������̊‹��A�܂��͐������[�h�� -�̏ꍇ�͂��̐������[�h�S�̂������I�ɗ̈�I������āA�̈�^�C�v�Z�b�g���Ă� -�o���܂��Btabular�‹��␔�����[�h�ŕ��G�Ȃ��̂�����Ă���ꍇ�͊m���߂��� -�����������m�F�ł���̂ŕ֗��ł��B����� `texput.tex' �ɊY�������������o�� -�܂��B�v�������[�A�� `texput.dvi' ���J�����܂܂ɂ��Ă����ΏC���Ɗm�F���f�� -���ł���ł��傤�B + `[prefix] te' +�Ȣݤ���������ĭ�޿���� +�����Ͻ����ɴ΢���ĭ�ʱ�н����� +����Ƣ�迤׻�����з޹� +tabularĭ�����ǣ�������Ƥ����Ϋῤ����� +Χǭ�����ǹ�Emacs�����Ľ���Ϣ +����׻������������Φ��ɦ˽��޹�޿� +���ĭ���з���Ϣĭ�θ��񭹨��˫��� +������򹷷޹(on-the-fly����)� +������ʤ������弢� +`texput.dvi' +򫤿��˷ƪ�Ф��Χ���ǭ�Ƿ禣 + + ����������筵(���)��թ���200dpi(���300dpi)ǹ� +dpi�Ѩ�����LaTeX����ɳ�� +`%#PREVIEWDPI 150' +���dpi���Ư����  File: yatexj, Node: Calling previewer, Next: Print out, Prev: Calling typesetter, Up: Invocation -�v�������[�A�N�� -================ - `[prefix] t p' �ɂ��v�������[�A�̋N�����ł��܂��B����ɁA�������Ȃ����A- -remote �@�\�‚���xdvi�𗘗p���Ă���ꍇ�� `[prefix] t s' ���������Ƃɂ�� -�J�[�\���ʒu�̕�������������Ă��̃y�[�W��\������悤�ɂ��łɋN������xdvi -�ɖ��߂𑗂�܂��B����ɂ��A���ݕҏW���̉ӏ��̃^�C�v�Z�b�g���ʂ𑦍��Ɍ� -�邱�Ƃ��ł��܂��B +���弢�� +================================ + `[prefix] t p' +������弢ί��ǭ޹���ˢⷢ� +���-remote +��ĭ�xdvi��ѷƤ���� `[prefix] +t s' � +����꫼����θ�����ƽ�ڼ�򽨹��˹�˯ +���xdvi˿����޹�����ꢽ�Ը����ο�׻���� +��˫�Ȭǭ޹�  File: yatexj, Node: Print out, Prev: Calling previewer, Up: Invocation -�v�����g�A�E�g -============== +���Ȣ�� +============================ - `[prefix] t l'�������ăv�����g�A�E�g���w������ƁA�o�͊J�n/�I���y�[�W�� -�����Ă���̂ŁA���ꂼ��ɓ����܂��B������ȗ����������́A -universal-argument ���‚��A + `[prefix] t +l'�����Ȣ���ب��Ȣ�ϫ�/��ڼ +��Ư��Ǣ������޹����ʬ����Ϣ +universal-argument �ı� `C-u [prefix] t l' - ... �y�[�W�m�F�ȗ�lpr�N�� + ... ڼ�Χʬlpr�� -�̂悤�ɋN�����Ă��������B +��˯��Ư����  File: yatexj, Node: %#notation, Next: Completion, Prev: Invocation, Up: Top -%#�L�@ -****** +%#�� +********** - �{������`%#'�ł͂��܂�L�[���[�h�𖄂ߍ��ނ��ƂŃ^�C�v�Z�b�^�N�����̐��� -�����邱�Ƃ��ł��܂��B + ܸ��`%#'�ϸ�뭼��������ǿ�׻ÿ��� +Ω���Ȭǭ޹� * Menu: -* Changing typesetter:: �^�C�v�Z�b�g�p�R�}���h�̕ύX -* Splitting input files:: ���̓t�@�C������ -* Fix region for typesetting:: �̈�̌Œ� -* lpr format:: �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g -* Controlling which command to invoke:: ���̑��̋N���R�}���h���� -* Editing %# notation:: %#�L�@�̕ҏW +* Changing typesetter:: ��׻��ѳ����ѹ +* Splitting input files:: ��ա��� +* Fix region for typesetting:: ����� +* lpr format:: ���Ȣ�ȳ����թ���� +* Controlling which command to invoke:: �ξί����ɩ� +* Editing %# notation:: %#���Ը  File: yatexj, Node: Changing typesetter, Next: Splitting input files, Prev: %#notation, Up: %#notation -�^�C�v�Z�b�g�p�R�}���h�ύX -========================== +��׻��ѳ���ѹ +==================================================== - �N������R�}���h��ς��������͖{�����Ɏ��̂悤�ȍs�������܂��B + ��������Ѩ����ܸ�ˡ������޹� %#!jlatex-ntt -NTT jTeX �ƁAASCII jTeX ���g�����������悤�ȏꍇ�ɕ֗��ł��傤�B +NTT jTeX ȢASCII jTeX +�Ȥ�����������Ƿ禣  File: yatexj, Node: Splitting input files, Next: Fix region for typesetting, Prev: Changing typesetter, Up: %#notation -���̓t�@�C������ -================ +��ա��� +================================ -�܂��A�͖��ɕʃt�@�C���� .tex ���쐬���Ă���ꍇ�ŁA`main.tex'���� -`sub.tex' �� `\include'���Ă���悤�Ȏ��́A`sub.tex'�̔C�ӂ̈ʒu�Ɏ��̂悤 -�ȍs�𖄂ߍ��݂܂��B +޿�����ա��� .tex +�Ƥ���Ǣ`main.tex'�� `sub.tex' +� +`\include'�Ƥ����Ϣ`sub.tex'Τ�� +��ˡ���������޹� %#!platex main.tex -��̗�̂悤�ɃR�}���h�������łȂ��������������ꍇ�ɂ́A�S�Ă����̂܂� -shell �ɓn���̂Ŏ��̂悤�ɏ����΁Aghostview �Ȃǂ��v�������[�A�Ɏg�����ɕ� -���ł��B +�����˳��ɾ���ʯ�������Ϣ������ +shell �Ϲ�ǡ����Тghostview +������弢�Ȧ��� +�ǹ� %#!platex main && dvi2ps main.dvi > main -�Ȃ��A���̍s�̍Ō�̒P��̃s���I�h�ȑO���u���C���t�@�C���v�̃x�[�X�l�[���� -����Ɖ��肵�܂�(���2�‚̏ꍇ�ǂ����`main')�B���̍s�ɋL�q�����A`%f'�̓� -�C���t�@�C�����ɁA `%r' �̓��C���t�@�C���̊g���q����菜���������ɒu������ -�܂��B�������A`%f,%r'�𗘗p�����ꍇ�A����^�C�v�Z�b�g���ɕK�����C���t�@�C -�����̓��͂𑣂���܂��B +ʪ�������α�����ʰ����ա����ټ� +ͼ�Ǣ�Ⱦ�޹(��2��������`main')� +���˭ҷ��`%f'���ա��ˢ +`%r' +���ա���ȥ����������ֹ��޹� +����`%f,%r'��ѷ�����׻���ˬ���ա�� +������޹� - `[prefix] g' (*Note Cursor jump::�Q��) �ł̃t�@�C���ԃW�����v��L���ɋ@ -�\�����邽�߁A���̓t�@�C���������ɂ͎��̂��Ƃɒ��ӂ��ĉ������B + `[prefix] g' (*Note Cursor jump::��) �� +ա��ָ�����ˡ�������ա�����ϡγ�� +�շƼ��� - 1. �T�u�f�B���N�g��������āA���̒��ɃT�u�t�@�C����u�����Ƃ͂ł��邪�T - �u�f�B���N�g���̃T�u�f�B���N�g���ɂ͒u���Ȃ��B - 2. ���C���t�@�C������T�u�f�B���N�g�����̃t�@�C���� include ���鎞�ɂ́A - ���΃p�X�w���p���āA`\include{chap1/sub}'�̂悤�ɋL�q�B - 3. ���C���t�@�C�������̃f�B���N�g���ɂ���ꍇ���A�T�u�t�@�C���ɂ� - %#!platex main.tex �̂悤�ɋL�q����(../main�ł͂Ȃ�)�B + 1. ��ǣ������Ƣ���˵�ա���֯���ǭ� + ��ǣ���ε�ǣ�����ֱʤ� + 2. ��ա����ǣ�����ա��� + include ����Ϣ + ��ѹ���ѤƢ + `\include{chap1/sub}'��˭ң + 3. ��ա������ǣ���ˢ���⢵�ա���� + %#!platex main.tex + ��˭ҹ�(../main��ʤ)� @@ -374,50 +422,58 @@  File: yatexj, Node: Fix region for typesetting, Next: lpr format, Prev: Splitting input files, Up: %#notation -�̈�̌Œ� -========== +����� +==================== - `[prefix] tr' �̗̈�w��̃^�C�v�Z�b�g�ł́A�Ƃ��Ɏw��̂Ȃ�������A -`C-SPC'�Ń}�[�N�����ʒu�ƁA�|�C���g(�J�[�\���ʒu)�̊Ԃ�̈�Ƃ݂Ȃ��܂����A -�K�����܂����̈���^�C�v�Z�b�g�������ꍇ�́A���̗̈�� + `[prefix] tr' +�����ο�׻���Ϣȯ����ʤ��� +`C-SPC'�޼�����Ȣݤ��(������)�������ʷ� +�������ÿ���׻�ȷ����Ϣ����� %#BEGIN - <�n�������̈�> + <Ϸ����> %#END -�̂悤��`%#BEGIN'��`%#END'�ň͂݁A�J�[�\�����u`%#BEGIN'�ȍ~�v�ɒu���Ă��� -�����B���̎��̗̈挈��K�����܂Ƃ߂�Ǝ��̂悤�ɂȂ�܂��B +���`%#BEGIN'�`%#END'��ߢ������`%#BEGIN'��� +�֤Ư�����������꬧�����ȡ�����޹� - 1. �J�[�\���ʒu���o�b�t�@�̐擪������`%#BEGIN'�Ƃ����L�[���[�h������� - �� + 1. ����������ա�����`%#BEGIN'Ȥ����ɬ + ���� - 1. `%#BEGIN'���o�b�t�@�̖���������`%#END'�Ƃ����L�[���[�h�����‚��� - ���ꍇ�B - =>`%#BEGIN' ����A���� `%#END' �̂���ʒu�܂ŁB - 2. `%#END' �����‚���Ȃ������ꍇ�B=>�o�b�t�@�̍Ō���܂ŁB + 1. `%#BEGIN'����ա������`%#END'Ȥ����ɬ�ī� + ��� + =>`%#BEGIN' �颽� `%#END' ΢����ǣ + 2. `%#END' ��ī�ʫÿ�� + =>��ա�����ǣ - 2. �J�[�\���ʒu���o�b�t�@�̐擪������ `%#BEGIN' �Ƃ����L�[���[�h�� - ���‚���Ȃ������ꍇ�B - =>�}�[�N(`C-SPC'�ʒu)�ƃ|�C���g(�J�[�\���ʒu)�̊Ԃ̗̈�B + 2. ����������ա����� + `%#BEGIN' Ȥ����ɬ + �ī�ʫÿ�� + =>޼�(`C-SPC'��)�ݤ��(������)����� - tabular �‹������x�����s���낵�Ă���悤�ȏꍇ�́A`\begin'�̑O�̍s�� -`%#BEGIN' �Ə����A`\end' �̎��̍s�� `%#END' �Ə����Ă����ƊȒP�ɍ�\���ʂ� -�e�X�g���邱�Ƃ��ł��܂��B�܂��A���� .tex �t�@�C���̌㔼�� `%#BEGIN' ���� -���Ă����΁A�O���̕����͖����ł��܂��B����BEGIN��END �̏����Y��ɂ͏\���� -���Ӊ������B + tabular +ĭ�������Ƥ�����Ϣ`\begin'ΰ�� +� `%#BEGIN' ��`\end' Ρ��� +`%#END' ��ƪ� +�ʱ�����ƹȹ�Ȭǭ޹�޿��� +.tex ա���� � `%#BEGIN' +��ƪ�Т�����ϵ�ǭ޹���BEGIN�END +�÷���Ͻ���ռ���  File: yatexj, Node: lpr format, Next: Controlling which command to invoke, Prev: Fix region for typesetting, Up: %#notation -lpr�t�H�[�}�b�g -=============== +lprթ���� +=========================== - �܂��A�v�����g�A�E�g�p�R�}���h��̃t�H�[�}�b�g�ɂ‚��Đ������܂��B�R�}�� -�h��t�H�[�}�b�g�́A3�‚� Lisp �ϐ��ɂ���ĕ\������܂��B�f�t�H���g�� -dvi2ps �p�̃t�H�[�}�b�g���ɐ������܂��B + ޺����Ȣ��ѳ�����թ�����Ĥ����޹� +�����թ����Ϣ3�� Lisp +�����ƽ���޹�� +թ��� dvi2ps +��թ����������޹� `(1)dviprint-command-format' `"dvi2ps %f %t %s | lpr"' @@ -428,103 +484,118 @@ `(3)dviprint-to-format' `"-t %e"' -���ۂɃv�����g�A�E�g���鎞�́A(1)���� %s ���t�@�C�����ɒu���������A%f �� -(2)�̓��e�A%t ��(3)�̓��e�ɒu���������܂��B���̍ۂ�(2)�̕����񒆂� %b �� -�u�o�͊J�n�y�[�W�v�A(3)�̕����񒆂� %e �́u�o�͏I���y�[�W�v�ɒu��������� -�܂��B�����A�y�[�W���w�肵�Ȃ����ɂ́A%f, %t �����Ƃ���������܂��B +������Ȣ�ȹ��Ϣ(1)�� %s +�ա���֭����%f � +(2)��Ƣ%t +�(3)����֭����޹�����(2)θ���� +%b � +��ϫ�ڼ�ע(3)θ���� %e +���Ϫ�ڼ���֭���� +޹�ⷢڼ����ʤ��Ϣ%f, +%t ������޹� - ���́Adviprint-command-format ��Վ��ɕς��������́ALaTeX �̃\�[�X�e�L�X -�g���̔C�ӂ̏ꏊ�ɁA + �΢dviprint-command-format +����Ѩ���ϢLaTeX � +���ƭ���Τ����ˢ %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2 -�̂悤�ɏ����ĉ������B�v�����g�A�E�g����y�[�W�͈͂����������������Ȃ��悤 -�ɂ��鎞�� +����Ƽ������Ȣ�ȹ�ڼ����������ʤ� +˹��� %#LPR dvi2ps %s | lpr -�ȂǂƂ���̂��֗���������܂���B +��ȹ��������޻�  File: yatexj, Node: Controlling which command to invoke, Next: Editing %# notation, Prev: lpr format, Up: %#notation -���̑��̋N���R�}���h���� -======================== +�ξί����ɩ� +================================================ -LaTeX �����Ɋ֘A����R�}���h�͈ȉ��� %# �L�@�Ŏw�肷�邱�Ƃ��ł��܂��B +LaTeX ���آ������ʼ� %# +������Ȭǭ޹� `%#BIBTEX' - ... makeindex���s�Ȃ��R�}���h���C��([prefix] t b) + ... makeindex��ʦ������([prefix] t b) `%#MAKEINDEX' - ... bibtex���s�Ȃ��R�}���h���C��([prefix] t i) + ... bibtex��ʦ������([prefix] t i) `%#DVIPDF' - ... DVI����PDF�ϊ����s�Ȃ��R�}���h���C��([prefix] t d) + ... DVI��PDFѹ��ʦ������([prefix] + t d) -�s���������̃L�[���[�h�Ŏn�܂�s��LaTeX�����̐擪�t�߂ɏ����Ă����΁A�� -��Ŏw�肵���R�}���h���N���ł��܂��B +Ԭ����έ���������LaTeX��������ƪ�Т +����귿�����ǭ޹�  File: yatexj, Node: Editing %# notation, Prev: Controlling which command to invoke, Up: %#notation -%#�L�@���̂̕ҏW -================ +%#�����Ը +============================== -�ȏ�̂悤��`%#'�Ŏn�܂�e�퐧��L�@��ҏW���邽�߂ɂ� +�����`%#'������歡�Ը����� `[prefix] %' - ... `%#'�L�@�ҏW���j���[ + ... `%#'��Ը��� -�������܂��B +�޹� !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR -�Ƃ������j���[���o�ė���̂ŁA`%#!'�ɑ����R�}���h��ύX���������ɂ�`!'���A -`%#LPR'�� lpr �t�H�[�}�b�g��ς���������`l'���A���炩���ߐݒ肵�����W���� -�� `%#BEGIN' �` `%#END' �Ŋ��肽�����́A`b'�������܂��B`b'��I�񂾎��ɂ́A -����܂Ńo�b�t�@���ɒu����Ă���`%#BEGIN', `%#END' �������I�ɏ�������܂��B +Ȥ���弬�����Ǣ`%#!'˳������ѹ������ +`!'�`%#LPR'� lpr +թ�����Ѩ����`l'�� +���귿���� `%#BEGIN' � `%#END' +��꿤�Ϣ +`b'�޹�`b'�����Ϣ������ա��֫�Ƥ� +`%#BEGIN', `%#END' ��������޹�  File: yatexj, Node: Completion, Next: Local dictionary, Prev: %#notation, Up: Top -�⊮���� -******** +��� +**************** - LaTeX �ł̊‹����Ȃǂ́A�쒹�̕⊮�@�\�𗘗p���Ĕ\���I�ɓ��͂��邱�Ƃ��� -���܂��B + LaTeX +��ĭ���Ϣ��䰡���ѷƽ����Ϲ�� +�ǭ޹� * Menu: -* begin�^�⊮:: -* section�^�⊮:: -* large�^�⊮:: -* maketitle�^�⊮:: -* Arbitrary completion:: �����⊮ -* end�⊮:: -* Accent mark completion:: �A�N�Z���g�L���⊮ -* Image completion:: �����L���C���[�W�⊮ -* Greek letter completion:: �M���V�������⊮ +* begin��:: +* section��:: +* large��:: +* maketitle��:: +* Arbitrary completion:: ��� +* end�:: +* Accent mark completion:: ����ȭ�� +* Image completion:: ����Ἰ� +* Greek letter completion:: ����� +* Inserting parens::  -File: yatexj, Node: begin�^�⊮, Next: section�^�⊮, Prev: Completion, Up: Completion +File: yatexj, Node: begin��, Next: section��, Prev: Completion, Up: Completion -begin�^�⊮ -=========== +begin�� +================= - `\begin{env}...\end{env}'�̗l�Ȍ`���̓��͂̕⊮��begin�^�⊮�ƌĂԂ��Ƃ� -���܂��Bbegin �^�⊮�́A + `\begin{env}...\end{env}'�����������begin��� +�ֳ�˷޹�begin ��Ϣ `[prefix] b' - ... begin �^�⊮�J�n(�W���ł� `C-c b') + ... begin �䰫�(���� `C-c b') -�Ŏn�܂�܂��B�p�ɂɗp�����鎟�� LaTeX �‹��̕⊮�́A[prefix] `b' �ɑ��� -����1��������͂��邾���ŁA`\begin{xxx}...\end{xxx}'�����������܂��B +����޹����Ѥ���� LaTeX +ĭ��Ϣ[prefix] `b' +˳���1����Ϲ���Ǣ`\begin{xxx}...\end{xxx}'� +��޹� `[prefix] b c' ... `\begin{center}...\end{center}' @@ -561,342 +632,399 @@ `[prefix] b V' ... `\begin{verse}...\end{verse}' - ��L�̂��̈ȊO�̊‹����� Emacs �̎��ƒC���N�������^���ȕ⊮�@�\��p���� -���͂��܂�(��L�̊‹������ȉ��̕⊮���͉”\)�B + ����ʰ�ĭ�� Emacs +��Ĥ������䰡��Ѥ� +�Ϸ޹(��ĭ��ʼ����Ľ)� `[prefix] b SPC' - ... begin �^�⊮���� + ... begin ���� -`[prefix] b SPC' �Ɠ��͂���ƁA�ʼn��s�̃~�j�o�b�t�@�� +`[prefix] b SPC' +��Ϲ�ȢǼ������ա� Begin environment(default document): -�ƕ\������܂��B�����ŁA�������ꂸ�Ƀ��^�[���L�[�̂݉����ƁA���ʓ��ɏo�Ă� -��f�t�H���g�̊‹��������͂���܂����A�K���Ȋ‹�������͂���ƁA`\begin{�� -����} �c \end{�‹���}'���������ɑ}������܂��B�~�j�o�b�t�@�Ŋ‹�������͂� -��Ƃ��ɁA�‹����̓���������͂��u�X�y�[�X�v���������ƁA��v����‹������� -���e�[�u���ɑ��݂����ꍇ�A�������‹����ɕ⊮�����̂ŁA���͂̎�Ԃ��Ȃ��� -���B�����e�[�u���ɑ��݂��Ȃ��‹�������͂������̓��[�U��p�̃e�[�u���ɓo�^ -����A����ɂ��̃e�[�u���������I�ɁA���[�U����(�f�t�H���g�ł� -`~/.yatexrc')�ɕۑ����܂��B +Ƚ���޹���Ǣ�����꿼��ߡ�Ȣ�����Ƥ +��թ���ĭ���ϵ�޹�����ĭ���Ϲ�Ȣ +`\begin{ĭ�} � +\end{ĭ�}'���������޹����� +ա�ĭ���Ϲ�ȭˢĭ�ά����Ϸֹڼ��򿿯Ȣ +�׹�ĭ����Ƽ��˸߷��碵��ĭ��䰵���Ǣ +����֬ʱ޹���Ƽ��˸߷ʤĭ���Ϸ���漶� +��Ƽ���п�좵�˽�Ƽ��򫰪ˢ漶��(�թ� +��� `~/.yatexrc')�ݸ�޹� -����ɁA����̊‹���⊮���͂������ɂ͂��̊‹��ŕK���p������G���g������ -���}�����܂�(��: `itemize'�‹��ɂ�����`\item'�Ȃ�)�B�}�����ꂽ�G���g�����s -�v�ȏꍇ�ɂ�undo�ɂ���ď������ĉ������B +��ˢ���ĭ���Ϸ���Ͻ�ĭǬ�Ѥ������� +����޹(�: +`itemize'ĭ˪��`\item'��)����쿨 +����������undo������Ƽ��� -���ɏ������e�L�X�g���‹��Ŋ��� ------------------------------- +���ƭ���ĭ��� +------------------------------------------------------------ - �Ƃ���ŁA�ŏ��ɏ����Ă��܂����u���b�N���ォ��Aitemize �‹��̒��ɕ‚��� -�߂����Ǝv�����Ƃ�����܂����A���̂悤�ȂƂ��́A���炩���ߕ‚����߂����i�� -���}�[�N���āAbegin �^�⊮�̊e�R�}���h�� `[prefix]' �̎��́w�������� 'b'�x -���w�啶���x�ɕς��ċN�����ĉ������B(�܂��́A`C-u' ���ɑł��Auniversal -argument ���‚��Ă��”\�ł�) + ȳ�Ǣ����Ʒ�ÿ��ï���itemize +ĭ�� +�ĸ�ῤ�צ�Ȭ��޹������ȭϢ�髸� +ĸ�ῤ���޼��Ƣbegin +���Ƴ���� `[prefix]' +Ρ�خ��� 'b'� +������ѨƯ��Ƽ���(޿Ϣ +`C-u' ������universal argument +�ı��Ľǹ) - �Ⴆ�΂���p���O���t�� description �‹��̒��ɓ��ꂽ���Ƃ��́A���̃p���O -���t���}�[�N���Ă���A + �Т������ description +ĭ����쿤ȭϢ +�������޼��ƫ�䰡����зƯ���(description +ĭ���� `[prefix] b D')� -`[prefix] B D' -`(�܂��� ESC 1 [prefix] b D)' -`(�܂��� C-u [prefix] b D �Ȃ�)' +��������޹������� +`transient-mark-mode' � t +(Emacsθ�)���Ƥ�����Ǣ�� +`transient-mark-mode' � `nil' ˷Ƥ���Ϣ +䰭��� `universal-argument' ��(`C-u') +�׷ƫ� `[prefix] b D' +�ɢ䰭�� +��׹��������޹� +ʪEmacs22��Ǣ�� `transient-mark-mode' +���� `set-mark-command' +(`C-space')΢������ `transient-mark-mode' +������޹� -�ƃ^�C�v���Ă��������B����́A`[prefix] b SPC'�̕⊮���͂ɂ����Ă͂܂�A -`b' ��啶���ɕς��āA`[prefix] B SPC' �ƃ^�C�v����΁A���炩���߃}�[�N�� -�Ă��������W�������Abegin �� end �̊‹��Ŋ���܂��B  -File: yatexj, Node: section�^�⊮, Next: large�^�⊮, Prev: begin�^�⊮, Up: Completion +File: yatexj, Node: section��, Next: large��, Prev: begin��, Up: Completion -section�^�⊮ -============= +section�� +=================== - `\section{�ړI}' �̂悤�Ȍ`���̓��͂̕⊮�� section �^�⊮�ƌĂԂ��Ƃɂ� -�܂��Bsection �^�⊮�́A + `\section{ܪ}' +����������� section +����ֳ �˷޹�section +��Ϣ `[prefix] s' - ... section �^�⊮ + ... section �� -�Ŏ��s���܂��B`[prefix] s' ����͂���ƃ~�j�o�b�t�@�ɁA +��Է޹�`[prefix] s' +��Ϲ������աˢ (C-v for view-section) \???{} (default documentclass): -�Ƃ����v�����v�g�������̂ŁA������ `section' �̂悤�� LaTeX �R�}���h���� -���͂��܂��B�����ł����^�[���L�[�݂̂Ŋ��ʓ��̃f�t�H���g�l���I�������ق��A -`chapter'�Ȃǂ̂悤�ȕp�x�̍������̓��͂ɂ̓X�y�[�X�L�[�ɂ��⊮�@�\���L -���ł��B ���ɁA{}�̒��g�̓��͂𑣂��A +Ȥ�����Ȭ����Ǣ��� +`section' ��� LaTeX �� +�ɾ��Ϸ޹�����꿼���������թ��ͬ�� +��۫�`chapter'��������⤾����Ϲڼ����� +�䰡����ǹ� +�ˢ{}������򥹢 \section{???}: -�Ƃ����v�����v�g�������̂ŁA�Z�N�V�����̃^�C�g���Ȃǂ���͂��܂��B���Ƃ� -�΁A +Ȥ�����Ȭ����Ǣ�����ο�������Ϸ޹� +�ȨТ (C-v for view-section) \???{} (default documentclass): section - \section{???}: �ړI + \section{???}: ܪ -�̂悤�ɓ��͂����ꍇ�́A���͒��� +����Ϸ���Ϣ���� - \section{�ړI} + \section{ܪ} -���}������A +����� (C-v for view-section) \???{} (default section): vspace* \vspace*{???}: -�̂悤��{}�̒��g���ȗ������Ƃ��́A +���{}����ʬ��ȭϢ \vspace*{} -�������}������A���s�͂����J�[�\���͎����I�ɒ����ʂ̓����Ɉړ����܂��B +���������ϻ�����ϫ���������ܰ�޹� * Menu: -* 2�ˆȏ�̈������Ƃ� section�^�R�}���h:: -* Enclose section-type command:: ����⊮ -* Recursive completion:: �ċA�⊮ -* view-sectioning:: �Z�N�V������؂�̃A�E�g���C���\�� -* label-generation:: ���x���������� +* 2��������� section�����:: +* Enclose section-type command:: ��� +* Recursive completion:: Ƣ� +* view-sectioning:: ��������΢���� +* label-generation:: ��뫰��  -File: yatexj, Node: 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Next: Enclose section-type command, Prev: section�^�⊮, Up: section�^�⊮ +File: yatexj, Node: 2��������� section�����, Next: Enclose section-type command, Prev: section��, Up: section�� -2�ˆȏ�̈������Ƃ� section�^�R�}���h -------------------------------------- +2��������� section����� +----------------------------------------------------------------- - �Ƃ���ŁA`\addtolength{\topmargin}{8mm}' �Ȃǂ̂悤�ɁA�������ˆȏ�� -�� LaTeX �R�}���h������܂��B���̂悤�ȃR�}���h�̕⊮���͂ɂ́A section �^ -�⊮�Ăяo���Ɉ�����t���Ă��������B�Ⴆ�Ώ��`addtolength' �̗�ł���΁A -����2���w�肵�܂��B�‚܂�A + ȳ�Ǣ`\addtolength{\topmargin}{8mm}' +����ˢ����� ���� LaTeX +���ɬ��޹����ʳ��������Ϣ +section +����з����ձƯ��������`addtolength' +��Ǣ�Т��2���޹���� - C-u 2 [prefix] s (�܂��́AESC 2 [prefix] s) + C-u 2 [prefix] s (޿ϢESC 2 [prefix] s) -�� section �^�⊮���Ăяo������A +� section �����з�� (Ctrl-v for view-section) \???{} (default vspace*): addtolength \addtolength{???}: \topmargin Argument 2: 8mm -�̂悤�ɓ��͂��Ă��������B�ŏ��� addtolength �̕����ƁA�������ł��� -\topmargin �̓��͓͂��R�X�y�[�X�ɂ��⊮���͂��”\�ł��B���[�U�����ɓo�^ -����� LaTeX �R�}���h�ɂ́A���̈����̐����w�K�����̂ŁA�ŏ��̕⊮�̎��� -���̐����w�肵�ċN�����Ă����΁A�Ȍ�̕⊮���ɂ́A�L�����ꂽ������������ -�����ė���悤�ɂȂ�܂��B���Ƃň����̌���ς��������́A�Ă� `C-u' ��p -���Ȑ����w�肵�������ƂŁA�����I�Ɏ������̈����̌��̕������X�V���܂��B +����ϷƯ������� +addtolength ���Ȣ����Ǣ� \topmargin +�������ڼ������ϬĽǹ�漶���п +��� LaTeX +�����Ϣ�������ج����Ǣ������ +�������Ư��ƪ�Т������Ϣ���������� +��������޹����������Ѩ���Ϣ�� +`C-u' +�Ѥ�����귾���Ǣ���˭�����������򹷷� +��  -File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Up: section�^�⊮ +File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2��������� section�����, Up: section�� -���ɏ������e�L�X�g������ ------------------------- +���ƭ����� +------------------------------------------------ - �܂��A�N���R�}���h��`s'��啶���ɕς��ċN������ƁA���炩���ߏ��������� -�� section �^�R�}���h�̑������Ƃ��Ċ���܂��B + ޿�section�䰡����з�������˷ƪ�� +����ƭ��� section +����������ȷ���޹� +����� `transient-mark-mode' � `nil' +˷Ƥ���� `C-u' +΢��䰭��׹�Я���������޹� +  -File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section�^�⊮ +File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section�� -�ċA�⊮ --------- +Ƣ� +---------------- - ���x�Ȏg�����ɂȂ邩������܂��񂪁Asection�^�⊮�̈����̓��͎��ɂ���� -�⊮���͂𗘗p���邱�Ƃ��ł��܂�(section/large/maketitle�^�Ɍ���)�Bsection -�^�R�}���h�̈����ɍX�� LaTeX �R�}���h������ꍇ�ɂ̓~�j�o�b�t�@�Ŗ쒹�̕� -���L�[���ċA�I�ɓ��͂��邱�Ƃň����̓��͂������I�ɍs�Ȃ��܂��B + ���Ȥ������޻�section���������˵�� +�����ѹ�Ȭǭ޹(section/large/maketitle����)�section +��������˹� LaTeX +���ɬ����������ա��� +䰭��Ƣ���Ϲ��������������ʨ޹�  -File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section�^�⊮ +File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section�� -�Z�N�V������؂�̃A�E�g���C���\�� ----------------------------------- +��������΢���� +-------------------------------------------------------------------- - �ʏ��section�^�⊮�̎��Ƀ~�j�o�b�t�@��`C-v'�������ƌ��ݑ��݂���Z�N�V�� -����؂�R�}���h�S�Ă� `*Sectioning Lines*'�Ƃ����o�b�t�@�Ɉꗗ�\�����܂� -(�u<<--�v�̂‚��Ă���s�������Ƃ��߂��Z�N�V������؂�)�B���̎��~�j�o�b�t�@ -��`C-p', `C-n' ��������`part', `chapter', ..., `subparagraph' �̃R�}���h�� -�_���K�w�̍����ɂ��������ď㉺���܂��B�܂��A`C-v', `M-v' �������ƃZ�N�V�� -����؂�ꗗ�o�b�t�@���X�N���[�����A������`0'�``7'�������Ƃ��鍂���ȏ�̃Z -�N�V������؂肾����I��ŕ\�����܂�(���ۂɂ���Č���Ε�����܂�)�B + ���section���������ա�`C-v'�Ƚ߸߹뻯 +��������ɴ�� `*Sectioning +Lines*'Ȥ���ա���� +��޹(�<<--��ĤƤ�Ԭ����᤻�������)������ +��ա�`C-p', `C-n' ��`part', `chapter', ..., +`subparagraph' +γ��ɬ������˷����強޹�޿� +`C-v', `M-v' +�Ȼ�����������ա����뷢 +���`0'�`7'�Ȣ����λ�����������ǽ +��޹(�����ƫ�Ь��޹)� -`*Sectioning Lines*'�o�b�t�@�́A +`*Sectioning Lines*'��աϢ `M-x YaTeX-section-overview' - ... �Z�N�V������؂�ꗗ�o�b�t�@�𐶐� + ... ������������ա� -�ō쐬���邱�Ƃ��ł��܂��B���̃o�b�t�@��I�����C�ӂ̍s�ŃX�y�[�X�������ƁA -�Y������Z�N�V������؂�̂���{�����̏ꏊ�ɃW�����v���܂��B����ɁA���o�b -�t�@�� `u' �������ƁA�\�[�X�e�L�X�g�̑Ή�����Z�N�V�����R�}���h����K�w�� -����(��: subsection �� section �ɕς��)�A`d'�������ƈ�K�w������܂��B -`*Sectioning Lines*'�o�b�t�@�ɂ���Z�N�V������؂�̍s���}�[�N���Ă����� -`U'�������ƃ��W�������̂��̂ɑΉ�����\�[�X�e�L�X�g�̃Z�N�V�����R�}���h�� -�ׂĂ���K�w�オ��A`D'�������Ɖ�����܂��B�Z�N�V������؂�ꗗ�o�b�t�@�� -���p�ł���L�[�R�}���h�ɂ͈ȉ��̂��̂�����܂��B +��Ȭǭ޹�����ա�����ǹڼ��Ȣ +���뻯������΢�ܸ����˸��׷޹���ˢ��� +ա� `u' +�Ȣ���ƭ������뻯�����ɬ� +���(�: subsection � section +����)�`d'���ؼ�� +޹�`*Sectioning +Lines*'��աˢ뻯���������޼� +�ƪ��`U'�������������뽼�ƭ��λ��� +���ɹ�Ƭ����`D'�ȼ��޹�������� +�����ա���ǭ뭼������ʼ��ά��޹� `SPC' - ... �Ή�����\�[�X�s�փW�����v + ... ���뽼��ظ��� `.' - ... �Ή�����\�[�X�s��\�� + ... ���뽼��� `u' - ... �J�[�\���ʒu�ɑΉ�����Z�N�V�����R�}���h����K�w�グ�� + ... ����������뻯����������� `d' - ... �J�[�\���ʒu�ɑΉ�����Z�N�V�����R�}���h����K�w������ + ... ����������뻯��������ؼ�� `U' - ... �}�[�N�����Z�N�V�����R�}���h����K�w�グ�� + ... ޼���������������� `D' - ... �}�[�N�����Z�N�V�����R�}���h����K�w�グ�� -`0�`6' - ... ���x�� n �ȉ��̃Z�N�V�����R�}���h���B���ĕ\�� + ... ޼���������������� +`0�6' + ... ��� n + ʼλ��������ƽ�  -File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section�^�⊮ +File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section�� -���x���������� --------------- +��뫰�� +---------------------------- - `\ref{}' �� `\cite{}' �}�N����section�^�⊮�œ��ꂽ�ꍇ�Q�Ɛ�ƂȂ蓾�� -���̂�S�ĒT���ă��j���[�ɂ��đI���ł��܂��B�Q�Ɛ�ɂ�`\label{}'���‚��Ă� -���K�v�͂���܂���B��������΁A���̃��x�����g���A�Ȃ���΂��̏�ŎQ�Ɛ�� -`\label{}'����点�Ă���܂��B���x�������l����̂͋�ɂɊ�������̂ł��B�S -�ẴJ�E���^�Ƀ��x�����‚���̂������ւ�ł��B�������x�����ɉ����‚��邩�A -���x�����‚��邩�‚��܂����A�ȂǂƂ������Ƃ͖Y��܂��傤! + `\ref{}' � `\cite{}' +ޯ��section������� +�����������Ƶ�����˷ƪ�ǭ޹������ +`\label{}'�ıƪ���Ϣ�޻�ⷢ�Т������ +Ȥ�ʱ�н��Dz���`\label{}'���Ư�޹� +����ͨ�����˶����ǹ���Ϋ������� +ı��⿤��ǹ�����˿�ı뫢����ı�ı� +�����Ȥ���Ϻ�޷�!  -File: yatexj, Node: large�^�⊮, Next: maketitle�^�⊮, Prev: section�^�⊮, Up: Completion +File: yatexj, Node: large��, Next: maketitle��, Prev: section��, Up: Completion -large�^�⊮ -=========== +large�� +================= - `{\large }' �̂悤�Ȍ`���̕⊮�� large �^�⊮�ƌĂԂ��Ƃɂ��܂��B + `{\large }' �������� large +����ֳ�˷޹� `[prefix] l' - ... large �^�⊮�J�n + ... large �䰫� -��large�^�⊮�̊J�n�ł��B`[prefix] l' �������ƁA�~�j�o�b�t�@�� +�large��Ϋ�ǹ�`[prefix] l' +�Ȣ����ա� {\??? } (default large): -�ƕ\�������̂ŁA��L�̂��̂Ɠ����v�̂ŕ⊮���͂��ĉ������B�⊮���ɗp�� -����Ă���̂́A`footnotesize' �� `huge' �̂悤�ȕ����T�C�Y�w��q�ƁA`bf' -��`dg'�̂悤�ȃt�H���g�w��q�ł��B +Ƚ�����Ǣ����ȱ������ϷƼ��������� +��Ƥ��Ϣ`footnotesize' � `huge' +��ʸ������ +�Ȣ`bf'�`dg'���թ�����ǹ� -���ɏ��������������� --------------------- +��񤿸���� +---------------------------------------- - �܂��Abegin�^�⊮�̎��Ɠ��l�A��ɏ����Ă��܂�����A�̕��͂̕����̃T�C�Y -��ς������Ǝv����������܂����A���̂悤�Ȏ��́A�T�C�Y��傫����ς������� -���͈̔͂��}�[�N���Ă���A�Ăяo���L�[�� `[prefix] L' �ƁA�啶���� L �ɕ� -���ČĂяo���΁A���̃��W�����S�̂��A�u���[�X�ň͂܂�܂��B + ޿�begin����ȱ͢���Ʒ�ÿ�θ�θ�ε�� +�Ѩ���צ����޹�������Ϣ����筵�Ѩ��� +�����޼��ƫ�large�����ǯ����  -File: yatexj, Node: maketitle�^�⊮, Next: Arbitrary completion, Prev: large�^�⊮, Up: Completion +File: yatexj, Node: maketitle��, Next: Arbitrary completion, Prev: large��, Up: Completion -maketitle�^�⊮ -=============== +maketitle�� +===================== - `\maketitle' �̌`���̕⊮�� maketitle �^�⊮�ƌĂԂ��Ƃɂ��܂��B + `\maketitle' ������ maketitle +����ֳ�˷޹� `[prefix] m' - ... maketitle �^�⊮�J�n + ... maketitle �䰫� -�ŁAmaketitle �^�⊮���J�n���܂��B�⊮�̗v�͍̂��܂ł̂��̂Ƃ܂����������� -���BLaTeX �p�̃R�}���h�����⊮���Ƃ��ėp�ӂ���Ă��܂��B +Ǣmaketitle +���Ϸ޹�����ϣ�������ÿ���� +��LaTeX +�γ��ɾ����ȷ��յ�Ƥ޹�  -File: yatexj, Node: Arbitrary completion, Next: end�⊮, Prev: maketitle�^�⊮, Up: Completion +File: yatexj, Node: Arbitrary completion, Next: end�, Prev: maketitle��, Up: Completion -�����⊮ -======== +��� +================ - ���āA���܂ŏq�ׂ��T�^�I�� LaTeX �R�}���h�`���̕⊮���͂�p�����ɁA���� -�͂��悤�Ƃ��Ă��� LaTeX �R�}���h�𕶏����̔C�ӂ̈ʒu�Ő����⊮���邱�Ƃ� -�ł��܂��BLaTeX �R�}���h(�擪��\�Ŏn�܂�)����͂��Ă���r���ŁA + �Ƣ����ٿ���� LaTeX +�����������Ѥ�ˢ� +�Ϸ�ȷƤ� LaTeX +�������Τ�������䰹� +��ǭ޹�LaTeX +����(謬\����)��ϷƤ���Ǣ `[prefix] SPC' - ... �����⊮ + ... ��� -����͂���΁A�S�Ă̕⊮���̒������v������̂��I�΂�J�[�\���ʒu�ɑ}�� -����܂��B +��Ϲ�Т����������׹��ά��쫼������� +��޹�  -File: yatexj, Node: end�⊮, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion +File: yatexj, Node: end�, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion -end�⊮ -======= +end� +=========== - ���݊J�����܂܂̊‹����������I�Ɍ��o���A`\end{�‹���}'��}�����܂��B -begin �^�⊮��p����Ί‹��̕‚��Y��͂Ȃ��̂ł����A���ɂ͂‚��‚���� -`\begin{�‹���}' �����Ă��܂��A�߂����v�������邱�Ƃ�����܂��B���̂悤 -�Ȏ��ɂ͋C�ɂ��������ĕ��͂���͂��A������̂��� + �߫�����ĭ�򫰪ˡз�`\end{ĭ�}'����� +��begin +���Ѥ��ĭ�ĸ���ʤ�ǹ�����ĤĤ�� +`\begin{ĭ�}' +���Ʒޤ�ᷤפ��Ȭ��޹�� +�����Ϥ˻���Ƹ���Ϸ������� `[prefix] e' - ... end �⊮ + ... end � -�Ƃ��邱�ƂŁA���݊J���Ă���‹����� \end{} ������܂��B +ȹ��Ǣ�߫�Ƥ�ĭ�� +\end{} ����޹�  -File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end�⊮, Up: Completion +File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end�, Up: Completion -�A�N�Z���g�L���⊮ -================== +����ȭ�� +==================================== - �����̃A�N�Z���g�L��(`\`{o}'�Ȃ�)����͂��鎞�́A + ��΢���ȭ�(`\`{o}'��)��Ϲ��Ϣ `[prefix] a' - ... �A�N�Z���g�L������ + ... ����ȭ��� -�������ƁA�~�j�o�b�t�@�� +�Ȣ����ա� 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b -�Ƃ������j���[���o�ė���̂ŁA�����A�܂��͑Ή�����L��/�p������͂��ĉ��� -���B����ƕҏW�o�b�t�@�ɁA +Ȥ���弬�����Ǣ���޿������/����� +�Ƽ������Ը��աˢ \`{} -�������A�J�[�\����{}���Ɉʒu����̂ŁA����Ɉꕶ�����͂��鎖�ŁA +���좫���{}���ֹ��Ǣ������Ϲ��Ǣ \`{o} -����������A�J�[�\����{}�̊O�ɖ߂�܂��B +����좫����{}ΰ���޹�  File: yatexj, Node: Image completion, Next: Greek letter completion, Prev: Accent mark completion, Up: Completion -�����L���C���[�W�⊮ -==================== +����Ἰ� +======================================== - ��ɐ������[�h�Ŏg�p�����A���⃰�Ȃǂ̋L�����[���I�ɕ\������L�[���� -�ŁALaTeX �R�}���h����͂ł��܂��B����͖쒹���g�́u�������[�h�v�ł̂ݓ��� -���܂��B�쒹�̓J�[�\����TeX�̐����‹��̒��ɂ��鎞��`;'��A`:'�ɓ���ȋ@�\ -���������܂��B + ��������ѵ�������έ����˽��뭼�� +ǢLaTeX +�������ǭ޹��������������� +��޹��ϫ���TeX���ĭ��ˢ���`;'� +`:'���ʡ�����޹� - ���āA�Ⴆ�΁A��(leftarrow)��ASCII���������ŕ\������ꍇ�A��ʓI�ɂ́u<-�v -�̂悤�ɂ��܂����A����𗘗p���āA�����L���C���[�W���̓��[�h��`\leftarrow' -����͂���ɂ́A`;'(�Z�~�R����)��ł��Ă���`<-'�Ɠ��͂��܂��B���l�ɁA���� -���-(long-leftarrow) ��ASCII���������ŕ\������ꍇ�u<--�v�Ƃ���̂ŁA -`\longleftarrow'����͂��邽�߂ɂ́A`;<--' �Ɠ��͂��܂��B���邢�͖�����L -����ASCII���������ŕ\�����鎞�́uoo�v�̂悤�ɂ��邱�Ƃ���A`\infty' ����� -���鎞�́A`;oo'�ƃL�[���͂��܂��B + �Ƣ�Т�(leftarrow)�ASCII����ǽ������̪���<-� +��˷޹������ѷƢ����Ἰ����� +`\leftarrow'��Ϲ��Ϣ`;'(�߳��)���ƫ�`<-'� +�Ϸ޹���ˢ�����-(long-leftarrow) +�ASCII����ǽ��� +���<--�ȹ��Ǣ`\longleftarrow'��Ϲ���Ϣ`;<--' +��Ϸ޹���ϵ����ASCII����ǽ������oo��� +˹�ȫ�`\infty' +��Ϲ��Ϣ`;oo'ȭ��Ϸ޹� - �����̑�����܂Ƃ߂�Ǝ��̂悤�ɂȂ�܂��B + �����������ȡ�����޹� - INPUT ���͂���� LaTeX �R�}���h + INPUT �ϵ�� LaTeX ���� ; < - `\leftarrow' ; < - - `\longleftarrow' ; < - - > `\longleftrightarrow' @@ -905,958 +1033,1147 @@ - ������̏ꍇ���A�C���[�W���͂��s���Ă���r���Ŗ]�݂̂��̂��o�b�t�@�ɕ\�� -���ꂽ�Ȃ�A�����ŃC���[�W���͂��~�߂Ď��̕ҏW����Ɉڂ��Ă��\���܂���B + ������⢤Ἰ�����Ƥ���Ǿ���ά��ա +˽����颽�ǤἸ�����ơ�Ը������� +��޻� - �����‹�����`;'���g����͂���ɂ�`;;'�̂悤�ɂ��܂��B�C���[�W���͂̓r�� -��TAB�������ƁA����܂œ��͂��������Ŏn�܂���̈ꗗ���\������܂��B������ -�ړI�� LaTeX �R�}���h�܂ŃJ�[�\�����ړ����ēxTAB���������Ƃł��� LaTeX �R -�}���h���o�b�t�@�ɑ}������܂��B + ��ĭ��`;'����Ϲ���`;;'��˷޹��Ἰ +������TAB�Ȣ�����Ϸ����������������� +�����ܪ� LaTeX +�����ǫ����ܰ���TAB򡹳�� +�� LaTeX +���ɬ��ա�����޹� - �ǂ̃L�[���͂ɂǂ̋L�����Ή����Ă��邩�S�Ēm�肽�����́A`;'������������ -��TAB�������Ă��������B�ȉ��̗�́A`;<'�Ɖ��������TAB�����������̂ł��B + �έ�����έ����Ƥ뫴��꿤�Ϣ`;'򡷿 +���TAB�Ư����ʼ��Ϣ`;<'ȡ����TAB򡷿�� +ǹ� KEY LaTeX sequence sign - < \leq �� - << \ll �s - <- \leftarrow �� + < \leq � + << \ll � + <- \leftarrow � <= \Leftarrow <= -������[���̓L�[]�A[�Ή����� LaTeX �R�}���h]�A[(�[��)�L���}��]�A�Ƃ������� -���j���[���o�ė���̂ŁA�悭�g�����̂��o���Ă����Ɨǂ��ł��傤�B���̂ɂ�� -�Ă�ASCII�����ŕ\�����邱�Ƃ�����Ȃ̂ŁA���܂�o���₷���L�[���тł͂Ȃ� -���̂�����ł��傤����A���̂悤�ȏꍇ�� \maketitle �^�⊮�œ��͂��邩�A�� -���ɏq�ׂ�Ή��\�̐ݒ���s���ĒP���ȃL�[���т̂��̂�ݒ肷��Ɨǂ��ł��傤�B +���[�ϭ�]�[���� LaTeX +����]�[(��)��ި]�� +������弬�����Ǣ�Ȧ���Шƪ��ɤǷ� +���������ASCII��ǽ���Ȭ����Ǣ���Ш +乤������ʤ�ά��Ƿ禫颽������ +\maketitle +����Ϲ뫢ʼ�������������Ʊ +�ʭ�����������ɤǷ禣 - ���̓L�[�� LaTeX �R�}���h�A�L���̑Ή��\���l�I�ɐݒ肵�����ꍇ�� -Emacs-Lisp �ϐ� `YaTeX-math-sign-alist-private' �ɒ�`���Ă��������B���̓� -�e�ƃf�t�H���g�̂��̂����킹�����̂��Ή��\�Ƃ��Ďg�p����܂�(private �̕� -���D�悳���)�B�Ȃ��A���̕ϐ��̍\���ɂ‚��Ă� `yatexmth.el' ���Q�Ƃ��Ă��� -�����B + �ϭ�� LaTeX +���ɢ��������ͪ��귿���� +Emacs-Lisp �� `YaTeX-math-sign-alist-private' +����Ư���� +������թ��������ά���ȷ��ѵ�޹(private +�������)�ʪ�����ν��Ĥ�� +`yatexmth.el' � ȷƯ����  -File: yatexj, Node: Greek letter completion, Prev: Image completion, Up: Completion +File: yatexj, Node: Greek letter completion, Next: Inserting parens, Prev: Image completion, Up: Completion -�M���V�������⊮ -================ +����� +================================ - ������A�����‹�����`:'�������ƃM���V���������̓��[�h�ɓ���܂��B`:'�� -�����������`a'��������`\alpha'���A`g' �������� `\gamma'���A�ȂǃA���t�@�x�b -�g�ɑΉ������M���V���������}������܂��B������@��;�̐����L���⊮�Ƃ܂��� -�������ł��B�܂���`:'�̒����TAB�������Ăǂ̃A���t�@�x�b�g�ɂǂ̃M���V���� -�����Ή����Ă��邩���ׂĂ݂Ă��������B + ��Ģ��ĭ��`:'�Ȯ����������޹� +`:'򡷿���`a'��`\alpha'��`g' +�� +`\gamma'���ɢ�ա�����������������޹� +�����;��������ÿ���ǹ�޺�`:'ξ�� +TAB���΢�ա�����ή�������Ƥ뫴���� +����� - `;'��`:'�𐔎��‹����ʼn����Ă���ɂ�������炸�A�C���[�W�⊮�������Ȃ��� -���́A`C-u ;'�̂悤�� universal-argument ���‚��ăL�[���������Ƃɂ��A�� -���I�ɃC���[�W�⊮�ɓ��邱�Ƃ��ł��܂��B�܂��A���̎��ɂǂ̂悤�ȏ�ԂŐ��� -�‹�������Ɏ��s�����������A���������B + `;'�`:'���ĭ�ǡ�Ƥ��⫫�麢�Ἰ䰬� +�ʤ��Ϣ`C-u ;'��� universal-argument +�ıƭ�򡹳 +���ꢯ��ˤἸ����Ȭǭ޹�޿�������� +������ĭ��˺Է������ + + + +File: yatexj, Node: Inserting parens, Prev: Greek letter completion, Up: Completion + +������ +======================== + + 3����� () {} [] +Ϋ������ȭ�ĸ��򫰪���޹� +`\' ξ��� `[' +�������Ƥ����򷨢 +�������޹��ξ LaTeX +�ޯ������������� +��˳�޹����̽����1����쿤ȭ� +`C-q' � �����Ϲ뫢`[prefix] w m' +Ǥ����OFF˷Ư���� + + ���ƫ髭������Ƚ�������������޹�  File: yatexj, Node: Local dictionary, Next: Commenting out, Prev: Completion, Up: Top -���[�J������ -************ +��� +************************ - �⊮���͗p�̌��͎O��ނ̎�������\������Ă��܂��B��‚�`yatex.el'�ɑg -�ݍ��܂ꂽ�u�W�������v�A������‚̓��[�U���l�I�ɏ�p����R�}���h��ۑ��� -��u���[�U�����v�A�����Ă����ЂƂ‚͂���f�B���N�g���ł̂ݗL���ȃR�}���h�� -�ۑ�����u���[�J�������v�ł��B + �������ϰ��έ�齮��Ƥ޹���� +`yatex.el'������ָ��ע����漶��ͪ��� +������ݸ���漶��ע�������Ϣ�ǣ���� +�߭�ʳ����ݸ�������ǹ� - �⊮���͎��ɐV�����P�����ꂽ�ꍇ�ɁA���̒P����ǂ̎����ɓ���邩������ -���܂��B + ����˷���������ˢ�α���έ����뫹�� +�޹� `foo' is not in table. Register into: U)serDic L)ocalDic N)one D)iscard -�Ƃ����v�����v�g�ɑ΂��A`u'�Ɠ�����Ɓu���[�U�����v���A`l'�Ɠ�����ƃ��[�J -���������X�V���A`n'�Ɠ�����Ǝ����t�@�C���͍X�V�������݂�Emacs �Z�b�V���� -�̂ݗL���ȒP��Ƃ��A`d'�Ɠ�����ƐV���ȒP����w�K�����Ɏ̂Ă邱�ƂɂȂ�� -���B +Ȥ�������з�`u'������漶����`l'���� +����򹷷�`n'����ȭ�ա��Ϲ������Emacs +�÷���߭�ʱ�ȷ�`d'����ȷ�ʱ��ج����� +�����޹� - �����A���[�J�������̋@�\�͂��炸�A�S�ă��[�U�����̍X�V�݂̂ł悢�ƌ����� -���ɂ�`~/.emacs'�ȂǂŁA + ⷢ���Ρ�Ϥ麢��漶��ι��������� +���`~/.emacs'��Ǣ (setq YaTeX-nervous nil) -�Ƃ��ĉ������B +ȷƼ���  File: yatexj, Node: Commenting out, Next: Cursor jump, Prev: Local dictionary, Up: Top -�R�����g�A�E�g -************** +���Ȣ�� +**************************** - LaTeX�̕ҏW�ɂ͎��s���낪�‚����̂ł��B���镔�����ꊇ�ŃR�����g�A�E�g�� -����A�R�����g���O�����肵�������Ƃ�����܂��B + LaTeX�Ը������ĭ��ǹ��������dz��Ȣ�� +��ꢳ���򰷿귿��Ȭ��޹� `[prefix] >' - ... ���W������ % �ŃR�����g�A�E�g + ... ���� % dz��Ȣ�� `[prefix] <' - ... ���W������ % �̃R�����g���O�� + ... ���� % γ���� -�́A���炩���ߐݒ肵�����W�����ɑ΂��Ă̑���A +Ϣ�髸��귿����з���� `[prefix] .' - ... ���݂̃p���O���t���R�����g�A�E�g + ... ����������Ȣ�� `[prefix] ,' - ... ���݂̃p���O���t�̃R�����g���O�� + ... �������γ���� -�́A�J�[�\���̈ʒu����p���O���t�S�̂ɑ΂��Ă̑���ł��B�Ȃ��A�����ł��� -�u�p���O���t�v�� (`mark-paragraph') �֐��ɂ��}�[�N�����͈͂��w���܂� -(�W���ݒ��`ESC h'�Ƀo�C���h����Ă���)�B�Ȃ��A����`%'�ŃR�����g�A�E�g���� -�Ă���p���O���t�ɑ΂��ČJ��Ԃ��p���O���t�̃R�����g���g�p�����ꍇ�̓���� -�ۏ؂��܂���̂Ō䒍�ӂ��������B +Ϣ������ֹ����մ��з����ǹ�ʪ���Ǥ� +������� (`mark-paragraph') +�����޼�������ط +޹(�����`ESC +h'�Ф�ɵ�Ƥ�)�ʪ���`%'dz� +�Ȣ�ȵ�Ƥ������зƫ�ַ����γ�����ѷ +���ΰ���ڷ޻�����կ���� - ���āA���͂ɑ΂��Ă����łȂ��A���ɂ�`\begin', `\end' ���̂ɑ΂��Ă��R�� -���g�A�E�g�̑�����������Ƃ�������܂��B���̂悤�ȂƂ��́A`\begin{}' ���� -���� `\end{}' �̍s�ɃJ�[�\�������킹�A + �Ƣ���з����ʯ����`\begin', +`\end' ���� +�����Ȣ�����򷿤ȭ���޹�����ȭϢ +`\begin{}' ��� `\end{}' +��˫�����ﻢ `[prefix] >' - ... `\begin{}'�``\end{}' �S�ăR�����g�A�E�g + ... `\begin{}'�`\end{}' + �Ƴ��Ȣ�� `[prefix] <' - ... `\begin{}'�``\end{}' �S�ăR�����g���O�� + ... `\begin{}'�`\end{}' + �Ƴ���� -�Ƃ��邱�ƂŁA`\begin�`\end'�ň͂܂��‹��S�Ăɑ΂��ăR�����g���삵�A +ȹ��Ǣ`\begin�\end'�����ĭ���зƳ���� `[prefix] .' - ... `\begin{}' �� `\end{}' ���R�����g�A�E�g + ... `\begin{}' � `\end{}' ���Ȣ�� `[prefix] ,' - ... `\begin{}' �� `\end{}' �̃R�����g���O�� + ... `\begin{}' � `\end{}' γ���� -�́A�Ή����� `\begin' �� `\end' 2�s�������A�R�����g����̑ΏۂƂ��܂��B�� -�W�������R�����g�A�E�g���悤�Ƃ��āA�}�[�N��ݒ肵���̂��ɃJ�[�\�����ړ��� -`[preifx] >' �������Ă��J�[�\���� `\begin{}' �̏�ɂ����`\begin{}'�` -`\end{}'���[�h�ŃR�����g�@�\�������Ă��܂��̂Œ��ӂ��ĉ������B +Ϣ���� `\begin' � `\end' +2������������� +�޹�������Ȣ�ȷ�ȷƢ޼���귿��˫�� +��ܰ�`[preifx] >' ��⫼�� +`\begin{}' ��ˢ +��`\begin{}'�`\end{}'��dz��ȡ����Ʒަ� +��շƼ���  File: yatexj, Node: Cursor jump, Next: Modifying/Deleting, Prev: Commenting out, Up: Top -�J�[�\���W�����v -**************** +������� +******************************** * Menu: -* �Ή��I�u�W�F�N�g�ւ̃W�����v:: -* ���G�`���c�[���N��:: -* ���C���t�@�C���ւ̃W�����v:: -* �‹���P�ʂƂ����W�����v:: -* �Ō�̕⊮�ʒu�ւ̃W�����v:: +* ���ָ����θ���:: +* ����ļ믰:: +* ��ա���θ���:: +* ĭ��ȷ�����:: +* �������θ���::  -File: yatexj, Node: �Ή��I�u�W�F�N�g�ւ̃W�����v, Next: ���G�`���c�[���N��, Prev: Cursor jump, Up: Cursor jump +File: yatexj, Node: ���ָ����θ���, Next: ����ļ믰, Prev: Cursor jump, Up: Cursor jump -�Ή��I�u�W�F�N�g�ւ̃W�����v -============================ +���ָ����θ��� +======================================================== - �������̂��낢��ȏꏊ�� + ���Τ������ `[prefix] g' - ... �Ή�����I�u�W�F�N�g�ɃW�����v + ... ����ָ���˸��� -���������Ƃɂ��A�J�[�\���ʒu��LaTeX�R�}���h�ɑΉ�����ꏊ�ɃW�����v���� -���B�Ή��֌W�����݂���Ɖ��߂����R�}���h�ɂ͈ȉ��̂��̂�����܂��B +򡹳���ꢫ������LaTeX�����������˸��� +�޹���ظ��߹�����������ʼ��ά��޹� - * `\begin{}' ���� `\end{}' - * `%#BEGIN' ���� `%#END' - * �摜�t�@�C���̎�荞�݃}�N�� �� �Ή�����viewer/���G�����c�[���N�� - * `\label{}' ���� `\ref{}' - * `\include(\input)' �� �Ή�����t�@�C�� - * `\bibitem{}' ���� `\cite{}' + * `\begin{}' �� `\end{}' + * `%#BEGIN' �� `%#END' + * ��ա�������ޯ� � ����viewer/����ļ믰 + * `\label{}' �� `\ref{}' + * `\include(\input)' � ����ա�� + * `\bibitem{}' �� `\cite{}' - `\begin{}' �� `\end{}' �̍s��`[prefix] g'���������Ƃɂ��A�Ή����� -`end/begin'�̍s�ɃW�����v���܂��B�������Ή�������̂��Ȃ��ꍇ�̓G���[�� -�Ȃ�܂��B�܂�����́A�̈�Œ�̂��߂� `%#BEGIN' �� `%#END' �̃y�A�ɑ΂��� -�����l�ɓ��삵�܂��B�Ȃ��A`label/ref'��`cite/bibitem'�Ή�������̂��ʃt�@ -�C���ɂ��鎞�́A�W�����v��ƂȂ�t�@�C�����I�[�v������Ă��Ȃ���΂Ȃ�܂� -��B*Note %#notation::. ���C���� .tex �t�@�C���� `\include{chap1}' �Ȃǂ� -�J�[�\�������킹�A`[prefix] g' �������ƁA`chap1.tex' �ɃW�����v���܂��B + `\begin{}' � `\end{}' ���`[prefix] +g'򡹳�� +������`end/begin'��˸��׷޹����������ά +ʤ��Ϩ����޹�޿��Ϣ����ο�� +`%#BEGIN' � `%#END' +�ڢ�з���˰�޹�ʪ�`label/ref'� +`cite/bibitem'�����ά�ա��ˢ��Ϣ��������ա +�묪����Ƥʱ����޻�*Note +%#notation::. ��� .tex ա��� +`\include{chap1}' ��˫�����ﻢ +`[prefix] g' �Ȣ`chap1.tex' +˸��׷޹� -�܂��A +޿� `[prefix] 4 g' - ... �ʃE�B���h�E�őΉ��I�u�W�F�N�g�ɃW�����v + ... ̦��ɦ����ָ���˸��� -�������ƁA�Ή�����I�u�W�F�N�g�ւ̃W�����v��ʃE�B���h�E�ōs���܂��B�������A -���̋@�\�� `begin/end', `%#BEGIN/%#END' �Ԃ̃W�����v�ɑ΂��Ă�(�Ӗ����Ȃ� -�Ǝv����̂�)�@�\���Ȃ��̂Œ��ӂ��Ă��������B +�Ȣ����ָ����θ����̦��ɦ�Ԥ޹����� +�Ρ�� `begin/end', `%#BEGIN/%#END' +�θ����з�� +(գ�ʤ�������)���ʤ���շƯ����  -File: yatexj, Node: ���G�`���c�[���N��, Next: ���C���t�@�C���ւ̃W�����v, Prev: �Ή��I�u�W�F�N�g�ւ̃W�����v, Up: Cursor jump +File: yatexj, Node: ����ļ믰, Next: ��ա���θ���, Prev: ���ָ����θ���, Up: Cursor jump -���G�`���c�[���N�� -================== +����ļ믰 +==================================== -��L�́u�摜�t�@�C���̎�荞�݃}�N���v�Ƃ́A�Ⴆ�� `\epsfile{file=foo}' �� -�悤�ȑ}�G��荞�݃R�}���h�̂��ƂŁA���̍s�ɃJ�[�\�������킹��`[prefix] g' -�������Ƃ��̉摜�t�@�C���̌��ƂȂ����t�@�C����Ή����邨�G�`���c�[�����N�� -���ăI�[�v�����܂��B�N������c�[���̔���͈ȉ��̂悤�ɂȂ���܂��B +�����ա�������ޯ���Ϣ�� +`\epsfile{file=foo}' +���ި���߳���γ�Ǣ���� +��������`[prefix] +g'�Ƚ���ա��ε��ÿա +������모��ļ�򯰷ƪ���޹�����ļ�ν� +�ʼ���ʵ�޹� - 1. �J�����g�s���ϐ� `YaTeX-processed-file-regexp-alist' �ɒ�`����Ă��� - ���K�\���̂����ꂩ�ƃ}�b�`������A�t�@�C�����ɑ������镔���� \\(\\)�� - �甲���o���Ċo���Ă���(���Ԗڂ�\\(\\)���͕ϐ��̊e���X�g�� cdr ���ɓ� - ��Ă���)�B�}�b�`���Ȃ���Ή������Ȃ��B - 2. �s���ɁA�ϐ� `YaTeX-file-processor-alist' �ɓo�^����Ă���R�}���h�� - �u%�R�}���h�v �̂悤�ɏ����Ă���΋����I�Ɂu�R�}���h �t�@�C����.�g�� - �q�v���N���B - 3. �Ȃ���΁A�ϐ� `YaTeX-file-processor-alist' �̊e���X�g��cdr���ɓ����� - ����g���q���u�t�@�C�����v�̌��ɑ������t�@�C�������݂��邩�������� - �āA���݂����ꍇcar���ɓ����Ă���R�}���h���N������B - 4. �ȏ�ǂꂩ�Ƀ}�b�`���Ȃ���΂�����߂�B + 1. ����Ԭ�� `YaTeX-processed-file-regexp-alist' + ���� + �Ƥ뵬��Τ���������ա���������� + \\(\\)�鴭з�Шƪ�(����\\(\\)��������� + cdr �� + ��ƪ�)�����ʱ�п�ʤ� + 2. ��ˢ�� `YaTeX-file-processor-alist' + �п��Ƥ���ɬ + �%����� + ����Ƣ�Я���ֳ��� + ա��.ȥ��� ��� + 3. ʱ�Т�� `YaTeX-file-processor-alist' + �����cdr����� + ��ȥ���ա������˭��ա�문߹�硴�Ƣ� + ߷���car����Ƥ����򯰹� + 4. ���������ʱ�Т���� -�ϐ� `YaTeX-file-processor-alist' �ƕϐ� `YaTeX-file-processor-alist' �̐� -����@�ɂ‚��Ă͂��ꂼ��̕ϐ��ɂ‚��� describe-variable ���Đ�����ǂ�� -�������B���܂��ݒ肷��ƁA�摜�t�@�C���ɂ����炸�A�C�ӂ̌`���̃t�@�C����C -�ӂ̃v���Z�b�T�ŏ�������R�}���h���ȒP�ɌĂяo�����Ƃ��ł��܂��B +�� `YaTeX-file-processor-alist' ��� +`YaTeX-file-processor-alist' +������Ĥ�Ͻ������Ĥ +� describe-variable +�������Ǽ����ޯ���Ȣ��ա� +�˫�麢������ա�������õ���������� +����й�Ȭǭ޹�  -File: yatexj, Node: ���C���t�@�C���ւ̃W�����v, Next: �‹���P�ʂƂ����W�����v, Prev: ���G�`���c�[���N��, Up: Cursor jump +File: yatexj, Node: ��ա���θ���, Next: ĭ��ȷ�����, Prev: ����ļ믰, Up: Cursor jump -���C���t�@�C���ւ̃W�����v -========================== +��ա���θ��� +==================================================== -`chap1.tex'�̂悤�ȃT�u�t�@�C���ŁA +`chap1.tex'��ʵ�ա��Ǣ `[prefix] ^' - ... ���C���t�@�C���ɃW�����v + ... ��ա��˸��� `[prefix] 4 ^' - ... �ʃE�B���h�E�Ń��C���t�@�C���ɃW�����v + ... ̦��ɦ���ա��˸��� -�������ƁA���C���t�@�C���̕ҏW�o�b�t�@�ɐؑւ��܂��B�����A���C���t�@�C���� -�I�[�v�����Ă��Ȃ��ꍇ�́A�J�����g�f�B���N�g������T���Ď����I�ɃI�[�v���� -�܂��B +�Ȣ��ա���Ը��ա��ب޹�ⷢ��ա��� +����Ƥʤ��Ϣ����ǣ���鵷ƫ��˪��� +޹�  -File: yatexj, Node: �‹���P�ʂƂ����W�����v, Next: �Ō�̕⊮�ʒu�ւ̃W�����v, Prev: ���C���t�@�C���ւ̃W�����v, Up: Cursor jump +File: yatexj, Node: ĭ��ȷ�����, Next: �������θ���, Prev: ��ա���θ���, Up: Cursor jump -�‹���P�ʂƂ����W�����v -======================== +ĭ��ȷ����� +================================================ -����Ɍ��݂̊‹���P�ʂƂ��ċ@�\����R�}���h�Ɉȉ��̂��̂�����܂��B +��˽��ĭ��ȷơ�������ʼ��ά��޹� `M-C-a' - ... �‹��̐擪(`\begin')�փW�����v + ... ĭ��(`\begin')ظ��� `M-C-e' - ... �‹��̖���(`\end')�փW�����v + ... ĭ���(`\end')ظ��� `M-C-@' - ... �‹��S�̂��}�[�N + ... ĭ���޼� -��L�̃R�}���h�͒ʏ��`[prefix]'�L�[�ł͂Ȃ�`META'�L�[���v���t�B�N�X�Ƃ��� -�@�\����̂ł����Ӊ������B +�γ�������`[prefix]'����ʯ`META'�����գ� +�ȷơ����Ǵ�ռ���  -File: yatexj, Node: �Ō�̕⊮�ʒu�ւ̃W�����v, Prev: �‹���P�ʂƂ����W�����v, Up: Cursor jump +File: yatexj, Node: �������θ���, Prev: ĭ��ȷ�����, Up: Cursor jump -�Ō�̕⊮�ʒu�ւ̃W�����v -========================== +�������θ��� +==================================================== -�쒹�͕⊮���͂����ʒu����Ƀ��W�X�^ `3'�ɕۑ����Ă��܂��B���͓r���Ŕ@���� -��t�@�C���̔@���Ȃ�ʒu�ɍs�����Ƃ��Ă��A`C-x j 3'(`jump-to-register')�� -�g���Ē����ɍŌ�̕⊮���͈ʒu�ɖ߂邱�Ƃ��ł��܂��B +����Ϸ������츹� +`3'�ݸ�Ƥ޹� +����ǡ���ա��Ρ�������ÿȷ�� +`C-x j +3'(`jump-to-register')���ƾ������������ +�Ȭǭ޹�  File: yatexj, Node: Modifying/Deleting, Next: Filling, Prev: Cursor jump, Up: Top -�ύX/�폜 -********* +ѹ/�� +***************** - ���ɓ��͂���Ă��� LaTeX �R�}���h�̕ύX/�폜�̂��߂Ɉȉ��̋@�\���p�ӂ��� -�Ă��܂��B + ���ϵ�Ƥ� LaTeX +�����ѹ/��ο��ʼΡ���� +��Ƥ޹� `[prefix] c' - ... �J�[�\���ʒu�� LaTeX �R�}���h�̕ύX + ... ������� LaTeX + �����ѹ `[prefix] k' - ... �J�[�\���ʒu�� LaTeX �R�}���h�̍폜 + ... ������� LaTeX + ������� -�����̃R�}���h�́A�R�}���h���N������ꏊ�ɂ���ē�������肷��̂Œ��ӂ� -�ĉ������B +���γ���Ϣ����򯰹������ư��������շ +Ƽ��� * Menu: -* Changing LaTeX command:: LaTeX �R�}���h�̕ύX -* Killing LaTeX command:: LaTeX �R�}���h�̍폜 +* Changing LaTeX command:: LaTeX �����ѹ +* Killing LaTeX command:: LaTeX �������  File: yatexj, Node: Changing LaTeX command, Next: Killing LaTeX command, Prev: Modifying/Deleting, Up: Modifying/Deleting -LaTeX �R�}���h�̕ύX -==================== +LaTeX �����ѹ +================================== -�ύX������ LaTeX �R�}���h�ɃJ�[�\�������킹�� `[prefix] c' �������Ƃ��̃R -�}���h��⊮���͂Ȃǂ�p���Ď�y�ɕς��邱�Ƃ��ł��܂��B`[prefix] c' �ŕ� -�X�ł���R�}���h�ɂ͈ȉ��̂��̂�����܂��B +ѹ��� LaTeX +����˫������� `[prefix] c' +�Ƚγ����������Ѥ����Ѩ�Ȭǭ޹� +`[prefix] c' +�ѹǭ������ʼ��ά��޹� - * `begin/end' �̊‹��� - * section�^�R�}���h�̃R�}���h�� - * section�^�R�}���h�̈��� - * section�^�R�}���h�̃I�v�V�����p�����[�^([]�ň͂܂ꂽ����) - * large�^�R�}���h - * (�C���[�W�⊮�œ��͉”\��)�������[�h��p��maketitle�^�R�}���h + * `begin/end' �ĭ� + * section�����γ��ɾ + * section�������� + * section�����Ϊ׷����Ἷ([]������) + * large����� + * (�Ἰ����Ľ�)�������maketitle����� - �ς�����section�^�R�}���h�̈���������� LaTeX �R�}���h���܂ޏꍇ�́A���� -�������͂ޒ����ʂ̏�� `[prefix] c' ���������ƂŒ��̃R�}���h��ύX�Ώ۔��� -���珜�O���邱�Ƃ��ł��܂��B + Ѩ��section������������ +LaTeX ���������Ϣ +������������� `[prefix] c' +򡹳���γ����ѹ +�ݽ������Ȭǭ޹�  File: yatexj, Node: Killing LaTeX command, Prev: Changing LaTeX command, Up: Modifying/Deleting -LaTeX �R�}���h�̍폜 -==================== +LaTeX ������� +================================== -`[prefix] k' �͋N������ʒu�ɂ�莟�̂悤�ȓ�����s���܂��B +`[prefix] k' ϯ�������� +���ʰ��Ԥ޹� - �N���ʒu ���� - \begin, \end�̍s `\begin\end'�y�A�̍폜 - %#BEGIN, %#END �̍s %#BEGIN,%#END�y�A�̍폜 - section�^�R�}���h�̏�(��) section�^�R�}���h�̍폜 - �t�H���g�w�芇�ʂ̏� �t�H���g�w��̍폜 - ���ʂ̏� �΂��Ȃ����ʂ̍폜 + ���� �� + \begin, \end�� `\begin\end'ڢ��� + %#BEGIN, %#END �� %#BEGIN,%#ENDڢ��� + section�������(�) section�������� + թ�������� թ������� + ���� ��ʹ����� -`\begin, \end' ����� `%#BEGIN, %#END' ���폜����ꍇ�A`\begin, \end' �� -`%#BEGIN, %#END' �̑��݂���s�͂܂邲�ƍ폜�����̂ŁA�����̈�s�� -`\begin' �Ȃǂ��ˆȏ�A�˂ď����Ȃ��悤�ɒ��ӂ��Ă��������B��L�̂��̂� -���ׂĖ{�����͂��u�e��v���폜����悤�ɓ����܂����Auniversal-argument -(`C-u') ��ł������`[prefix] k'���^�C�v����ƁA���ꂼ��́u�e��v�Ɋ܂܂� -��u���g�v����C�ɍ폜���܂��B�ȉ��̗���Q�l�ɂ��ĉ������B +`\begin, \end' ��� `%#BEGIN, %#END' +������� `\begin, \end' � `%#BEGIN, %#END' +θ߹��� +���������Ǣ������� +`\begin' ��������� +�ʤ���շƯ���� +����Ϲ��ܸ�Ϧ����������˯�޹�� +universal-argument (`C-u') ��ÿ��`[prefix] +k'�׹�Ȣ +�����������������������޹�ʼ����˷ +Ƽ��� - ���̃e�L�X�g: [prefix] k C-u [prefix] k - �{��\footnote{�r��}�ł��B �{���r���ł��B �{���ł��B - ��(�J�[�\���ʒu) + ��ƭ��: [prefix] k C-u [prefix] k + ܸ\footnote{��}ǹ� ܸ��ǹ� ܸǹ� + �(������)  File: yatexj, Node: Filling, Next: Includeonly, Prev: Modifying/Deleting, Up: Top -������ -****** +巨 +************ -item�̌����� -============ +item�巨 +==================== - itemize �‹����ɂ���`\item'�̍���(����)�������s�ɓn��ꍇ�ɁA���ڂ̐擪 -���������������ꍇ�ɂ́A + itemize +ĭ�ˢ�`\item'���(��)���������ˢ� +����巨������Ϣ `M-q' - ... ������ + ... 巨 -�ɂ���āA���� item �̃C���f���g�̐[���ɉ����� fill ����܂��B�Ȃ��A�Â� -NTT jTeX ���g�p���Ă���ꍇ�ɂ́ALisp �ϐ�`NTT-jTeX'��`t'�ɃZ�b�g���ĉ��� -���B +���Ƣ�� item +Τ����μ����� fill +��޹�ʪ�Ť NTT jTeX +��ѷƤ����ϢLisp +��`NTT-jTeX'�`t'˻� ȷƼ��� - ���̂Ƃ��A�ϐ�`YaTeX-item-regexp'�̒l(�W���ł� `"\\\\item"')�����ڎw��R -�}���h�̐��K�\���Ƃ��Č����Ɏg�p���܂��Bitemize �‹��ŁA�Ǝ��̃R�}���h��� -�`���č��ڂ�񋓂��Ă���ꍇ(�Ⴆ��`\underlineitem')�́A`~/.emacs' �Ŏ��� -�悤�Ɏw�肵�ĉ������B + ��ȭ���`YaTeX-item-regexp'��(���� +`"\\\\item"')� +�������ε���ȷơ���ѷ޹�itemize +ĭǢȫγ +�������������Ƥ���(��`\underlineitem')Ϣ +`~/.emacs' ǡ�����Ƽ��� (setq YaTeX-item-regexp "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)") -���̕ϐ��̎w��̎d�����悭������Ȃ��ꍇ�́A�Ǝ��̍��ڗ񋓃R�}���h�̖��O�� -``"\item"'�Ŏn�܂���̂ɂ��ĉ�����(�Ⴆ��"\itembf"')�B +�����������诬��ʤ��Ϣȫ��������ξ�� +``"\item"'������˷Ƽ��(��"\itembf"')� -�쒹�� `M-q' �ł� `\item' ���‹��ɉ����Ĉȉ��̂悤�Ɂu�n���O�C���f���g�v�� -�܂��B +�� `M-q' �� `\item' +�ĭ����ʼ������� +���׷޹� - itemize, enumerate�‹�: - >\item[�ق��ق�] �p��ł́A���ɈӖ��̂Ȃ��P��� `foo' �ł���킵�� - > �����A����̓��{��łƂ�������P�ꂪ�u�ق��ق��v - > �ł��B - description�‹�: - > \item[�ւ�ւ�] �u�ق��ق��v���ł���߂��P��Ƃ��Ďg�������ɁA�� - > 2�̂ł���߂ȒP��Ƃ��āu�ւ�ւ�v���g���邱�Ƃ��� - > ���悤�ł��B + itemize, enumerateĭ: + >\item[۲۲] ���Ϣ��գ�ʤ��� `foo' Ǣ��� + > �����������⤨���۲۲� + > ǹ� + descriptionĭ: + > \item[����] �۲۲��ǿ�ᬱ�ȷ��ÿ�ˢ� + > 2�ǿ��ʱ�ȷ������׬����Ȭ� + > ��ǹ� -�p���O���t�̌����� -================== +�����巨 +==================================== - itemize�‹��ȊO�ł̃p���O���t�̌�����(fill)�́A��{�I�ɑ��̃��[�h�Ɠ��� -�悤�ɋ@�\���܂����Averbatim�‹���Atabular�‹��Ȃnj�����������ƔߎS�ȏ� -���ɂȂ�悤�Ȋ‹����ł͋@�\���܂���B�܂��A\verb �Ŋ����Ă�����̂͌����� -�s��������܂���(�ϐ� `YaTeX-verb-regexp' �Ő���) )�B����ɁA�ꎞ�I�ɃC�� -�f���g�̐[����ς��Ă���ӏ��ł́A���̃C���f���g�̐擪��`M-q'���������Ƃ� -��� fill-prefix �����������ύX���Ȃ��Č��������ł��܂��B + itemizeĭʰ�������巨(fill)Ϣ�ܪ˾���ȱ� +�ˡ��޹��verbatimĭ�tabularĭ��巨������ +������ĭ��ϡ��޻�޿�\verb +���Ƣ������ +Ԭ��޻�(�� `YaTeX-verb-regexp' +ǩ�) )���ˢ���� +�����μ��ѨƢ����Ϣ�Τ�������`M-q'� +������ fill-prefix +����ѹ�ʯ�巨�ǭ޹�  File: yatexj, Node: Includeonly, Next: What column, Prev: Filling, Up: Top -�����includeonly -***************** +���includeonly +*********************** - �t�@�C���𕪊����ĕ��͂���͂��Ă��鎞�ɂ́A���C���t�@�C������ + ա����Ƹ���ϷƤ���Ϣ��ա���� - \includeonly{���ݕҏW���̃t�@�C����} + \includeonly{��Ը��ա��} -�̂悤�ɏ����Ă������ƂŁA�^�C�v�Z�b�g�̎��Ԃ�ߖ�ł��܂����A������Ƒ��� -�t�@�C�����蒼�����������ɂ� +����ƪ���Ǣ��׻��������ǭ޹�����Ⱦ� +ա���꾷������ - \includeonly{������Ǝ蒼���������t�@�C����} + \includeonly{����꾷���ա��} -�Ə��������Ȃ���΂Ȃ炸��Ԃ�������܂��B�쒹�ł͌��ݕҏW���Ă���t�@�C�� -�������C���t�@�C����`\includeonly'�ɂȂ��ꍇ�ɂ͎����I�ɂ�������o���A���� -�w�����‚��܂��B +�񭾵ʱ�����֬���޹���Ͻ�Ը�Ƥ�ա�� +����ա���`\includeonly'�ʤ���ϫ��˳��з� +��ب�Į޹� A)dd R)eplace %)comment? -���ݕҏW���̃t�@�C���� `\includeonly' �̃��X�g�ɉ����������ɂ�`a' ���A���� -�ҏW���̃t�@�C�������� `\includeonly' �ɂ���������`r'���A`\includeonly' �� -�s���R�����g�A�E�g���Ė��������������ɂ́A`%'�����ꂼ�ꉟ���ĉ������B +��Ը��ա��� `\includeonly' +����è�����`a' +��Ը��ա����� +`\includeonly' ˷����`r'� `\includeonly' +�����Ȣ�ȷƵ�������Ϣ`%'� +��졷Ƽ���  File: yatexj, Node: What column, Next: Intelligent newline, Prev: Includeonly, Up: Top -�����͂ǂ�? -*********** +���ɳ? +********************* - ���ڐ��̑��� tabular �Ȃǂ��������񏑂��Ă���Ɖ��̕��̍s�ŁA���܏����� -���錅���ǂ��ɑΉ�����̂��킩��Ȃ��Ȃ��Ă��܂����Ƃ�����܂��B�Ⴆ�΁A�� -���̂悤�� tabular �ɂ����āA + ���ο� tabular +��򿯵��Ƥ�ȼ����Ǣ���� +���ɳ�����Ϋ��ʯ��Ʒަ�Ȭ��޹��Т� +���� tabular ˪�Ƣ \begin{tabular}{|c|c|c|c|c|c|c|c|}\hline - ����&����&��&�Z��&�d�b&FAX&�A�Ȑ�&�A�Ȑ�d�b\\ \hline - ����Y & 6 & 223 & ���l�s�`�k����g & xxx-yyy & - zzz-www & �g���K & 9876-54321 \\ - ���g���m & 2 & \multicolumn{2}{c|}{�����Ȃ�} + �&�&�&��&��&FAX&���&�����\\ \hline + ��� & 6 & 223 & �������� & xxx-yyy & + zzz-www & �� & 9876-54321 \\ + �Ȯ� & 2 & \multicolumn{2}{c|}{��ʤ} &&&(???) \\ \hline \end{tabular} -(???)�̕������ǂ̍��ڂȂ̂������ɔ��f����͓̂���ł��傤�B����Ȏ��́A +(???)���������Ϋ��˽ǹ����Ƿ禣����Ϣ `[prefix] &' - ... ���݂̃J�����\�� + ... ��Ϋ�ཨ -�������ƃJ�[�\���ʒu�̃J�������ǂ̍��ڂɊY�����邩���~�j�o�b�t�@�ɕ\������ -���Btabular/array�‹��̑�1�s�ڂ����ږ��̕��тƂ݂Ȃ��đΉ�������̂�T���� -���B�������ږ��Ƃ��ĕʂ̂��̂�\�����ė~�����ꍇ�́A�s����`%'�ɂ��ă_�~�[ -�̍��ڕ��т�����Ă����Ɨǂ��ł��傤�B +�ȫ�����Ϋ������˺��������ա˽��� +��tabular/arrayĭ��1����ܾ�����ʷ��������� +����ܾȷ�����򽨷�߷���ϢԬ�`%'˷�� +߼��������ƪ��ɤǷ禣  File: yatexj, Node: Intelligent newline, Next: Usepackage cheker, Prev: What column, Up: Top -���܂������s -************ +�ޫ��� +************************ - tabular[*], array, itemize, enumerate, tabbing �‹���begin�^�⊮�œ��͂� -�����A�܂��͊e�‹����� + tabular[*], array, itemize, enumerate, tabbing +ĭ�begin����Ϸ +���޿��ĭ�� `ESC RET' - ... ���܂������s + ... �ޫ��� -�������ƁA���̊‹��ɉ������s�G���g�������̍s�ɑ}�����܂�(begin�^�⊮���Ɏ� -���}�����ꂽ�G���g�����s�v�ȏꍇ�� undo �ɂ���ď����ł��܂�)�B�Ⴆ�΁A -tabular�‹��ł́A���̊‹��̃J�������ɑΉ��������� `&' �ɉ����A�s���� -`\\' �����܂��B���̎�����ȑO�� `\hline' ������΂�����t�������܂��B�� -���Ƃ���ɉ����Ď������͂�����̂̑Ή��͈ȉ��̂悤�ɂȂ�܂��B +�Ȣ��ĭ����Ԩ����������޹(begin���˫ +����쿨��������� undo +������ǭ޹)��Т +tabularĭ�Ϣ��ĭΫ����������� +`&' �è��� � `\\' +���޹������ʰ� `\hline' +���н��ձ +è޹�ĭȽ����ƫ��Ϲ�������ʼ�����޹� * `tabular', `tabular*', `array' - �J������-1 ������ `&' �� `\\'�B�K�v�ɉ����� `\hline' + ����-1 ��� `&' � + `\\'������� `\hline' * `tabbing' - ��s�ڂŒ�`���Ă��� `\=' �Ɠ������� `\>'�B + �������Ƥ� `\=' + ȱ���� `\>'� * `itemize', `enumerate', `description', `list' - `\item' �܂��� `item[]' + `\item' ޿� `item[]' - tabular �‹��̗�̂悤�ɁA�{�@�\�͊e�‹��̈�s�ڂ̓��e���Q�l�ɂ��ē��삷 -��̂ŁA�Ȃ�ׂ���s�ڈȍ~�ŌĂяo���悤�ɂ��Ă��������B + tabular +ĭ����ˢܡ���ĭ���������˷ư� +��Ǣ��ٯ��������й�˷Ư���� - �����A���̑��̊‹��A�Ⴆ�� `foo'�A�ɑ΂���`���܂������s'�𓮍삳�������� -�́A`YaTeX-intelligent-newline-foo' �Ƃ������O�̊֐����`���܂��B��`���� -�֐��́A���݂̍s�ɉ��s��}����������̍s���̈ʒu�ŌĂ΂�܂��B�֐� -`YaTeX-indent-line' ���ĂԂƌ��݂̊‹��̃l�X�g�ɉ������[���ɃC���f���g���� -��̂ŁA������Ă�ł��牽����}������悤�ȃR�[�h�������Ƃ悢�ł��傤�B -`yatexenv.el'���̊֐� `YaTeX-intelligent-newline-itemize' �̒�`�Ȃǂ��Q�l -�ɂ��Ă��������B + ⷢ�ξ�ĭ��� +`foo'��з�`�ޫ���'�� +�����Ϣ`YaTeX-intelligent-newline-foo' +Ȥ��������� +�޹�������Ϣ���������������Ԭ�������� +���� `YaTeX-indent-line' +���Ƚ��ĭ�͹�������� +����ȵ���Ǣ�����ǫ鿫������ʳ������ +�Ƿ禣`yatexenv.el'���� +`YaTeX-intelligent-newline-itemize' +�������˷Ư����  File: yatexj, Node: Usepackage cheker, Next: Changing mode of YaTeX, Prev: Intelligent newline, Up: Top -����usepackage -**************** +���usepackage +********************** - begin�^�Asection�^�Amaketitle�^�A�����ꂩ��LaTeX2e�}�N����⊮���͂���ƁA -���̃}�N���̗��p�ɊO���p�b�P�[�W��K�v�Ƃ���ꍇ�A���̃p�b�P�[�W��{������ -`\usepackage{}' ���Ă��邩�ǂ����𒲍����A�������Ă��Ȃ���΃v���A���u���� -�Ή�����p�b�P�[�W�������ɂ��� `\usepackage' ����(�m�F���)�}�����܂��B + begin��section��maketitle������LaTeX2eޯ����Ϲ�Ȣ +��ޯ����˰��ñ����ȹ��碽��ñ��� +ܸ�� `\usepackage{}' +�Ƥ�ɦ�򴺷�ⷷƤʱ�� +�����������ñ�����˷� +`\usepackage' �� (Χ��)���޹� - ���������̋@�\���������߂ɂ́A�p�b�P�[�W���Ƃ��̒��Œ�`����Ă���}�N�� -�Q��alist�̌`���ŕϐ� `YaTeX-package-alist-private' �ɐݒ肵�Ă����K�v���� -��܂��B + ����Ρ�������Ϣ�ñ���Ƚ�������Ƥ�ޯ� +��alist������ `YaTeX-package-alist-private' +���ƪ�� ׬��޹�  File: yatexj, Node: Changing mode of YaTeX, Next: Online help, Prev: Usepackage cheker, Up: Top -�쒹�̓��샂�[�h�؂�ւ� -************************ +�ΰ�����ب +************************************************ `[prefix] w' - ... �쒹���샂�[�h�؂�ւ����j���[ + ... �����ب��� -�Ŗ쒹���g�̓�������肷��ȉ��̃��[�h��؂�ւ��܂��B +��ΰ�����ʼ������ب޹� - * �C�����[�h - * �쒹�������[�h + * ���� + * ����� -�C�����[�h�́A�J�����ʓ��͎��̏������R���g���[�����A�C�����[�hON�̎��͊J�� -���ʂ̓��͂͊J�����ʂ݂̂̓��͂ɂȂ�A�C�����[�hOFF�̎��͊J�����ʂ̓��͂� -���ŕ‚����ʂ܂œ��͂��܂��B�f�t�H���g(�N����)�̐ݒ��*OFF*�ł��B +����Ϣ��������������뷢����ON��ϫ� +�����ϫ����������ꢤ���OFF��ϫ������� +��ĸ�����Ϸ޹��թ��(���)����*OFF*ǹ� - �쒹�������[�h�́A�ϐ� `YaTeX-auto-math-mode' �� `nil' �̎��̂ݗL���ŁA -���̂Ƃ�`;'��`:'����������(*Note Image completion::�Q��)�ɁA�ǂ̂悤�ȃC���[ -�W�⊮���@�\�����邩�A�ʏ�̃L�[�Ƃ��ċ@�\�����邩���蓮�Ő؂�ւ��܂��B�� -�����肪�x���}�V���ł�`YaTeX-auto-math-mode' `nil'�ɃZ�b�g���A�쒹�������[ -�h���蓮�Ő؂�ւ���Ɨǂ��ł��傤�B + �����Ϣ�� `YaTeX-auto-math-mode' � +`nil' ��� +߭�Ǣ��ȭ`;'�`:'򡷿�(*Note +Image completion::��)ˢ +���ʤἸ�򡽵�뫢��έ�ȷơ������� +��ب޹�����٤޷���`YaTeX-auto-math-mode' +`nil'˻�ȷ�����������ب��ɤǷ禣  File: yatexj, Node: Online help, Next: Inclusion hierarchy browser, Prev: Changing mode of YaTeX, Up: Top -�I�����C���w���v -**************** +������� +******************************** - �g�����Ƃ��� LaTeX �R�}���h�̗p�@���悭������Ȃ����́A�I�����C���w���v -���Ђ��܂��傤�B�w���v�Ɋւ���L�[�ɂ͈ȉ��̂��̂�����܂��B + Ȫ�ȹ� LaTeX +�����ѡ�诬��ʤ�Ϣ������ +��ҭ޷禣����ع뭼��ʼ��ά��޹� `[prefix] ?' - ... �I�����C���w���v + ... ������� `[prefix] /' - ... �I�����C��apropos + ... ����apropos -�I�����C���w���v -================ +������� +================================ - �u�I�����C���w���v�v�́A��ʓI�� LaTeX �R�}���h(�f�t�H���g�ŃJ�[�\���ʒu -�̃R�}���h)�ɑ΂��������ׂ̃o�b�t�@�ɕ\�����܂��B���̎��Q�Ƃ����w���v -�p�t�@�C���ɂ́u�O���[�o���w���v�v�Ɓu�v���C�x�[�g�w���v�v�̓��ނ�����A -�O�҂� LaTeX �̕W���R�}���h�̎�Ȃ��̂̐������܂ރt�@�C���ŁA�ϐ� -`YaTeX-help-file'�̒l�Ŏw�肳��܂��B���̃t�@�C���͒ʏ�����̏ꏊ(�f�t�H�� -�g��`$EMACSEXECPATH')�ɒu����A�N�������̓��e���X�V�ł���悤�ɑS���ɏ��� -���݌����^������ׂ����̂ł��B��҂́A��W���������͌l�I�ȃ}�N����`�� -�ւ��������������Ă���t�@�C���ŁA�ϐ�`YaTeX-help-file-private'�̒l�Ŏw -�肳��܂��B������̓��[�U�̃z�[���f�B���N�g���̉��Ȃǂɒu����܂��B + ֪�������Ϣ�̪� LaTeX +����(�թ��ǫ��� +��γ���)�й��������ա˽��޹�����ȵ��� +���ա����ְ�����������ټ��������ଢ +ꢰ�� LaTeX +θ���������������ա��Ǣ�� +`YaTeX-help-file'������޹���ա����������(� +թ���`$EMACSEXECPATH')�֫좯⬽����ǭ��� +�����ߢ������٭��ǹ���Ϣ��ⷯ��ͪ�� +�����ع������Ƥ�ա��Ǣ�� +`YaTeX-help-file-private'������޹�����漶�ۼ�ǣ +���μ���֫�޹� -�I�����C��apropos -================= +����apropos +=========================== - �u�I�����C��apropos�v�� GNU Emacs �� apropos �Ɠ��l�A���[�U���w�肵���L�[ -���[�h��������Ɋ܂ލ��ڂ��ׂĂ�ׂ̃o�b�t�@�ɕ\�����܂��B + ֪���apropos�� GNU Emacs � apropos +ȱ͢漶��귿�� +����������ܹ�������ա˽��޹� - �����A���ׂ悤�Ƃ���LaTeX�R�}���h�ɑ΂���������w���v�t�@�C�����Ɍ��‚� -��Ȃ������ꍇ�́A�������̓��͂����߂Ă���̂ŁA�”\�ł���ΎQ�l���Ȃǂ� -�ׂĂ��̃R�}���h�̐�������͂��Ă��������B�����A�Ȃɂ��W���I�ȃR�}���h�ɑ� -����������������Ȃ�΂��Ў��܂ł��̐����������艺�����B����̔z�z�Ɋ܂߂� -���Ǝv���܂��B + ⷢ���ȷ�LaTeX�����й�������ա���˫� +��ʫÿ��Ϣ���������Ư��ǢĽǢ�в����� +��ƽγ��������ϷƯ����ⷢ�˫��ʳ���� +й�������м���ǽ�����꼵���������� +���פ޹�  File: yatexj, Node: Inclusion hierarchy browser, Next: Cooperation with other packages, Prev: Online help, Up: Top -�C���N���[�h�\���u���E�U -************************ +���ɽ��馶 +************************************************ -�����̃t�@�C���ɕ������Ă���h�L�������g�������Ă���ꍇ�A +���ա��ˬ�Ƥ�ɭ������Ƥ��� `[prefix] d' - ... �C���N���[�h�\���u���E�Y + ... ���ɽ��馺 -�������ƁA���̃h�L�������g�̐e�t�@�C���𕷂��ė��܂��B�����őS�Ẵt�@�C�� -�̐e�ƂȂ�t�@�C��(�f�t�H���g��������Ă���̂ő���RET�̂�)����͂���� -�C���N���[�h���Ă���S�Ẵt�@�C������͂��A�C���N���[�h�󋵂����o�I�ɕ\�� -���܂��B���̃o�b�t�@�ł͈ȉ��̃L�[���삪�L���ł��B +�Ȣ��ɭ������ա�����޹���Ǵ��ա�� +�����ա��(�թ�Ȭ���Ƥ������RET��)��Ϲ�� +���ɷƤ���ա����Ϸ���������Ъ˽� +�޹�����ա��ʼέ���ǹ� `n' - ... ���̍s�Ɉړ����Ή�����t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... ����ܰ�����ա�������ա˽� `p' - ... ��̍s�Ɉړ����Ή�����t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... ����ܰ�����ա�������ա˽� `N' - ... �����C���N���[�h���x���̎��̃t�@�C���Ɉړ� + ... ���������Ρ�ա���ܰ `P' - ... �����C���N���[�h���x���̑O�̃t�@�C���Ɉړ� + ... ���������ΰ�ա���ܰ `j' - ... ���̍s�Ɉړ� + ... ����ܰ `k' - ... ��̍s�Ɉړ� + ... ����ܰ `u' - ... ���e�ɂ�����t�@�C���Ɉړ� + ... ���ˢ��ա���ܰ `.' - ... �J�[�\���ʒu�̃t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... �������ա�������ա˽� `SPC' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C�����X�N���[���A�b�v + ... ����ա���ա������� `DEL, b' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C�����X�N���[���_�E�� + ... ����ա���ա�������� `<' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C���̐擪��\�� + ... ����ա���ա����� `>' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C���̖�����\�� + ... ����ա���ա������ `'' - ... (`<'��`>'�̌��)���̕\���ʒu�ɖ߂� + ... (`<'�`>'���)�ν������ `RET, g' - ... �J�[�\���ʒu�̃t�@�C����ׂ̃o�b�t�@�ŃI�[�v�� + ... �������ա�������աǪ��� `mouse-2' - ... RET�Ɠ���(�E�B���h�E�g�p���̂�) + ... RETȱ�(���ɦ�����) `o' - ... �ׂ̃E�B���h�E�Ɉړ� + ... �Φ��ɦ�ܰ `1' - ... ���̃E�B���h�E������ + ... �Φ��ɦ�ù `-' - ... �u���E�Y�E�B���h�E������������ + ... �馺���ɦ򮵯�� `+' - ... �u���E�Y�E�B���h�E��傫������ + ... �馺���ɦ�筯�� `?' - ... �w���v�\�� + ... ��׽� `q' - ... �\���O�̏�Ԃɖ߂� + ... ��������� - �������A�ׂ̃E�B���h�E�̃t�@�C���̓��e��\������@�\�Ɋւ��ẮA�Ή����� -�t�@�C�����N���[�Y���Ă��܂��Ƃ��܂������܂���̂ł����ӂ��������B + �����Φ��ɦ�ա�����򽨹롽�ط�Ϣ���� +ա�����ƷަȦޯ��޻��Ǵ�կ����  File: yatexj, Node: Cooperation with other packages, Next: Customizations, Prev: Inclusion hierarchy browser, Up: Top -���p�b�P�[�W�Ƃ̘A�g -******************** +��ñ���΢� +**************************************** gmhist ====== - `gmhist.el'��`gmhist-mh.el' �����[�h���Ă���ꍇ�A�v�������[�R�}���h�̓� -��(`[prefix] tp]')�A����R�}���h�̓���(`[prefix] tl')�̎��ɓƗ������q�X�g -���𗘗p�ł��܂��B���ꂼ��̃v�����v�g�ŁA`M-p' �������ƒ��O�ɗ��p�����R�} -���h�����������Ԃ��Ăяo�����Ƃ��ł��܂��B + `gmhist.el'�`gmhist-mh.el' +��ɷƤ������弳 +������(`[prefix] +tp]')����������(`[prefix] tl')� +��ȩ��ҹ�����ǭ޹����������Ǣ`M-p' +� +�Ⱦ���ѷ����ɸ����ַ��й�Ȭǭ޹� min-out ======= - `min-out.el' (`outline-minor-mode') �Ɩ쒹��g�ݍ��킹�Ďg�����Ƃ������� -��”\�ł��B�ݒ�̕��@�Ɋւ��Ă�`yatexm-o.el'���������������B + `min-out.el' (`outline-minor-mode') +��������Ȧ� +������Ľǹ�������ط��`yatexm-o.el'�������  File: yatexj, Node: Customizations, Next: Etc, Prev: Cooperation with other packages, Up: Top -�J�X�^�}�C�Y -************ +���ޤ� +************************ - �쒹�̓���𐧌䂷���X�̕ϐ���Ǝ��ɐݒ肷�邱�Ƃɂ��A�⊮���͂��N�� -����L�[�A�T�C����ς�����A�‹����̕⊮��������ɏ[�������邱�ƂȂǂ��� -���܂��B + �ΰ���������ȫ���������� +�򯰹뭼�����Ѩ��ĭ�������˼µ +����ɬǭ޹� * Menu: -* Lisp variables:: lisp �ϐ� -* Add-in functions:: �t���֐�(�A�h�C���֐�) +* Lisp variables:: lisp �� +* Add-in functions:: ����(�ɤ���)  File: yatexj, Node: Lisp variables, Next: Add-in functions, Prev: Customizations, Up: Customizations -lisp �ϐ� -========= +lisp �� +============= - �Ⴆ�� prefix �L�[�� `C-c' �ȊO�̃L�[�ɂ������ꍇ�́A`YaTeX-prefix'�� -prefix �L�[�ɂ������V���{�����`���Ă��������B����ɁA�u`C-c �p��'�v�Ƃ� -���L�[�o�C���h�͓Ǝ��̊֐������蓖�ĂĂ���̂Ŏg�������Ȃ��B���̂悤�Ȏ��́A -`YaTeX-inhibit-prefix-letter' �� `t' �ɐݒ肷�邱�Ƃɂ��A`C-c �p���c'�� -�o�C���h���S�āA�Ή�����`C-c C-�p���c'�ɕς��܂�(�������Abegin�^ large�^ -�⊮�̑啶���N���ɂ�郊�W�����w��͉”\�Ȃ܂܂ł��B����������ɂ������ꍇ -��`t'�ł͂Ȃ� 1 �ɃZ�b�g���ĉ������B)�B + �� prefix ��� `C-c' +ʰέ�˷����Ϣ `YaTeX-prefix'� +prefix +��˷����������Ư������ +ˢ�`C-c +��'�Ȥ���Ф���ȫ��������Ƣ���� +���ʤ������Ϣ`YaTeX-inhibit-prefix-letter' +� `t' ��������`C-c +���'�Ф�ɬ�Ƣ����`C-c +C-���'����޹(����begin� +large������������ +����Ľ���ǹ�����˷�����`t'��ʯ +1 ˻� ȷƼ���)� * Menu: -* All customizable variables:: �J�X�^�}�C�Y�ϐ��ꗗ -* Sample definitions:: �J�X�^�}�C�Y�ϐ��ݒ�� -* Hook variables:: hook�ϐ� -* Hook file:: hook�p�t�@�C�� +* All customizable variables:: ���ޤ����� +* Sample definitions:: ���ޤ������ +* Hook variables:: hook�� +* Hook file:: hook�ա��  File: yatexj, Node: All customizable variables, Next: Sample definitions, Prev: Lisp variables, Up: Lisp variables -�J�X�^�}�C�Y�ϐ��ꗗ --------------------- +���ޤ����� +---------------------------------------- - yatex-mode �ɂ����鎟�̕ϐ����J�X�^�}�C�Y�”\�ł��B`~/.emacs' �� `setq' -���Ă����΁A������̒�`���D�悳��܂��B���ʂ̒��̓f�t�H���g�l�ł��B���ۂ� -�ϐ��̒l��ύX����ꍇ�� `M-x describe-variable' �ŕϐ��̏ڍׂȐ������Q�� -���Ă��������B + yatex-mode +˪���������ޤ�Ľǹ�`~/.emacs' +� `setq' +�ƪ�Т����������޹�������թ��� +ǹ���������ѹ����� +`M-x describe-variable' � +���������ȷƯ���� -- Variable: YaTeX-prefix - yatex-mode ���̃v���t�B�N�X�L�[ (`\C-c') + yatex-mode ����գ���� (`\C-c') -- Variable: YaTeX-inhibit-prefix-letter - prefix �L�[�̒���̃L�[�o�C���h�� `�p��' �̂��̂� `C-�p��' �ɕύX - (`nil') + prefix ��ξ�έ�Ф��� + `��' ���� `C-��' �ѹ (`nil') -- Variable: YaTeX-fill-prefix - �{�����������̍s���ɑ}������ړ������Ȃ킿 fill-prefix (`""(nil)') + ܸ����Ԭ�����ܬ����� + fill-prefix (`""(nil)') -- Variable: YaTeX-user-completion-table - �w�K����LaTeX�R�}���h�ۑ��t�@�C���� (`"~/.yatexrc"') + ج��LaTeX����ݸա�� + (`"~/.yatexrc"') -- Variable: YaTeX-kanji-code - �������쐬���鎞�̊����R�[�hnil=�����̃R�[�h�̂܂� 0=no-conversion - 1=Shift JIS, 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS�ł�1)) + ����������� + nil=��γ����� 0=no-conversion 1=Shift JIS, + 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS��1)) -- Variable: tex-command - LaTeX�^�C�v�Z�b�^�R�}���h�� (`"platex"') + LaTeX��׻ÿ���ɾ (`"platex"') -- Variable: dvi2-command - �v�������[�A�R�}���h�� (`"xdvi -geo +0+0 -s 4"') + ���弢���ɾ (`"xdvi -geo +0+0 -s + 4"') -- Variable: dviprint-command-format - dvi�t�@�C���̈���Ɏg����R�}���h�� (`"dvi2ps %f %t %s | lpr"') + dviա������������ɰ + (`"dvi2ps %f %t %s | lpr"') -- Variable: dviprint-from-format - ���`%f'�ɑ�������J�n�y�[�W�w�菑���A`%b' ���J�n�y�[�W�ԍ��ɕς�� - (`"-f %b"') + ��`%f'������ڼ����`%b' + ���ڼ����� �� (`"-f %b"') -- Variable: dviprint-to-format - `%t' �ɑ�������I���y�[�W�w�菑���A`%e'���I���y�[�W�ԍ��ɕς�� (`"-t - %e"') + `%t' + ����못ڼ����`%e'���ڼ������� + (`"-t %e"') -- Variable: makeindex-command - makeindex�R�}���h (`"makeindex"' (MS-DOS�ł�`"makeind"')) + makeindex���� (`"makeindex"' (MS-DOS��`"makeind"')) -- Variable: YaTeX-dvipdf-command - dvi��PDF�ɕϊ�����R�}���h (`"dvipdfmx"') + dvi�PDF�ѹ����� (`"dvipdfmx"') -- Variable: YaTeX-on-the-fly-preview-interval - `[prefix] t e'�Ŋ‹������v�������[������ꍇ�̕ϊ������܂ł̖����쎞 - ��(�b) (0.9) `nil' �̏ꍇ�͑����v�������[�����Ȃ��B + `[prefix] t + e'�ĭ��preview�����ѹ����� + �����(�) (0.9) `nil' + ���Ϩ������ʤ� + + -- Variable: YaTeX-on-the-fly-math-preview-engine + `[prefix] t + e'���ĭ��preview����Ѥ��� + (latex-math-preview���Ľ�ȭ� + latex-math-preview-expression ��� + `'YaTeX-typeset-environment-by-lmp' + ���ʤȭ������� + `'YaTeX-typeset-environment-by-builtin') -- Variable: YaTeX-cmd-gimp - GIMP���N������R�}���h (code{"gimp"}) + GIMP򯰹���� (code{"gimp"}) -- Variable: YaTeX-cmd-tgif - tgif���N������R�}���h (code{"tgif"}) + tgif򯰹���� (code{"tgif"}) -- Variable: YaTeX-cmd-inkscape - Inkscape���N������R�}���h (code{"inkscape"}) + Inkscape򯰹���� (code{"inkscape"}) -- Variable: YaTeX-cmd-dia - Dia���N������R�}���h (code{"dia"}) + Dia򯰹���� (code{"dia"}) -- Variable: YaTeX-cmd-ooo - OpenOffice.org�܂���LibreOffice���N������R�}���h (code{"soffice"}) + OpenOffice.org޿�LibreOffice򯰹���� + (code{"soffice"}) -- Variable: YaTeX-cmd-gs - Ghostscript���N������R�}���h (code{"gs"}) + Ghostscript򯰹���� (code{"gs"}) -- Variable: YaTeX-cmd-dvips - dvips���N������R�}���h(�‹��ɂ���Ă�pdvips�Ȃ�) (code{"dvips"}) + dvips򯰹����(ĭ�����pdvips��) + (code{"dvips"}) -- Variable: YaTeX-cmd-displayline - displayline���N������R�}���h + displayline򯰹���� (code{"/Applications/Skim.app/Contents/SharedSupport/displayline"}) -- Variable: YaTeX-cmd-edit-ps - PostScript�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l) + PostScriptա���Ը����� + (��code{"YaTeX-cmd-gimp"}��) -- Variable: YaTeX-cmd-edit-pdf - PDF�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-ooo"}�̒l) + PDFա���Ը����� + (��code{"YaTeX-cmd-ooo"}��) -- Variable: YaTeX-cmd-edit-ai - .ai�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l) + .aiա���Ը����� (��code{"YaTeX-cmd-inkscape"}��) -- Variable: YaTeX-cmd-edit-svg - SVG�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l) - + SVGա���Ը����� + (��code{"YaTeX-cmd-inkscape"}��) -- Variable: YaTeX-cmd-edit-images - ���̑��摜�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l) + �ξ��ա���Ը����� + (��code{"YaTeX-cmd-gimp"}��) -- Variable: YaTeX-need-nonstop - `\nonstopmode{}'�������I�ɕt�����邩 (`nil') + `\nonstopmode{}'򫰪��ù� (`nil') -- Variable: latex-warning-regexp - latex�R�}���h�̏o�͂���E�H�[�j���O�s�̐��K�\�� (`"line.* [0-9]*"') + latex������Ϲ릩����ε��� + (`"line.* [0-9]*"') -- Variable: latex-error-regexp - �������G���[�s�̐��K�\�� (`"l\\.[1-9][0-9]*"') + ������ε��� + (`"l\\.[1-9][0-9]*"') -- Variable: latex-dos-emergency-message - MS-DOS��œ��삷�� latex �R�}���h���A�G���[�ɂ���~����Ƃ��o�͂��� - ���b�Z�[�W (`"Emergency stop"') + MS-DOS�ǰ�� latex + ���ɬ�������߹�ȭ�Ϲ��� + ��� (`"Emergency stop"') -- Variable: latex-message-kanji-code - �^�C�v�Z�b�^�̏o�͂��郁�b�Z�[�W�̊����R�[�h.�^�C�v�Z�b�g�o�b�t�@�̏o - �͂������鎞�́A�����ݒ肷�� (2, Nemacs�ł̂ݗL��) + ��׻ÿ��Ϲ��û��������.��׻����ա + ��Ϭ����Ϣ������ + (2, Nemacs��߭�) -- Variable: NTT-jTeX - �Â�NTT-jTeX�g�p���̂悤�ɃC���f���g�����s�̐擪�ƑO�̍s��(�^�C�v�Z�b - �g���)���Ԃ��󂢂Ă��܂��̂������ꍇ��`t'�ɂ���(`nil') + ŤNTT-jTeX�����ˤ���ȷ����Ȱ��� + (��׻����)�֬��Ʒަ�������`t'˹� + (`nil') -- Variable: YaTeX-item-regexp - item�̌������̎��ɗp����Aitem�̐��K�\�� (`"\\\\(sub\\)*item"') + item�巨���Ѥ�itemε��� + (`"\\\\(sub\\)*item"') -- Variable: YaTeX-verb-regexp - verb�R�}���h�̐��K�\���B�擪��\\\\�͂‚��Ȃ� (`"verb\\*?\\|path"') + verb����ε������\\\\�ıʤ + (`"verb\\*?\\|path"') -- Variable: YaTeX-nervous - ���[�J��������p���鎞 `t' (`t') + ����Ѥ�� `t' (`t') -- Variable: YaTeX-sectioning-regexp - �Z�N�V������؂�ݒ�R�}���h�̐��K�\�� + �������������ε��� (`"\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\*?\\)\\b"') -- Variable: YaTeX-fill-inhibit-environments - fill ��}�~����‹����̃��X�g (`'("tabular" "tabular*" "array" - "picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath" - "verbatim" "verbatim*")') + fill ��߹�ĭ���� (`'("tabular" + "tabular*" "array" "picture" "eqnarray" "eqnarray*" "equation" "math" + "displaymath" "verbatim" "verbatim*")') -- Variable: YaTeX-uncomment-once - �̈�uncomment�ōs���̕�����`%'��S�č폜���邩 (`nil') + ��uncomment�ԬΣ��`%'������ + (`nil') -- Variable: YaTeX-close-paren-always - �J�����ʂ̓��͂ŏ�ɕ‚����ʂ���͂��� (`t') + ����������ĸ����Ϲ� + (`t') -- Variable: YaTeX-auto-math-mode - �������[�h�̐؂�ւ��������I�ɍs�� (`t') + �������ب򫰪�Ԧ + (`t') -- Variable: YaTeX-math-key-list-private - �����C���[�W�⊮�ŗp���� (�v���t�B�N�X�L�[ . �Ή��⊮�e�[�u��) �� - alist (`nil')�B�⊮�e�[�u���̏������ɂ‚��Ă�`yatexmth.el'���Q�ƁB + ���Ἰ��Ѥ� + (��գ���� . ���Ƽ��) + � alist + (`nil')��Ƽ������Ĥ��`yatexmth.el'�ȣ -- Variable: YaTeX-default-pop-window-height - 1��ʂ̎��Ƀ^�C�v�Z�b�g�o�b�t�@�����߂č쐬���鎞�̍����B���l�ōs���A - �����������Emacs�E�B���h�E�ɑ΂���S���� (10) + 1����˿�׻����ա�������ⵣ�������� + ����Emacs���ɦ�й봬� + (10) -- Variable: YaTeX-help-file - ���p�w���v�t�@�C�� (`$doc-directory/../../site-lisp/YATEXHLP.jp') + �����ա�� + (`$doc-directory/../../site-lisp/YATEXHLP.jp') -- Variable: YaTeX-help-file-private - �l�p�w���v�t�@�C�� (`"~/YATEXHLP.jp"') + ������ա�� (`"~/YATEXHLP.jp"') -- Variable: YaTeX-no-begend-shortcut - `[prefix] b ??' �̃V���[�g�J�b�g���g�킸�A`[prefix] b' �����ŕ⊮���� - �ɓ��� (`nil') + `[prefix] b ??' + η�ȫ����ﺢ`[prefix] b' + ���� ����� (`nil') -- Variable: YaTeX-hilit-pattern-adjustment-private - ���K�\���Ƃ���Ƀ}�b�`������̘̂_���I�Ӗ����V���{���ł���킵������ - �̃��X�g�c�̃��X�g�Bhilit19 ��g�ݍ���ł��鎞�̂ݗL���B�ڂ����� - `(assq 'yatex-mode hilit-patterns-alist)' �������ʂƁA�ϐ� - `YaTeX-hilit-pattern-adjustment-default' �̒l(�Əꍇ�ɂ���Ă� - hilit19 �̃h�L�������g)���Q�Ƃ���B + ����Ƚ�������������գ����Ǣ�﷿��� + �����ȣhilit19 + �����Ǥ���߭�� + ܷ�� `(assq 'yatex-mode hilit-patterns-alist)' + ����Ȣ�� + `YaTeX-hilit-pattern-adjustment-default' ��(��� + ����� hilit19 + �ɭ����)�Ȼ� -- Variable: YaTeX-sectioning-level - LaTeX�̃Z�N�V�����P�ʐ錾�R�}���h�Ƃ��̘_���I������alist�B + LaTeXλ�����������Ƚ������alist� -- Variable: YaTeX-hierarchy-ignore-heading-regexp - Hierarchy �o�b�t�@�͒ʏ�t�@�C���w�b�_�Ƃ��āALaTeX�̃Z�N�V�����錾�R - �}���h�̈������������A���ꂪ�Ȃ���΃R�����g�s��T�����A���̍ۂɃw�b - �_�Ƃ��Ă͈Ӗ��������Ȃ��p�^�[�������̕ϐ��ɐݒ肷��B�f�t�H���g�ł� - RCS �w�b�_�ƃ��[�h�w��s(-*- xxx -*-)���ݒ肳��Ă���B + Hierarchy + ��ա���ա�����ȷƢLaTeXλ��������� + ����������ʱ�г����򵹬��������ȷ�� + գ���ʤѿ�����������թ���� + RCS ����� ����(-*- xxx + -*-)����Ƥ� -- Variable: YaTeX-skip-default-reader - Non-nil �ɐݒ肷���section�^�R�}���h�̈������͎��A�A�h�C���֐����Ȃ� - ��΃~�j�o�b�t�@�ł̓ǂݍ��݂������ɓ��͂����������� (`nil') + Non-nil + �����section�������������ɤ����ʱ�� + ����ա����������򰻵�� + (`nil') -- Variable: YaTeX-create-file-prefix-g - `\include'�Ȃǂ� `prefix g'�������ɁA�W�����v�悪���݂��Ȃ��t�@�C���� - �����Ă��I�[�v������ (`nil') + `\include'��� `prefix + g'���ˢ����謸߷ʤա� + �Ǣ��⪼��� (`nil') -- Variable: YaTeX-simple-messages - �e��⊮���̃��b�Z�[�W�o�͂��ȑf������ (`nil') + ������û������ǽ�� + (`nil') -- Variable: YaTeX-hilit-sectioning-face - �F�t�����L���Ȏ��� `\part' �̐F (`'(yellow/dodgerblue - yellow/slateblue)')�B���X�g�̑��v�f�� `hilit-background-mode' �� - `'light' �̎��́A���v�f�� `'dark' �̎��� `\chapter' �̐F�ŁA�����F/ - �w�i�F �̂悤�Ɏw�肷��B + �ձ������ `\part' Χ + (`'(yellow/dodgerblue yellow/slateblue)')� + �������� `hilit-background-mode' � + `'light' ��΢ ����� `'dark' ��� + `\chapter' ΧǢ���/�ʧ �� + ����� -- Variable: YaTeX-hilit-sectioning-attenuation-rate - �F�t�����L���Ȏ��́A`\subparagraph' �̐F�� `\chapter' �̔Z�x�̉�%���� - �������̂ɂ��邩 (`'(15 40)') `YaTeX-hilit-sectioning-face' �̍��Q�ƁB + �ձ�����΢`\subparagraph' Χ� + `\chapter' λ�ο + %������˹� (`'(15 40)') + `YaTeX-hilit-sectioning-face' ��ȣ -- Variable: YaTeX-use-AMS-LaTeX - AMS-LaTeX ���g�p����ꍇ�� `t' �ɐݒ肷�� (`nil') + AMS-LaTeX ��ѹ���� `t' ���� + (`nil') -- Variable: YaTeX-use-LaTeX2e - LaTeX2e ���g�p����ꍇ�� `t' �ɐݒ肷�� (`t') + LaTeX2e ��ѹ���� `t' ���� + (`t') -- Variable: YaTeX-template-file - �V�K�t�@�C���쐬���Ɏ����}������t�@�C���� (`~/work/template.tex') + ��ա����˫�����ա�� + (`~/work/template.tex') -- Variable: YaTeX-search-file-from-top-directory - input����t�@�C����T���Ƃ��̊�f�B���N�g����main�t�@�C���̂���f�B - ���N�g���ɂ��邩 (`t') + input��ա���ȭ���ǣ����mainա��΢�ǣ�� + �˹� (`t') -- Variable: YaTeX-use-font-lock - �\�[�X�̐F�Â��p�b�P�[�W�Ƃ��� font-lock �𗘗p���邩�ǂ��� - (`(featurep 'font-lock)') + ���Χű�ñ��ȷ� + font-lock ��ѹ�ɦ� (`(featurep + 'font-lock)') -- Variable: YaTeX-use-hilit19 - �\�[�X�̐F�Â��p�b�P�[�W�Ƃ��� hilit19 �𗘗p���邩�ǂ���(`(featurep - 'hilit19)') + ���Χű�ñ��ȷ� hilit19 + ��ѹ�ɦ� (`(featurep 'hilit19)') -- Variable: YaTeX-use-italic-bold - italic, bold�t�H���g��쒹���T�����ǂ��� (Emacs20�ȍ~�Ȃ�`t') - font-lock���p���̂ݗL���B(`(featurep 'hilit19)' + italic, boldթ������ɦ� + (Emacs20����`t') + font-lock����߭�� (`(featurep 'hilit19)' -- Variable: YaTeX-singlecmd-suffix - �S�Ă�maketitle�^�R�}���h�̕⊮���͒���ɑ}�����镶����B`"{}"' �Ȃ� - �������߁B + ���maketitle��������Ͼ�������� + `"{}"' �ɬ��� -- Variable: YaTeX-package-alist-private - LaTeX2e�̃p�b�P�[�W���Ƃ��̒��Ɋ܂܂��}�N���̃��X�g�B�K�؂ɐݒ肵�� - �����Ɩ{�����͎��Ƀ}�N����⊮���͂���Ƃ��̃}�N���ɕK�v�ȃp�b�P�[�W - �� usepackage ���邩�����I�Ɍ������Ă����B���Ă��Ȃ���� - \usepackage �������lj����邱�Ƃ��ł���B���X�g��'((�p�b�P�[�W��1 (�� - ���^�C�v �}�N���̃��X�g�c�c) (�⊮�^�C�v �}�N���̃��X�g�c�c)) (�p�b�P�[ - �W��2 (�⊮�^�C�v �}�N���̃��X�g�c�c) (�⊮�^�C�v �}�N���̃��X - �g�c�c))�c�c�c) �Ƃ����`���ɂ���B�⊮�^�C�v�� `env, section, - maketitle' �̂ǂꂩ�B��̗�͕ϐ� `YaTeX-package-alist-default' �̒l - �Q�ƁB + LaTeX2e��ñ���Ƚ�������ޯ���ȣ + �����ƪ��ܸ����ޯ����Ϲ�� + ��ޯ�ˬ���ñ��� + usepackage + �뫫��ˡ��Ư�� + �Ƥʱ�� \usepackage + ��ù���ǭ� + ��� '((�ñ���1 (䰿�� + ޯ������) (䰿�� + ޯ������)) (�ñ���2 + (䰿�� ޯ������) + (䰿�� + ޯ������))���) + Ȥ���˹�䰿��� `env, + section, maketitle' ��쫣 ������ + `YaTeX-package-alist-default' �Ͳȣ -- Variable: YaTeX-tabular-indentation - tabular/array �‹��Ō��ݍs�̐擪�ʒu���\�̑�N�J�����̂Ƃ��͕W���C���f - ���g�ʒu���� N*YaTeX-tabular-indentation ���������C���f���g�ɂ���B + tabular/array + ĭǽ�����֬���N����ȭ� + �������֫� + N*YaTeX-tabular-indentation 弲� + �����˹� -- Variable: YaTeX-noindent-env-regexp - �ʂ̊‹����ɂ����Ă� \begin{} ���s������n�܂�ׂ��‹����̐��K�\���B - verbatim�‹��Ȃǂ��w�肷��B + ��ĭ�ˢ��� \begin{} + �Ԭ�����٭ĭ�ε���� + verbatimĭ������ -- Variable: YaTeX-ref-default-label-string - \ref{} �̃��x���⊮�Ń��x�����ݒ�̂��̂Ɏ����I�ɐ������郉�x�����̏� - ���Bstrftime(3)�֐��Ɏ������t�x�[�X�Ŏw�肷��B���p�ł��鏑���͈ȉ��� - �Ƃ���B%y -> �����, %b -> ���̉p��, %m -> ��(1�`12) %d -> ��, - %H -> ��, %M -> ��, %S -> �b, %qx -> �A���t�@�x�b�g��26�i�������� - yymmdd. %qX -> �A���t�@�x�b�g��26�i�������� HHMMSS. �f�t�H���g�� - "%H%M%S_%d%b%y" + \ref{} + ��������������˫��˸��� + �����strftime(3)�������ټ����� + ��ǭ���ʼ�Ȫ� %y -> + ����, %b -> ��Ѿ, %m -> �(1�12) %d + -> �, %H -> �, %M -> �, %S -> �, %qx -> + ��ա����26����� yymmdd. %qX + -> ��ա����26����� HHMMSS. + �թ��� "%H%M%S_%d%b%y" -- Variable: YaTeX-ref-generate-label-function - \ref{}�̃��x�������������̂Ƃ��Ɏg���֐��̃V���{���B�f�t�H���g�͕W�� - �� YaTeX::ref-generate-label �֐������蓖�ĂĂ���B������2�Ž��֐� - ���`���āA���̕ϐ��ɃZ�b�g����Ƃ��̊֐����Ă񂾌��ʂ��f�t�H���g�� - ���x�������Ƃ���B�ݒ��: + \ref{}���뾫����ȭ�Ȧ��η��� + �թ��ϸ�� YaTeX::ref-generate-label + �������Ƣ� + ���2���������Ƣ����˻�ȹ�Ƚ������� + ����թ��������ȹ����: (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label) (defun my-yatex-generate-label (command value) (and (string= command "caption") @@ -1875,251 +2192,247 @@  File: yatexj, Node: Sample definitions, Next: Hook variables, Prev: All customizable variables, Up: Lisp variables -�J�X�^�}�C�Y�ϐ��ݒ�� ----------------------- +���ޤ������ +-------------------------------------------- - ���Ƃ��΁Aprefix �L�[�Ƃ���`ESC'���g�p���A�V���ȕ⊮�����i�[����t�@�C -�����A`~/src/emacs/yatexrc' �ɂ��A�s���� prefix ���^�u������‚ɕς������� -���́A + �ȨТprefix +��ȷ�`ESC'��ѷ��������ʼ��ա +���`~/src/emacs/yatexrc' ˷�Ԭ� prefix +�ָ����� ���ȭϢ (setq YaTeX-prefix "\e" YaTeX-user-completion-table "~/src/emacs/yatexrc" YaTeX-fill-prefix " ") -�� `~/.emacs' �ɉ����܂��B +� `~/.emacs' �è޹�  File: yatexj, Node: Hook variables, Next: Hook file, Prev: Sample definitions, Up: Lisp variables -hook�ϐ� --------- +hook�� +------------ - �܂��Ahook �ϐ� `yatex-mode-hook', `yatex-mode-load-hook' ��p�ӂ��Ă��� -���B���ׂĂ� yatex-mode �̃o�b�t�@�ō�p�����������̂́A`yatex-mode-hook' -�ɋL�q���A`yatex.el' �����[�h���鎞������p�����������̂� -`yatex-mode-load-hook' �ɋL�q���܂��B�Ⴆ�΁A`outline-minor-mode' �𗘗p�� -��ꍇ�A���ꂼ��̃o�b�t�@�� `outline-minor-mode' ��L���ɂ������̂ŁA -`yatex-mode-hook' �����̂悤�ɐݒ肵�܂��B + ޿�hook �� `yatex-mode-hook', `yatex-mode-load-hook' +�� շƤ޹����� yatex-mode +���ա��ѵ�����Ϣ +`yatex-mode-hook' ˭ҷ�`yatex.el' +��ɹ�����ѵ +������`yatex-mode-load-hook' +˭ҷ޹��Т `outline-minor-mode' +��ѹ��碽�����ա� +`outline-minor-mode' +��˷���Ǣ`yatex-mode-hook' � +�����޹� (setq yatex-mode-hook '(lambda () (outline-minor-mode t))) -�t�ɁA�Ǝ��̃L�[��`���s���������Ȃǂ́A`yatex-mode-load-hook' �𗘗p���� -���B�Ⴆ�΁Abegin �^�⊮�ɂ����āA document ��Aenumerate �ȊO�̊‹����� -�V���[�g�J�b�g�L�[�œ��ꂽ���ȂǂƂ������́A���̂悤�ɂ��܂��B�ȉ��̗�́A -`[prefix] ba' �� `\begin{abstract}', `\end{abstract}' ��}�����܂��B +�ˢȫέ����Ԥ�����Ϣ`yatex-mode-load-hook' +��� �޹��Тbegin +��˪�Ƣ document �enumerate +ʰ�ĭ� +��ȫ�ȭ���쿤��Ȥ��Ϣ���˷޹�ʼ��Ϣ +`[prefix] ba' � `\begin{abstract}', `\end{abstract}' � +���޹� (setq yatex-mode-load-hook '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) -�Ȃ��A�V���ȃL�[�̒�`�ɂ́A�֐� `YaTeX-define-key' -`YaTeX-define-begend-key'�𗘗p����悤�ɂ��Ă��������B +ʪ���ʭ�����Ϣ�� +`YaTeX-define-key' +`YaTeX-define-begend-key'��ѹ��˷Ư����  File: yatexj, Node: Hook file, Prev: Hook variables, Up: Lisp variables -hook�p�t�@�C�� --------------- +hook�ա�� +------------------------ - �ϐ� `yatex-mode-load-hook' �Œ�`������e���������́A`yatexhks.el'�Ƃ� -���t�@�C�������A���̒��ɖ쒹�֘A�̐ݒ���������ŁA�������̎��Ɏ����I�Ƀ��[ -�h���܂��B + �� `yatex-mode-load-hook' +������Ƭ���Ϣ +`yatexhks.el'Ȥ�ա����ꢽ����آ������Ǣ +�����˫����ɷ޹�  File: yatexj, Node: Add-in functions, Prev: Lisp variables, Up: Customizations -�t���֐�(�A�h�C���֐�) -====================== +����(�ɤ���) +========================================== - �e��⊮���ɁA�‹�����R�}���h���ɉ��������ߍׂ₩�ȕ⊮���͋@�\�������� -�邽�߂̊֐����쐬���邱�Ƃ��ł��܂��B���̊֐��̍쐬���@��A�g�ݍ��ݕ��@�� -�ւ��ẮA`yatexadd.doc' ���������������B + ����ˢĭ����ɾ�����������ϡ��½� +�������Ȭǭ޹����������������� +ط�Ϣ`yatexadd.doc' �������  File: yatexj, Node: Etc, Next: Copying, Prev: Customizations, Up: Top -���̑� -****** +�ξ +************ - �쒹�̕W���� LaTeX �R�}���h�̎����ɂ́A��҂��p�ɂɎg�����̂����o�^���� -�Ă��܂���B����́A�⊮���Ɏg���������Ȃ��R�}���h�����݂��āA�⊮������ -�R�}���h���o���܂ł̃X�g���[�N���𑝂₵�Ă��܂�����h�~���邽�߂ł��B�W�� -�����ɂȂ��R�}���h���A�ł��邾���⊮���͕����𗘗p���A���[�U�������[������ -�邱�ƂŁA���Ȃ��� LaTeX �X�^�C���ɂ������쒹�ւƈ���Ă������Ƃł��傤�B + �θ�� LaTeX +����έ��Ϣ�Ԭ���Ȧ�η�п� +�Ƥ޻��Ϣ����Ȥ���ʤ���ɬ�߷Ƣ䰷� +������й��ι������Ʒަ���߹��ǹ�� +���ʤ�����ǭ����������ѷ�漶���µ +���Ǣ�ʿ� LaTeX +����ˢÿ�����Ƥ���Ƿ� +��  File: yatexj, Node: Copying, Next: Concept Index, Prev: Etc, Up: Top -��舵�� -******** +�귤 +**************** - �{�v���O�����̓t���[�\�t�g�E�F�A�ł��B�{�v���O�������g�p���Đ����������� -�錋�ʂɑ΂��Ă���҂͐ӔC�𕉂�Ȃ����ƂƂ��܂��B�]�ړ��Ɋւ��Ă͐������� -���܂���B�펯�I�Ɉ����Ă��������B�܂��A�{�v���O�����Ɋ܂܂��R�[�h�𗘗p -���邱�ƁA�������邱�Ƃ����R�ɍs�Ȃ��č\���܂��񂪁A���p���邱�Ƃɂ��_�� -�����̕K�v��������ꍇ�A���͂����Ȃ�_����������܂���B��̓I�ɂ�GPL�ւ� -�T�C���͂��܂���̂ŁAGNU�Ɋ񑡂�����̂�����Ă���ꍇ���̍�i�����荞 -�񂾃R�[�h�𗬗p����Ƌ�J���邩������܂���B�����Ȃ�R�[�h���p�����ۂ��� -���񂪌_������͎��ނ��܂��B + �������꼽�Ȧ��ǹ��������ѷƸ����� +����з�����դ���ʤ��ȷ޹�����ط�ϩ¤� +�޻�ﱪ˷�Ư����޿����������볼���� +��Ȣ�����⫳����ƽ�޻󬢮ѹ������� +��ά׬������Ϥ��������޻��Ϊ��GPL�� +���Ϸ޻��ǢGNU��������Ƥ������ʫ���� +������ѹ��쫹���޻󣤫�볼ɮ���ݷ� +������ϭ�޹� - ���A��]�A�o�O�񍐁A���z���͊��}�������܂��B�A���� yuuji@yatex.org �� -��(2004�N1������)�B�p���I�Ɏg�p���Ă���������̓��C�����O���X�g�ufj�쒹�� -��v�ɐ���������Ă��������B�������@�ɂ‚��Ă͖{�p�b�P�[�W�� `docs/qanda' -�t�@�C���́u���̑��v�̏͂��䗗���������B + �����а����Ͽޤ��޹� +��� yuuji@yatex.org ��(2004�1��)� +ѳ���ѷƯ�����������fj����� +�����Ư���������Ĥ����ñ��� +`docs/qanda' +ա���ֽξ����������� -�d�l�́A�\���Ȃ��m����(�C�������)�ύX����܂�:-p�B +��Ϣ��ʯ���(�����)ѹ��޹:-p� - �L���Y�� + ����  File: yatexj, Node: Concept Index, Prev: Copying, Up: Top -���� -**** +�� +******** * Menu: * :: Greek letter completion. 4. * ;: Image completion. 4. -* ��[������]: Image completion. 4. -* ��[������]: Enclose section-type command. 4. -* ��[������]: large�^�b -�. 22. -* ��zقЂ�����]: 2�ˆȏ�̈�z���Ƃ� section�^�R�}���h. 4. -* ��6[�����ӂ�]: Accent mark completion. 4. -* ;���z;������]: Image completion. 32. -* ��[�ނ��񂽂�]: Image completion. 4. -* �n�[�₵�邵]: Image completion. 4. -* �u���b�N[�ӂ�‚�]: begin�^�b -�. 81. -* �q�X�g��[�Ђ��Ƃ�]: Cooperation with other packages. 8. -* ���5�[�������낦]: Filling. 4. -* �₿�傤[�₿�悤]: Intro. 4. -* �W�����v[������]: view-sectioning. 42. -* &�|�[&�ɂ䂤��悭]: Intelligent newline. 4. -* �1��[���‚Ă��ꂢ]: Sample definitions. 4. -* x-��b -�[�������ق���]: Arbitrary completion. 4. -* �B����߂�[�Ƃ����߂�]: begin�^�b -�. 81. -* �ċA�b -�[�������ق���]: Recursive completion. 4. -* ���[�U����[䂤��������]: begin�^�b -�. 71. -* �_Kw[���肩������]: view-sectioning. 42. -* �����͂ǂ�?[�����͂Ƃ�?]: What column. 4. -* ��G�`��c�[���N�.[���������‚��邫�Ƃ�]: ��G�`��c�[���N�.. 4. -* B����㑪��[���񂫂悤�̂���Ƃ���]: B����ʂƂ����W�����v. 7. -* B���̖���[���񂫂悤�̂܂‚Ђ�]: B����ʂƂ����W�����v. 7. -* B�����}�[�N[���񂫂悤���܂���]: B����ʂƂ����W�����v. 7. -* �J�X�^�}�C�Y[�������܂���]: Customizations. 4. -* �L�[�A�T�C��[������������]: Customizations. 4. -* z�����[�h[��������������]: Image completion. 4. -* �C���X�g�[��[���񂷂Ƃ���]: Installation. 4. -* �^�C�v�Z�b�^[�����ӂ��‚�]: Invocation. 4. -* �v�������[�A[�ӂ�Ђ䂤��]: Invocation. 4. -* �A�E�g���C��[�����Ƃ炢��]: view-sectioning. 4. -* ��z�̌�z��O���[�Ђ������̂�������������]: 2�ˆȏ�̈�z���Ƃ� section�^�R�}���h. 24. -* �A�N�Z���g�L���b -�[��������Ƃ������ق���]: Accent mark completion. 4. -* �J�X�^�}�C�Y�O�j��[�������܂����ւ񂷂��������]: All customizable variables. 4. -* B���<̕b -�[���񂫂悤�߂��̂ق���]: begin�^�b -�. 4. -* �G���[�C�z���炠���䂤����]: Calling typesetter. 4. -* �^�C�v�Z�b�^�N�.[�����ӂ��‚����Ƃ�]: Calling typesetter. 4. -* �^�C�v�Z�b�g�G���[[�����ӂ��‚Ƃ��炠]: Calling typesetter. 4. -* B���<̕O X[���񂫂悤�߂��̂ւ񂱂�]: Changing LaTeX command. 20. -* ���[�h���V�[�����Ƃ��肩��]: Changing mode of YaTeX. 4. -* �^�C�v�Z�b�^�̎g���*�[�����ӂ��‚��̂‚����킯]: Changing typesetter. 12. -* �N�.���R�}���h��O���[���Ƃ����邱�܂�Ƃ�������]: Changing typesetter. 7. -* �R�����g�A�E�g[���߂�Ƃ�����]: Commenting out. 4. -* ���̑<̃R�}���h�+�[���̂��̂��܂�Ƃ�������]: Controlling which command to invoke. 4. -* �<p�b�P�[�W�Ƃ̘A g[���͂‚������Ƃ̂�񂯂�]: Cooperation with other packages. 4. -* �R�}���h�q�X�g��[���܂�ƂЂ��Ƃ�]: Cooperation with other packages. 8. -* �J�[�\���W�����v[�������邵����]: Cursor jump. 4. -* %#�L�@��L̕RW[%#���ق��������̂ւ񂵂䂤]: Editing %# notation. 4. -* �p���O���t�̌��5�[�͂炭��ӂ̂������낦]: Filling. 47. -* �̈挈�K�%[��悤�������‚Ă�������]: Fix region for typesetting. 25. -* �!��t�@�C���̕RW[�Ȃ����ӂ�����̂ւ񂵂䂤]: Fix region for typesetting. 34. -* ���̈�̃^�C�v�Z�b�g[���Ă���悤�����̂����ӂ��‚�]: Fix region for typesetting. 4. -* �M���V���6�b.[���肵������ق���]: Greek letter completion. 4. -* �C���[�W�b -�[���߂����ق���]: Image completion. 4. -* z���L���C���[�W�b -�[�����������������߂����ق���]: Image completion. 4. -* �<̃t�@�C���̎莀�[�ق��̂ӂ�����̂ĂȂ���]: Includeonly. 11. -* �C���N���[�h�\�"[���񂭂邤�Ƃ�������]: Inclusion hierarchy browser. 4. -* ���܂�����s[���܂����������悤]: Intelligent newline. 4. -* �v�����g�A�E�g[�ӂ��Ƃ�����]: Invocation. 4. -* B���̍�[)�񂫂悤�̂�������]: Killing LaTeX command. 6. -* ���x�����.��ق�ւ邵�Ƃ���������]: label-generation. 4. -* �t�H���g�w�q[�ӂ���Ƃ��Ă���]: large�^�b -�. 18. -* �6�T�C�Y�w�q[�������������Ă���]: large�^�b -�. 18. -* ���[�J������[남���邵����]: Local dictionary. 4. -* �O X/��[V�񂱂�/��������]: Modifying/Deleting. 4. -* �O���[�o���w���v[���남�͂�ւ��]: Online help. 16. -* �I�����C���w���v[����炢��ւ��]: Online help. 4. -* �L�[���[�h����[�����킠�Ƃ��񂳂�]: Online help. 4. -* �v���C�x�[�g�w���v[�ӂ炢�ւ��Ƃւ��]: Online help. 16. -* �|̓t�@�C���* -�[�ɂ䂤��悭�ӂ�����ӂ񂩂�]: Splitting input files. 11. -* �Z�N�V�����最�ꗗ�o�b�t�@[��������񂭂��肢�����͂‚ӂ�]: view-sectioning. 18. -* �Z�N�V�����最�[��������񂭂���]: view-sectioning. 42. -* ���݂̃J�����\�[���񂳂��̂���ނЂ悤��]: What column. 23. +* �[���]: Image completion. 4. +* ��[���]: Enclose section-type command. 4. +* ��[���]: large��. 25. +* ;��[;���]: Image completion. 36. +* ��[ҭ��]: 2��������� section�����. 4. +* ����ļ믰[����Ħ�Ȧ]: ����ļ믰. 4. +* ĭ���[���λ�Ȧ�]: ĭ��ȷ�����. 7. +* ĭ����[��������]: ĭ��ȷ�����. 7. +* ĭ�޼�[����ޢ�]: ĭ��ȷ�����. 7. +* ��[����]: Accent mark completion. 4. +* �[��]: Image completion. 4. +* ��[��]: Image completion. 4. +* ������Ѩ�[ҭ��γ����]: 2��������� section�����. 30. +* ����ȭ��[����ȭ��۫�]: Accent mark completion. 4. +* ���ޤ�����[���ޤ��󹦤���]: All customizable variables. 4. +* ���[���۫�]: Arbitrary completion. 4. +* ĭ���[�����۫�]: begin��. 4. +* 漶��[榵���]: begin��. 77. +* ĸ���[ȷ���]: begin��. 91. +* ��ï[��į]: begin��. 91. +* �鼤�[�颷榻�]: Calling typesetter. 4. +* ��׻ÿ��[��ջĿ�Ȧ]: Calling typesetter. 4. +* ��׻�Ȩ�[��ջ�Ȩ�]: Calling typesetter. 4. +* ĭ��ѹ[�������]: Changing LaTeX command. 24. +* ����ب[�ȭꫨ]: Changing mode of YaTeX. 4. +* ��׻ÿ�Ȥ��[��ջĿ�ī��]: Changing typesetter. 13. +* ��������Ѩ�[�Ȧ�������]: Changing typesetter. 7. +* ���Ȣ��[���Ȣ��]: Commenting out. 4. +* �ξγ��ɩ�[�ογ��Ȼ���]: Controlling which command to invoke. 4. +* ��ñ���΢�[��ı������]: Cooperation with other packages. 4. +* ����ҹ��[����ҹ��]: Cooperation with other packages. 8. +* ҹ��[ҹ��]: Cooperation with other packages. 8. +* �������[�������]: Cursor jump. 4. +* ���ޤ�[���ޤ�]: Customizations. 4. +* ������[������]: Customizations. 4. +* %#�����Ը[%#�ۦ�������]: Editing %# notation. 4. +* 巨[����]: Filling. 4. +* �����巨[����α���]: Filling. 53. +* ���꬧[�覤���Ƥ���]: Fix region for typesetting. 27. +* ����ο�׻��[�Ƥ�覤�ο�ջ��]: Fix region for typesetting. 4. +* ��ա���Ը[ʫ�բ������]: Fix region for typesetting. 40. +* �����[����۫�]: Greek letter completion. 4. +* �Ἰ�[�ᨷ۫�]: Image completion. 4. +* ����Ἰ�[��������ᨷ۫�]: Image completion. 4. +* ����[������]: Image completion. 4. +* ��ա���꾷[۫�բ����ʪ�]: Includeonly. 11. +* ���ɽ�[���ȳ���]: Inclusion hierarchy browser. 4. +* ������[�ij����۷�]: Inserting parens. 4. +* ��ȼ�[��Ȫ�]: Installation. 4. +* &��[&����]: Intelligent newline. 4. +* �ޫ���[�ޫ�����]: Intelligent newline. 4. +* ���[���]: Intro. 4. +* ��׻ÿ[��ջĿ]: Invocation. 4. +* ���Ȣ��[���Ȣ��]: Invocation. 4. +* ���弢[���榢]: Invocation. 4. +* ĭ���[���ε���]: Killing LaTeX command. 7. +* ��뫰��[���Ȧ����]: label-generation. 4. +* ��������[ⷵ���Ƥ�]: large��. 21. +* թ�����[ժ�ȷƤ�]: large��. 21. +* ���[�뷷�]: Local dictionary. 4. +* ѹ/��[��/����]: Modifying/Deleting. 4. +* �������[�������]: Online help. 17. +* ��ټ����[��ب����]: Online help. 17. +* �������[�������]: Online help. 4. +* ���ɡ�[���ȱ�]: Online help. 4. +* �Ϫ�ڼ�[����请���ب�]: Print out. 10. +* �ϫ�ڼ�[����诫��ب�]: Print out. 10. +* Ƣ�[���۫�]: Recursive completion. 4. +* ���[��Ƥ�]: Sample definitions. 4. +* ��ա���[����բ�����]: Splitting input files. 13. +* ������������ա[�����������բ]: view-sectioning. 22. +* �����[�����]: view-sectioning. 4. +* ����[����]: view-sectioning. 50. +* ��������[������]: view-sectioning. 50. +* ����[��ꫤ��]: view-sectioning. 50. +* ��Ϋ�ཨ[��Ϋ���覷]: What column. 24. +* ���ɳ?[���ȳ?]: What column. 4. +* ���tabular[կ���tabular]: What column. 4. * apropos: Online help. 4. * autoload: Installation. 4. * auto-mode-alist: Installation. 4. * %#BEGIN: Fix region for typesetting. 4. -* begin�^�b -�[begin�����ق���]: begin�^�b -�. 4. +* begin��[begin��۫�]: begin��. 4. * C-c: Invocation. 4. * Demacs: Intro. 4. * .emacs: Installation. 4. * %#END: Fix region for typesetting. 4. -* end�b -�[end�ق���]: end�b -�. 4. -* ghostview: Splitting input files. 16. +* end�[end۫�]: end�. 4. +* ghostview: Splitting input files. 19. * gmhist: Cooperation with other packages. 8. -* hook�O�[hook�ւ񂷂�]: Hook variables. 4. -* �o�͏I���y�[�W[����‚�悭���䂤��悤�ւ���]: Print out. 9. +* hook��[hook��]: Hook variables. 4. * includeonly: Includeonly. 4. * Install: Installation. 4. -* item�Ȃǂ̌��5�[item�ȂƂ̂������낦]: Filling. 8. -* �o��J�n�y�[�W[����‚�悭�������ւ���]: Print out. 9. +* item���巨[item��α���]: Filling. 8. * jlatex: Invocation. 4. -* large�^�b -�[large�����ق���]: large�^�b -�. 4. +* large��[large��۫�]: large��. 4. * LaTeX: Intro. 4. * leftarrow: Image completion. 4. * lpr format: lpr format. 4. -* lpr�t�H�[�}�b�g�̕O X[lpr�ӂ����܂‚Ƃ̂ւ񂱂�]: Editing %# notation. 18. -* lpr�ӂ��[�܂���[lpr�ӂ����܂‚�]: lpr format. 4. -* lpr�t�H�[�}�b�g[lpr�ӂ����܂‚�]: lpr format. 4. -* maketitle�^�b -�[maketitle�����ق���]: maketitle�^�b -�. 4. -* M-C-@: B����ʂƂ����W�����v. 7. -* M-C-a: B����ʂƂ����W�����v. 7. -* M-C-e: B����ʂƂ����W�����v. 7. -* min-out: Cooperation with other packages. 17. -* M-q: Filling. 47. +* lprթ�����ѹ[lprժ�������]: Editing %# notation. 21. +* lprթ����[lprժ����]: lpr format. 4. +* lprթ����[lprժ����]: lpr format. 4. +* maketitle��[maketitle��۫�]: maketitle��. 4. +* M-C-@: ĭ��ȷ�����. 7. +* M-C-a: ĭ��ȷ�����. 7. +* M-C-e: ĭ��ȷ�����. 7. +* min-out: Cooperation with other packages. 20. +* M-q: Filling. 53. * Mule: Intro. 4. -* �����includeonly[���‚Ă�includeonly]: Includeonly. 4. -* NTT-jTeX[���ʂĂ����Ă����������Â�]: Filling. 15. +* ���includeonly[����includeonly]: Includeonly. 4. +* NTT-jTeX[��Ƥ�Ƥ�����į]: Filling. 16. * platex: Invocation. 4. * prefix ,: Commenting out. 4. * prefix .: Commenting out. 4. @@ -2129,35 +2442,27 @@ * prefix ?: Online help. 4. * prefix &: What column. 4. * prefix a: Accent mark completion. 4. -* prefix b: begin�^�b -�. 4. +* prefix b: begin��. 4. * prefix c: Modifying/Deleting. 4. * prefix d: Inclusion hierarchy browser. 4. -* prefix e: end�b -�. 4. +* prefix e: end�. 4. * prefix g: Cursor jump. 4. * prefix i: Filling. 8. * prefix k: Modifying/Deleting. 4. * prefix key: Invocation. 4. -* prefix l: large�^�b -�. 4. -* prefix m: maketitle�^�b -�. 4. -* prefix s: section�^�b -�. 4. +* prefix l: large��. 4. +* prefix m: maketitle��. 4. +* prefix s: section��. 4. * prefix SPC: Arbitrary completion. 4. * prefix w: Changing mode of YaTeX. 4. -* prefix�L�[�O X[prefix�����ւ񂱂�]: Lisp variables. 4. -* �y�[�Wm�Fȗ�lpr�N�.[�ւ��������ɂ񂵂悤��₭lpr���Ƃ�]: Print out. 12. -* section�^�b -�[section�����ق���]: section�^�b -�. 4. -* �!G��tabular[�ӂ����‚�tabular]: What column. 4. -* ���usepackage[�����܂��]: Usepackage cheker. 4. -* YaTeX-help-file: Online help. 16. -* YaTeX-help-file-private: Online help. 16. -* YaTeX-item-regexp: Filling. 20. -* YaTeX-math-sign-alist-private: Image completion. 57. +* prefix��ѹ[prefix����]: Lisp variables. 4. +* ڼ�Χʬlpr��[ب��������lpr�Ȧ]: Print out. 13. +* section��[section��۫�]: section��. 4. +* ���usepackage[�����]: Usepackage cheker. 4. +* YaTeX-help-file: Online help. 17. +* YaTeX-help-file-private: Online help. 17. +* YaTeX-item-regexp: Filling. 23. +* YaTeX-math-sign-alist-private: Image completion. 69. * yatex-mode-hook: Hook variables. 4. * yatex-mode-load-hook: Hook variables. 4. * YaTeX-nervous: Local dictionary. 22. @@ -2170,64 +2475,65 @@ Tag table: Node: Top254 Node: Intro1308 -Node: Terminology1611 -Node: Main features2246 -Node: Installation3279 -Node: Invocation4503 -Node: Calling typesetter5322 -Node: Calling previewer6559 -Node: Print out6875 -Node: %#notation7141 -Node: Changing typesetter7569 -Node: Splitting input files7827 -Node: Fix region for typesetting8779 -Node: lpr format9680 -Node: Controlling which command to invoke10489 -Node: Editing %# notation10960 -Node: Completion11417 -Node: begin�^�⊮11890 -Node: section�^�⊮14474 -Node: 2�ˆȏ�̈������Ƃ� section�^�R�}���h15569 -Node: Enclose section-type command16387 -Node: Recursive completion16624 -Node: view-sectioning16930 -Node: label-generation18126 -Node: large�^�⊮18475 -Node: maketitle�^�⊮19055 -Node: Arbitrary completion19354 -Node: end�⊮19667 -Node: Accent mark completion20009 -Node: Image completion20434 -Node: Greek letter completion22251 -Node: Local dictionary22711 -Node: Commenting out23316 -Node: Cursor jump24475 -Node: �Ή��I�u�W�F�N�g�ւ̃W�����v24712 -Node: ���G�`���c�[���N��25700 -Node: ���C���t�@�C���ւ̃W�����v26620 -Node: �‹���P�ʂƂ����W�����v26956 -Node: �Ō�̕⊮�ʒu�ւ̃W�����v27313 -Node: Modifying/Deleting27550 -Node: Changing LaTeX command27956 -Node: Killing LaTeX command28507 -Node: Filling29378 -Node: Includeonly30707 -Node: What column31268 -Node: Intelligent newline32047 -Node: Usepackage cheker33080 -Node: Changing mode of YaTeX33506 -Node: Online help34082 -Node: Inclusion hierarchy browser35058 -Node: Cooperation with other packages36336 -Node: Customizations36791 -Node: Lisp variables37088 -Node: All customizable variables37695 -Node: Sample definitions46204 -Node: Hook variables46638 -Node: Hook file47532 -Node: Add-in functions47738 -Node: Etc47965 -Node: Copying48249 -Node: Concept Index48880 +Node: Terminology1619 +Node: Main features2299 +Node: Installation3362 +Node: Invocation4647 +Node: Calling typesetter5517 +Node: Calling previewer7029 +Node: Print out7361 +Node: %#notation7641 +Node: Changing typesetter8073 +Node: Splitting input files8357 +Node: Fix region for typesetting9340 +Node: lpr format10265 +Node: Controlling which command to invoke11086 +Node: Editing %# notation11586 +Node: Completion12058 +Node: begin��12477 +Node: section��15263 +Node: 2��������� section�����16364 +Node: Enclose section-type command17207 +Node: Recursive completion17555 +Node: view-sectioning17868 +Node: label-generation19103 +Node: large��19467 +Node: maketitle��20027 +Node: Arbitrary completion20332 +Node: end�20653 +Node: Accent mark completion20998 +Node: Image completion21441 +Node: Greek letter completion23277 +Node: Inserting parens23777 +Node: Local dictionary24137 +Node: Commenting out24753 +Node: Cursor jump25937 +Node: ���ָ����θ���26190 +Node: ����ļ믰27205 +Node: ��ա���θ���28167 +Node: ĭ��ȷ�����28529 +Node: �������θ���28910 +Node: Modifying/Deleting29174 +Node: Changing LaTeX command29598 +Node: Killing LaTeX command30162 +Node: Filling31051 +Node: Includeonly32412 +Node: What column32979 +Node: Intelligent newline33768 +Node: Usepackage cheker34822 +Node: Changing mode of YaTeX35255 +Node: Online help35854 +Node: Inclusion hierarchy browser36873 +Node: Cooperation with other packages38175 +Node: Customizations38650 +Node: Lisp variables38959 +Node: All customizable variables39569 +Node: Sample definitions48692 +Node: Hook variables49148 +Node: Hook file50047 +Node: Add-in functions50263 +Node: Etc50510 +Node: Copying50801 +Node: Concept Index51432  End tag table diff --git a/docs/yatexj.tex b/docs/yatexj.tex index 203929f..72fd94f 100644 --- a/docs/yatexj.tex +++ b/docs/yatexj.tex @@ -13,7 +13,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 Jan 15 12:42:54 2015 on firestorm +@c Last modified Wed Feb 11 11:42:41 2015 on firestorm @syncodeindex vr cp @end iftex @@ -2177,6 +2177,12 @@ verbatim�‹��Ȃǂ��w�肷��B @end defvar +@defvar YaTeX-electric-indent-mode +Emacs 24.4 �œ������ꂽ���s���́A�����C���f���g���ǂ����邩�B +���̒l�����̂܂� electric-indent-local-mode �ɓn�����B +-1��off�B +@end defvar + @defvar YaTeX-ref-default-label-string \ref@{@} �̃��x���⊮�Ń��x�����ݒ�̂��̂Ɏ����I�ɐ������� ���x�����̏����Bstrftime(3)�֐��Ɏ������t�x�[�X�Ŏw�肷��B diff --git a/docs/yatexe b/docs/yatexe index 4e0a519..50f2b6e 100644 --- a/docs/yatexe +++ b/docs/yatexe @@ -65,8 +65,8 @@ * Jumping to error line(`C-c '') * Completing-read of LaTeX commands such as `\begin{}', `\section' etc. (`C-c b', `C-c s', `C-c l', `C-c m') - * Enclosing text into LaTeX environments or commands (`C-u' - ABOVEKEYSTROKES) + * Enclosing text into LaTeX environments or commands (ABOVEKEYSTROKES + after region setting) * Displaying the structure of text at entering sectioning commands * Lump shifting of sectioning commands (*Note view-sectioning::) * Learning unknown/new LaTeX commands for the next completion @@ -124,12 +124,12 @@ execute typeset or preview command. `[prefix] t j' - ... invoke latex + ... invoke typesetter `[prefix] t r' - ... invoke latex on region + ... invoke typesetter on region `[prefix] t e' - ... invoke latex on current environment or whole portion of - current formulas in math-mode. + ... `on-the-fly preview' on current environment or whole + portion of current formulas in math-mode `[prefix] t d' ... invoke dvipdfmx after successful typesetting `[prefix] t k' @@ -192,14 +192,20 @@ files. The `[prefix] te' key automatically marks current inner environment or -inner math mode and then call typeset-region with marked region. This is -convenient to quick view of current tabular environment or current editing -formulas. Keeping previewer window for `texput.dvi' is handy for -debugging. Since `[prefix] te' selects the inner-most environment as -region, it is not suitable for partial typesetting of doubly or more -composed environment. If you want to do partial typesetting for a nested -environment, use `[prefix] tr' for static-region, which is described in -the section *Note %#notation::. +inner math mode or paragraph, and then call typeset-region with marked +region. This is convenient to quick view of current tabular environment +or current editing formulas. If running Emacs has the ability of +displaying images, typeset image will be shown in the next window. +Further more, if you modify the content within that environment, YaTeX +performs `on-the-fly' preview that automatically update preview image as +you typed. + +If your Emacs does not supply on-the-fly preview, keeping previewer window +for `texput.dvi' is handy for debugging. Since `[prefix] te' selects the +inner-most environment as region, it is not suitable for partial +typesetting of doubly or more composed environment. If you want to do +partial typesetting for a nested environment, use `[prefix] tr' for +static-region, which is described in the section *Note %#notation::.  @@ -329,7 +335,7 @@  -File: yatexe, Node: Lpr format, Next: Controlling which command to invoke, Prev: Static region for typesetting, Up: %#notation +File: yatexe, Node: Lpr format, Prev: Static region for typesetting, Up: %#notation Lpr format ========== @@ -418,15 +424,16 @@ * Menu: -* Begin-type completion:: -* Section-type completion:: -* Large-type completion:: -* Maketitle-type completion:: -* Arbitrary completion:: -* End completion:: -* Accent completion:: -* Image completion:: -* Greek letters completion:: +* Begin-type completion:: +* Section-type completion:: +* Large-type completion:: +* Maketitle-type completion:: +* Arbitrary completion:: +* End completion:: +* Accent completion:: +* Image completion:: +* Greek letters completion:: +* Inserting parentheses::  @@ -501,21 +508,15 @@ automatically inserted such as `\item' for `itemize' environment. If you don't want the entry, it can be removed by undoing. - If you want to enclose some paragraphs which have already been written, -invoke the begin-type completion with changing the case of `b' of key -sequence upper(or invoke it with universal argument by `C-u' prefix). + If you want to enclose some paragraphs which have already been written +into environment, invoke the begin-type completion right after region +marking. - The following example encloses a region with `description' environment. +If you set `transient-mark-mode' to `nil' in your `~/.emacs', typing +`C-space' (`set-mark-command') twice turns `transient-mark-mode' on +temporarily. Then, type call begin-type completion to enclose text into a +environment. -`[prefix] B D' -`(or ESC 1 [prefix] b D)' -`(or C-u [prefix] b D)' - - ... begin-type completion for region - - This enclosing holds good for the completing input by `[prefix] b SPC'. -`[prefix] B SPC' enclose a region with the environment selected by -completing-read.  @@ -662,9 +663,8 @@ TeX commands to change fonts or sizes, `it', `huge' and so on, in the completion table. - Region-based completion is also invoked by changing the letter after -prefix key stroke as `[prefix] L'. It encloses the region by braces with -large-type command. + Region-based completion is also invoked by calling completion after +region activated.  @@ -797,7 +797,7 @@  -File: yatexe, Node: Greek letters completion, Prev: Image completion, Up: Completion +File: yatexe, Node: Greek letters completion, Next: Inserting parentheses, Prev: Image completion, Up: Completion Greek letters completion ======================== @@ -815,6 +815,18 @@  +File: yatexe, Node: Inserting parentheses, Prev: Greek letters completion, Up: Completion + +Inserting parentheses +===================== + + Typing opening parenthesis, one of `(', `{ and `['', automatically +inserts the closing one. If a opening bracket is typed after `\', `\]' is +automatically inserted with computed indentation. If you stop automatic +insertion, type `C-q' before opening parenthesis. + + + File: yatexe, Node: Local dictionaries, Next: Commenting out, Prev: Completion, Up: Top Local dictionaries @@ -1509,6 +1521,15 @@ environment by `[prefix] t e'(0.9). `Nil' disables on-the-fly preview. + -- Variable: YaTeX-on-the-fly-math-preview-engine + Function symbol to use on-the-fly preview of MATH environment started + by `[prefix] t e' (`'YaTeX-typeset-environment-by-lmp' which calls + latex-math-preview-expression function if latex-math-preview is + available, otherwise `'YaTeX-typeset-environment-by-builtin' which + alls built-in function). + + `Nil' disables on-the-fly preview. + -- Variable: YaTeX-cmd-gimp Command name of GIMP (code{"gimp"}) -- Variable: YaTeX-cmd-tgif @@ -2223,64 +2244,65 @@ Node: Top253 Node: What is YaTeX?1594 Node: Main features1967 -Node: Installation3496 -Node: Typesetting4273 -Node: Calling typesetter5403 -Node: Calling previewer7607 -Node: Printing out7968 -Node: %#notation8260 -Node: Changing typesetter8678 -Node: Splitting input files9042 -Node: Static region for typesetting10467 -Node: Lpr format11596 -Node: Controlling which command to invoke12669 -Node: Editing %# notation13339 -Node: Completion13883 -Node: Begin-type completion14443 -Node: Section-type completion17486 -Node: view-sectioning19921 -Node: Large-type completion21501 -Node: Maketitle-type completion22232 -Node: Arbitrary completion22784 -Node: End completion23174 -Node: Accent completion23644 -Node: Image completion24261 -Node: Greek letters completion26518 -Node: Local dictionaries27245 -Node: Commenting out28182 -Node: Cursor jump29641 -Node: Jump to corresponding object29953 -Node: Invoking image processor31354 -Node: Jump to main file32697 -Node: Jumping around the environment33062 -Node: Jumping to last completion position33480 -Node: Changing and Deleting33989 -Node: Changing LaTeX commands34381 -Node: Killing LaTeX commands35558 -Node: Filling36743 -Node: Updation of includeonly38594 -Node: What column39391 -Node: Intelligent newline40476 -Node: Usepackage checker42130 -Node: Online help42721 -Node: Browsing file hierarchy44396 -Node: Cooperation with other packages46133 -Node: Customizations46838 -Node: Lisp variables47172 -Node: All customizable variables48176 -Node: Sample definitions59413 -Node: Hook variables59926 -Node: Hook file60630 -Node: Add-in functions60969 -Node: How the add-in function works61829 -Node: Defining option-add-in64028 -Node: Defining argument-add-in64750 -Node: Defining enclosing-add-in65632 -Node: How the function is called66486 -Node: Useful functions for creating add-in67162 -Node: Contribution68567 -Node: Add-in generator68841 -Node: Etcetera74213 -Node: Copying74818 +Node: Installation3511 +Node: Typesetting4288 +Node: Calling typesetter5435 +Node: Calling previewer7962 +Node: Printing out8323 +Node: %#notation8615 +Node: Changing typesetter9033 +Node: Splitting input files9397 +Node: Static region for typesetting10822 +Node: Lpr format11951 +Node: Controlling which command to invoke12981 +Node: Editing %# notation13651 +Node: Completion14195 +Node: Begin-type completion14710 +Node: Section-type completion17565 +Node: view-sectioning20000 +Node: Large-type completion21580 +Node: Maketitle-type completion22234 +Node: Arbitrary completion22786 +Node: End completion23176 +Node: Accent completion23646 +Node: Image completion24263 +Node: Greek letters completion26520 +Node: Inserting parentheses27276 +Node: Local dictionaries27683 +Node: Commenting out28620 +Node: Cursor jump30079 +Node: Jump to corresponding object30391 +Node: Invoking image processor31792 +Node: Jump to main file33135 +Node: Jumping around the environment33500 +Node: Jumping to last completion position33918 +Node: Changing and Deleting34427 +Node: Changing LaTeX commands34819 +Node: Killing LaTeX commands35996 +Node: Filling37181 +Node: Updation of includeonly39032 +Node: What column39829 +Node: Intelligent newline40914 +Node: Usepackage checker42568 +Node: Online help43159 +Node: Browsing file hierarchy44834 +Node: Cooperation with other packages46571 +Node: Customizations47276 +Node: Lisp variables47610 +Node: All customizable variables48614 +Node: Sample definitions60262 +Node: Hook variables60775 +Node: Hook file61479 +Node: Add-in functions61818 +Node: How the add-in function works62678 +Node: Defining option-add-in64877 +Node: Defining argument-add-in65599 +Node: Defining enclosing-add-in66481 +Node: How the function is called67335 +Node: Useful functions for creating add-in68011 +Node: Contribution69416 +Node: Add-in generator69690 +Node: Etcetera75062 +Node: Copying75667  End tag table diff --git a/docs/yatexe.tex b/docs/yatexe.tex index 494a7fb..b2736e3 100644 --- a/docs/yatexe.tex +++ b/docs/yatexe.tex @@ -8,7 +8,7 @@ @iftex @c @syncodeindex fn cp -@c Last modified Thu Jan 15 13:28:10 2015 on firestorm +@c Last modified Wed Feb 11 11:44:13 2015 on firestorm @syncodeindex vr cp @end iftex @@ -1950,6 +1950,13 @@ All verbatime-like environment name should match with. @end defvar +@defvar YaTeX-electric-indent-mode +Emacs 24.4 introduces automatic indentation of current and new lines. +This might be annoying for some people. Pass this value to the function +'electric-indent-local-mode. If you prefer to stop electric-indent-mode +in yatex-mode, set `-1' to this variable. +@end defvar + @defvar YaTeX-ref-default-label-string Default \\ref time string format. This format is like strftime(3) but allowed conversion char are as follows; diff --git a/docs/yatexj b/docs/yatexj index a71aba9..6883dc1 100644 --- a/docs/yatexj +++ b/docs/yatexj @@ -16,44 +16,47 @@ * Menu: -* Intro:: �͂��߂� -* Terminology:: �}�j���A���Q�Ə�̒��� -* Main features:: ��ȋ@�\ -* Installation:: �C���X�g�[�� -* Invocation:: �v���Z�X�N�� -* %#notation :: %#�L�@ -* Completion:: �⊮���� -* Local dictionary:: ���[�J������ -* Commenting out:: �R�����g�A�E�g -* Cursor jump:: �J�[�\���W�����v -* Modifying/Deleting:: LaTeX�R�}���h�̕ύX/�폜 -* Filling:: ������ -* Includeonly:: ����� includeonly -* What column:: �J�����ʒu�K�C�h -* Intelligent newline:: ���܂������s -* Usepackage cheker:: ����usepackage -* Changing mode of YaTeX:: �쒹���샂�[�h�ύX -* Online help:: LaTeX�I�����C���w���v -* Inclusion hierarchy browser:: �t�@�C�������K�w�\���̕\�� -* Cooperation with other packages:: ���p�b�P�[�W�Ƃ̘A�g -* Customizations:: �J�X�^�}�C�Y -* Etc:: ���̑� -* Copying:: ��舵�� -* Concept Index:: ���� +* Intro:: ϸ�� +* Terminology:: ��������� +* Main features:: �ʡ� +* Installation:: ��ȼ� +* Invocation:: ���� +* %#notation :: %#�� +* Completion:: ��� +* Local dictionary:: ��� +* Commenting out:: ���Ȣ�� +* Cursor jump:: ������� +* Modifying/Deleting:: LaTeX�����ѹ/�� +* Filling:: 巨 +* Includeonly:: ��� includeonly +* What column:: ����֬�� +* Intelligent newline:: �ޫ��� +* Usepackage cheker:: ���usepackage +* Changing mode of YaTeX:: ���ѹ +* Online help:: LaTeX������� +* Inclusion hierarchy browser:: ա���ؽ�ν� +* Cooperation with other packages:: ��ñ���΢� +* Customizations:: ���ޤ� +* Etc:: �ξ +* Copying:: �귤 +* Concept Index:: ��  File: yatexj, Node: Intro, Next: Terminology, Prev: Top, Up: Top -�͂��߂� -******** +ϸ�� +**************** - �쒹�́AGNU Emacs �� LaTeX �p�̕������쐬���鎞�� pLaTeX �Ȃǂ̃^�C�v�Z�b -�g�R�}���h��A�v�������[�A�̋N���� Emacs �ҏW��ʒ�����s����悤�ɂ���� -���ɁA�g�����̍�����X�̕⊮�@�\�ɂ��\�[�X�e�L�X�g�̕ҏW���x�����܂��B�� -��� LaTeX �R�}���h�̃I�����C���w���v�ɂ��}�j���A���𒲂ׂ��Ԃ��y���� -�܂��B + �ϢGNU Emacs � LaTeX +�θ����� pLaTeX ��� +��׻�ȳ�������弢ί�� +Emacs Ը���� +Ԩ��˹�Ȧˢȥ�����䰡���꽼�ƭ +���Ը���޹���� LaTeX +����Ϊ������� +������������ں�޹� English manual *Note Top: (yatexe)Top. @@ -61,312 +64,357 @@  File: yatexj, Node: Terminology, Next: Main features, Prev: Intro, Up: Top -�{�}�j���A���Q�Ə�̒��� -************************ +���������� +************************************************ - �{�}�j���A���ł͈ȉ��̕\�L��p���܂��B + �������ʼν��Ѥ޹� - * begin�^�R�}���h + * begin����� - `\begin{�‹�} �` \end{�‹�}'�Ƃ����`����LaTeX�R�}���h���w���܂��B - begin�^�R�}���h��⊮���͂��邱�Ƃ�begin�^�⊮�ƌĂт܂��B + `\begin{ĭ} � + \end{ĭ}'Ȥ����LaTeX�����ط޹� + begin��������Ϲ���begin�����޹� - * section�^�R�}���h + * section����� - `\section{�^�C�g��}'��`\mbox{���e}'�̂悤�Ɉ��������LaTeX�R�}���h�� - �w���܂��B + `\section{����}'�`\mbox{��}'��� + �����LaTeX�����ط޹� - * maketitle�^�R�}���h + * maketitle����� - `\maketitle'��`\tableofcontents'�̂悤�Ɉ��������Ȃ�LaTeX�R�}���h�� - �w���܂��B + `\maketitle'�`\tableofcontents'��������ʤLaTeX�� + ���ط޹� - * large�^�R�}���h + * large����� - `{\large ...}' �� `{\tt ...}' �̂悤�ȃt�H���g/�T�C�Y�w��q���w���܂��B + `{\large ...}' � `{\tt ...}' + ���թ��/������ + �ط޹� * `[prefix]' - �쒹�̋@�\���Ăяo�����߂̃v���t�B�N�X�L�[�B�f�t�H���g�ł�`C-c'�Ɋ��� - ���Ă��Ă���̂ŁA���ɕύX���Ă��Ȃ��ꍇ�{�}�j���A���� `[prefix]' - �Ƃ����\�L�́A`C-c' �Ɠǂ݊����Ă��������B + �Ρ����й�����գ������թ����`C-c'��� + ����Ƥ��Ǣ��ѹ�Ƥʤ�������� + `[prefix]' � ����Ϣ`C-c' + ��߹�Ư����  File: yatexj, Node: Main features, Next: Installation, Prev: Terminology, Up: Top -��ȋ@�\ -******** +�ʡ� +**************** - * �^�C�v�Z�b�^��v�������[�A�Ȃǂ̕ҏW��ʂ���̋N��(`C-c t') - * �J�[�\���ʒu�ɂ��Ȃ��Œ胊�W�����̕����^�C�v�Z�b�g - * \includeonly�̃����^�b�`�X�V - * �G���[�ӏ��ւ̎����W�����v(`C-c '') - * `\begin{}, \end{}, \section...' �Ȃǂ� LaTeX �R�}���h�̕⊮����(`C-c - b', `C-c s', `C-c l', `C-c m') - * ���ɓ��͂����e�L�X�g���‹���R�}���h�����̒��Ɏ�荞�ފ���⊮(`C-u' - +�ʏ�⊮�L�[) - * �Z�N�V������؂���͎��̕����\���A�E�g���C���\�� - * �Z�N�V�����R�}���h�̈ꊇ�V�t�g (*Note view-sectioning::) - * �⊮�����̊w�K - * LaTeX �̊‹���R�}���h�ɉ������K�C�h�t���������� - * �쒹�ɂȂ��K�C�h�t���������͊֐��̎�������(`yatexgen.el') - * LaTeX �R�}���h�̍폜/�ύX(`C-c k', `C-c c') - * �t�@�C���ԁA`\begin'<->`\end'�ԁA`\ref'<->`\label'�ԁA - `\cite'<->`\bibitem'�W�����v(`C-c g') - * �ꊇ�R�����g�A�E�g/�A���R�����g�A�E�g(`C-c >', `C-c <', `C-c ,', `C-c - .') - * �A�N�Z���g�L��/�����‹��p�R�}���h/�M���V�������̓��͎x��(`C-c a', - `;', `/') - * tabular/array�‹��̃J�����ʒu�K�C�h - * �W���I LaTeX �R�}���h�̃I�����C���w���v(`C-c ?', `C-c /') - * �h�L�������g�̃C���N���[�h�\���̎��o�I�\���ƃo�b�t�@�؂�ւ�(`C-c d') - * �⊮���͂����}�N���ɉ����ĕK�v�� \userpackage �����Ă������� - userpackage - * \label��ł‚��Ƃ͂����Y��悤! ref��cite�⊮���͂Ŏ����������܂� + * ��׻ÿ����弢���Ը�̫�ί�(`C-c t') + * ���������ʤ����������׻�� + * \includeonly������� + * �����Ϋ�����(`C-c '') + * `\begin{}, \end{}, \section...' ��� LaTeX + �������� (`C-c b', `C-c s', `C-c l', `C-c + m') + * ���Ϸ�ƭ���ĭ���������������� + (���������䰭�) + * �����������θ񽤢���� + * ������������� (*Note view-sectioning::) + * 䰭��ج + * LaTeX �ĭ�����������խ���� + * ��ʤ���խ������Ϋ���(`yatexgen.el') + * LaTeX �������/ѹ(`C-c k', `C-c c') + * ա��֢`\begin'<->`\end'֢ + `\ref'<->`\label'֢ `\cite'<->`\bibitem'����(`C-c + g') + * ����Ȣ��/����Ȣ�� + (`C-c >', `C-c <', `C-c ,', `C-c .') + * ����ȭ�/��ĭѳ���/��������� + (`C-c a', `;', `/') + * tabular/arrayĭΫ���֬�� + * �� LaTeX ����Ϊ������(`C-c ?', `C-c /') + * ɭ����Τ��ɽ���Ъ�����ա��ب + (`C-c d') + * ��Ϸ�ޯ����Ƭ�� + \userpackage ���Ư����� userpackage + * \label��ij��⦺��! ref�cite���ǫ����޹  File: yatexj, Node: Installation, Next: Invocation, Prev: Main features, Up: Top -�N���@ -****** +��� +************ -�쒹�N���̂��߂̐ݒ� -==================== +�ο���� +======================================== - ~/.emacs�ɉ���2���ڂ������܂��B + ~/.emacs˼�2���è޹� (setq auto-mode-alist (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) -���ɖ쒹�� emacs-lisp �t�@�C���Q��u���f�B���N�g���� load-path �ɉ����܂��B -���Ƃ��΁A `~/src/emacs/yatex'�ɒu���̂ł���΁A +���� emacs-lisp +ա���֯ǣ���� load-path +�è޹� �ȨТ +`~/src/emacs/yatex'�֯�Ǣ�Т (setq load-path (cons (expand-file-name "~/src/emacs/yatex") load-path)) -�ȂǂƂ��܂��B +��ȷ޹� - �ȏ�̐ݒ�ɂ��A�g���q�� .tex �ł���t�@�C����ҏW����Ǝ����I�ɖ쒹�� -���[�h����܂��B�쒹������ɋN���ł����Ƃ��̓��[�h���C���̕\�����u��ĂӁv -�ɕς��܂��B + ��������ȥҬ .tex +Ǣ�ա���Ը��ȫ��� +�ɵ�޹���˯�ǭ�ȭ�����ν������� +����޹� -�^�C�v�Z�b�^/�v�������[�A�‹��̐ݒ� -=================================== +��׻ÿ/���弢ĭ��� +===================================================================== - ���p����O���v���O�����Ɋւ���ȉ��̕ϐ����m�F���A�K�v�Ȃ琳�����l�ɕύX -���܂��B + �ѹ�������ع�ʼ����Χ�����鵷���ѹ +�޹� `tex-command' - ... �N������^�C�v�Z�b�^�̃R�}���h�� + ... ���뿤׻ÿγ��ɾ `dvi2-command' - ... �N������v�������[�A�̃R�}���h�� + ... �������弢γ��ɾ `NTT-jTeX' - ... ���s+�C���f���g�ɂ���āA�^�C�v�Z�b�g��̎��Ԃ��󂢂Ă��� - ���̂�}������ꍇ��t�ɂ���(�Â�NTT-jTeX�Ō����Ɍ����)�B��̓I�ɂ́A - fill����Ƃ��Ɋe�s�̏I����%��t������悤�ɂȂ�B + ... ��+��������Ƣ��׻�����֬��Ʒ� + ���ީ�����t˹�(ŤNTT-jTeXDz�˽��)��Ϊ�Ϣ + fill��ȭ���Ϊ���%��ù����� `YaTeX-kanji-code' - ... �������쐬���鎞�̊����R�[�h + ... ����������� `dviprint-command-format' - ... �t�@�C���̈���Ɏg����R�}���h��̏��� + ... ա���������������� `YaTeX-dvipdf-command' - ... DVI��PDF�ɕϊ�����R�}���h + ... DVI�PDF�ѹ����� -������ύX����ꍇ�́A��͂�`~/.emacs'�ɂāA���Ƃ���(setq tex-command -"pdflatex") �̂悤�ɂ��Ă��������B�ǂ̂悤�Ȓl���Z�b�g����Ηǂ����ɂ‚��� -�́A*Note All customizable variables::���Q�Ƃ��Ă��������B +����ѹ����Ϣ���`~/.emacs'�Ƣ�Ȩ� +(setq tex-command "pdflatex") +��˷Ư�����������ȹ��ɤ��Ĥ�Ϣ +*Note All customizable variables::�ȷƯ����  File: yatexj, Node: Invocation, Next: %#notation, Prev: Installation, Up: Top -latex�R�}���h�N�� -***************** +latex���ɯ� +***************************** -LaTeX�\�[�X�̕ҏW���A���̃L�[���͂ɂ��Aplatex �Ȃǂ̃^�C�v�Z�b�g�v���O�� -��(�Ȍ�^�C�v�Z�b�^�ƌĂ�)�A�v�������[�A�Ȃǂ̋N�����ł��܂��B +LaTeX����Ը梡έ������platex +��ο�׻����� +�(�忤׻ÿ���)����弢��ί��ǭ޹� `[prefix] t j' - ... �^�C�v�Z�b�^(platex)�N�� + ... ��׻ÿ(platex)�� `[prefix] t r' - ... �^�C�v�Z�b�^�N��(�̈�w��) + ... ��׻ÿ��(����) `[prefix] t e' - ... �^�C�v�Z�b�^�N��(�|�C���g�ʒu�̊‹��܂��͐������[�h�̂ݑ� - ��) + ... ����׻��&���� + (ݤ�������ĭ޿��������׻�ȷ� + ����ա���������й) `[prefix] t k' - ... ���쒆�̃^�C�v�Z�b�^�̒�~ + ... ���ο�׻ÿ��� `[prefix] t b' - ... jbibtex�N�� + ... jbibtex�� `[prefix] t i' - ... makeindex�N�� + ... makeindex�� `[prefix] t d' - ... �^�C�v�Z�b�g������dvipdfmx�N�� + ... ��׻�Ȱ��dvipdfmx�� `[prefix] t p' - ... �v�������[�A�N�� + ... ���弢�� `[prefix] t l' - ... lpr(�v�����g�A�E�g�p)�R�}���h�N�� + ... lpr(���Ȣ���)���ɯ� `[prefix] t s' - ... xdvi -remote �ł̃T�[�` + ... xdvi -remote �ε�� * Menu: -* Calling typesetter:: �^�C�v�Z�b�^�N�� -* Calling previewer:: �v�������[�A�N�� -* Print out:: �v�����g�A�E�g�p�R�}���h�̋N�� +* Calling typesetter:: ��׻ÿ�� +* Calling previewer:: ���弢�� +* Print out:: ���Ȣ��ѳ���ί�  File: yatexj, Node: Calling typesetter, Next: Calling previewer, Prev: Invocation, Up: Invocation -�^�C�v�Z�b�^�N�� -================ +��׻ÿ�� +================================ - �^�C�v�Z�b�^���N������ƁA�ҏW�E�B���h�E��2�‚ɕ�������A�Е��̃E�B���h -�E�Ƀ^�C�v�Z�b�g��ʂ��\������܂��B�o�͂���郁�b�Z�[�W�ƘA�����^�C�v�Z�b -�g�o�b�t�@�͎����I�ɃX�N���[�����܂��B�����A�r���ŃG���[���N�����Ď~�܂��� -���܂����ꍇ�ɂ̓^�C�v�Z�b�g�o�b�t�@�Ɉڂ�A(`C-x o') �^�C�v�Z�b�^�̏o���� -���� ? �v�����v�g�ɑ΂��āA`x' (�����̒��f)�Ȃǂ̎w���𑗂邱�Ƃ��ł��܂��B -�G���[���C������ꍇ�́A + ��׻ÿ򯰹�ȢԸ���ɦ�2�ˬ����Φ��� +�˿�׻���̬����޹��ϵ���û��Ȣ����׻� +���աϫ��˹���޹�ⷢ��Ǩ鼬�������� +��ÿ���Ͽ�׻����ա���(`C-x +o') ��׻ÿ�� �Ƥ� ? +������зƢ`x' +(�����)���ب���Ȭ +ǭ޹���򤵹���Ϣ `[prefix] '' -`(prefix+�A�|�X�g���t�B)' - ... ���O�̃G���[�����s�փW�����v +`(prefix+�ݹ��գ)' + ... ��Ψ鼯��ظ��� -����͂��邱�Ƃɂ��A�^�C�v�Z�b�^���G���[�𔭐������s�Ɉڂ邱�Ƃ��ł��܂��B -�܂��A�^�C�v�Z�b�^�̏o�͂��� overfull hbox �Ȃǂ̃E�H�[�j���O�s�ɂ��Ή��� -�Ă��܂��̂ŁA���� `[prefix] '' ���������Ƃɂ��A��‘O�̃E�H�[�j���O���� -�s�ɃW�����v���Ă����܂��B +��Ϲ����ꢿ�׻ÿ���򯸷�����Ȭǭ޹� +޿���׻ÿ��Ϲ� overfull hbox +��Φ���������� +Ƥ޹�Ǣ� `[prefix] '' +򡹳�����İΦ���� +���˸��׷Ƥ�޹� - �����A�C�ɂȂ�G���[�s���������ꍇ�́A�^�C�v�Z�b�g�o�b�t�@�ŁA�G���[�̕\ -������Ă���s�ɃJ�[�\�������킹�X�y�[�X�L�[�������� LaTeX �\�[�X�̑Ή��� -��s�ɃW�����v���܂��B + ⷢ�����Ԭ�ÿ��Ϣ��׻����աǢ� +�ν���Ƥ��˫�����ﻹڼ����� +LaTeX +���������˸��׷޹� -�̈�^�C�v�Z�b�g ----------------- +�迤׻�� +-------------------------------- - �|�C���g�ƃ}�[�N�̊ԁA���邢�̓e�L�X�g���ɖ��ߍ��� `%#BEGIN' ��`%#END' -�̊Ԃ̗̈�(*Note %#notation::)������؂����ă^�C�v�Z�b�g���邱�Ƃ��ł��� -���B���̏ꍇ���C���t�@�C���̃v���A���u�����ꎞ�t�@�C���̃v���A���u���Ƃ��� -�g���܂��B���������ăv���A���u���ɂȂ��}�N����`���̈���ɂ���ƃG���[�� -�Ȃ�܂��B�̈�^�C�v�Z�b�g���g���ꍇ�A�K���}�N����`�̓v���A���u�� -(`\begin{document}'���O)�ɒu���悤�ɂ��ĉ������B�ꎞ�t�@�C���̓��C���t�@ -�C���̂���f�B���N�g����`texput.tex'�Ƃ������O�ŏo�͂����̂ŁA�㏑���ɂ� -���ӂ��Ă��������B + ݤ���޼��֢���ƭ��������� +`%#BEGIN' � `%#END'�����(*Note +%#notation::)�������ƿ�׻�ȹ�Ȭ +ǭ޹�������ա����������ա��� +�����ȷ����޹������������ʤޯ���� +���ˢ�Ȩ����޹��迤׻���Ȧ�� +��ޯ���������(`\begin{document}'��)�֯� +˷Ƽ�����ա�����ա��΢� +ǣ����`texput.tex'Ȥ�����ϵ���Ǣ +�����շƯ���� -�‹��^�C�v�Z�b�g ----------------- +ĭ��׻�� +-------------------------------- - `[prefix] te' �������ƁA�|�C���g�ʒu�̍ł������̊‹��A�܂��͐������[�h�� -�̏ꍇ�͂��̐������[�h�S�̂������I�ɗ̈�I������āA�̈�^�C�v�Z�b�g���Ă� -�o���܂��Btabular�‹��␔�����[�h�ŕ��G�Ȃ��̂�����Ă���ꍇ�͊m���߂��� -�����������m�F�ł���̂ŕ֗��ł��B����� `texput.tex' �ɊY�������������o�� -�܂��B�v�������[�A�� `texput.dvi' ���J�����܂܂ɂ��Ă����ΏC���Ɗm�F���f�� -���ł���ł��傤�B + `[prefix] te' +�Ȣݤ���������ĭ�޿���� +�����Ͻ����ɴ΢���ĭ�ʱ�н����� +����Ƣ�迤׻�����з޹� +tabularĭ�����ǣ�������Ƥ����Ϋῤ����� +Χǭ�����ǹ�Emacs�����Ľ���Ϣ +����׻������������Φ��ɦ˽��޹�޿� +���ĭ���з���Ϣĭ�θ��񭹨��˫��� +������򹷷޹(on-the-fly����)� +������ʤ������弢� +`texput.dvi' +򫤿��˷ƪ�Ф��Χ���ǭ�Ƿ禣 + + ����������筵(���)��թ���200dpi(���300dpi)ǹ� +dpi�Ѩ�����LaTeX����ɳ�� +`%#PREVIEWDPI 150' +���dpi���Ư����  File: yatexj, Node: Calling previewer, Next: Print out, Prev: Calling typesetter, Up: Invocation -�v�������[�A�N�� -================ - `[prefix] t p' �ɂ��v�������[�A�̋N�����ł��܂��B����ɁA�������Ȃ����A- -remote �@�\�‚���xdvi�𗘗p���Ă���ꍇ�� `[prefix] t s' ���������Ƃɂ�� -�J�[�\���ʒu�̕�������������Ă��̃y�[�W��\������悤�ɂ��łɋN������xdvi -�ɖ��߂𑗂�܂��B����ɂ��A���ݕҏW���̉ӏ��̃^�C�v�Z�b�g���ʂ𑦍��Ɍ� -�邱�Ƃ��ł��܂��B +���弢�� +================================ + `[prefix] t p' +������弢ί��ǭ޹���ˢⷢ� +���-remote +��ĭ�xdvi��ѷƤ���� `[prefix] +t s' � +����꫼����θ�����ƽ�ڼ�򽨹��˹�˯ +���xdvi˿����޹�����ꢽ�Ը����ο�׻���� +��˫�Ȭǭ޹�  File: yatexj, Node: Print out, Prev: Calling previewer, Up: Invocation -�v�����g�A�E�g -============== +���Ȣ�� +============================ - `[prefix] t l'�������ăv�����g�A�E�g���w������ƁA�o�͊J�n/�I���y�[�W�� -�����Ă���̂ŁA���ꂼ��ɓ����܂��B������ȗ����������́A -universal-argument ���‚��A + `[prefix] t +l'�����Ȣ���ب��Ȣ�ϫ�/��ڼ +��Ư��Ǣ������޹����ʬ����Ϣ +universal-argument �ı� `C-u [prefix] t l' - ... �y�[�W�m�F�ȗ�lpr�N�� + ... ڼ�Χʬlpr�� -�̂悤�ɋN�����Ă��������B +��˯��Ư����  File: yatexj, Node: %#notation, Next: Completion, Prev: Invocation, Up: Top -%#�L�@ -****** +%#�� +********** - �{������`%#'�ł͂��܂�L�[���[�h�𖄂ߍ��ނ��ƂŃ^�C�v�Z�b�^�N�����̐��� -�����邱�Ƃ��ł��܂��B + ܸ��`%#'�ϸ�뭼��������ǿ�׻ÿ��� +Ω���Ȭǭ޹� * Menu: -* Changing typesetter:: �^�C�v�Z�b�g�p�R�}���h�̕ύX -* Splitting input files:: ���̓t�@�C������ -* Fix region for typesetting:: �̈�̌Œ� -* lpr format:: �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g -* Controlling which command to invoke:: ���̑��̋N���R�}���h���� -* Editing %# notation:: %#�L�@�̕ҏW +* Changing typesetter:: ��׻��ѳ����ѹ +* Splitting input files:: ��ա��� +* Fix region for typesetting:: ����� +* lpr format:: ���Ȣ�ȳ����թ���� +* Controlling which command to invoke:: �ξί����ɩ� +* Editing %# notation:: %#���Ը  File: yatexj, Node: Changing typesetter, Next: Splitting input files, Prev: %#notation, Up: %#notation -�^�C�v�Z�b�g�p�R�}���h�ύX -========================== +��׻��ѳ���ѹ +==================================================== - �N������R�}���h��ς��������͖{�����Ɏ��̂悤�ȍs�������܂��B + ��������Ѩ����ܸ�ˡ������޹� %#!jlatex-ntt -NTT jTeX �ƁAASCII jTeX ���g�����������悤�ȏꍇ�ɕ֗��ł��傤�B +NTT jTeX ȢASCII jTeX +�Ȥ�����������Ƿ禣  File: yatexj, Node: Splitting input files, Next: Fix region for typesetting, Prev: Changing typesetter, Up: %#notation -���̓t�@�C������ -================ +��ա��� +================================ -�܂��A�͖��ɕʃt�@�C���� .tex ���쐬���Ă���ꍇ�ŁA`main.tex'���� -`sub.tex' �� `\include'���Ă���悤�Ȏ��́A`sub.tex'�̔C�ӂ̈ʒu�Ɏ��̂悤 -�ȍs�𖄂ߍ��݂܂��B +޿�����ա��� .tex +�Ƥ���Ǣ`main.tex'�� `sub.tex' +� +`\include'�Ƥ����Ϣ`sub.tex'Τ�� +��ˡ���������޹� %#!platex main.tex -��̗�̂悤�ɃR�}���h�������łȂ��������������ꍇ�ɂ́A�S�Ă����̂܂� -shell �ɓn���̂Ŏ��̂悤�ɏ����΁Aghostview �Ȃǂ��v�������[�A�Ɏg�����ɕ� -���ł��B +�����˳��ɾ���ʯ�������Ϣ������ +shell �Ϲ�ǡ����Тghostview +������弢�Ȧ��� +�ǹ� %#!platex main && dvi2ps main.dvi > main -�Ȃ��A���̍s�̍Ō�̒P��̃s���I�h�ȑO���u���C���t�@�C���v�̃x�[�X�l�[���� -����Ɖ��肵�܂�(���2�‚̏ꍇ�ǂ����`main')�B���̍s�ɋL�q�����A`%f'�̓� -�C���t�@�C�����ɁA `%r' �̓��C���t�@�C���̊g���q����菜���������ɒu������ -�܂��B�������A`%f,%r'�𗘗p�����ꍇ�A����^�C�v�Z�b�g���ɕK�����C���t�@�C -�����̓��͂𑣂���܂��B +ʪ�������α�����ʰ����ա����ټ� +ͼ�Ǣ�Ⱦ�޹(��2��������`main')� +���˭ҷ��`%f'���ա��ˢ +`%r' +���ա���ȥ����������ֹ��޹� +����`%f,%r'��ѷ�����׻���ˬ���ա�� +������޹� - `[prefix] g' (*Note Cursor jump::�Q��) �ł̃t�@�C���ԃW�����v��L���ɋ@ -�\�����邽�߁A���̓t�@�C���������ɂ͎��̂��Ƃɒ��ӂ��ĉ������B + `[prefix] g' (*Note Cursor jump::��) �� +ա��ָ�����ˡ�������ա�����ϡγ�� +�շƼ��� - 1. �T�u�f�B���N�g��������āA���̒��ɃT�u�t�@�C����u�����Ƃ͂ł��邪�T - �u�f�B���N�g���̃T�u�f�B���N�g���ɂ͒u���Ȃ��B - 2. ���C���t�@�C������T�u�f�B���N�g�����̃t�@�C���� include ���鎞�ɂ́A - ���΃p�X�w���p���āA`\include{chap1/sub}'�̂悤�ɋL�q�B - 3. ���C���t�@�C�������̃f�B���N�g���ɂ���ꍇ���A�T�u�t�@�C���ɂ� - %#!platex main.tex �̂悤�ɋL�q����(../main�ł͂Ȃ�)�B + 1. ��ǣ������Ƣ���˵�ա���֯���ǭ� + ��ǣ���ε�ǣ�����ֱʤ� + 2. ��ա����ǣ�����ա��� + include ����Ϣ + ��ѹ���ѤƢ + `\include{chap1/sub}'��˭ң + 3. ��ա������ǣ���ˢ���⢵�ա���� + %#!platex main.tex + ��˭ҹ�(../main��ʤ)� @@ -374,50 +422,58 @@  File: yatexj, Node: Fix region for typesetting, Next: lpr format, Prev: Splitting input files, Up: %#notation -�̈�̌Œ� -========== +����� +==================== - `[prefix] tr' �̗̈�w��̃^�C�v�Z�b�g�ł́A�Ƃ��Ɏw��̂Ȃ�������A -`C-SPC'�Ń}�[�N�����ʒu�ƁA�|�C���g(�J�[�\���ʒu)�̊Ԃ�̈�Ƃ݂Ȃ��܂����A -�K�����܂����̈���^�C�v�Z�b�g�������ꍇ�́A���̗̈�� + `[prefix] tr' +�����ο�׻���Ϣȯ����ʤ��� +`C-SPC'�޼�����Ȣݤ��(������)�������ʷ� +�������ÿ���׻�ȷ����Ϣ����� %#BEGIN - <�n�������̈�> + <Ϸ����> %#END -�̂悤��`%#BEGIN'��`%#END'�ň͂݁A�J�[�\�����u`%#BEGIN'�ȍ~�v�ɒu���Ă��� -�����B���̎��̗̈挈��K�����܂Ƃ߂�Ǝ��̂悤�ɂȂ�܂��B +���`%#BEGIN'�`%#END'��ߢ������`%#BEGIN'��� +�֤Ư�����������꬧�����ȡ�����޹� - 1. �J�[�\���ʒu���o�b�t�@�̐擪������`%#BEGIN'�Ƃ����L�[���[�h������� - �� + 1. ����������ա�����`%#BEGIN'Ȥ����ɬ + ���� - 1. `%#BEGIN'���o�b�t�@�̖���������`%#END'�Ƃ����L�[���[�h�����‚��� - ���ꍇ�B - =>`%#BEGIN' ����A���� `%#END' �̂���ʒu�܂ŁB - 2. `%#END' �����‚���Ȃ������ꍇ�B=>�o�b�t�@�̍Ō���܂ŁB + 1. `%#BEGIN'����ա������`%#END'Ȥ����ɬ�ī� + ��� + =>`%#BEGIN' �颽� `%#END' ΢����ǣ + 2. `%#END' ��ī�ʫÿ�� + =>��ա�����ǣ - 2. �J�[�\���ʒu���o�b�t�@�̐擪������ `%#BEGIN' �Ƃ����L�[���[�h�� - ���‚���Ȃ������ꍇ�B - =>�}�[�N(`C-SPC'�ʒu)�ƃ|�C���g(�J�[�\���ʒu)�̊Ԃ̗̈�B + 2. ����������ա����� + `%#BEGIN' Ȥ����ɬ + �ī�ʫÿ�� + =>޼�(`C-SPC'��)�ݤ��(������)����� - tabular �‹������x�����s���낵�Ă���悤�ȏꍇ�́A`\begin'�̑O�̍s�� -`%#BEGIN' �Ə����A`\end' �̎��̍s�� `%#END' �Ə����Ă����ƊȒP�ɍ�\���ʂ� -�e�X�g���邱�Ƃ��ł��܂��B�܂��A���� .tex �t�@�C���̌㔼�� `%#BEGIN' ���� -���Ă����΁A�O���̕����͖����ł��܂��B����BEGIN��END �̏����Y��ɂ͏\���� -���Ӊ������B + tabular +ĭ�������Ƥ�����Ϣ`\begin'ΰ�� +� `%#BEGIN' ��`\end' Ρ��� +`%#END' ��ƪ� +�ʱ�����ƹȹ�Ȭǭ޹�޿��� +.tex ա���� � `%#BEGIN' +��ƪ�Т�����ϵ�ǭ޹���BEGIN�END +�÷���Ͻ���ռ���  File: yatexj, Node: lpr format, Next: Controlling which command to invoke, Prev: Fix region for typesetting, Up: %#notation -lpr�t�H�[�}�b�g -=============== +lprթ���� +=========================== - �܂��A�v�����g�A�E�g�p�R�}���h��̃t�H�[�}�b�g�ɂ‚��Đ������܂��B�R�}�� -�h��t�H�[�}�b�g�́A3�‚� Lisp �ϐ��ɂ���ĕ\������܂��B�f�t�H���g�� -dvi2ps �p�̃t�H�[�}�b�g���ɐ������܂��B + ޺����Ȣ��ѳ�����թ�����Ĥ����޹� +�����թ����Ϣ3�� Lisp +�����ƽ���޹�� +թ��� dvi2ps +��թ����������޹� `(1)dviprint-command-format' `"dvi2ps %f %t %s | lpr"' @@ -428,103 +484,118 @@ `(3)dviprint-to-format' `"-t %e"' -���ۂɃv�����g�A�E�g���鎞�́A(1)���� %s ���t�@�C�����ɒu���������A%f �� -(2)�̓��e�A%t ��(3)�̓��e�ɒu���������܂��B���̍ۂ�(2)�̕����񒆂� %b �� -�u�o�͊J�n�y�[�W�v�A(3)�̕����񒆂� %e �́u�o�͏I���y�[�W�v�ɒu��������� -�܂��B�����A�y�[�W���w�肵�Ȃ����ɂ́A%f, %t �����Ƃ���������܂��B +������Ȣ�ȹ��Ϣ(1)�� %s +�ա���֭����%f � +(2)��Ƣ%t +�(3)����֭����޹�����(2)θ���� +%b � +��ϫ�ڼ�ע(3)θ���� %e +���Ϫ�ڼ���֭���� +޹�ⷢڼ����ʤ��Ϣ%f, +%t ������޹� - ���́Adviprint-command-format ��Վ��ɕς��������́ALaTeX �̃\�[�X�e�L�X -�g���̔C�ӂ̏ꏊ�ɁA + �΢dviprint-command-format +����Ѩ���ϢLaTeX � +���ƭ���Τ����ˢ %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2 -�̂悤�ɏ����ĉ������B�v�����g�A�E�g����y�[�W�͈͂����������������Ȃ��悤 -�ɂ��鎞�� +����Ƽ������Ȣ�ȹ�ڼ����������ʤ� +˹��� %#LPR dvi2ps %s | lpr -�ȂǂƂ���̂��֗���������܂���B +��ȹ��������޻�  File: yatexj, Node: Controlling which command to invoke, Next: Editing %# notation, Prev: lpr format, Up: %#notation -���̑��̋N���R�}���h���� -======================== +�ξί����ɩ� +================================================ -LaTeX �����Ɋ֘A����R�}���h�͈ȉ��� %# �L�@�Ŏw�肷�邱�Ƃ��ł��܂��B +LaTeX ���آ������ʼ� %# +������Ȭǭ޹� `%#BIBTEX' - ... makeindex���s�Ȃ��R�}���h���C��([prefix] t b) + ... makeindex��ʦ������([prefix] t b) `%#MAKEINDEX' - ... bibtex���s�Ȃ��R�}���h���C��([prefix] t i) + ... bibtex��ʦ������([prefix] t i) `%#DVIPDF' - ... DVI����PDF�ϊ����s�Ȃ��R�}���h���C��([prefix] t d) + ... DVI��PDFѹ��ʦ������([prefix] + t d) -�s���������̃L�[���[�h�Ŏn�܂�s��LaTeX�����̐擪�t�߂ɏ����Ă����΁A�� -��Ŏw�肵���R�}���h���N���ł��܂��B +Ԭ����έ���������LaTeX��������ƪ�Т +����귿�����ǭ޹�  File: yatexj, Node: Editing %# notation, Prev: Controlling which command to invoke, Up: %#notation -%#�L�@���̂̕ҏW -================ +%#�����Ը +============================== -�ȏ�̂悤��`%#'�Ŏn�܂�e�퐧��L�@��ҏW���邽�߂ɂ� +�����`%#'������歡�Ը����� `[prefix] %' - ... `%#'�L�@�ҏW���j���[ + ... `%#'��Ը��� -�������܂��B +�޹� !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR -�Ƃ������j���[���o�ė���̂ŁA`%#!'�ɑ����R�}���h��ύX���������ɂ�`!'���A -`%#LPR'�� lpr �t�H�[�}�b�g��ς���������`l'���A���炩���ߐݒ肵�����W���� -�� `%#BEGIN' �` `%#END' �Ŋ��肽�����́A`b'�������܂��B`b'��I�񂾎��ɂ́A -����܂Ńo�b�t�@���ɒu����Ă���`%#BEGIN', `%#END' �������I�ɏ�������܂��B +Ȥ���弬�����Ǣ`%#!'˳������ѹ������ +`!'�`%#LPR'� lpr +թ�����Ѩ����`l'�� +���귿���� `%#BEGIN' � `%#END' +��꿤�Ϣ +`b'�޹�`b'�����Ϣ������ա��֫�Ƥ� +`%#BEGIN', `%#END' ��������޹�  File: yatexj, Node: Completion, Next: Local dictionary, Prev: %#notation, Up: Top -�⊮���� -******** +��� +**************** - LaTeX �ł̊‹����Ȃǂ́A�쒹�̕⊮�@�\�𗘗p���Ĕ\���I�ɓ��͂��邱�Ƃ��� -���܂��B + LaTeX +��ĭ���Ϣ��䰡���ѷƽ����Ϲ�� +�ǭ޹� * Menu: -* begin�^�⊮:: -* section�^�⊮:: -* large�^�⊮:: -* maketitle�^�⊮:: -* Arbitrary completion:: �����⊮ -* end�⊮:: -* Accent mark completion:: �A�N�Z���g�L���⊮ -* Image completion:: �����L���C���[�W�⊮ -* Greek letter completion:: �M���V�������⊮ +* begin��:: +* section��:: +* large��:: +* maketitle��:: +* Arbitrary completion:: ��� +* end�:: +* Accent mark completion:: ����ȭ�� +* Image completion:: ����Ἰ� +* Greek letter completion:: ����� +* Inserting parens::  -File: yatexj, Node: begin�^�⊮, Next: section�^�⊮, Prev: Completion, Up: Completion +File: yatexj, Node: begin��, Next: section��, Prev: Completion, Up: Completion -begin�^�⊮ -=========== +begin�� +================= - `\begin{env}...\end{env}'�̗l�Ȍ`���̓��͂̕⊮��begin�^�⊮�ƌĂԂ��Ƃ� -���܂��Bbegin �^�⊮�́A + `\begin{env}...\end{env}'�����������begin��� +�ֳ�˷޹�begin ��Ϣ `[prefix] b' - ... begin �^�⊮�J�n(�W���ł� `C-c b') + ... begin �䰫�(���� `C-c b') -�Ŏn�܂�܂��B�p�ɂɗp�����鎟�� LaTeX �‹��̕⊮�́A[prefix] `b' �ɑ��� -����1��������͂��邾���ŁA`\begin{xxx}...\end{xxx}'�����������܂��B +����޹����Ѥ���� LaTeX +ĭ��Ϣ[prefix] `b' +˳���1����Ϲ���Ǣ`\begin{xxx}...\end{xxx}'� +��޹� `[prefix] b c' ... `\begin{center}...\end{center}' @@ -561,342 +632,399 @@ `[prefix] b V' ... `\begin{verse}...\end{verse}' - ��L�̂��̈ȊO�̊‹����� Emacs �̎��ƒC���N�������^���ȕ⊮�@�\��p���� -���͂��܂�(��L�̊‹������ȉ��̕⊮���͉”\)�B + ����ʰ�ĭ�� Emacs +��Ĥ������䰡��Ѥ� +�Ϸ޹(��ĭ��ʼ����Ľ)� `[prefix] b SPC' - ... begin �^�⊮���� + ... begin ���� -`[prefix] b SPC' �Ɠ��͂���ƁA�ʼn��s�̃~�j�o�b�t�@�� +`[prefix] b SPC' +��Ϲ�ȢǼ������ա� Begin environment(default document): -�ƕ\������܂��B�����ŁA�������ꂸ�Ƀ��^�[���L�[�̂݉����ƁA���ʓ��ɏo�Ă� -��f�t�H���g�̊‹��������͂���܂����A�K���Ȋ‹�������͂���ƁA`\begin{�� -����} �c \end{�‹���}'���������ɑ}������܂��B�~�j�o�b�t�@�Ŋ‹�������͂� -��Ƃ��ɁA�‹����̓���������͂��u�X�y�[�X�v���������ƁA��v����‹������� -���e�[�u���ɑ��݂����ꍇ�A�������‹����ɕ⊮�����̂ŁA���͂̎�Ԃ��Ȃ��� -���B�����e�[�u���ɑ��݂��Ȃ��‹�������͂������̓��[�U��p�̃e�[�u���ɓo�^ -����A����ɂ��̃e�[�u���������I�ɁA���[�U����(�f�t�H���g�ł� -`~/.yatexrc')�ɕۑ����܂��B +Ƚ���޹���Ǣ�����꿼��ߡ�Ȣ�����Ƥ +��թ���ĭ���ϵ�޹�����ĭ���Ϲ�Ȣ +`\begin{ĭ�} � +\end{ĭ�}'���������޹����� +ա�ĭ���Ϲ�ȭˢĭ�ά����Ϸֹڼ��򿿯Ȣ +�׹�ĭ����Ƽ��˸߷��碵��ĭ��䰵���Ǣ +����֬ʱ޹���Ƽ��˸߷ʤĭ���Ϸ���漶� +��Ƽ���п�좵�˽�Ƽ��򫰪ˢ漶��(�թ� +��� `~/.yatexrc')�ݸ�޹� -����ɁA����̊‹���⊮���͂������ɂ͂��̊‹��ŕK���p������G���g������ -���}�����܂�(��: `itemize'�‹��ɂ�����`\item'�Ȃ�)�B�}�����ꂽ�G���g�����s -�v�ȏꍇ�ɂ�undo�ɂ���ď������ĉ������B +��ˢ���ĭ���Ϸ���Ͻ�ĭǬ�Ѥ������� +����޹(�: +`itemize'ĭ˪��`\item'��)����쿨 +����������undo������Ƽ��� -���ɏ������e�L�X�g���‹��Ŋ��� ------------------------------- +���ƭ���ĭ��� +------------------------------------------------------------ - �Ƃ���ŁA�ŏ��ɏ����Ă��܂����u���b�N���ォ��Aitemize �‹��̒��ɕ‚��� -�߂����Ǝv�����Ƃ�����܂����A���̂悤�ȂƂ��́A���炩���ߕ‚����߂����i�� -���}�[�N���āAbegin �^�⊮�̊e�R�}���h�� `[prefix]' �̎��́w�������� 'b'�x -���w�啶���x�ɕς��ċN�����ĉ������B(�܂��́A`C-u' ���ɑł��Auniversal -argument ���‚��Ă��”\�ł�) + ȳ�Ǣ����Ʒ�ÿ��ï���itemize +ĭ�� +�ĸ�ῤ�צ�Ȭ��޹������ȭϢ�髸� +ĸ�ῤ���޼��Ƣbegin +���Ƴ���� `[prefix]' +Ρ�خ��� 'b'� +������ѨƯ��Ƽ���(޿Ϣ +`C-u' ������universal argument +�ı��Ľǹ) - �Ⴆ�΂���p���O���t�� description �‹��̒��ɓ��ꂽ���Ƃ��́A���̃p���O -���t���}�[�N���Ă���A + �Т������ description +ĭ����쿤ȭϢ +�������޼��ƫ�䰡����зƯ���(description +ĭ���� `[prefix] b D')� -`[prefix] B D' -`(�܂��� ESC 1 [prefix] b D)' -`(�܂��� C-u [prefix] b D �Ȃ�)' +��������޹������� +`transient-mark-mode' � t +(Emacsθ�)���Ƥ�����Ǣ�� +`transient-mark-mode' � `nil' ˷Ƥ���Ϣ +䰭��� `universal-argument' ��(`C-u') +�׷ƫ� `[prefix] b D' +�ɢ䰭�� +��׹��������޹� +ʪEmacs22��Ǣ�� `transient-mark-mode' +���� `set-mark-command' +(`C-space')΢������ `transient-mark-mode' +������޹� -�ƃ^�C�v���Ă��������B����́A`[prefix] b SPC'�̕⊮���͂ɂ����Ă͂܂�A -`b' ��啶���ɕς��āA`[prefix] B SPC' �ƃ^�C�v����΁A���炩���߃}�[�N�� -�Ă��������W�������Abegin �� end �̊‹��Ŋ���܂��B  -File: yatexj, Node: section�^�⊮, Next: large�^�⊮, Prev: begin�^�⊮, Up: Completion +File: yatexj, Node: section��, Next: large��, Prev: begin��, Up: Completion -section�^�⊮ -============= +section�� +=================== - `\section{�ړI}' �̂悤�Ȍ`���̓��͂̕⊮�� section �^�⊮�ƌĂԂ��Ƃɂ� -�܂��Bsection �^�⊮�́A + `\section{ܪ}' +����������� section +����ֳ �˷޹�section +��Ϣ `[prefix] s' - ... section �^�⊮ + ... section �� -�Ŏ��s���܂��B`[prefix] s' ����͂���ƃ~�j�o�b�t�@�ɁA +��Է޹�`[prefix] s' +��Ϲ������աˢ (C-v for view-section) \???{} (default documentclass): -�Ƃ����v�����v�g�������̂ŁA������ `section' �̂悤�� LaTeX �R�}���h���� -���͂��܂��B�����ł����^�[���L�[�݂̂Ŋ��ʓ��̃f�t�H���g�l���I�������ق��A -`chapter'�Ȃǂ̂悤�ȕp�x�̍������̓��͂ɂ̓X�y�[�X�L�[�ɂ��⊮�@�\���L -���ł��B ���ɁA{}�̒��g�̓��͂𑣂��A +Ȥ�����Ȭ����Ǣ��� +`section' ��� LaTeX �� +�ɾ��Ϸ޹�����꿼���������թ��ͬ�� +��۫�`chapter'��������⤾����Ϲڼ����� +�䰡����ǹ� +�ˢ{}������򥹢 \section{???}: -�Ƃ����v�����v�g�������̂ŁA�Z�N�V�����̃^�C�g���Ȃǂ���͂��܂��B���Ƃ� -�΁A +Ȥ�����Ȭ����Ǣ�����ο�������Ϸ޹� +�ȨТ (C-v for view-section) \???{} (default documentclass): section - \section{???}: �ړI + \section{???}: ܪ -�̂悤�ɓ��͂����ꍇ�́A���͒��� +����Ϸ���Ϣ���� - \section{�ړI} + \section{ܪ} -���}������A +����� (C-v for view-section) \???{} (default section): vspace* \vspace*{???}: -�̂悤��{}�̒��g���ȗ������Ƃ��́A +���{}����ʬ��ȭϢ \vspace*{} -�������}������A���s�͂����J�[�\���͎����I�ɒ����ʂ̓����Ɉړ����܂��B +���������ϻ�����ϫ���������ܰ�޹� * Menu: -* 2�ˆȏ�̈������Ƃ� section�^�R�}���h:: -* Enclose section-type command:: ����⊮ -* Recursive completion:: �ċA�⊮ -* view-sectioning:: �Z�N�V������؂�̃A�E�g���C���\�� -* label-generation:: ���x���������� +* 2��������� section�����:: +* Enclose section-type command:: ��� +* Recursive completion:: Ƣ� +* view-sectioning:: ��������΢���� +* label-generation:: ��뫰��  -File: yatexj, Node: 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Next: Enclose section-type command, Prev: section�^�⊮, Up: section�^�⊮ +File: yatexj, Node: 2��������� section�����, Next: Enclose section-type command, Prev: section��, Up: section�� -2�ˆȏ�̈������Ƃ� section�^�R�}���h -------------------------------------- +2��������� section����� +----------------------------------------------------------------- - �Ƃ���ŁA`\addtolength{\topmargin}{8mm}' �Ȃǂ̂悤�ɁA�������ˆȏ�� -�� LaTeX �R�}���h������܂��B���̂悤�ȃR�}���h�̕⊮���͂ɂ́A section �^ -�⊮�Ăяo���Ɉ�����t���Ă��������B�Ⴆ�Ώ��`addtolength' �̗�ł���΁A -����2���w�肵�܂��B�‚܂�A + ȳ�Ǣ`\addtolength{\topmargin}{8mm}' +����ˢ����� ���� LaTeX +���ɬ��޹����ʳ��������Ϣ +section +����з����ձƯ��������`addtolength' +��Ǣ�Т��2���޹���� - C-u 2 [prefix] s (�܂��́AESC 2 [prefix] s) + C-u 2 [prefix] s (޿ϢESC 2 [prefix] s) -�� section �^�⊮���Ăяo������A +� section �����з�� (Ctrl-v for view-section) \???{} (default vspace*): addtolength \addtolength{???}: \topmargin Argument 2: 8mm -�̂悤�ɓ��͂��Ă��������B�ŏ��� addtolength �̕����ƁA�������ł��� -\topmargin �̓��͓͂��R�X�y�[�X�ɂ��⊮���͂��”\�ł��B���[�U�����ɓo�^ -����� LaTeX �R�}���h�ɂ́A���̈����̐����w�K�����̂ŁA�ŏ��̕⊮�̎��� -���̐����w�肵�ċN�����Ă����΁A�Ȍ�̕⊮���ɂ́A�L�����ꂽ������������ -�����ė���悤�ɂȂ�܂��B���Ƃň����̌���ς��������́A�Ă� `C-u' ��p -���Ȑ����w�肵�������ƂŁA�����I�Ɏ������̈����̌��̕������X�V���܂��B +����ϷƯ������� +addtolength ���Ȣ����Ǣ� \topmargin +�������ڼ������ϬĽǹ�漶���п +��� LaTeX +�����Ϣ�������ج����Ǣ������ +�������Ư��ƪ�Т������Ϣ���������� +��������޹����������Ѩ���Ϣ�� +`C-u' +�Ѥ�����귾���Ǣ���˭�����������򹷷� +��  -File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Up: section�^�⊮ +File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2��������� section�����, Up: section�� -���ɏ������e�L�X�g������ ------------------------- +���ƭ����� +------------------------------------------------ - �܂��A�N���R�}���h��`s'��啶���ɕς��ċN������ƁA���炩���ߏ��������� -�� section �^�R�}���h�̑������Ƃ��Ċ���܂��B + ޿�section�䰡����з�������˷ƪ�� +����ƭ��� section +����������ȷ���޹� +����� `transient-mark-mode' � `nil' +˷Ƥ���� `C-u' +΢��䰭��׹�Я���������޹� +  -File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section�^�⊮ +File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section�� -�ċA�⊮ --------- +Ƣ� +---------------- - ���x�Ȏg�����ɂȂ邩������܂��񂪁Asection�^�⊮�̈����̓��͎��ɂ���� -�⊮���͂𗘗p���邱�Ƃ��ł��܂�(section/large/maketitle�^�Ɍ���)�Bsection -�^�R�}���h�̈����ɍX�� LaTeX �R�}���h������ꍇ�ɂ̓~�j�o�b�t�@�Ŗ쒹�̕� -���L�[���ċA�I�ɓ��͂��邱�Ƃň����̓��͂������I�ɍs�Ȃ��܂��B + ���Ȥ������޻�section���������˵�� +�����ѹ�Ȭǭ޹(section/large/maketitle����)�section +��������˹� LaTeX +���ɬ����������ա��� +䰭��Ƣ���Ϲ��������������ʨ޹�  -File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section�^�⊮ +File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section�� -�Z�N�V������؂�̃A�E�g���C���\�� ----------------------------------- +��������΢���� +-------------------------------------------------------------------- - �ʏ��section�^�⊮�̎��Ƀ~�j�o�b�t�@��`C-v'�������ƌ��ݑ��݂���Z�N�V�� -����؂�R�}���h�S�Ă� `*Sectioning Lines*'�Ƃ����o�b�t�@�Ɉꗗ�\�����܂� -(�u<<--�v�̂‚��Ă���s�������Ƃ��߂��Z�N�V������؂�)�B���̎��~�j�o�b�t�@ -��`C-p', `C-n' ��������`part', `chapter', ..., `subparagraph' �̃R�}���h�� -�_���K�w�̍����ɂ��������ď㉺���܂��B�܂��A`C-v', `M-v' �������ƃZ�N�V�� -����؂�ꗗ�o�b�t�@���X�N���[�����A������`0'�``7'�������Ƃ��鍂���ȏ�̃Z -�N�V������؂肾����I��ŕ\�����܂�(���ۂɂ���Č���Ε�����܂�)�B + ���section���������ա�`C-v'�Ƚ߸߹뻯 +��������ɴ�� `*Sectioning +Lines*'Ȥ���ա���� +��޹(�<<--��ĤƤ�Ԭ����᤻�������)������ +��ա�`C-p', `C-n' ��`part', `chapter', ..., +`subparagraph' +γ��ɬ������˷����強޹�޿� +`C-v', `M-v' +�Ȼ�����������ա����뷢 +���`0'�`7'�Ȣ����λ�����������ǽ +��޹(�����ƫ�Ь��޹)� -`*Sectioning Lines*'�o�b�t�@�́A +`*Sectioning Lines*'��աϢ `M-x YaTeX-section-overview' - ... �Z�N�V������؂�ꗗ�o�b�t�@�𐶐� + ... ������������ա� -�ō쐬���邱�Ƃ��ł��܂��B���̃o�b�t�@��I�����C�ӂ̍s�ŃX�y�[�X�������ƁA -�Y������Z�N�V������؂�̂���{�����̏ꏊ�ɃW�����v���܂��B����ɁA���o�b -�t�@�� `u' �������ƁA�\�[�X�e�L�X�g�̑Ή�����Z�N�V�����R�}���h����K�w�� -����(��: subsection �� section �ɕς��)�A`d'�������ƈ�K�w������܂��B -`*Sectioning Lines*'�o�b�t�@�ɂ���Z�N�V������؂�̍s���}�[�N���Ă����� -`U'�������ƃ��W�������̂��̂ɑΉ�����\�[�X�e�L�X�g�̃Z�N�V�����R�}���h�� -�ׂĂ���K�w�オ��A`D'�������Ɖ�����܂��B�Z�N�V������؂�ꗗ�o�b�t�@�� -���p�ł���L�[�R�}���h�ɂ͈ȉ��̂��̂�����܂��B +��Ȭǭ޹�����ա�����ǹڼ��Ȣ +���뻯������΢�ܸ����˸��׷޹���ˢ��� +ա� `u' +�Ȣ���ƭ������뻯�����ɬ� +���(�: subsection � section +����)�`d'���ؼ�� +޹�`*Sectioning +Lines*'��աˢ뻯���������޼� +�ƪ��`U'�������������뽼�ƭ��λ��� +���ɹ�Ƭ����`D'�ȼ��޹�������� +�����ա���ǭ뭼������ʼ��ά��޹� `SPC' - ... �Ή�����\�[�X�s�փW�����v + ... ���뽼��ظ��� `.' - ... �Ή�����\�[�X�s��\�� + ... ���뽼��� `u' - ... �J�[�\���ʒu�ɑΉ�����Z�N�V�����R�}���h����K�w�グ�� + ... ����������뻯����������� `d' - ... �J�[�\���ʒu�ɑΉ�����Z�N�V�����R�}���h����K�w������ + ... ����������뻯��������ؼ�� `U' - ... �}�[�N�����Z�N�V�����R�}���h����K�w�グ�� + ... ޼���������������� `D' - ... �}�[�N�����Z�N�V�����R�}���h����K�w�グ�� -`0�`6' - ... ���x�� n �ȉ��̃Z�N�V�����R�}���h���B���ĕ\�� + ... ޼���������������� +`0�6' + ... ��� n + ʼλ��������ƽ�  -File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section�^�⊮ +File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section�� -���x���������� --------------- +��뫰�� +---------------------------- - `\ref{}' �� `\cite{}' �}�N����section�^�⊮�œ��ꂽ�ꍇ�Q�Ɛ�ƂȂ蓾�� -���̂�S�ĒT���ă��j���[�ɂ��đI���ł��܂��B�Q�Ɛ�ɂ�`\label{}'���‚��Ă� -���K�v�͂���܂���B��������΁A���̃��x�����g���A�Ȃ���΂��̏�ŎQ�Ɛ�� -`\label{}'����点�Ă���܂��B���x�������l����̂͋�ɂɊ�������̂ł��B�S -�ẴJ�E���^�Ƀ��x�����‚���̂������ւ�ł��B�������x�����ɉ����‚��邩�A -���x�����‚��邩�‚��܂����A�ȂǂƂ������Ƃ͖Y��܂��傤! + `\ref{}' � `\cite{}' +ޯ��section������� +�����������Ƶ�����˷ƪ�ǭ޹������ +`\label{}'�ıƪ���Ϣ�޻�ⷢ�Т������ +Ȥ�ʱ�н��Dz���`\label{}'���Ư�޹� +����ͨ�����˶����ǹ���Ϋ������� +ı��⿤��ǹ�����˿�ı뫢����ı�ı� +�����Ȥ���Ϻ�޷�!  -File: yatexj, Node: large�^�⊮, Next: maketitle�^�⊮, Prev: section�^�⊮, Up: Completion +File: yatexj, Node: large��, Next: maketitle��, Prev: section��, Up: Completion -large�^�⊮ -=========== +large�� +================= - `{\large }' �̂悤�Ȍ`���̕⊮�� large �^�⊮�ƌĂԂ��Ƃɂ��܂��B + `{\large }' �������� large +����ֳ�˷޹� `[prefix] l' - ... large �^�⊮�J�n + ... large �䰫� -��large�^�⊮�̊J�n�ł��B`[prefix] l' �������ƁA�~�j�o�b�t�@�� +�large��Ϋ�ǹ�`[prefix] l' +�Ȣ����ա� {\??? } (default large): -�ƕ\�������̂ŁA��L�̂��̂Ɠ����v�̂ŕ⊮���͂��ĉ������B�⊮���ɗp�� -����Ă���̂́A`footnotesize' �� `huge' �̂悤�ȕ����T�C�Y�w��q�ƁA`bf' -��`dg'�̂悤�ȃt�H���g�w��q�ł��B +Ƚ�����Ǣ����ȱ������ϷƼ��������� +��Ƥ��Ϣ`footnotesize' � `huge' +��ʸ������ +�Ȣ`bf'�`dg'���թ�����ǹ� -���ɏ��������������� --------------------- +��񤿸���� +---------------------------------------- - �܂��Abegin�^�⊮�̎��Ɠ��l�A��ɏ����Ă��܂�����A�̕��͂̕����̃T�C�Y -��ς������Ǝv����������܂����A���̂悤�Ȏ��́A�T�C�Y��傫����ς������� -���͈̔͂��}�[�N���Ă���A�Ăяo���L�[�� `[prefix] L' �ƁA�啶���� L �ɕ� -���ČĂяo���΁A���̃��W�����S�̂��A�u���[�X�ň͂܂�܂��B + ޿�begin����ȱ͢���Ʒ�ÿ�θ�θ�ε�� +�Ѩ���צ����޹�������Ϣ����筵�Ѩ��� +�����޼��ƫ�large�����ǯ����  -File: yatexj, Node: maketitle�^�⊮, Next: Arbitrary completion, Prev: large�^�⊮, Up: Completion +File: yatexj, Node: maketitle��, Next: Arbitrary completion, Prev: large��, Up: Completion -maketitle�^�⊮ -=============== +maketitle�� +===================== - `\maketitle' �̌`���̕⊮�� maketitle �^�⊮�ƌĂԂ��Ƃɂ��܂��B + `\maketitle' ������ maketitle +����ֳ�˷޹� `[prefix] m' - ... maketitle �^�⊮�J�n + ... maketitle �䰫� -�ŁAmaketitle �^�⊮���J�n���܂��B�⊮�̗v�͍̂��܂ł̂��̂Ƃ܂����������� -���BLaTeX �p�̃R�}���h�����⊮���Ƃ��ėp�ӂ���Ă��܂��B +Ǣmaketitle +���Ϸ޹�����ϣ�������ÿ���� +��LaTeX +�γ��ɾ����ȷ��յ�Ƥ޹�  -File: yatexj, Node: Arbitrary completion, Next: end�⊮, Prev: maketitle�^�⊮, Up: Completion +File: yatexj, Node: Arbitrary completion, Next: end�, Prev: maketitle��, Up: Completion -�����⊮ -======== +��� +================ - ���āA���܂ŏq�ׂ��T�^�I�� LaTeX �R�}���h�`���̕⊮���͂�p�����ɁA���� -�͂��悤�Ƃ��Ă��� LaTeX �R�}���h�𕶏����̔C�ӂ̈ʒu�Ő����⊮���邱�Ƃ� -�ł��܂��BLaTeX �R�}���h(�擪��\�Ŏn�܂�)����͂��Ă���r���ŁA + �Ƣ����ٿ���� LaTeX +�����������Ѥ�ˢ� +�Ϸ�ȷƤ� LaTeX +�������Τ�������䰹� +��ǭ޹�LaTeX +����(謬\����)��ϷƤ���Ǣ `[prefix] SPC' - ... �����⊮ + ... ��� -����͂���΁A�S�Ă̕⊮���̒������v������̂��I�΂�J�[�\���ʒu�ɑ}�� -����܂��B +��Ϲ�Т����������׹��ά��쫼������� +��޹�  -File: yatexj, Node: end�⊮, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion +File: yatexj, Node: end�, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion -end�⊮ -======= +end� +=========== - ���݊J�����܂܂̊‹����������I�Ɍ��o���A`\end{�‹���}'��}�����܂��B -begin �^�⊮��p����Ί‹��̕‚��Y��͂Ȃ��̂ł����A���ɂ͂‚��‚���� -`\begin{�‹���}' �����Ă��܂��A�߂����v�������邱�Ƃ�����܂��B���̂悤 -�Ȏ��ɂ͋C�ɂ��������ĕ��͂���͂��A������̂��� + �߫�����ĭ�򫰪ˡз�`\end{ĭ�}'����� +��begin +���Ѥ��ĭ�ĸ���ʤ�ǹ�����ĤĤ�� +`\begin{ĭ�}' +���Ʒޤ�ᷤפ��Ȭ��޹�� +�����Ϥ˻���Ƹ���Ϸ������� `[prefix] e' - ... end �⊮ + ... end � -�Ƃ��邱�ƂŁA���݊J���Ă���‹����� \end{} ������܂��B +ȹ��Ǣ�߫�Ƥ�ĭ�� +\end{} ����޹�  -File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end�⊮, Up: Completion +File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end�, Up: Completion -�A�N�Z���g�L���⊮ -================== +����ȭ�� +==================================== - �����̃A�N�Z���g�L��(`\`{o}'�Ȃ�)����͂��鎞�́A + ��΢���ȭ�(`\`{o}'��)��Ϲ��Ϣ `[prefix] a' - ... �A�N�Z���g�L������ + ... ����ȭ��� -�������ƁA�~�j�o�b�t�@�� +�Ȣ����ա� 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b -�Ƃ������j���[���o�ė���̂ŁA�����A�܂��͑Ή�����L��/�p������͂��ĉ��� -���B����ƕҏW�o�b�t�@�ɁA +Ȥ���弬�����Ǣ���޿������/����� +�Ƽ������Ը��աˢ \`{} -�������A�J�[�\����{}���Ɉʒu����̂ŁA����Ɉꕶ�����͂��鎖�ŁA +���좫���{}���ֹ��Ǣ������Ϲ��Ǣ \`{o} -����������A�J�[�\����{}�̊O�ɖ߂�܂��B +����좫����{}ΰ���޹�  File: yatexj, Node: Image completion, Next: Greek letter completion, Prev: Accent mark completion, Up: Completion -�����L���C���[�W�⊮ -==================== +����Ἰ� +======================================== - ��ɐ������[�h�Ŏg�p�����A���⃰�Ȃǂ̋L�����[���I�ɕ\������L�[���� -�ŁALaTeX �R�}���h����͂ł��܂��B����͖쒹���g�́u�������[�h�v�ł̂ݓ��� -���܂��B�쒹�̓J�[�\����TeX�̐����‹��̒��ɂ��鎞��`;'��A`:'�ɓ���ȋ@�\ -���������܂��B + ��������ѵ�������έ����˽��뭼�� +ǢLaTeX +�������ǭ޹��������������� +��޹��ϫ���TeX���ĭ��ˢ���`;'� +`:'���ʡ�����޹� - ���āA�Ⴆ�΁A��(leftarrow)��ASCII���������ŕ\������ꍇ�A��ʓI�ɂ́u<-�v -�̂悤�ɂ��܂����A����𗘗p���āA�����L���C���[�W���̓��[�h��`\leftarrow' -����͂���ɂ́A`;'(�Z�~�R����)��ł��Ă���`<-'�Ɠ��͂��܂��B���l�ɁA���� -���-(long-leftarrow) ��ASCII���������ŕ\������ꍇ�u<--�v�Ƃ���̂ŁA -`\longleftarrow'����͂��邽�߂ɂ́A`;<--' �Ɠ��͂��܂��B���邢�͖�����L -����ASCII���������ŕ\�����鎞�́uoo�v�̂悤�ɂ��邱�Ƃ���A`\infty' ����� -���鎞�́A`;oo'�ƃL�[���͂��܂��B + �Ƣ�Т�(leftarrow)�ASCII����ǽ������̪���<-� +��˷޹������ѷƢ����Ἰ����� +`\leftarrow'��Ϲ��Ϣ`;'(�߳��)���ƫ�`<-'� +�Ϸ޹���ˢ�����-(long-leftarrow) +�ASCII����ǽ��� +���<--�ȹ��Ǣ`\longleftarrow'��Ϲ���Ϣ`;<--' +��Ϸ޹���ϵ����ASCII����ǽ������oo��� +˹�ȫ�`\infty' +��Ϲ��Ϣ`;oo'ȭ��Ϸ޹� - �����̑�����܂Ƃ߂�Ǝ��̂悤�ɂȂ�܂��B + �����������ȡ�����޹� - INPUT ���͂���� LaTeX �R�}���h + INPUT �ϵ�� LaTeX ���� ; < - `\leftarrow' ; < - - `\longleftarrow' ; < - - > `\longleftrightarrow' @@ -905,958 +1033,1147 @@ - ������̏ꍇ���A�C���[�W���͂��s���Ă���r���Ŗ]�݂̂��̂��o�b�t�@�ɕ\�� -���ꂽ�Ȃ�A�����ŃC���[�W���͂��~�߂Ď��̕ҏW����Ɉڂ��Ă��\���܂���B + ������⢤Ἰ�����Ƥ���Ǿ���ά��ա +˽����颽�ǤἸ�����ơ�Ը������� +��޻� - �����‹�����`;'���g����͂���ɂ�`;;'�̂悤�ɂ��܂��B�C���[�W���͂̓r�� -��TAB�������ƁA����܂œ��͂��������Ŏn�܂���̈ꗗ���\������܂��B������ -�ړI�� LaTeX �R�}���h�܂ŃJ�[�\�����ړ����ēxTAB���������Ƃł��� LaTeX �R -�}���h���o�b�t�@�ɑ}������܂��B + ��ĭ��`;'����Ϲ���`;;'��˷޹��Ἰ +������TAB�Ȣ�����Ϸ����������������� +�����ܪ� LaTeX +�����ǫ����ܰ���TAB򡹳�� +�� LaTeX +���ɬ��ա�����޹� - �ǂ̃L�[���͂ɂǂ̋L�����Ή����Ă��邩�S�Ēm�肽�����́A`;'������������ -��TAB�������Ă��������B�ȉ��̗�́A`;<'�Ɖ��������TAB�����������̂ł��B + �έ�����έ����Ƥ뫴��꿤�Ϣ`;'򡷿 +���TAB�Ư����ʼ��Ϣ`;<'ȡ����TAB򡷿�� +ǹ� KEY LaTeX sequence sign - < \leq �� - << \ll �s - <- \leftarrow �� + < \leq � + << \ll � + <- \leftarrow � <= \Leftarrow <= -������[���̓L�[]�A[�Ή����� LaTeX �R�}���h]�A[(�[��)�L���}��]�A�Ƃ������� -���j���[���o�ė���̂ŁA�悭�g�����̂��o���Ă����Ɨǂ��ł��傤�B���̂ɂ�� -�Ă�ASCII�����ŕ\�����邱�Ƃ�����Ȃ̂ŁA���܂�o���₷���L�[���тł͂Ȃ� -���̂�����ł��傤����A���̂悤�ȏꍇ�� \maketitle �^�⊮�œ��͂��邩�A�� -���ɏq�ׂ�Ή��\�̐ݒ���s���ĒP���ȃL�[���т̂��̂�ݒ肷��Ɨǂ��ł��傤�B +���[�ϭ�]�[���� LaTeX +����]�[(��)��ި]�� +������弬�����Ǣ�Ȧ���Шƪ��ɤǷ� +���������ASCII��ǽ���Ȭ����Ǣ���Ш +乤������ʤ�ά��Ƿ禫颽������ +\maketitle +����Ϲ뫢ʼ�������������Ʊ +�ʭ�����������ɤǷ禣 - ���̓L�[�� LaTeX �R�}���h�A�L���̑Ή��\���l�I�ɐݒ肵�����ꍇ�� -Emacs-Lisp �ϐ� `YaTeX-math-sign-alist-private' �ɒ�`���Ă��������B���̓� -�e�ƃf�t�H���g�̂��̂����킹�����̂��Ή��\�Ƃ��Ďg�p����܂�(private �̕� -���D�悳���)�B�Ȃ��A���̕ϐ��̍\���ɂ‚��Ă� `yatexmth.el' ���Q�Ƃ��Ă��� -�����B + �ϭ�� LaTeX +���ɢ��������ͪ��귿���� +Emacs-Lisp �� `YaTeX-math-sign-alist-private' +����Ư���� +������թ��������ά���ȷ��ѵ�޹(private +�������)�ʪ�����ν��Ĥ�� +`yatexmth.el' � ȷƯ����  -File: yatexj, Node: Greek letter completion, Prev: Image completion, Up: Completion +File: yatexj, Node: Greek letter completion, Next: Inserting parens, Prev: Image completion, Up: Completion -�M���V�������⊮ -================ +����� +================================ - ������A�����‹�����`:'�������ƃM���V���������̓��[�h�ɓ���܂��B`:'�� -�����������`a'��������`\alpha'���A`g' �������� `\gamma'���A�ȂǃA���t�@�x�b -�g�ɑΉ������M���V���������}������܂��B������@��;�̐����L���⊮�Ƃ܂��� -�������ł��B�܂���`:'�̒����TAB�������Ăǂ̃A���t�@�x�b�g�ɂǂ̃M���V���� -�����Ή����Ă��邩���ׂĂ݂Ă��������B + ��Ģ��ĭ��`:'�Ȯ����������޹� +`:'򡷿���`a'��`\alpha'��`g' +�� +`\gamma'���ɢ�ա�����������������޹� +�����;��������ÿ���ǹ�޺�`:'ξ�� +TAB���΢�ա�����ή�������Ƥ뫴���� +����� - `;'��`:'�𐔎��‹����ʼn����Ă���ɂ�������炸�A�C���[�W�⊮�������Ȃ��� -���́A`C-u ;'�̂悤�� universal-argument ���‚��ăL�[���������Ƃɂ��A�� -���I�ɃC���[�W�⊮�ɓ��邱�Ƃ��ł��܂��B�܂��A���̎��ɂǂ̂悤�ȏ�ԂŐ��� -�‹�������Ɏ��s�����������A���������B + `;'�`:'���ĭ�ǡ�Ƥ��⫫�麢�Ἰ䰬� +�ʤ��Ϣ`C-u ;'��� universal-argument +�ıƭ�򡹳 +���ꢯ��ˤἸ����Ȭǭ޹�޿�������� +������ĭ��˺Է������ + + + +File: yatexj, Node: Inserting parens, Prev: Greek letter completion, Up: Completion + +������ +======================== + + 3����� () {} [] +Ϋ������ȭ�ĸ��򫰪���޹� +`\' ξ��� `[' +�������Ƥ����򷨢 +�������޹��ξ LaTeX +�ޯ������������� +��˳�޹����̽����1����쿤ȭ� +`C-q' � �����Ϲ뫢`[prefix] w m' +Ǥ����OFF˷Ư���� + + ���ƫ髭������Ƚ�������������޹�  File: yatexj, Node: Local dictionary, Next: Commenting out, Prev: Completion, Up: Top -���[�J������ -************ +��� +************************ - �⊮���͗p�̌��͎O��ނ̎�������\������Ă��܂��B��‚�`yatex.el'�ɑg -�ݍ��܂ꂽ�u�W�������v�A������‚̓��[�U���l�I�ɏ�p����R�}���h��ۑ��� -��u���[�U�����v�A�����Ă����ЂƂ‚͂���f�B���N�g���ł̂ݗL���ȃR�}���h�� -�ۑ�����u���[�J�������v�ł��B + �������ϰ��έ�齮��Ƥ޹���� +`yatex.el'������ָ��ע����漶��ͪ��� +������ݸ���漶��ע�������Ϣ�ǣ���� +�߭�ʳ����ݸ�������ǹ� - �⊮���͎��ɐV�����P�����ꂽ�ꍇ�ɁA���̒P����ǂ̎����ɓ���邩������ -���܂��B + ����˷���������ˢ�α���έ����뫹�� +�޹� `foo' is not in table. Register into: U)serDic L)ocalDic N)one D)iscard -�Ƃ����v�����v�g�ɑ΂��A`u'�Ɠ�����Ɓu���[�U�����v���A`l'�Ɠ�����ƃ��[�J -���������X�V���A`n'�Ɠ�����Ǝ����t�@�C���͍X�V�������݂�Emacs �Z�b�V���� -�̂ݗL���ȒP��Ƃ��A`d'�Ɠ�����ƐV���ȒP����w�K�����Ɏ̂Ă邱�ƂɂȂ�� -���B +Ȥ�������з�`u'������漶����`l'���� +����򹷷�`n'����ȭ�ա��Ϲ������Emacs +�÷���߭�ʱ�ȷ�`d'����ȷ�ʱ��ج����� +�����޹� - �����A���[�J�������̋@�\�͂��炸�A�S�ă��[�U�����̍X�V�݂̂ł悢�ƌ����� -���ɂ�`~/.emacs'�ȂǂŁA + ⷢ���Ρ�Ϥ麢��漶��ι��������� +���`~/.emacs'��Ǣ (setq YaTeX-nervous nil) -�Ƃ��ĉ������B +ȷƼ���  File: yatexj, Node: Commenting out, Next: Cursor jump, Prev: Local dictionary, Up: Top -�R�����g�A�E�g -************** +���Ȣ�� +**************************** - LaTeX�̕ҏW�ɂ͎��s���낪�‚����̂ł��B���镔�����ꊇ�ŃR�����g�A�E�g�� -����A�R�����g���O�����肵�������Ƃ�����܂��B + LaTeX�Ը������ĭ��ǹ��������dz��Ȣ�� +��ꢳ���򰷿귿��Ȭ��޹� `[prefix] >' - ... ���W������ % �ŃR�����g�A�E�g + ... ���� % dz��Ȣ�� `[prefix] <' - ... ���W������ % �̃R�����g���O�� + ... ���� % γ���� -�́A���炩���ߐݒ肵�����W�����ɑ΂��Ă̑���A +Ϣ�髸��귿����з���� `[prefix] .' - ... ���݂̃p���O���t���R�����g�A�E�g + ... ����������Ȣ�� `[prefix] ,' - ... ���݂̃p���O���t�̃R�����g���O�� + ... �������γ���� -�́A�J�[�\���̈ʒu����p���O���t�S�̂ɑ΂��Ă̑���ł��B�Ȃ��A�����ł��� -�u�p���O���t�v�� (`mark-paragraph') �֐��ɂ��}�[�N�����͈͂��w���܂� -(�W���ݒ��`ESC h'�Ƀo�C���h����Ă���)�B�Ȃ��A����`%'�ŃR�����g�A�E�g���� -�Ă���p���O���t�ɑ΂��ČJ��Ԃ��p���O���t�̃R�����g���g�p�����ꍇ�̓���� -�ۏ؂��܂���̂Ō䒍�ӂ��������B +Ϣ������ֹ����մ��з����ǹ�ʪ���Ǥ� +������� (`mark-paragraph') +�����޼�������ط +޹(�����`ESC +h'�Ф�ɵ�Ƥ�)�ʪ���`%'dz� +�Ȣ�ȵ�Ƥ������зƫ�ַ����γ�����ѷ +���ΰ���ڷ޻�����կ���� - ���āA���͂ɑ΂��Ă����łȂ��A���ɂ�`\begin', `\end' ���̂ɑ΂��Ă��R�� -���g�A�E�g�̑�����������Ƃ�������܂��B���̂悤�ȂƂ��́A`\begin{}' ���� -���� `\end{}' �̍s�ɃJ�[�\�������킹�A + �Ƣ���з����ʯ����`\begin', +`\end' ���� +�����Ȣ�����򷿤ȭ���޹�����ȭϢ +`\begin{}' ��� `\end{}' +��˫�����ﻢ `[prefix] >' - ... `\begin{}'�``\end{}' �S�ăR�����g�A�E�g + ... `\begin{}'�`\end{}' + �Ƴ��Ȣ�� `[prefix] <' - ... `\begin{}'�``\end{}' �S�ăR�����g���O�� + ... `\begin{}'�`\end{}' + �Ƴ���� -�Ƃ��邱�ƂŁA`\begin�`\end'�ň͂܂��‹��S�Ăɑ΂��ăR�����g���삵�A +ȹ��Ǣ`\begin�\end'�����ĭ���зƳ���� `[prefix] .' - ... `\begin{}' �� `\end{}' ���R�����g�A�E�g + ... `\begin{}' � `\end{}' ���Ȣ�� `[prefix] ,' - ... `\begin{}' �� `\end{}' �̃R�����g���O�� + ... `\begin{}' � `\end{}' γ���� -�́A�Ή����� `\begin' �� `\end' 2�s�������A�R�����g����̑ΏۂƂ��܂��B�� -�W�������R�����g�A�E�g���悤�Ƃ��āA�}�[�N��ݒ肵���̂��ɃJ�[�\�����ړ��� -`[preifx] >' �������Ă��J�[�\���� `\begin{}' �̏�ɂ����`\begin{}'�` -`\end{}'���[�h�ŃR�����g�@�\�������Ă��܂��̂Œ��ӂ��ĉ������B +Ϣ���� `\begin' � `\end' +2������������� +�޹�������Ȣ�ȷ�ȷƢ޼���귿��˫�� +��ܰ�`[preifx] >' ��⫼�� +`\begin{}' ��ˢ +��`\begin{}'�`\end{}'��dz��ȡ����Ʒަ� +��շƼ���  File: yatexj, Node: Cursor jump, Next: Modifying/Deleting, Prev: Commenting out, Up: Top -�J�[�\���W�����v -**************** +������� +******************************** * Menu: -* �Ή��I�u�W�F�N�g�ւ̃W�����v:: -* ���G�`���c�[���N��:: -* ���C���t�@�C���ւ̃W�����v:: -* �‹���P�ʂƂ����W�����v:: -* �Ō�̕⊮�ʒu�ւ̃W�����v:: +* ���ָ����θ���:: +* ����ļ믰:: +* ��ա���θ���:: +* ĭ��ȷ�����:: +* �������θ���::  -File: yatexj, Node: �Ή��I�u�W�F�N�g�ւ̃W�����v, Next: ���G�`���c�[���N��, Prev: Cursor jump, Up: Cursor jump +File: yatexj, Node: ���ָ����θ���, Next: ����ļ믰, Prev: Cursor jump, Up: Cursor jump -�Ή��I�u�W�F�N�g�ւ̃W�����v -============================ +���ָ����θ��� +======================================================== - �������̂��낢��ȏꏊ�� + ���Τ������ `[prefix] g' - ... �Ή�����I�u�W�F�N�g�ɃW�����v + ... ����ָ���˸��� -���������Ƃɂ��A�J�[�\���ʒu��LaTeX�R�}���h�ɑΉ�����ꏊ�ɃW�����v���� -���B�Ή��֌W�����݂���Ɖ��߂����R�}���h�ɂ͈ȉ��̂��̂�����܂��B +򡹳���ꢫ������LaTeX�����������˸��� +�޹���ظ��߹�����������ʼ��ά��޹� - * `\begin{}' ���� `\end{}' - * `%#BEGIN' ���� `%#END' - * �摜�t�@�C���̎�荞�݃}�N�� �� �Ή�����viewer/���G�����c�[���N�� - * `\label{}' ���� `\ref{}' - * `\include(\input)' �� �Ή�����t�@�C�� - * `\bibitem{}' ���� `\cite{}' + * `\begin{}' �� `\end{}' + * `%#BEGIN' �� `%#END' + * ��ա�������ޯ� � ����viewer/����ļ믰 + * `\label{}' �� `\ref{}' + * `\include(\input)' � ����ա�� + * `\bibitem{}' �� `\cite{}' - `\begin{}' �� `\end{}' �̍s��`[prefix] g'���������Ƃɂ��A�Ή����� -`end/begin'�̍s�ɃW�����v���܂��B�������Ή�������̂��Ȃ��ꍇ�̓G���[�� -�Ȃ�܂��B�܂�����́A�̈�Œ�̂��߂� `%#BEGIN' �� `%#END' �̃y�A�ɑ΂��� -�����l�ɓ��삵�܂��B�Ȃ��A`label/ref'��`cite/bibitem'�Ή�������̂��ʃt�@ -�C���ɂ��鎞�́A�W�����v��ƂȂ�t�@�C�����I�[�v������Ă��Ȃ���΂Ȃ�܂� -��B*Note %#notation::. ���C���� .tex �t�@�C���� `\include{chap1}' �Ȃǂ� -�J�[�\�������킹�A`[prefix] g' �������ƁA`chap1.tex' �ɃW�����v���܂��B + `\begin{}' � `\end{}' ���`[prefix] +g'򡹳�� +������`end/begin'��˸��׷޹����������ά +ʤ��Ϩ����޹�޿��Ϣ����ο�� +`%#BEGIN' � `%#END' +�ڢ�з���˰�޹�ʪ�`label/ref'� +`cite/bibitem'�����ά�ա��ˢ��Ϣ��������ա +�묪����Ƥʱ����޻�*Note +%#notation::. ��� .tex ա��� +`\include{chap1}' ��˫�����ﻢ +`[prefix] g' �Ȣ`chap1.tex' +˸��׷޹� -�܂��A +޿� `[prefix] 4 g' - ... �ʃE�B���h�E�őΉ��I�u�W�F�N�g�ɃW�����v + ... ̦��ɦ����ָ���˸��� -�������ƁA�Ή�����I�u�W�F�N�g�ւ̃W�����v��ʃE�B���h�E�ōs���܂��B�������A -���̋@�\�� `begin/end', `%#BEGIN/%#END' �Ԃ̃W�����v�ɑ΂��Ă�(�Ӗ����Ȃ� -�Ǝv����̂�)�@�\���Ȃ��̂Œ��ӂ��Ă��������B +�Ȣ����ָ����θ����̦��ɦ�Ԥ޹����� +�Ρ�� `begin/end', `%#BEGIN/%#END' +�θ����з�� +(գ�ʤ�������)���ʤ���շƯ����  -File: yatexj, Node: ���G�`���c�[���N��, Next: ���C���t�@�C���ւ̃W�����v, Prev: �Ή��I�u�W�F�N�g�ւ̃W�����v, Up: Cursor jump +File: yatexj, Node: ����ļ믰, Next: ��ա���θ���, Prev: ���ָ����θ���, Up: Cursor jump -���G�`���c�[���N�� -================== +����ļ믰 +==================================== -��L�́u�摜�t�@�C���̎�荞�݃}�N���v�Ƃ́A�Ⴆ�� `\epsfile{file=foo}' �� -�悤�ȑ}�G��荞�݃R�}���h�̂��ƂŁA���̍s�ɃJ�[�\�������킹��`[prefix] g' -�������Ƃ��̉摜�t�@�C���̌��ƂȂ����t�@�C����Ή����邨�G�`���c�[�����N�� -���ăI�[�v�����܂��B�N������c�[���̔���͈ȉ��̂悤�ɂȂ���܂��B +�����ա�������ޯ���Ϣ�� +`\epsfile{file=foo}' +���ި���߳���γ�Ǣ���� +��������`[prefix] +g'�Ƚ���ա��ε��ÿա +������모��ļ�򯰷ƪ���޹�����ļ�ν� +�ʼ���ʵ�޹� - 1. �J�����g�s���ϐ� `YaTeX-processed-file-regexp-alist' �ɒ�`����Ă��� - ���K�\���̂����ꂩ�ƃ}�b�`������A�t�@�C�����ɑ������镔���� \\(\\)�� - �甲���o���Ċo���Ă���(���Ԗڂ�\\(\\)���͕ϐ��̊e���X�g�� cdr ���ɓ� - ��Ă���)�B�}�b�`���Ȃ���Ή������Ȃ��B - 2. �s���ɁA�ϐ� `YaTeX-file-processor-alist' �ɓo�^����Ă���R�}���h�� - �u%�R�}���h�v �̂悤�ɏ����Ă���΋����I�Ɂu�R�}���h �t�@�C����.�g�� - �q�v���N���B - 3. �Ȃ���΁A�ϐ� `YaTeX-file-processor-alist' �̊e���X�g��cdr���ɓ����� - ����g���q���u�t�@�C�����v�̌��ɑ������t�@�C�������݂��邩�������� - �āA���݂����ꍇcar���ɓ����Ă���R�}���h���N������B - 4. �ȏ�ǂꂩ�Ƀ}�b�`���Ȃ���΂�����߂�B + 1. ����Ԭ�� `YaTeX-processed-file-regexp-alist' + ���� + �Ƥ뵬��Τ���������ա���������� + \\(\\)�鴭з�Шƪ�(����\\(\\)��������� + cdr �� + ��ƪ�)�����ʱ�п�ʤ� + 2. ��ˢ�� `YaTeX-file-processor-alist' + �п��Ƥ���ɬ + �%����� + ����Ƣ�Я���ֳ��� + ա��.ȥ��� ��� + 3. ʱ�Т�� `YaTeX-file-processor-alist' + �����cdr����� + ��ȥ���ա������˭��ա�문߹�硴�Ƣ� + ߷���car����Ƥ����򯰹� + 4. ���������ʱ�Т���� -�ϐ� `YaTeX-file-processor-alist' �ƕϐ� `YaTeX-file-processor-alist' �̐� -����@�ɂ‚��Ă͂��ꂼ��̕ϐ��ɂ‚��� describe-variable ���Đ�����ǂ�� -�������B���܂��ݒ肷��ƁA�摜�t�@�C���ɂ����炸�A�C�ӂ̌`���̃t�@�C����C -�ӂ̃v���Z�b�T�ŏ�������R�}���h���ȒP�ɌĂяo�����Ƃ��ł��܂��B +�� `YaTeX-file-processor-alist' ��� +`YaTeX-file-processor-alist' +������Ĥ�Ͻ������Ĥ +� describe-variable +�������Ǽ����ޯ���Ȣ��ա� +�˫�麢������ա�������õ���������� +����й�Ȭǭ޹�  -File: yatexj, Node: ���C���t�@�C���ւ̃W�����v, Next: �‹���P�ʂƂ����W�����v, Prev: ���G�`���c�[���N��, Up: Cursor jump +File: yatexj, Node: ��ա���θ���, Next: ĭ��ȷ�����, Prev: ����ļ믰, Up: Cursor jump -���C���t�@�C���ւ̃W�����v -========================== +��ա���θ��� +==================================================== -`chap1.tex'�̂悤�ȃT�u�t�@�C���ŁA +`chap1.tex'��ʵ�ա��Ǣ `[prefix] ^' - ... ���C���t�@�C���ɃW�����v + ... ��ա��˸��� `[prefix] 4 ^' - ... �ʃE�B���h�E�Ń��C���t�@�C���ɃW�����v + ... ̦��ɦ���ա��˸��� -�������ƁA���C���t�@�C���̕ҏW�o�b�t�@�ɐؑւ��܂��B�����A���C���t�@�C���� -�I�[�v�����Ă��Ȃ��ꍇ�́A�J�����g�f�B���N�g������T���Ď����I�ɃI�[�v���� -�܂��B +�Ȣ��ա���Ը��ա��ب޹�ⷢ��ա��� +����Ƥʤ��Ϣ����ǣ���鵷ƫ��˪��� +޹�  -File: yatexj, Node: �‹���P�ʂƂ����W�����v, Next: �Ō�̕⊮�ʒu�ւ̃W�����v, Prev: ���C���t�@�C���ւ̃W�����v, Up: Cursor jump +File: yatexj, Node: ĭ��ȷ�����, Next: �������θ���, Prev: ��ա���θ���, Up: Cursor jump -�‹���P�ʂƂ����W�����v -======================== +ĭ��ȷ����� +================================================ -����Ɍ��݂̊‹���P�ʂƂ��ċ@�\����R�}���h�Ɉȉ��̂��̂�����܂��B +��˽��ĭ��ȷơ�������ʼ��ά��޹� `M-C-a' - ... �‹��̐擪(`\begin')�փW�����v + ... ĭ��(`\begin')ظ��� `M-C-e' - ... �‹��̖���(`\end')�փW�����v + ... ĭ���(`\end')ظ��� `M-C-@' - ... �‹��S�̂��}�[�N + ... ĭ���޼� -��L�̃R�}���h�͒ʏ��`[prefix]'�L�[�ł͂Ȃ�`META'�L�[���v���t�B�N�X�Ƃ��� -�@�\����̂ł����Ӊ������B +�γ�������`[prefix]'����ʯ`META'�����գ� +�ȷơ����Ǵ�ռ���  -File: yatexj, Node: �Ō�̕⊮�ʒu�ւ̃W�����v, Prev: �‹���P�ʂƂ����W�����v, Up: Cursor jump +File: yatexj, Node: �������θ���, Prev: ĭ��ȷ�����, Up: Cursor jump -�Ō�̕⊮�ʒu�ւ̃W�����v -========================== +�������θ��� +==================================================== -�쒹�͕⊮���͂����ʒu����Ƀ��W�X�^ `3'�ɕۑ����Ă��܂��B���͓r���Ŕ@���� -��t�@�C���̔@���Ȃ�ʒu�ɍs�����Ƃ��Ă��A`C-x j 3'(`jump-to-register')�� -�g���Ē����ɍŌ�̕⊮���͈ʒu�ɖ߂邱�Ƃ��ł��܂��B +����Ϸ������츹� +`3'�ݸ�Ƥ޹� +����ǡ���ա��Ρ�������ÿȷ�� +`C-x j +3'(`jump-to-register')���ƾ������������ +�Ȭǭ޹�  File: yatexj, Node: Modifying/Deleting, Next: Filling, Prev: Cursor jump, Up: Top -�ύX/�폜 -********* +ѹ/�� +***************** - ���ɓ��͂���Ă��� LaTeX �R�}���h�̕ύX/�폜�̂��߂Ɉȉ��̋@�\���p�ӂ��� -�Ă��܂��B + ���ϵ�Ƥ� LaTeX +�����ѹ/��ο��ʼΡ���� +��Ƥ޹� `[prefix] c' - ... �J�[�\���ʒu�� LaTeX �R�}���h�̕ύX + ... ������� LaTeX + �����ѹ `[prefix] k' - ... �J�[�\���ʒu�� LaTeX �R�}���h�̍폜 + ... ������� LaTeX + ������� -�����̃R�}���h�́A�R�}���h���N������ꏊ�ɂ���ē�������肷��̂Œ��ӂ� -�ĉ������B +���γ���Ϣ����򯰹������ư��������շ +Ƽ��� * Menu: -* Changing LaTeX command:: LaTeX �R�}���h�̕ύX -* Killing LaTeX command:: LaTeX �R�}���h�̍폜 +* Changing LaTeX command:: LaTeX �����ѹ +* Killing LaTeX command:: LaTeX �������  File: yatexj, Node: Changing LaTeX command, Next: Killing LaTeX command, Prev: Modifying/Deleting, Up: Modifying/Deleting -LaTeX �R�}���h�̕ύX -==================== +LaTeX �����ѹ +================================== -�ύX������ LaTeX �R�}���h�ɃJ�[�\�������킹�� `[prefix] c' �������Ƃ��̃R -�}���h��⊮���͂Ȃǂ�p���Ď�y�ɕς��邱�Ƃ��ł��܂��B`[prefix] c' �ŕ� -�X�ł���R�}���h�ɂ͈ȉ��̂��̂�����܂��B +ѹ��� LaTeX +����˫������� `[prefix] c' +�Ƚγ����������Ѥ����Ѩ�Ȭǭ޹� +`[prefix] c' +�ѹǭ������ʼ��ά��޹� - * `begin/end' �̊‹��� - * section�^�R�}���h�̃R�}���h�� - * section�^�R�}���h�̈��� - * section�^�R�}���h�̃I�v�V�����p�����[�^([]�ň͂܂ꂽ����) - * large�^�R�}���h - * (�C���[�W�⊮�œ��͉”\��)�������[�h��p��maketitle�^�R�}���h + * `begin/end' �ĭ� + * section�����γ��ɾ + * section�������� + * section�����Ϊ׷����Ἷ([]������) + * large����� + * (�Ἰ����Ľ�)�������maketitle����� - �ς�����section�^�R�}���h�̈���������� LaTeX �R�}���h���܂ޏꍇ�́A���� -�������͂ޒ����ʂ̏�� `[prefix] c' ���������ƂŒ��̃R�}���h��ύX�Ώ۔��� -���珜�O���邱�Ƃ��ł��܂��B + Ѩ��section������������ +LaTeX ���������Ϣ +������������� `[prefix] c' +򡹳���γ����ѹ +�ݽ������Ȭǭ޹�  File: yatexj, Node: Killing LaTeX command, Prev: Changing LaTeX command, Up: Modifying/Deleting -LaTeX �R�}���h�̍폜 -==================== +LaTeX ������� +================================== -`[prefix] k' �͋N������ʒu�ɂ�莟�̂悤�ȓ�����s���܂��B +`[prefix] k' ϯ�������� +���ʰ��Ԥ޹� - �N���ʒu ���� - \begin, \end�̍s `\begin\end'�y�A�̍폜 - %#BEGIN, %#END �̍s %#BEGIN,%#END�y�A�̍폜 - section�^�R�}���h�̏�(��) section�^�R�}���h�̍폜 - �t�H���g�w�芇�ʂ̏� �t�H���g�w��̍폜 - ���ʂ̏� �΂��Ȃ����ʂ̍폜 + ���� �� + \begin, \end�� `\begin\end'ڢ��� + %#BEGIN, %#END �� %#BEGIN,%#ENDڢ��� + section�������(�) section�������� + թ�������� թ������� + ���� ��ʹ����� -`\begin, \end' ����� `%#BEGIN, %#END' ���폜����ꍇ�A`\begin, \end' �� -`%#BEGIN, %#END' �̑��݂���s�͂܂邲�ƍ폜�����̂ŁA�����̈�s�� -`\begin' �Ȃǂ��ˆȏ�A�˂ď����Ȃ��悤�ɒ��ӂ��Ă��������B��L�̂��̂� -���ׂĖ{�����͂��u�e��v���폜����悤�ɓ����܂����Auniversal-argument -(`C-u') ��ł������`[prefix] k'���^�C�v����ƁA���ꂼ��́u�e��v�Ɋ܂܂� -��u���g�v����C�ɍ폜���܂��B�ȉ��̗���Q�l�ɂ��ĉ������B +`\begin, \end' ��� `%#BEGIN, %#END' +������� `\begin, \end' � `%#BEGIN, %#END' +θ߹��� +���������Ǣ������� +`\begin' ��������� +�ʤ���շƯ���� +����Ϲ��ܸ�Ϧ����������˯�޹�� +universal-argument (`C-u') ��ÿ��`[prefix] +k'�׹�Ȣ +�����������������������޹�ʼ����˷ +Ƽ��� - ���̃e�L�X�g: [prefix] k C-u [prefix] k - �{��\footnote{�r��}�ł��B �{���r���ł��B �{���ł��B - ��(�J�[�\���ʒu) + ��ƭ��: [prefix] k C-u [prefix] k + ܸ\footnote{��}ǹ� ܸ��ǹ� ܸǹ� + �(������)  File: yatexj, Node: Filling, Next: Includeonly, Prev: Modifying/Deleting, Up: Top -������ -****** +巨 +************ -item�̌����� -============ +item�巨 +==================== - itemize �‹����ɂ���`\item'�̍���(����)�������s�ɓn��ꍇ�ɁA���ڂ̐擪 -���������������ꍇ�ɂ́A + itemize +ĭ�ˢ�`\item'���(��)���������ˢ� +����巨������Ϣ `M-q' - ... ������ + ... 巨 -�ɂ���āA���� item �̃C���f���g�̐[���ɉ����� fill ����܂��B�Ȃ��A�Â� -NTT jTeX ���g�p���Ă���ꍇ�ɂ́ALisp �ϐ�`NTT-jTeX'��`t'�ɃZ�b�g���ĉ��� -���B +���Ƣ�� item +Τ����μ����� fill +��޹�ʪ�Ť NTT jTeX +��ѷƤ����ϢLisp +��`NTT-jTeX'�`t'˻� ȷƼ��� - ���̂Ƃ��A�ϐ�`YaTeX-item-regexp'�̒l(�W���ł� `"\\\\item"')�����ڎw��R -�}���h�̐��K�\���Ƃ��Č����Ɏg�p���܂��Bitemize �‹��ŁA�Ǝ��̃R�}���h��� -�`���č��ڂ�񋓂��Ă���ꍇ(�Ⴆ��`\underlineitem')�́A`~/.emacs' �Ŏ��� -�悤�Ɏw�肵�ĉ������B + ��ȭ���`YaTeX-item-regexp'��(���� +`"\\\\item"')� +�������ε���ȷơ���ѷ޹�itemize +ĭǢȫγ +�������������Ƥ���(��`\underlineitem')Ϣ +`~/.emacs' ǡ�����Ƽ��� (setq YaTeX-item-regexp "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)") -���̕ϐ��̎w��̎d�����悭������Ȃ��ꍇ�́A�Ǝ��̍��ڗ񋓃R�}���h�̖��O�� -``"\item"'�Ŏn�܂���̂ɂ��ĉ�����(�Ⴆ��"\itembf"')�B +�����������诬��ʤ��Ϣȫ��������ξ�� +``"\item"'������˷Ƽ��(��"\itembf"')� -�쒹�� `M-q' �ł� `\item' ���‹��ɉ����Ĉȉ��̂悤�Ɂu�n���O�C���f���g�v�� -�܂��B +�� `M-q' �� `\item' +�ĭ����ʼ������� +���׷޹� - itemize, enumerate�‹�: - >\item[�ق��ق�] �p��ł́A���ɈӖ��̂Ȃ��P��� `foo' �ł���킵�� - > �����A����̓��{��łƂ�������P�ꂪ�u�ق��ق��v - > �ł��B - description�‹�: - > \item[�ւ�ւ�] �u�ق��ق��v���ł���߂��P��Ƃ��Ďg�������ɁA�� - > 2�̂ł���߂ȒP��Ƃ��āu�ւ�ւ�v���g���邱�Ƃ��� - > ���悤�ł��B + itemize, enumerateĭ: + >\item[۲۲] ���Ϣ��գ�ʤ��� `foo' Ǣ��� + > �����������⤨���۲۲� + > ǹ� + descriptionĭ: + > \item[����] �۲۲��ǿ�ᬱ�ȷ��ÿ�ˢ� + > 2�ǿ��ʱ�ȷ������׬����Ȭ� + > ��ǹ� -�p���O���t�̌����� -================== +�����巨 +==================================== - itemize�‹��ȊO�ł̃p���O���t�̌�����(fill)�́A��{�I�ɑ��̃��[�h�Ɠ��� -�悤�ɋ@�\���܂����Averbatim�‹���Atabular�‹��Ȃnj�����������ƔߎS�ȏ� -���ɂȂ�悤�Ȋ‹����ł͋@�\���܂���B�܂��A\verb �Ŋ����Ă�����̂͌����� -�s��������܂���(�ϐ� `YaTeX-verb-regexp' �Ő���) )�B����ɁA�ꎞ�I�ɃC�� -�f���g�̐[����ς��Ă���ӏ��ł́A���̃C���f���g�̐擪��`M-q'���������Ƃ� -��� fill-prefix �����������ύX���Ȃ��Č��������ł��܂��B + itemizeĭʰ�������巨(fill)Ϣ�ܪ˾���ȱ� +�ˡ��޹��verbatimĭ�tabularĭ��巨������ +������ĭ��ϡ��޻�޿�\verb +���Ƣ������ +Ԭ��޻�(�� `YaTeX-verb-regexp' +ǩ�) )���ˢ���� +�����μ��ѨƢ����Ϣ�Τ�������`M-q'� +������ fill-prefix +����ѹ�ʯ�巨�ǭ޹�  File: yatexj, Node: Includeonly, Next: What column, Prev: Filling, Up: Top -�����includeonly -***************** +���includeonly +*********************** - �t�@�C���𕪊����ĕ��͂���͂��Ă��鎞�ɂ́A���C���t�@�C������ + ա����Ƹ���ϷƤ���Ϣ��ա���� - \includeonly{���ݕҏW���̃t�@�C����} + \includeonly{��Ը��ա��} -�̂悤�ɏ����Ă������ƂŁA�^�C�v�Z�b�g�̎��Ԃ�ߖ�ł��܂����A������Ƒ��� -�t�@�C�����蒼�����������ɂ� +����ƪ���Ǣ��׻��������ǭ޹�����Ⱦ� +ա���꾷������ - \includeonly{������Ǝ蒼���������t�@�C����} + \includeonly{����꾷���ա��} -�Ə��������Ȃ���΂Ȃ炸��Ԃ�������܂��B�쒹�ł͌��ݕҏW���Ă���t�@�C�� -�������C���t�@�C����`\includeonly'�ɂȂ��ꍇ�ɂ͎����I�ɂ�������o���A���� -�w�����‚��܂��B +�񭾵ʱ�����֬���޹���Ͻ�Ը�Ƥ�ա�� +����ա���`\includeonly'�ʤ���ϫ��˳��з� +��ب�Į޹� A)dd R)eplace %)comment? -���ݕҏW���̃t�@�C���� `\includeonly' �̃��X�g�ɉ����������ɂ�`a' ���A���� -�ҏW���̃t�@�C�������� `\includeonly' �ɂ���������`r'���A`\includeonly' �� -�s���R�����g�A�E�g���Ė��������������ɂ́A`%'�����ꂼ�ꉟ���ĉ������B +��Ը��ա��� `\includeonly' +����è�����`a' +��Ը��ա����� +`\includeonly' ˷����`r'� `\includeonly' +�����Ȣ�ȷƵ�������Ϣ`%'� +��졷Ƽ���  File: yatexj, Node: What column, Next: Intelligent newline, Prev: Includeonly, Up: Top -�����͂ǂ�? -*********** +���ɳ? +********************* - ���ڐ��̑��� tabular �Ȃǂ��������񏑂��Ă���Ɖ��̕��̍s�ŁA���܏����� -���錅���ǂ��ɑΉ�����̂��킩��Ȃ��Ȃ��Ă��܂����Ƃ�����܂��B�Ⴆ�΁A�� -���̂悤�� tabular �ɂ����āA + ���ο� tabular +��򿯵��Ƥ�ȼ����Ǣ���� +���ɳ�����Ϋ��ʯ��Ʒަ�Ȭ��޹��Т� +���� tabular ˪�Ƣ \begin{tabular}{|c|c|c|c|c|c|c|c|}\hline - ����&����&��&�Z��&�d�b&FAX&�A�Ȑ�&�A�Ȑ�d�b\\ \hline - ����Y & 6 & 223 & ���l�s�`�k����g & xxx-yyy & - zzz-www & �g���K & 9876-54321 \\ - ���g���m & 2 & \multicolumn{2}{c|}{�����Ȃ�} + �&�&�&��&��&FAX&���&�����\\ \hline + ��� & 6 & 223 & �������� & xxx-yyy & + zzz-www & �� & 9876-54321 \\ + �Ȯ� & 2 & \multicolumn{2}{c|}{��ʤ} &&&(???) \\ \hline \end{tabular} -(???)�̕������ǂ̍��ڂȂ̂������ɔ��f����͓̂���ł��傤�B����Ȏ��́A +(???)���������Ϋ��˽ǹ����Ƿ禣����Ϣ `[prefix] &' - ... ���݂̃J�����\�� + ... ��Ϋ�ཨ -�������ƃJ�[�\���ʒu�̃J�������ǂ̍��ڂɊY�����邩���~�j�o�b�t�@�ɕ\������ -���Btabular/array�‹��̑�1�s�ڂ����ږ��̕��тƂ݂Ȃ��đΉ�������̂�T���� -���B�������ږ��Ƃ��ĕʂ̂��̂�\�����ė~�����ꍇ�́A�s����`%'�ɂ��ă_�~�[ -�̍��ڕ��т�����Ă����Ɨǂ��ł��傤�B +�ȫ�����Ϋ������˺��������ա˽��� +��tabular/arrayĭ��1����ܾ�����ʷ��������� +����ܾȷ�����򽨷�߷���ϢԬ�`%'˷�� +߼��������ƪ��ɤǷ禣  File: yatexj, Node: Intelligent newline, Next: Usepackage cheker, Prev: What column, Up: Top -���܂������s -************ +�ޫ��� +************************ - tabular[*], array, itemize, enumerate, tabbing �‹���begin�^�⊮�œ��͂� -�����A�܂��͊e�‹����� + tabular[*], array, itemize, enumerate, tabbing +ĭ�begin����Ϸ +���޿��ĭ�� `ESC RET' - ... ���܂������s + ... �ޫ��� -�������ƁA���̊‹��ɉ������s�G���g�������̍s�ɑ}�����܂�(begin�^�⊮���Ɏ� -���}�����ꂽ�G���g�����s�v�ȏꍇ�� undo �ɂ���ď����ł��܂�)�B�Ⴆ�΁A -tabular�‹��ł́A���̊‹��̃J�������ɑΉ��������� `&' �ɉ����A�s���� -`\\' �����܂��B���̎�����ȑO�� `\hline' ������΂�����t�������܂��B�� -���Ƃ���ɉ����Ď������͂�����̂̑Ή��͈ȉ��̂悤�ɂȂ�܂��B +�Ȣ��ĭ����Ԩ����������޹(begin���˫ +����쿨��������� undo +������ǭ޹)��Т +tabularĭ�Ϣ��ĭΫ����������� +`&' �è��� � `\\' +���޹������ʰ� `\hline' +���н��ձ +è޹�ĭȽ����ƫ��Ϲ�������ʼ�����޹� * `tabular', `tabular*', `array' - �J������-1 ������ `&' �� `\\'�B�K�v�ɉ����� `\hline' + ����-1 ��� `&' � + `\\'������� `\hline' * `tabbing' - ��s�ڂŒ�`���Ă��� `\=' �Ɠ������� `\>'�B + �������Ƥ� `\=' + ȱ���� `\>'� * `itemize', `enumerate', `description', `list' - `\item' �܂��� `item[]' + `\item' ޿� `item[]' - tabular �‹��̗�̂悤�ɁA�{�@�\�͊e�‹��̈�s�ڂ̓��e���Q�l�ɂ��ē��삷 -��̂ŁA�Ȃ�ׂ���s�ڈȍ~�ŌĂяo���悤�ɂ��Ă��������B + tabular +ĭ����ˢܡ���ĭ���������˷ư� +��Ǣ��ٯ��������й�˷Ư���� - �����A���̑��̊‹��A�Ⴆ�� `foo'�A�ɑ΂���`���܂������s'�𓮍삳�������� -�́A`YaTeX-intelligent-newline-foo' �Ƃ������O�̊֐����`���܂��B��`���� -�֐��́A���݂̍s�ɉ��s��}����������̍s���̈ʒu�ŌĂ΂�܂��B�֐� -`YaTeX-indent-line' ���ĂԂƌ��݂̊‹��̃l�X�g�ɉ������[���ɃC���f���g���� -��̂ŁA������Ă�ł��牽����}������悤�ȃR�[�h�������Ƃ悢�ł��傤�B -`yatexenv.el'���̊֐� `YaTeX-intelligent-newline-itemize' �̒�`�Ȃǂ��Q�l -�ɂ��Ă��������B + ⷢ�ξ�ĭ��� +`foo'��з�`�ޫ���'�� +�����Ϣ`YaTeX-intelligent-newline-foo' +Ȥ��������� +�޹�������Ϣ���������������Ԭ�������� +���� `YaTeX-indent-line' +���Ƚ��ĭ�͹�������� +����ȵ���Ǣ�����ǫ鿫������ʳ������ +�Ƿ禣`yatexenv.el'���� +`YaTeX-intelligent-newline-itemize' +�������˷Ư����  File: yatexj, Node: Usepackage cheker, Next: Changing mode of YaTeX, Prev: Intelligent newline, Up: Top -����usepackage -**************** +���usepackage +********************** - begin�^�Asection�^�Amaketitle�^�A�����ꂩ��LaTeX2e�}�N����⊮���͂���ƁA -���̃}�N���̗��p�ɊO���p�b�P�[�W��K�v�Ƃ���ꍇ�A���̃p�b�P�[�W��{������ -`\usepackage{}' ���Ă��邩�ǂ����𒲍����A�������Ă��Ȃ���΃v���A���u���� -�Ή�����p�b�P�[�W�������ɂ��� `\usepackage' ����(�m�F���)�}�����܂��B + begin��section��maketitle������LaTeX2eޯ����Ϲ�Ȣ +��ޯ����˰��ñ����ȹ��碽��ñ��� +ܸ�� `\usepackage{}' +�Ƥ�ɦ�򴺷�ⷷƤʱ�� +�����������ñ�����˷� +`\usepackage' �� (Χ��)���޹� - ���������̋@�\���������߂ɂ́A�p�b�P�[�W���Ƃ��̒��Œ�`����Ă���}�N�� -�Q��alist�̌`���ŕϐ� `YaTeX-package-alist-private' �ɐݒ肵�Ă����K�v���� -��܂��B + ����Ρ�������Ϣ�ñ���Ƚ�������Ƥ�ޯ� +��alist������ `YaTeX-package-alist-private' +���ƪ�� ׬��޹�  File: yatexj, Node: Changing mode of YaTeX, Next: Online help, Prev: Usepackage cheker, Up: Top -�쒹�̓��샂�[�h�؂�ւ� -************************ +�ΰ�����ب +************************************************ `[prefix] w' - ... �쒹���샂�[�h�؂�ւ����j���[ + ... �����ب��� -�Ŗ쒹���g�̓�������肷��ȉ��̃��[�h��؂�ւ��܂��B +��ΰ�����ʼ������ب޹� - * �C�����[�h - * �쒹�������[�h + * ���� + * ����� -�C�����[�h�́A�J�����ʓ��͎��̏������R���g���[�����A�C�����[�hON�̎��͊J�� -���ʂ̓��͂͊J�����ʂ݂̂̓��͂ɂȂ�A�C�����[�hOFF�̎��͊J�����ʂ̓��͂� -���ŕ‚����ʂ܂œ��͂��܂��B�f�t�H���g(�N����)�̐ݒ��*OFF*�ł��B +����Ϣ��������������뷢����ON��ϫ� +�����ϫ����������ꢤ���OFF��ϫ������� +��ĸ�����Ϸ޹��թ��(���)����*OFF*ǹ� - �쒹�������[�h�́A�ϐ� `YaTeX-auto-math-mode' �� `nil' �̎��̂ݗL���ŁA -���̂Ƃ�`;'��`:'����������(*Note Image completion::�Q��)�ɁA�ǂ̂悤�ȃC���[ -�W�⊮���@�\�����邩�A�ʏ�̃L�[�Ƃ��ċ@�\�����邩���蓮�Ő؂�ւ��܂��B�� -�����肪�x���}�V���ł�`YaTeX-auto-math-mode' `nil'�ɃZ�b�g���A�쒹�������[ -�h���蓮�Ő؂�ւ���Ɨǂ��ł��傤�B + �����Ϣ�� `YaTeX-auto-math-mode' � +`nil' ��� +߭�Ǣ��ȭ`;'�`:'򡷿�(*Note +Image completion::��)ˢ +���ʤἸ�򡽵�뫢��έ�ȷơ������� +��ب޹�����٤޷���`YaTeX-auto-math-mode' +`nil'˻�ȷ�����������ب��ɤǷ禣  File: yatexj, Node: Online help, Next: Inclusion hierarchy browser, Prev: Changing mode of YaTeX, Up: Top -�I�����C���w���v -**************** +������� +******************************** - �g�����Ƃ��� LaTeX �R�}���h�̗p�@���悭������Ȃ����́A�I�����C���w���v -���Ђ��܂��傤�B�w���v�Ɋւ���L�[�ɂ͈ȉ��̂��̂�����܂��B + Ȫ�ȹ� LaTeX +�����ѡ�诬��ʤ�Ϣ������ +��ҭ޷禣����ع뭼��ʼ��ά��޹� `[prefix] ?' - ... �I�����C���w���v + ... ������� `[prefix] /' - ... �I�����C��apropos + ... ����apropos -�I�����C���w���v -================ +������� +================================ - �u�I�����C���w���v�v�́A��ʓI�� LaTeX �R�}���h(�f�t�H���g�ŃJ�[�\���ʒu -�̃R�}���h)�ɑ΂��������ׂ̃o�b�t�@�ɕ\�����܂��B���̎��Q�Ƃ����w���v -�p�t�@�C���ɂ́u�O���[�o���w���v�v�Ɓu�v���C�x�[�g�w���v�v�̓��ނ�����A -�O�҂� LaTeX �̕W���R�}���h�̎�Ȃ��̂̐������܂ރt�@�C���ŁA�ϐ� -`YaTeX-help-file'�̒l�Ŏw�肳��܂��B���̃t�@�C���͒ʏ�����̏ꏊ(�f�t�H�� -�g��`$EMACSEXECPATH')�ɒu����A�N�������̓��e���X�V�ł���悤�ɑS���ɏ��� -���݌����^������ׂ����̂ł��B��҂́A��W���������͌l�I�ȃ}�N����`�� -�ւ��������������Ă���t�@�C���ŁA�ϐ�`YaTeX-help-file-private'�̒l�Ŏw -�肳��܂��B������̓��[�U�̃z�[���f�B���N�g���̉��Ȃǂɒu����܂��B + ֪�������Ϣ�̪� LaTeX +����(�թ��ǫ��� +��γ���)�й��������ա˽��޹�����ȵ��� +���ա����ְ�����������ټ��������ଢ +ꢰ�� LaTeX +θ���������������ա��Ǣ�� +`YaTeX-help-file'������޹���ա����������(� +թ���`$EMACSEXECPATH')�֫좯⬽����ǭ��� +�����ߢ������٭��ǹ���Ϣ��ⷯ��ͪ�� +�����ع������Ƥ�ա��Ǣ�� +`YaTeX-help-file-private'������޹�����漶�ۼ�ǣ +���μ���֫�޹� -�I�����C��apropos -================= +����apropos +=========================== - �u�I�����C��apropos�v�� GNU Emacs �� apropos �Ɠ��l�A���[�U���w�肵���L�[ -���[�h��������Ɋ܂ލ��ڂ��ׂĂ�ׂ̃o�b�t�@�ɕ\�����܂��B + ֪���apropos�� GNU Emacs � apropos +ȱ͢漶��귿�� +����������ܹ�������ա˽��޹� - �����A���ׂ悤�Ƃ���LaTeX�R�}���h�ɑ΂���������w���v�t�@�C�����Ɍ��‚� -��Ȃ������ꍇ�́A�������̓��͂����߂Ă���̂ŁA�”\�ł���ΎQ�l���Ȃǂ� -�ׂĂ��̃R�}���h�̐�������͂��Ă��������B�����A�Ȃɂ��W���I�ȃR�}���h�ɑ� -����������������Ȃ�΂��Ў��܂ł��̐����������艺�����B����̔z�z�Ɋ܂߂� -���Ǝv���܂��B + ⷢ���ȷ�LaTeX�����й�������ա���˫� +��ʫÿ��Ϣ���������Ư��ǢĽǢ�в����� +��ƽγ��������ϷƯ����ⷢ�˫��ʳ���� +й�������м���ǽ�����꼵���������� +���פ޹�  File: yatexj, Node: Inclusion hierarchy browser, Next: Cooperation with other packages, Prev: Online help, Up: Top -�C���N���[�h�\���u���E�U -************************ +���ɽ��馶 +************************************************ -�����̃t�@�C���ɕ������Ă���h�L�������g�������Ă���ꍇ�A +���ա��ˬ�Ƥ�ɭ������Ƥ��� `[prefix] d' - ... �C���N���[�h�\���u���E�Y + ... ���ɽ��馺 -�������ƁA���̃h�L�������g�̐e�t�@�C���𕷂��ė��܂��B�����őS�Ẵt�@�C�� -�̐e�ƂȂ�t�@�C��(�f�t�H���g��������Ă���̂ő���RET�̂�)����͂���� -�C���N���[�h���Ă���S�Ẵt�@�C������͂��A�C���N���[�h�󋵂����o�I�ɕ\�� -���܂��B���̃o�b�t�@�ł͈ȉ��̃L�[���삪�L���ł��B +�Ȣ��ɭ������ա�����޹���Ǵ��ա�� +�����ա��(�թ�Ȭ���Ƥ������RET��)��Ϲ�� +���ɷƤ���ա����Ϸ���������Ъ˽� +�޹�����ա��ʼέ���ǹ� `n' - ... ���̍s�Ɉړ����Ή�����t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... ����ܰ�����ա�������ա˽� `p' - ... ��̍s�Ɉړ����Ή�����t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... ����ܰ�����ա�������ա˽� `N' - ... �����C���N���[�h���x���̎��̃t�@�C���Ɉړ� + ... ���������Ρ�ա���ܰ `P' - ... �����C���N���[�h���x���̑O�̃t�@�C���Ɉړ� + ... ���������ΰ�ա���ܰ `j' - ... ���̍s�Ɉړ� + ... ����ܰ `k' - ... ��̍s�Ɉړ� + ... ����ܰ `u' - ... ���e�ɂ�����t�@�C���Ɉړ� + ... ���ˢ��ա���ܰ `.' - ... �J�[�\���ʒu�̃t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... �������ա�������ա˽� `SPC' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C�����X�N���[���A�b�v + ... ����ա���ա������� `DEL, b' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C�����X�N���[���_�E�� + ... ����ա���ա�������� `<' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C���̐擪��\�� + ... ����ա���ա����� `>' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C���̖�����\�� + ... ����ա���ա������ `'' - ... (`<'��`>'�̌��)���̕\���ʒu�ɖ߂� + ... (`<'�`>'���)�ν������ `RET, g' - ... �J�[�\���ʒu�̃t�@�C����ׂ̃o�b�t�@�ŃI�[�v�� + ... �������ա�������աǪ��� `mouse-2' - ... RET�Ɠ���(�E�B���h�E�g�p���̂�) + ... RETȱ�(���ɦ�����) `o' - ... �ׂ̃E�B���h�E�Ɉړ� + ... �Φ��ɦ�ܰ `1' - ... ���̃E�B���h�E������ + ... �Φ��ɦ�ù `-' - ... �u���E�Y�E�B���h�E������������ + ... �馺���ɦ򮵯�� `+' - ... �u���E�Y�E�B���h�E��傫������ + ... �馺���ɦ�筯�� `?' - ... �w���v�\�� + ... ��׽� `q' - ... �\���O�̏�Ԃɖ߂� + ... ��������� - �������A�ׂ̃E�B���h�E�̃t�@�C���̓��e��\������@�\�Ɋւ��ẮA�Ή����� -�t�@�C�����N���[�Y���Ă��܂��Ƃ��܂������܂���̂ł����ӂ��������B + �����Φ��ɦ�ա�����򽨹롽�ط�Ϣ���� +ա�����ƷަȦޯ��޻��Ǵ�կ����  File: yatexj, Node: Cooperation with other packages, Next: Customizations, Prev: Inclusion hierarchy browser, Up: Top -���p�b�P�[�W�Ƃ̘A�g -******************** +��ñ���΢� +**************************************** gmhist ====== - `gmhist.el'��`gmhist-mh.el' �����[�h���Ă���ꍇ�A�v�������[�R�}���h�̓� -��(`[prefix] tp]')�A����R�}���h�̓���(`[prefix] tl')�̎��ɓƗ������q�X�g -���𗘗p�ł��܂��B���ꂼ��̃v�����v�g�ŁA`M-p' �������ƒ��O�ɗ��p�����R�} -���h�����������Ԃ��Ăяo�����Ƃ��ł��܂��B + `gmhist.el'�`gmhist-mh.el' +��ɷƤ������弳 +������(`[prefix] +tp]')����������(`[prefix] tl')� +��ȩ��ҹ�����ǭ޹����������Ǣ`M-p' +� +�Ⱦ���ѷ����ɸ����ַ��й�Ȭǭ޹� min-out ======= - `min-out.el' (`outline-minor-mode') �Ɩ쒹��g�ݍ��킹�Ďg�����Ƃ������� -��”\�ł��B�ݒ�̕��@�Ɋւ��Ă�`yatexm-o.el'���������������B + `min-out.el' (`outline-minor-mode') +��������Ȧ� +������Ľǹ�������ط��`yatexm-o.el'�������  File: yatexj, Node: Customizations, Next: Etc, Prev: Cooperation with other packages, Up: Top -�J�X�^�}�C�Y -************ +���ޤ� +************************ - �쒹�̓���𐧌䂷���X�̕ϐ���Ǝ��ɐݒ肷�邱�Ƃɂ��A�⊮���͂��N�� -����L�[�A�T�C����ς�����A�‹����̕⊮��������ɏ[�������邱�ƂȂǂ��� -���܂��B + �ΰ���������ȫ���������� +�򯰹뭼�����Ѩ��ĭ�������˼µ +����ɬǭ޹� * Menu: -* Lisp variables:: lisp �ϐ� -* Add-in functions:: �t���֐�(�A�h�C���֐�) +* Lisp variables:: lisp �� +* Add-in functions:: ����(�ɤ���)  File: yatexj, Node: Lisp variables, Next: Add-in functions, Prev: Customizations, Up: Customizations -lisp �ϐ� -========= +lisp �� +============= - �Ⴆ�� prefix �L�[�� `C-c' �ȊO�̃L�[�ɂ������ꍇ�́A`YaTeX-prefix'�� -prefix �L�[�ɂ������V���{�����`���Ă��������B����ɁA�u`C-c �p��'�v�Ƃ� -���L�[�o�C���h�͓Ǝ��̊֐������蓖�ĂĂ���̂Ŏg�������Ȃ��B���̂悤�Ȏ��́A -`YaTeX-inhibit-prefix-letter' �� `t' �ɐݒ肷�邱�Ƃɂ��A`C-c �p���c'�� -�o�C���h���S�āA�Ή�����`C-c C-�p���c'�ɕς��܂�(�������Abegin�^ large�^ -�⊮�̑啶���N���ɂ�郊�W�����w��͉”\�Ȃ܂܂ł��B����������ɂ������ꍇ -��`t'�ł͂Ȃ� 1 �ɃZ�b�g���ĉ������B)�B + �� prefix ��� `C-c' +ʰέ�˷����Ϣ `YaTeX-prefix'� +prefix +��˷����������Ư������ +ˢ�`C-c +��'�Ȥ���Ф���ȫ��������Ƣ���� +���ʤ������Ϣ`YaTeX-inhibit-prefix-letter' +� `t' ��������`C-c +���'�Ф�ɬ�Ƣ����`C-c +C-���'����޹(����begin� +large������������ +����Ľ���ǹ�����˷�����`t'��ʯ +1 ˻� ȷƼ���)� * Menu: -* All customizable variables:: �J�X�^�}�C�Y�ϐ��ꗗ -* Sample definitions:: �J�X�^�}�C�Y�ϐ��ݒ�� -* Hook variables:: hook�ϐ� -* Hook file:: hook�p�t�@�C�� +* All customizable variables:: ���ޤ����� +* Sample definitions:: ���ޤ������ +* Hook variables:: hook�� +* Hook file:: hook�ա��  File: yatexj, Node: All customizable variables, Next: Sample definitions, Prev: Lisp variables, Up: Lisp variables -�J�X�^�}�C�Y�ϐ��ꗗ --------------------- +���ޤ����� +---------------------------------------- - yatex-mode �ɂ����鎟�̕ϐ����J�X�^�}�C�Y�”\�ł��B`~/.emacs' �� `setq' -���Ă����΁A������̒�`���D�悳��܂��B���ʂ̒��̓f�t�H���g�l�ł��B���ۂ� -�ϐ��̒l��ύX����ꍇ�� `M-x describe-variable' �ŕϐ��̏ڍׂȐ������Q�� -���Ă��������B + yatex-mode +˪���������ޤ�Ľǹ�`~/.emacs' +� `setq' +�ƪ�Т����������޹�������թ��� +ǹ���������ѹ����� +`M-x describe-variable' � +���������ȷƯ���� -- Variable: YaTeX-prefix - yatex-mode ���̃v���t�B�N�X�L�[ (`\C-c') + yatex-mode ����գ���� (`\C-c') -- Variable: YaTeX-inhibit-prefix-letter - prefix �L�[�̒���̃L�[�o�C���h�� `�p��' �̂��̂� `C-�p��' �ɕύX - (`nil') + prefix ��ξ�έ�Ф��� + `��' ���� `C-��' �ѹ (`nil') -- Variable: YaTeX-fill-prefix - �{�����������̍s���ɑ}������ړ������Ȃ킿 fill-prefix (`""(nil)') + ܸ����Ԭ�����ܬ����� + fill-prefix (`""(nil)') -- Variable: YaTeX-user-completion-table - �w�K����LaTeX�R�}���h�ۑ��t�@�C���� (`"~/.yatexrc"') + ج��LaTeX����ݸա�� + (`"~/.yatexrc"') -- Variable: YaTeX-kanji-code - �������쐬���鎞�̊����R�[�hnil=�����̃R�[�h�̂܂� 0=no-conversion - 1=Shift JIS, 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS�ł�1)) + ����������� + nil=��γ����� 0=no-conversion 1=Shift JIS, + 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS��1)) -- Variable: tex-command - LaTeX�^�C�v�Z�b�^�R�}���h�� (`"platex"') + LaTeX��׻ÿ���ɾ (`"platex"') -- Variable: dvi2-command - �v�������[�A�R�}���h�� (`"xdvi -geo +0+0 -s 4"') + ���弢���ɾ (`"xdvi -geo +0+0 -s + 4"') -- Variable: dviprint-command-format - dvi�t�@�C���̈���Ɏg����R�}���h�� (`"dvi2ps %f %t %s | lpr"') + dviա������������ɰ + (`"dvi2ps %f %t %s | lpr"') -- Variable: dviprint-from-format - ���`%f'�ɑ�������J�n�y�[�W�w�菑���A`%b' ���J�n�y�[�W�ԍ��ɕς�� - (`"-f %b"') + ��`%f'������ڼ����`%b' + ���ڼ����� �� (`"-f %b"') -- Variable: dviprint-to-format - `%t' �ɑ�������I���y�[�W�w�菑���A`%e'���I���y�[�W�ԍ��ɕς�� (`"-t - %e"') + `%t' + ����못ڼ����`%e'���ڼ������� + (`"-t %e"') -- Variable: makeindex-command - makeindex�R�}���h (`"makeindex"' (MS-DOS�ł�`"makeind"')) + makeindex���� (`"makeindex"' (MS-DOS��`"makeind"')) -- Variable: YaTeX-dvipdf-command - dvi��PDF�ɕϊ�����R�}���h (`"dvipdfmx"') + dvi�PDF�ѹ����� (`"dvipdfmx"') -- Variable: YaTeX-on-the-fly-preview-interval - `[prefix] t e'�Ŋ‹������v�������[������ꍇ�̕ϊ������܂ł̖����쎞 - ��(�b) (0.9) `nil' �̏ꍇ�͑����v�������[�����Ȃ��B + `[prefix] t + e'�ĭ��preview�����ѹ����� + �����(�) (0.9) `nil' + ���Ϩ������ʤ� + + -- Variable: YaTeX-on-the-fly-math-preview-engine + `[prefix] t + e'���ĭ��preview����Ѥ��� + (latex-math-preview���Ľ�ȭ� + latex-math-preview-expression ��� + `'YaTeX-typeset-environment-by-lmp' + ���ʤȭ������� + `'YaTeX-typeset-environment-by-builtin') -- Variable: YaTeX-cmd-gimp - GIMP���N������R�}���h (code{"gimp"}) + GIMP򯰹���� (code{"gimp"}) -- Variable: YaTeX-cmd-tgif - tgif���N������R�}���h (code{"tgif"}) + tgif򯰹���� (code{"tgif"}) -- Variable: YaTeX-cmd-inkscape - Inkscape���N������R�}���h (code{"inkscape"}) + Inkscape򯰹���� (code{"inkscape"}) -- Variable: YaTeX-cmd-dia - Dia���N������R�}���h (code{"dia"}) + Dia򯰹���� (code{"dia"}) -- Variable: YaTeX-cmd-ooo - OpenOffice.org�܂���LibreOffice���N������R�}���h (code{"soffice"}) + OpenOffice.org޿�LibreOffice򯰹���� + (code{"soffice"}) -- Variable: YaTeX-cmd-gs - Ghostscript���N������R�}���h (code{"gs"}) + Ghostscript򯰹���� (code{"gs"}) -- Variable: YaTeX-cmd-dvips - dvips���N������R�}���h(�‹��ɂ���Ă�pdvips�Ȃ�) (code{"dvips"}) + dvips򯰹����(ĭ�����pdvips��) + (code{"dvips"}) -- Variable: YaTeX-cmd-displayline - displayline���N������R�}���h + displayline򯰹���� (code{"/Applications/Skim.app/Contents/SharedSupport/displayline"}) -- Variable: YaTeX-cmd-edit-ps - PostScript�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l) + PostScriptա���Ը����� + (��code{"YaTeX-cmd-gimp"}��) -- Variable: YaTeX-cmd-edit-pdf - PDF�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-ooo"}�̒l) + PDFա���Ը����� + (��code{"YaTeX-cmd-ooo"}��) -- Variable: YaTeX-cmd-edit-ai - .ai�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l) + .aiա���Ը����� (��code{"YaTeX-cmd-inkscape"}��) -- Variable: YaTeX-cmd-edit-svg - SVG�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l) - + SVGա���Ը����� + (��code{"YaTeX-cmd-inkscape"}��) -- Variable: YaTeX-cmd-edit-images - ���̑��摜�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l) + �ξ��ա���Ը����� + (��code{"YaTeX-cmd-gimp"}��) -- Variable: YaTeX-need-nonstop - `\nonstopmode{}'�������I�ɕt�����邩 (`nil') + `\nonstopmode{}'򫰪��ù� (`nil') -- Variable: latex-warning-regexp - latex�R�}���h�̏o�͂���E�H�[�j���O�s�̐��K�\�� (`"line.* [0-9]*"') + latex������Ϲ릩����ε��� + (`"line.* [0-9]*"') -- Variable: latex-error-regexp - �������G���[�s�̐��K�\�� (`"l\\.[1-9][0-9]*"') + ������ε��� + (`"l\\.[1-9][0-9]*"') -- Variable: latex-dos-emergency-message - MS-DOS��œ��삷�� latex �R�}���h���A�G���[�ɂ���~����Ƃ��o�͂��� - ���b�Z�[�W (`"Emergency stop"') + MS-DOS�ǰ�� latex + ���ɬ�������߹�ȭ�Ϲ��� + ��� (`"Emergency stop"') -- Variable: latex-message-kanji-code - �^�C�v�Z�b�^�̏o�͂��郁�b�Z�[�W�̊����R�[�h.�^�C�v�Z�b�g�o�b�t�@�̏o - �͂������鎞�́A�����ݒ肷�� (2, Nemacs�ł̂ݗL��) + ��׻ÿ��Ϲ��û��������.��׻����ա + ��Ϭ����Ϣ������ + (2, Nemacs��߭�) -- Variable: NTT-jTeX - �Â�NTT-jTeX�g�p���̂悤�ɃC���f���g�����s�̐擪�ƑO�̍s��(�^�C�v�Z�b - �g���)���Ԃ��󂢂Ă��܂��̂������ꍇ��`t'�ɂ���(`nil') + ŤNTT-jTeX�����ˤ���ȷ����Ȱ��� + (��׻����)�֬��Ʒަ�������`t'˹� + (`nil') -- Variable: YaTeX-item-regexp - item�̌������̎��ɗp����Aitem�̐��K�\�� (`"\\\\(sub\\)*item"') + item�巨���Ѥ�itemε��� + (`"\\\\(sub\\)*item"') -- Variable: YaTeX-verb-regexp - verb�R�}���h�̐��K�\���B�擪��\\\\�͂‚��Ȃ� (`"verb\\*?\\|path"') + verb����ε������\\\\�ıʤ + (`"verb\\*?\\|path"') -- Variable: YaTeX-nervous - ���[�J��������p���鎞 `t' (`t') + ����Ѥ�� `t' (`t') -- Variable: YaTeX-sectioning-regexp - �Z�N�V������؂�ݒ�R�}���h�̐��K�\�� + �������������ε��� (`"\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\*?\\)\\b"') -- Variable: YaTeX-fill-inhibit-environments - fill ��}�~����‹����̃��X�g (`'("tabular" "tabular*" "array" - "picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath" - "verbatim" "verbatim*")') + fill ��߹�ĭ���� (`'("tabular" + "tabular*" "array" "picture" "eqnarray" "eqnarray*" "equation" "math" + "displaymath" "verbatim" "verbatim*")') -- Variable: YaTeX-uncomment-once - �̈�uncomment�ōs���̕�����`%'��S�č폜���邩 (`nil') + ��uncomment�ԬΣ��`%'������ + (`nil') -- Variable: YaTeX-close-paren-always - �J�����ʂ̓��͂ŏ�ɕ‚����ʂ���͂��� (`t') + ����������ĸ����Ϲ� + (`t') -- Variable: YaTeX-auto-math-mode - �������[�h�̐؂�ւ��������I�ɍs�� (`t') + �������ب򫰪�Ԧ + (`t') -- Variable: YaTeX-math-key-list-private - �����C���[�W�⊮�ŗp���� (�v���t�B�N�X�L�[ . �Ή��⊮�e�[�u��) �� - alist (`nil')�B�⊮�e�[�u���̏������ɂ‚��Ă�`yatexmth.el'���Q�ƁB + ���Ἰ��Ѥ� + (��գ���� . ���Ƽ��) + � alist + (`nil')��Ƽ������Ĥ��`yatexmth.el'�ȣ -- Variable: YaTeX-default-pop-window-height - 1��ʂ̎��Ƀ^�C�v�Z�b�g�o�b�t�@�����߂č쐬���鎞�̍����B���l�ōs���A - �����������Emacs�E�B���h�E�ɑ΂���S���� (10) + 1����˿�׻����ա�������ⵣ�������� + ����Emacs���ɦ�й봬� + (10) -- Variable: YaTeX-help-file - ���p�w���v�t�@�C�� (`$doc-directory/../../site-lisp/YATEXHLP.jp') + �����ա�� + (`$doc-directory/../../site-lisp/YATEXHLP.jp') -- Variable: YaTeX-help-file-private - �l�p�w���v�t�@�C�� (`"~/YATEXHLP.jp"') + ������ա�� (`"~/YATEXHLP.jp"') -- Variable: YaTeX-no-begend-shortcut - `[prefix] b ??' �̃V���[�g�J�b�g���g�킸�A`[prefix] b' �����ŕ⊮���� - �ɓ��� (`nil') + `[prefix] b ??' + η�ȫ����ﺢ`[prefix] b' + ���� ����� (`nil') -- Variable: YaTeX-hilit-pattern-adjustment-private - ���K�\���Ƃ���Ƀ}�b�`������̘̂_���I�Ӗ����V���{���ł���킵������ - �̃��X�g�c�̃��X�g�Bhilit19 ��g�ݍ���ł��鎞�̂ݗL���B�ڂ����� - `(assq 'yatex-mode hilit-patterns-alist)' �������ʂƁA�ϐ� - `YaTeX-hilit-pattern-adjustment-default' �̒l(�Əꍇ�ɂ���Ă� - hilit19 �̃h�L�������g)���Q�Ƃ���B + ����Ƚ�������������գ����Ǣ�﷿��� + �����ȣhilit19 + �����Ǥ���߭�� + ܷ�� `(assq 'yatex-mode hilit-patterns-alist)' + ����Ȣ�� + `YaTeX-hilit-pattern-adjustment-default' ��(��� + ����� hilit19 + �ɭ����)�Ȼ� -- Variable: YaTeX-sectioning-level - LaTeX�̃Z�N�V�����P�ʐ錾�R�}���h�Ƃ��̘_���I������alist�B + LaTeXλ�����������Ƚ������alist� -- Variable: YaTeX-hierarchy-ignore-heading-regexp - Hierarchy �o�b�t�@�͒ʏ�t�@�C���w�b�_�Ƃ��āALaTeX�̃Z�N�V�����錾�R - �}���h�̈������������A���ꂪ�Ȃ���΃R�����g�s��T�����A���̍ۂɃw�b - �_�Ƃ��Ă͈Ӗ��������Ȃ��p�^�[�������̕ϐ��ɐݒ肷��B�f�t�H���g�ł� - RCS �w�b�_�ƃ��[�h�w��s(-*- xxx -*-)���ݒ肳��Ă���B + Hierarchy + ��ա���ա�����ȷƢLaTeXλ��������� + ����������ʱ�г����򵹬��������ȷ�� + գ���ʤѿ�����������թ���� + RCS ����� ����(-*- xxx + -*-)����Ƥ� -- Variable: YaTeX-skip-default-reader - Non-nil �ɐݒ肷���section�^�R�}���h�̈������͎��A�A�h�C���֐����Ȃ� - ��΃~�j�o�b�t�@�ł̓ǂݍ��݂������ɓ��͂����������� (`nil') + Non-nil + �����section�������������ɤ����ʱ�� + ����ա����������򰻵�� + (`nil') -- Variable: YaTeX-create-file-prefix-g - `\include'�Ȃǂ� `prefix g'�������ɁA�W�����v�悪���݂��Ȃ��t�@�C���� - �����Ă��I�[�v������ (`nil') + `\include'��� `prefix + g'���ˢ����謸߷ʤա� + �Ǣ��⪼��� (`nil') -- Variable: YaTeX-simple-messages - �e��⊮���̃��b�Z�[�W�o�͂��ȑf������ (`nil') + ������û������ǽ�� + (`nil') -- Variable: YaTeX-hilit-sectioning-face - �F�t�����L���Ȏ��� `\part' �̐F (`'(yellow/dodgerblue - yellow/slateblue)')�B���X�g�̑��v�f�� `hilit-background-mode' �� - `'light' �̎��́A���v�f�� `'dark' �̎��� `\chapter' �̐F�ŁA�����F/ - �w�i�F �̂悤�Ɏw�肷��B + �ձ������ `\part' Χ + (`'(yellow/dodgerblue yellow/slateblue)')� + �������� `hilit-background-mode' � + `'light' ��΢ ����� `'dark' ��� + `\chapter' ΧǢ���/�ʧ �� + ����� -- Variable: YaTeX-hilit-sectioning-attenuation-rate - �F�t�����L���Ȏ��́A`\subparagraph' �̐F�� `\chapter' �̔Z�x�̉�%���� - �������̂ɂ��邩 (`'(15 40)') `YaTeX-hilit-sectioning-face' �̍��Q�ƁB + �ձ�����΢`\subparagraph' Χ� + `\chapter' λ�ο + %������˹� (`'(15 40)') + `YaTeX-hilit-sectioning-face' ��ȣ -- Variable: YaTeX-use-AMS-LaTeX - AMS-LaTeX ���g�p����ꍇ�� `t' �ɐݒ肷�� (`nil') + AMS-LaTeX ��ѹ���� `t' ���� + (`nil') -- Variable: YaTeX-use-LaTeX2e - LaTeX2e ���g�p����ꍇ�� `t' �ɐݒ肷�� (`t') + LaTeX2e ��ѹ���� `t' ���� + (`t') -- Variable: YaTeX-template-file - �V�K�t�@�C���쐬���Ɏ����}������t�@�C���� (`~/work/template.tex') + ��ա����˫�����ա�� + (`~/work/template.tex') -- Variable: YaTeX-search-file-from-top-directory - input����t�@�C����T���Ƃ��̊�f�B���N�g����main�t�@�C���̂���f�B - ���N�g���ɂ��邩 (`t') + input��ա���ȭ���ǣ����mainա��΢�ǣ�� + �˹� (`t') -- Variable: YaTeX-use-font-lock - �\�[�X�̐F�Â��p�b�P�[�W�Ƃ��� font-lock �𗘗p���邩�ǂ��� - (`(featurep 'font-lock)') + ���Χű�ñ��ȷ� + font-lock ��ѹ�ɦ� (`(featurep + 'font-lock)') -- Variable: YaTeX-use-hilit19 - �\�[�X�̐F�Â��p�b�P�[�W�Ƃ��� hilit19 �𗘗p���邩�ǂ���(`(featurep - 'hilit19)') + ���Χű�ñ��ȷ� hilit19 + ��ѹ�ɦ� (`(featurep 'hilit19)') -- Variable: YaTeX-use-italic-bold - italic, bold�t�H���g��쒹���T�����ǂ��� (Emacs20�ȍ~�Ȃ�`t') - font-lock���p���̂ݗL���B(`(featurep 'hilit19)' + italic, boldթ������ɦ� + (Emacs20����`t') + font-lock����߭�� (`(featurep 'hilit19)' -- Variable: YaTeX-singlecmd-suffix - �S�Ă�maketitle�^�R�}���h�̕⊮���͒���ɑ}�����镶����B`"{}"' �Ȃ� - �������߁B + ���maketitle��������Ͼ�������� + `"{}"' �ɬ��� -- Variable: YaTeX-package-alist-private - LaTeX2e�̃p�b�P�[�W���Ƃ��̒��Ɋ܂܂��}�N���̃��X�g�B�K�؂ɐݒ肵�� - �����Ɩ{�����͎��Ƀ}�N����⊮���͂���Ƃ��̃}�N���ɕK�v�ȃp�b�P�[�W - �� usepackage ���邩�����I�Ɍ������Ă����B���Ă��Ȃ���� - \usepackage �������lj����邱�Ƃ��ł���B���X�g��'((�p�b�P�[�W��1 (�� - ���^�C�v �}�N���̃��X�g�c�c) (�⊮�^�C�v �}�N���̃��X�g�c�c)) (�p�b�P�[ - �W��2 (�⊮�^�C�v �}�N���̃��X�g�c�c) (�⊮�^�C�v �}�N���̃��X - �g�c�c))�c�c�c) �Ƃ����`���ɂ���B�⊮�^�C�v�� `env, section, - maketitle' �̂ǂꂩ�B��̗�͕ϐ� `YaTeX-package-alist-default' �̒l - �Q�ƁB + LaTeX2e��ñ���Ƚ�������ޯ���ȣ + �����ƪ��ܸ����ޯ����Ϲ�� + ��ޯ�ˬ���ñ��� + usepackage + �뫫��ˡ��Ư�� + �Ƥʱ�� \usepackage + ��ù���ǭ� + ��� '((�ñ���1 (䰿�� + ޯ������) (䰿�� + ޯ������)) (�ñ���2 + (䰿�� ޯ������) + (䰿�� + ޯ������))���) + Ȥ���˹�䰿��� `env, + section, maketitle' ��쫣 ������ + `YaTeX-package-alist-default' �Ͳȣ -- Variable: YaTeX-tabular-indentation - tabular/array �‹��Ō��ݍs�̐擪�ʒu���\�̑�N�J�����̂Ƃ��͕W���C���f - ���g�ʒu���� N*YaTeX-tabular-indentation ���������C���f���g�ɂ���B + tabular/array + ĭǽ�����֬���N����ȭ� + �������֫� + N*YaTeX-tabular-indentation 弲� + �����˹� -- Variable: YaTeX-noindent-env-regexp - �ʂ̊‹����ɂ����Ă� \begin{} ���s������n�܂�ׂ��‹����̐��K�\���B - verbatim�‹��Ȃǂ��w�肷��B + ��ĭ�ˢ��� \begin{} + �Ԭ�����٭ĭ�ε���� + verbatimĭ������ -- Variable: YaTeX-ref-default-label-string - \ref{} �̃��x���⊮�Ń��x�����ݒ�̂��̂Ɏ����I�ɐ������郉�x�����̏� - ���Bstrftime(3)�֐��Ɏ������t�x�[�X�Ŏw�肷��B���p�ł��鏑���͈ȉ��� - �Ƃ���B%y -> �����, %b -> ���̉p��, %m -> ��(1�`12) %d -> ��, - %H -> ��, %M -> ��, %S -> �b, %qx -> �A���t�@�x�b�g��26�i�������� - yymmdd. %qX -> �A���t�@�x�b�g��26�i�������� HHMMSS. �f�t�H���g�� - "%H%M%S_%d%b%y" + \ref{} + ��������������˫��˸��� + �����strftime(3)�������ټ����� + ��ǭ���ʼ�Ȫ� %y -> + ����, %b -> ��Ѿ, %m -> �(1�12) %d + -> �, %H -> �, %M -> �, %S -> �, %qx -> + ��ա����26����� yymmdd. %qX + -> ��ա����26����� HHMMSS. + �թ��� "%H%M%S_%d%b%y" -- Variable: YaTeX-ref-generate-label-function - \ref{}�̃��x�������������̂Ƃ��Ɏg���֐��̃V���{���B�f�t�H���g�͕W�� - �� YaTeX::ref-generate-label �֐������蓖�ĂĂ���B������2�Ž��֐� - ���`���āA���̕ϐ��ɃZ�b�g����Ƃ��̊֐����Ă񂾌��ʂ��f�t�H���g�� - ���x�������Ƃ���B�ݒ��: + \ref{}���뾫����ȭ�Ȧ��η��� + �թ��ϸ�� YaTeX::ref-generate-label + �������Ƣ� + ���2���������Ƣ����˻�ȹ�Ƚ������� + ����թ��������ȹ����: (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label) (defun my-yatex-generate-label (command value) (and (string= command "caption") @@ -1875,251 +2192,247 @@  File: yatexj, Node: Sample definitions, Next: Hook variables, Prev: All customizable variables, Up: Lisp variables -�J�X�^�}�C�Y�ϐ��ݒ�� ----------------------- +���ޤ������ +-------------------------------------------- - ���Ƃ��΁Aprefix �L�[�Ƃ���`ESC'���g�p���A�V���ȕ⊮�����i�[����t�@�C -�����A`~/src/emacs/yatexrc' �ɂ��A�s���� prefix ���^�u������‚ɕς������� -���́A + �ȨТprefix +��ȷ�`ESC'��ѷ��������ʼ��ա +���`~/src/emacs/yatexrc' ˷�Ԭ� prefix +�ָ����� ���ȭϢ (setq YaTeX-prefix "\e" YaTeX-user-completion-table "~/src/emacs/yatexrc" YaTeX-fill-prefix " ") -�� `~/.emacs' �ɉ����܂��B +� `~/.emacs' �è޹�  File: yatexj, Node: Hook variables, Next: Hook file, Prev: Sample definitions, Up: Lisp variables -hook�ϐ� --------- +hook�� +------------ - �܂��Ahook �ϐ� `yatex-mode-hook', `yatex-mode-load-hook' ��p�ӂ��Ă��� -���B���ׂĂ� yatex-mode �̃o�b�t�@�ō�p�����������̂́A`yatex-mode-hook' -�ɋL�q���A`yatex.el' �����[�h���鎞������p�����������̂� -`yatex-mode-load-hook' �ɋL�q���܂��B�Ⴆ�΁A`outline-minor-mode' �𗘗p�� -��ꍇ�A���ꂼ��̃o�b�t�@�� `outline-minor-mode' ��L���ɂ������̂ŁA -`yatex-mode-hook' �����̂悤�ɐݒ肵�܂��B + ޿�hook �� `yatex-mode-hook', `yatex-mode-load-hook' +�� շƤ޹����� yatex-mode +���ա��ѵ�����Ϣ +`yatex-mode-hook' ˭ҷ�`yatex.el' +��ɹ�����ѵ +������`yatex-mode-load-hook' +˭ҷ޹��Т `outline-minor-mode' +��ѹ��碽�����ա� +`outline-minor-mode' +��˷���Ǣ`yatex-mode-hook' � +�����޹� (setq yatex-mode-hook '(lambda () (outline-minor-mode t))) -�t�ɁA�Ǝ��̃L�[��`���s���������Ȃǂ́A`yatex-mode-load-hook' �𗘗p���� -���B�Ⴆ�΁Abegin �^�⊮�ɂ����āA document ��Aenumerate �ȊO�̊‹����� -�V���[�g�J�b�g�L�[�œ��ꂽ���ȂǂƂ������́A���̂悤�ɂ��܂��B�ȉ��̗�́A -`[prefix] ba' �� `\begin{abstract}', `\end{abstract}' ��}�����܂��B +�ˢȫέ����Ԥ�����Ϣ`yatex-mode-load-hook' +��� �޹��Тbegin +��˪�Ƣ document �enumerate +ʰ�ĭ� +��ȫ�ȭ���쿤��Ȥ��Ϣ���˷޹�ʼ��Ϣ +`[prefix] ba' � `\begin{abstract}', `\end{abstract}' � +���޹� (setq yatex-mode-load-hook '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) -�Ȃ��A�V���ȃL�[�̒�`�ɂ́A�֐� `YaTeX-define-key' -`YaTeX-define-begend-key'�𗘗p����悤�ɂ��Ă��������B +ʪ���ʭ�����Ϣ�� +`YaTeX-define-key' +`YaTeX-define-begend-key'��ѹ��˷Ư����  File: yatexj, Node: Hook file, Prev: Hook variables, Up: Lisp variables -hook�p�t�@�C�� --------------- +hook�ա�� +------------------------ - �ϐ� `yatex-mode-load-hook' �Œ�`������e���������́A`yatexhks.el'�Ƃ� -���t�@�C�������A���̒��ɖ쒹�֘A�̐ݒ���������ŁA�������̎��Ɏ����I�Ƀ��[ -�h���܂��B + �� `yatex-mode-load-hook' +������Ƭ���Ϣ +`yatexhks.el'Ȥ�ա����ꢽ����آ������Ǣ +�����˫����ɷ޹�  File: yatexj, Node: Add-in functions, Prev: Lisp variables, Up: Customizations -�t���֐�(�A�h�C���֐�) -====================== +����(�ɤ���) +========================================== - �e��⊮���ɁA�‹�����R�}���h���ɉ��������ߍׂ₩�ȕ⊮���͋@�\�������� -�邽�߂̊֐����쐬���邱�Ƃ��ł��܂��B���̊֐��̍쐬���@��A�g�ݍ��ݕ��@�� -�ւ��ẮA`yatexadd.doc' ���������������B + ����ˢĭ����ɾ�����������ϡ��½� +�������Ȭǭ޹����������������� +ط�Ϣ`yatexadd.doc' �������  File: yatexj, Node: Etc, Next: Copying, Prev: Customizations, Up: Top -���̑� -****** +�ξ +************ - �쒹�̕W���� LaTeX �R�}���h�̎����ɂ́A��҂��p�ɂɎg�����̂����o�^���� -�Ă��܂���B����́A�⊮���Ɏg���������Ȃ��R�}���h�����݂��āA�⊮������ -�R�}���h���o���܂ł̃X�g���[�N���𑝂₵�Ă��܂�����h�~���邽�߂ł��B�W�� -�����ɂȂ��R�}���h���A�ł��邾���⊮���͕����𗘗p���A���[�U�������[������ -�邱�ƂŁA���Ȃ��� LaTeX �X�^�C���ɂ������쒹�ւƈ���Ă������Ƃł��傤�B + �θ�� LaTeX +����έ��Ϣ�Ԭ���Ȧ�η�п� +�Ƥ޻��Ϣ����Ȥ���ʤ���ɬ�߷Ƣ䰷� +������й��ι������Ʒަ���߹��ǹ�� +���ʤ�����ǭ����������ѷ�漶���µ +���Ǣ�ʿ� LaTeX +����ˢÿ�����Ƥ���Ƿ� +��  File: yatexj, Node: Copying, Next: Concept Index, Prev: Etc, Up: Top -��舵�� -******** +�귤 +**************** - �{�v���O�����̓t���[�\�t�g�E�F�A�ł��B�{�v���O�������g�p���Đ����������� -�錋�ʂɑ΂��Ă���҂͐ӔC�𕉂�Ȃ����ƂƂ��܂��B�]�ړ��Ɋւ��Ă͐������� -���܂���B�펯�I�Ɉ����Ă��������B�܂��A�{�v���O�����Ɋ܂܂��R�[�h�𗘗p -���邱�ƁA�������邱�Ƃ����R�ɍs�Ȃ��č\���܂��񂪁A���p���邱�Ƃɂ��_�� -�����̕K�v��������ꍇ�A���͂����Ȃ�_����������܂���B��̓I�ɂ�GPL�ւ� -�T�C���͂��܂���̂ŁAGNU�Ɋ񑡂�����̂�����Ă���ꍇ���̍�i�����荞 -�񂾃R�[�h�𗬗p����Ƌ�J���邩������܂���B�����Ȃ�R�[�h���p�����ۂ��� -���񂪌_������͎��ނ��܂��B + �������꼽�Ȧ��ǹ��������ѷƸ����� +����з�����դ���ʤ��ȷ޹�����ط�ϩ¤� +�޻�ﱪ˷�Ư����޿����������볼���� +��Ȣ�����⫳����ƽ�޻󬢮ѹ������� +��ά׬������Ϥ��������޻��Ϊ��GPL�� +���Ϸ޻��ǢGNU��������Ƥ������ʫ���� +������ѹ��쫹���޻󣤫�볼ɮ���ݷ� +������ϭ�޹� - ���A��]�A�o�O�񍐁A���z���͊��}�������܂��B�A���� yuuji@yatex.org �� -��(2004�N1������)�B�p���I�Ɏg�p���Ă���������̓��C�����O���X�g�ufj�쒹�� -��v�ɐ���������Ă��������B�������@�ɂ‚��Ă͖{�p�b�P�[�W�� `docs/qanda' -�t�@�C���́u���̑��v�̏͂��䗗���������B + �����а����Ͽޤ��޹� +��� yuuji@yatex.org ��(2004�1��)� +ѳ���ѷƯ�����������fj����� +�����Ư���������Ĥ����ñ��� +`docs/qanda' +ա���ֽξ����������� -�d�l�́A�\���Ȃ��m����(�C�������)�ύX����܂�:-p�B +��Ϣ��ʯ���(�����)ѹ��޹:-p� - �L���Y�� + ����  File: yatexj, Node: Concept Index, Prev: Copying, Up: Top -���� -**** +�� +******** * Menu: * :: Greek letter completion. 4. * ;: Image completion. 4. -* ��[������]: Image completion. 4. -* ��[������]: Enclose section-type command. 4. -* ��[������]: large�^�b -�. 22. -* ��zقЂ�����]: 2�ˆȏ�̈�z���Ƃ� section�^�R�}���h. 4. -* ��6[�����ӂ�]: Accent mark completion. 4. -* ;���z;������]: Image completion. 32. -* ��[�ނ��񂽂�]: Image completion. 4. -* �n�[�₵�邵]: Image completion. 4. -* �u���b�N[�ӂ�‚�]: begin�^�b -�. 81. -* �q�X�g��[�Ђ��Ƃ�]: Cooperation with other packages. 8. -* ���5�[�������낦]: Filling. 4. -* �₿�傤[�₿�悤]: Intro. 4. -* �W�����v[������]: view-sectioning. 42. -* &�|�[&�ɂ䂤��悭]: Intelligent newline. 4. -* �1��[���‚Ă��ꂢ]: Sample definitions. 4. -* x-��b -�[�������ق���]: Arbitrary completion. 4. -* �B����߂�[�Ƃ����߂�]: begin�^�b -�. 81. -* �ċA�b -�[�������ق���]: Recursive completion. 4. -* ���[�U����[䂤��������]: begin�^�b -�. 71. -* �_Kw[���肩������]: view-sectioning. 42. -* �����͂ǂ�?[�����͂Ƃ�?]: What column. 4. -* ��G�`��c�[���N�.[���������‚��邫�Ƃ�]: ��G�`��c�[���N�.. 4. -* B����㑪��[���񂫂悤�̂���Ƃ���]: B����ʂƂ����W�����v. 7. -* B���̖���[���񂫂悤�̂܂‚Ђ�]: B����ʂƂ����W�����v. 7. -* B�����}�[�N[���񂫂悤���܂���]: B����ʂƂ����W�����v. 7. -* �J�X�^�}�C�Y[�������܂���]: Customizations. 4. -* �L�[�A�T�C��[������������]: Customizations. 4. -* z�����[�h[��������������]: Image completion. 4. -* �C���X�g�[��[���񂷂Ƃ���]: Installation. 4. -* �^�C�v�Z�b�^[�����ӂ��‚�]: Invocation. 4. -* �v�������[�A[�ӂ�Ђ䂤��]: Invocation. 4. -* �A�E�g���C��[�����Ƃ炢��]: view-sectioning. 4. -* ��z�̌�z��O���[�Ђ������̂�������������]: 2�ˆȏ�̈�z���Ƃ� section�^�R�}���h. 24. -* �A�N�Z���g�L���b -�[��������Ƃ������ق���]: Accent mark completion. 4. -* �J�X�^�}�C�Y�O�j��[�������܂����ւ񂷂��������]: All customizable variables. 4. -* B���<̕b -�[���񂫂悤�߂��̂ق���]: begin�^�b -�. 4. -* �G���[�C�z���炠���䂤����]: Calling typesetter. 4. -* �^�C�v�Z�b�^�N�.[�����ӂ��‚����Ƃ�]: Calling typesetter. 4. -* �^�C�v�Z�b�g�G���[[�����ӂ��‚Ƃ��炠]: Calling typesetter. 4. -* B���<̕O X[���񂫂悤�߂��̂ւ񂱂�]: Changing LaTeX command. 20. -* ���[�h���V�[�����Ƃ��肩��]: Changing mode of YaTeX. 4. -* �^�C�v�Z�b�^�̎g���*�[�����ӂ��‚��̂‚����킯]: Changing typesetter. 12. -* �N�.���R�}���h��O���[���Ƃ����邱�܂�Ƃ�������]: Changing typesetter. 7. -* �R�����g�A�E�g[���߂�Ƃ�����]: Commenting out. 4. -* ���̑<̃R�}���h�+�[���̂��̂��܂�Ƃ�������]: Controlling which command to invoke. 4. -* �<p�b�P�[�W�Ƃ̘A g[���͂‚������Ƃ̂�񂯂�]: Cooperation with other packages. 4. -* �R�}���h�q�X�g��[���܂�ƂЂ��Ƃ�]: Cooperation with other packages. 8. -* �J�[�\���W�����v[�������邵����]: Cursor jump. 4. -* %#�L�@��L̕RW[%#���ق��������̂ւ񂵂䂤]: Editing %# notation. 4. -* �p���O���t�̌��5�[�͂炭��ӂ̂������낦]: Filling. 47. -* �̈挈�K�%[��悤�������‚Ă�������]: Fix region for typesetting. 25. -* �!��t�@�C���̕RW[�Ȃ����ӂ�����̂ւ񂵂䂤]: Fix region for typesetting. 34. -* ���̈�̃^�C�v�Z�b�g[���Ă���悤�����̂����ӂ��‚�]: Fix region for typesetting. 4. -* �M���V���6�b.[���肵������ق���]: Greek letter completion. 4. -* �C���[�W�b -�[���߂����ق���]: Image completion. 4. -* z���L���C���[�W�b -�[�����������������߂����ق���]: Image completion. 4. -* �<̃t�@�C���̎莀�[�ق��̂ӂ�����̂ĂȂ���]: Includeonly. 11. -* �C���N���[�h�\�"[���񂭂邤�Ƃ�������]: Inclusion hierarchy browser. 4. -* ���܂�����s[���܂����������悤]: Intelligent newline. 4. -* �v�����g�A�E�g[�ӂ��Ƃ�����]: Invocation. 4. -* B���̍�[)�񂫂悤�̂�������]: Killing LaTeX command. 6. -* ���x�����.��ق�ւ邵�Ƃ���������]: label-generation. 4. -* �t�H���g�w�q[�ӂ���Ƃ��Ă���]: large�^�b -�. 18. -* �6�T�C�Y�w�q[�������������Ă���]: large�^�b -�. 18. -* ���[�J������[남���邵����]: Local dictionary. 4. -* �O X/��[V�񂱂�/��������]: Modifying/Deleting. 4. -* �O���[�o���w���v[���남�͂�ւ��]: Online help. 16. -* �I�����C���w���v[����炢��ւ��]: Online help. 4. -* �L�[���[�h����[�����킠�Ƃ��񂳂�]: Online help. 4. -* �v���C�x�[�g�w���v[�ӂ炢�ւ��Ƃւ��]: Online help. 16. -* �|̓t�@�C���* -�[�ɂ䂤��悭�ӂ�����ӂ񂩂�]: Splitting input files. 11. -* �Z�N�V�����最�ꗗ�o�b�t�@[��������񂭂��肢�����͂‚ӂ�]: view-sectioning. 18. -* �Z�N�V�����最�[��������񂭂���]: view-sectioning. 42. -* ���݂̃J�����\�[���񂳂��̂���ނЂ悤��]: What column. 23. +* �[���]: Image completion. 4. +* ��[���]: Enclose section-type command. 4. +* ��[���]: large��. 25. +* ;��[;���]: Image completion. 36. +* ��[ҭ��]: 2��������� section�����. 4. +* ����ļ믰[����Ħ�Ȧ]: ����ļ믰. 4. +* ĭ���[���λ�Ȧ�]: ĭ��ȷ�����. 7. +* ĭ����[��������]: ĭ��ȷ�����. 7. +* ĭ�޼�[����ޢ�]: ĭ��ȷ�����. 7. +* ��[����]: Accent mark completion. 4. +* �[��]: Image completion. 4. +* ��[��]: Image completion. 4. +* ������Ѩ�[ҭ��γ����]: 2��������� section�����. 30. +* ����ȭ��[����ȭ��۫�]: Accent mark completion. 4. +* ���ޤ�����[���ޤ��󹦤���]: All customizable variables. 4. +* ���[���۫�]: Arbitrary completion. 4. +* ĭ���[�����۫�]: begin��. 4. +* 漶��[榵���]: begin��. 77. +* ĸ���[ȷ���]: begin��. 91. +* ��ï[��į]: begin��. 91. +* �鼤�[�颷榻�]: Calling typesetter. 4. +* ��׻ÿ��[��ջĿ�Ȧ]: Calling typesetter. 4. +* ��׻�Ȩ�[��ջ�Ȩ�]: Calling typesetter. 4. +* ĭ��ѹ[�������]: Changing LaTeX command. 24. +* ����ب[�ȭꫨ]: Changing mode of YaTeX. 4. +* ��׻ÿ�Ȥ��[��ջĿ�ī��]: Changing typesetter. 13. +* ��������Ѩ�[�Ȧ�������]: Changing typesetter. 7. +* ���Ȣ��[���Ȣ��]: Commenting out. 4. +* �ξγ��ɩ�[�ογ��Ȼ���]: Controlling which command to invoke. 4. +* ��ñ���΢�[��ı������]: Cooperation with other packages. 4. +* ����ҹ��[����ҹ��]: Cooperation with other packages. 8. +* ҹ��[ҹ��]: Cooperation with other packages. 8. +* �������[�������]: Cursor jump. 4. +* ���ޤ�[���ޤ�]: Customizations. 4. +* ������[������]: Customizations. 4. +* %#�����Ը[%#�ۦ�������]: Editing %# notation. 4. +* 巨[����]: Filling. 4. +* �����巨[����α���]: Filling. 53. +* ���꬧[�覤���Ƥ���]: Fix region for typesetting. 27. +* ����ο�׻��[�Ƥ�覤�ο�ջ��]: Fix region for typesetting. 4. +* ��ա���Ը[ʫ�բ������]: Fix region for typesetting. 40. +* �����[����۫�]: Greek letter completion. 4. +* �Ἰ�[�ᨷ۫�]: Image completion. 4. +* ����Ἰ�[��������ᨷ۫�]: Image completion. 4. +* ����[������]: Image completion. 4. +* ��ա���꾷[۫�բ����ʪ�]: Includeonly. 11. +* ���ɽ�[���ȳ���]: Inclusion hierarchy browser. 4. +* ������[�ij����۷�]: Inserting parens. 4. +* ��ȼ�[��Ȫ�]: Installation. 4. +* &��[&����]: Intelligent newline. 4. +* �ޫ���[�ޫ�����]: Intelligent newline. 4. +* ���[���]: Intro. 4. +* ��׻ÿ[��ջĿ]: Invocation. 4. +* ���Ȣ��[���Ȣ��]: Invocation. 4. +* ���弢[���榢]: Invocation. 4. +* ĭ���[���ε���]: Killing LaTeX command. 7. +* ��뫰��[���Ȧ����]: label-generation. 4. +* ��������[ⷵ���Ƥ�]: large��. 21. +* թ�����[ժ�ȷƤ�]: large��. 21. +* ���[�뷷�]: Local dictionary. 4. +* ѹ/��[��/����]: Modifying/Deleting. 4. +* �������[�������]: Online help. 17. +* ��ټ����[��ب����]: Online help. 17. +* �������[�������]: Online help. 4. +* ���ɡ�[���ȱ�]: Online help. 4. +* �Ϫ�ڼ�[����请���ب�]: Print out. 10. +* �ϫ�ڼ�[����诫��ب�]: Print out. 10. +* Ƣ�[���۫�]: Recursive completion. 4. +* ���[��Ƥ�]: Sample definitions. 4. +* ��ա���[����բ�����]: Splitting input files. 13. +* ������������ա[�����������բ]: view-sectioning. 22. +* �����[�����]: view-sectioning. 4. +* ����[����]: view-sectioning. 50. +* ��������[������]: view-sectioning. 50. +* ����[��ꫤ��]: view-sectioning. 50. +* ��Ϋ�ཨ[��Ϋ���覷]: What column. 24. +* ���ɳ?[���ȳ?]: What column. 4. +* ���tabular[կ���tabular]: What column. 4. * apropos: Online help. 4. * autoload: Installation. 4. * auto-mode-alist: Installation. 4. * %#BEGIN: Fix region for typesetting. 4. -* begin�^�b -�[begin�����ق���]: begin�^�b -�. 4. +* begin��[begin��۫�]: begin��. 4. * C-c: Invocation. 4. * Demacs: Intro. 4. * .emacs: Installation. 4. * %#END: Fix region for typesetting. 4. -* end�b -�[end�ق���]: end�b -�. 4. -* ghostview: Splitting input files. 16. +* end�[end۫�]: end�. 4. +* ghostview: Splitting input files. 19. * gmhist: Cooperation with other packages. 8. -* hook�O�[hook�ւ񂷂�]: Hook variables. 4. -* �o�͏I���y�[�W[����‚�悭���䂤��悤�ւ���]: Print out. 9. +* hook��[hook��]: Hook variables. 4. * includeonly: Includeonly. 4. * Install: Installation. 4. -* item�Ȃǂ̌��5�[item�ȂƂ̂������낦]: Filling. 8. -* �o��J�n�y�[�W[����‚�悭�������ւ���]: Print out. 9. +* item���巨[item��α���]: Filling. 8. * jlatex: Invocation. 4. -* large�^�b -�[large�����ق���]: large�^�b -�. 4. +* large��[large��۫�]: large��. 4. * LaTeX: Intro. 4. * leftarrow: Image completion. 4. * lpr format: lpr format. 4. -* lpr�t�H�[�}�b�g�̕O X[lpr�ӂ����܂‚Ƃ̂ւ񂱂�]: Editing %# notation. 18. -* lpr�ӂ��[�܂���[lpr�ӂ����܂‚�]: lpr format. 4. -* lpr�t�H�[�}�b�g[lpr�ӂ����܂‚�]: lpr format. 4. -* maketitle�^�b -�[maketitle�����ق���]: maketitle�^�b -�. 4. -* M-C-@: B����ʂƂ����W�����v. 7. -* M-C-a: B����ʂƂ����W�����v. 7. -* M-C-e: B����ʂƂ����W�����v. 7. -* min-out: Cooperation with other packages. 17. -* M-q: Filling. 47. +* lprթ�����ѹ[lprժ�������]: Editing %# notation. 21. +* lprթ����[lprժ����]: lpr format. 4. +* lprթ����[lprժ����]: lpr format. 4. +* maketitle��[maketitle��۫�]: maketitle��. 4. +* M-C-@: ĭ��ȷ�����. 7. +* M-C-a: ĭ��ȷ�����. 7. +* M-C-e: ĭ��ȷ�����. 7. +* min-out: Cooperation with other packages. 20. +* M-q: Filling. 53. * Mule: Intro. 4. -* �����includeonly[���‚Ă�includeonly]: Includeonly. 4. -* NTT-jTeX[���ʂĂ����Ă����������Â�]: Filling. 15. +* ���includeonly[����includeonly]: Includeonly. 4. +* NTT-jTeX[��Ƥ�Ƥ�����į]: Filling. 16. * platex: Invocation. 4. * prefix ,: Commenting out. 4. * prefix .: Commenting out. 4. @@ -2129,35 +2442,27 @@ * prefix ?: Online help. 4. * prefix &: What column. 4. * prefix a: Accent mark completion. 4. -* prefix b: begin�^�b -�. 4. +* prefix b: begin��. 4. * prefix c: Modifying/Deleting. 4. * prefix d: Inclusion hierarchy browser. 4. -* prefix e: end�b -�. 4. +* prefix e: end�. 4. * prefix g: Cursor jump. 4. * prefix i: Filling. 8. * prefix k: Modifying/Deleting. 4. * prefix key: Invocation. 4. -* prefix l: large�^�b -�. 4. -* prefix m: maketitle�^�b -�. 4. -* prefix s: section�^�b -�. 4. +* prefix l: large��. 4. +* prefix m: maketitle��. 4. +* prefix s: section��. 4. * prefix SPC: Arbitrary completion. 4. * prefix w: Changing mode of YaTeX. 4. -* prefix�L�[�O X[prefix�����ւ񂱂�]: Lisp variables. 4. -* �y�[�Wm�Fȗ�lpr�N�.[�ւ��������ɂ񂵂悤��₭lpr���Ƃ�]: Print out. 12. -* section�^�b -�[section�����ق���]: section�^�b -�. 4. -* �!G��tabular[�ӂ����‚�tabular]: What column. 4. -* ���usepackage[�����܂��]: Usepackage cheker. 4. -* YaTeX-help-file: Online help. 16. -* YaTeX-help-file-private: Online help. 16. -* YaTeX-item-regexp: Filling. 20. -* YaTeX-math-sign-alist-private: Image completion. 57. +* prefix��ѹ[prefix����]: Lisp variables. 4. +* ڼ�Χʬlpr��[ب��������lpr�Ȧ]: Print out. 13. +* section��[section��۫�]: section��. 4. +* ���usepackage[�����]: Usepackage cheker. 4. +* YaTeX-help-file: Online help. 17. +* YaTeX-help-file-private: Online help. 17. +* YaTeX-item-regexp: Filling. 23. +* YaTeX-math-sign-alist-private: Image completion. 69. * yatex-mode-hook: Hook variables. 4. * yatex-mode-load-hook: Hook variables. 4. * YaTeX-nervous: Local dictionary. 22. @@ -2170,64 +2475,65 @@ Tag table: Node: Top254 Node: Intro1308 -Node: Terminology1611 -Node: Main features2246 -Node: Installation3279 -Node: Invocation4503 -Node: Calling typesetter5322 -Node: Calling previewer6559 -Node: Print out6875 -Node: %#notation7141 -Node: Changing typesetter7569 -Node: Splitting input files7827 -Node: Fix region for typesetting8779 -Node: lpr format9680 -Node: Controlling which command to invoke10489 -Node: Editing %# notation10960 -Node: Completion11417 -Node: begin�^�⊮11890 -Node: section�^�⊮14474 -Node: 2�ˆȏ�̈������Ƃ� section�^�R�}���h15569 -Node: Enclose section-type command16387 -Node: Recursive completion16624 -Node: view-sectioning16930 -Node: label-generation18126 -Node: large�^�⊮18475 -Node: maketitle�^�⊮19055 -Node: Arbitrary completion19354 -Node: end�⊮19667 -Node: Accent mark completion20009 -Node: Image completion20434 -Node: Greek letter completion22251 -Node: Local dictionary22711 -Node: Commenting out23316 -Node: Cursor jump24475 -Node: �Ή��I�u�W�F�N�g�ւ̃W�����v24712 -Node: ���G�`���c�[���N��25700 -Node: ���C���t�@�C���ւ̃W�����v26620 -Node: �‹���P�ʂƂ����W�����v26956 -Node: �Ō�̕⊮�ʒu�ւ̃W�����v27313 -Node: Modifying/Deleting27550 -Node: Changing LaTeX command27956 -Node: Killing LaTeX command28507 -Node: Filling29378 -Node: Includeonly30707 -Node: What column31268 -Node: Intelligent newline32047 -Node: Usepackage cheker33080 -Node: Changing mode of YaTeX33506 -Node: Online help34082 -Node: Inclusion hierarchy browser35058 -Node: Cooperation with other packages36336 -Node: Customizations36791 -Node: Lisp variables37088 -Node: All customizable variables37695 -Node: Sample definitions46204 -Node: Hook variables46638 -Node: Hook file47532 -Node: Add-in functions47738 -Node: Etc47965 -Node: Copying48249 -Node: Concept Index48880 +Node: Terminology1619 +Node: Main features2299 +Node: Installation3362 +Node: Invocation4647 +Node: Calling typesetter5517 +Node: Calling previewer7029 +Node: Print out7361 +Node: %#notation7641 +Node: Changing typesetter8073 +Node: Splitting input files8357 +Node: Fix region for typesetting9340 +Node: lpr format10265 +Node: Controlling which command to invoke11086 +Node: Editing %# notation11586 +Node: Completion12058 +Node: begin��12477 +Node: section��15263 +Node: 2��������� section�����16364 +Node: Enclose section-type command17207 +Node: Recursive completion17555 +Node: view-sectioning17868 +Node: label-generation19103 +Node: large��19467 +Node: maketitle��20027 +Node: Arbitrary completion20332 +Node: end�20653 +Node: Accent mark completion20998 +Node: Image completion21441 +Node: Greek letter completion23277 +Node: Inserting parens23777 +Node: Local dictionary24137 +Node: Commenting out24753 +Node: Cursor jump25937 +Node: ���ָ����θ���26190 +Node: ����ļ믰27205 +Node: ��ա���θ���28167 +Node: ĭ��ȷ�����28529 +Node: �������θ���28910 +Node: Modifying/Deleting29174 +Node: Changing LaTeX command29598 +Node: Killing LaTeX command30162 +Node: Filling31051 +Node: Includeonly32412 +Node: What column32979 +Node: Intelligent newline33768 +Node: Usepackage cheker34822 +Node: Changing mode of YaTeX35255 +Node: Online help35854 +Node: Inclusion hierarchy browser36873 +Node: Cooperation with other packages38175 +Node: Customizations38650 +Node: Lisp variables38959 +Node: All customizable variables39569 +Node: Sample definitions48692 +Node: Hook variables49148 +Node: Hook file50047 +Node: Add-in functions50263 +Node: Etc50510 +Node: Copying50801 +Node: Concept Index51432  End tag table diff --git a/docs/yatexj.tex b/docs/yatexj.tex index 203929f..72fd94f 100644 --- a/docs/yatexj.tex +++ b/docs/yatexj.tex @@ -13,7 +13,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 Jan 15 12:42:54 2015 on firestorm +@c Last modified Wed Feb 11 11:42:41 2015 on firestorm @syncodeindex vr cp @end iftex @@ -2177,6 +2177,12 @@ verbatim�‹��Ȃǂ��w�肷��B @end defvar +@defvar YaTeX-electric-indent-mode +Emacs 24.4 �œ������ꂽ���s���́A�����C���f���g���ǂ����邩�B +���̒l�����̂܂� electric-indent-local-mode �ɓn�����B +-1��off�B +@end defvar + @defvar YaTeX-ref-default-label-string \ref@{@} �̃��x���⊮�Ń��x�����ݒ�̂��̂Ɏ����I�ɐ������� ���x�����̏����Bstrftime(3)�֐��Ɏ������t�x�[�X�Ŏw�肷��B diff --git a/yahtml.el b/yahtml.el index bde016d..de877bc 100644 --- a/yahtml.el +++ b/yahtml.el @@ -1,6 +1,6 @@ ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*- ;;; (c) 1994-2015 by HIROSE Yuuji [yuuji(@)yatex.org] -;;; Last modified Fri Jan 16 10:44:54 2015 on firestorm +;;; Last modified Wed Feb 11 08:58:55 2015 on firestorm ;;; $Id$ (defconst yahtml-revision-number "1.78.1" @@ -286,6 +286,10 @@ "*Non-nil means editing HTML 4.01 Strict. Completing read for obsoleted attributes disabled.") +(defvar yahtml-electric-indent-mode -1 + "*(Emacs 24.4+) Pass this value to electric-indent-local-mode. +-1 means `off'.") + ;;; --- customizable variable ends here --- (defvar yahtml-prefix-map nil) (defvar yahtml-mode-map nil "Keymap used in yahtml-mode.") @@ -671,10 +675,12 @@ (use-local-map yahtml-mode-map) (YaTeX-read-user-completion-table) (yahtml-css-scan-styles) - (turn-on-auto-fill) ;Sorry, this is prerequisite + ;(turn-on-auto-fill) ;Sorry, this is prerequisite (and (= 0 (buffer-size)) (file-exists-p yahtml-template-file) (y-or-n-p (format "Insert %s?" yahtml-template-file)) (insert-file-contents (expand-file-name yahtml-template-file))) + (if (fboundp 'electric-indent-local-mode) + (electric-indent-local-mode yahtml-electric-indent-mode)) (run-hooks 'text-mode-hook 'yahtml-mode-hook) ;; This warning should be removed after a while(2000/12/2) diff --git a/docs/yatexe b/docs/yatexe index 4e0a519..50f2b6e 100644 --- a/docs/yatexe +++ b/docs/yatexe @@ -65,8 +65,8 @@ * Jumping to error line(`C-c '') * Completing-read of LaTeX commands such as `\begin{}', `\section' etc. (`C-c b', `C-c s', `C-c l', `C-c m') - * Enclosing text into LaTeX environments or commands (`C-u' - ABOVEKEYSTROKES) + * Enclosing text into LaTeX environments or commands (ABOVEKEYSTROKES + after region setting) * Displaying the structure of text at entering sectioning commands * Lump shifting of sectioning commands (*Note view-sectioning::) * Learning unknown/new LaTeX commands for the next completion @@ -124,12 +124,12 @@ execute typeset or preview command. `[prefix] t j' - ... invoke latex + ... invoke typesetter `[prefix] t r' - ... invoke latex on region + ... invoke typesetter on region `[prefix] t e' - ... invoke latex on current environment or whole portion of - current formulas in math-mode. + ... `on-the-fly preview' on current environment or whole + portion of current formulas in math-mode `[prefix] t d' ... invoke dvipdfmx after successful typesetting `[prefix] t k' @@ -192,14 +192,20 @@ files. The `[prefix] te' key automatically marks current inner environment or -inner math mode and then call typeset-region with marked region. This is -convenient to quick view of current tabular environment or current editing -formulas. Keeping previewer window for `texput.dvi' is handy for -debugging. Since `[prefix] te' selects the inner-most environment as -region, it is not suitable for partial typesetting of doubly or more -composed environment. If you want to do partial typesetting for a nested -environment, use `[prefix] tr' for static-region, which is described in -the section *Note %#notation::. +inner math mode or paragraph, and then call typeset-region with marked +region. This is convenient to quick view of current tabular environment +or current editing formulas. If running Emacs has the ability of +displaying images, typeset image will be shown in the next window. +Further more, if you modify the content within that environment, YaTeX +performs `on-the-fly' preview that automatically update preview image as +you typed. + +If your Emacs does not supply on-the-fly preview, keeping previewer window +for `texput.dvi' is handy for debugging. Since `[prefix] te' selects the +inner-most environment as region, it is not suitable for partial +typesetting of doubly or more composed environment. If you want to do +partial typesetting for a nested environment, use `[prefix] tr' for +static-region, which is described in the section *Note %#notation::.  @@ -329,7 +335,7 @@  -File: yatexe, Node: Lpr format, Next: Controlling which command to invoke, Prev: Static region for typesetting, Up: %#notation +File: yatexe, Node: Lpr format, Prev: Static region for typesetting, Up: %#notation Lpr format ========== @@ -418,15 +424,16 @@ * Menu: -* Begin-type completion:: -* Section-type completion:: -* Large-type completion:: -* Maketitle-type completion:: -* Arbitrary completion:: -* End completion:: -* Accent completion:: -* Image completion:: -* Greek letters completion:: +* Begin-type completion:: +* Section-type completion:: +* Large-type completion:: +* Maketitle-type completion:: +* Arbitrary completion:: +* End completion:: +* Accent completion:: +* Image completion:: +* Greek letters completion:: +* Inserting parentheses::  @@ -501,21 +508,15 @@ automatically inserted such as `\item' for `itemize' environment. If you don't want the entry, it can be removed by undoing. - If you want to enclose some paragraphs which have already been written, -invoke the begin-type completion with changing the case of `b' of key -sequence upper(or invoke it with universal argument by `C-u' prefix). + If you want to enclose some paragraphs which have already been written +into environment, invoke the begin-type completion right after region +marking. - The following example encloses a region with `description' environment. +If you set `transient-mark-mode' to `nil' in your `~/.emacs', typing +`C-space' (`set-mark-command') twice turns `transient-mark-mode' on +temporarily. Then, type call begin-type completion to enclose text into a +environment. -`[prefix] B D' -`(or ESC 1 [prefix] b D)' -`(or C-u [prefix] b D)' - - ... begin-type completion for region - - This enclosing holds good for the completing input by `[prefix] b SPC'. -`[prefix] B SPC' enclose a region with the environment selected by -completing-read.  @@ -662,9 +663,8 @@ TeX commands to change fonts or sizes, `it', `huge' and so on, in the completion table. - Region-based completion is also invoked by changing the letter after -prefix key stroke as `[prefix] L'. It encloses the region by braces with -large-type command. + Region-based completion is also invoked by calling completion after +region activated.  @@ -797,7 +797,7 @@  -File: yatexe, Node: Greek letters completion, Prev: Image completion, Up: Completion +File: yatexe, Node: Greek letters completion, Next: Inserting parentheses, Prev: Image completion, Up: Completion Greek letters completion ======================== @@ -815,6 +815,18 @@  +File: yatexe, Node: Inserting parentheses, Prev: Greek letters completion, Up: Completion + +Inserting parentheses +===================== + + Typing opening parenthesis, one of `(', `{ and `['', automatically +inserts the closing one. If a opening bracket is typed after `\', `\]' is +automatically inserted with computed indentation. If you stop automatic +insertion, type `C-q' before opening parenthesis. + + + File: yatexe, Node: Local dictionaries, Next: Commenting out, Prev: Completion, Up: Top Local dictionaries @@ -1509,6 +1521,15 @@ environment by `[prefix] t e'(0.9). `Nil' disables on-the-fly preview. + -- Variable: YaTeX-on-the-fly-math-preview-engine + Function symbol to use on-the-fly preview of MATH environment started + by `[prefix] t e' (`'YaTeX-typeset-environment-by-lmp' which calls + latex-math-preview-expression function if latex-math-preview is + available, otherwise `'YaTeX-typeset-environment-by-builtin' which + alls built-in function). + + `Nil' disables on-the-fly preview. + -- Variable: YaTeX-cmd-gimp Command name of GIMP (code{"gimp"}) -- Variable: YaTeX-cmd-tgif @@ -2223,64 +2244,65 @@ Node: Top253 Node: What is YaTeX?1594 Node: Main features1967 -Node: Installation3496 -Node: Typesetting4273 -Node: Calling typesetter5403 -Node: Calling previewer7607 -Node: Printing out7968 -Node: %#notation8260 -Node: Changing typesetter8678 -Node: Splitting input files9042 -Node: Static region for typesetting10467 -Node: Lpr format11596 -Node: Controlling which command to invoke12669 -Node: Editing %# notation13339 -Node: Completion13883 -Node: Begin-type completion14443 -Node: Section-type completion17486 -Node: view-sectioning19921 -Node: Large-type completion21501 -Node: Maketitle-type completion22232 -Node: Arbitrary completion22784 -Node: End completion23174 -Node: Accent completion23644 -Node: Image completion24261 -Node: Greek letters completion26518 -Node: Local dictionaries27245 -Node: Commenting out28182 -Node: Cursor jump29641 -Node: Jump to corresponding object29953 -Node: Invoking image processor31354 -Node: Jump to main file32697 -Node: Jumping around the environment33062 -Node: Jumping to last completion position33480 -Node: Changing and Deleting33989 -Node: Changing LaTeX commands34381 -Node: Killing LaTeX commands35558 -Node: Filling36743 -Node: Updation of includeonly38594 -Node: What column39391 -Node: Intelligent newline40476 -Node: Usepackage checker42130 -Node: Online help42721 -Node: Browsing file hierarchy44396 -Node: Cooperation with other packages46133 -Node: Customizations46838 -Node: Lisp variables47172 -Node: All customizable variables48176 -Node: Sample definitions59413 -Node: Hook variables59926 -Node: Hook file60630 -Node: Add-in functions60969 -Node: How the add-in function works61829 -Node: Defining option-add-in64028 -Node: Defining argument-add-in64750 -Node: Defining enclosing-add-in65632 -Node: How the function is called66486 -Node: Useful functions for creating add-in67162 -Node: Contribution68567 -Node: Add-in generator68841 -Node: Etcetera74213 -Node: Copying74818 +Node: Installation3511 +Node: Typesetting4288 +Node: Calling typesetter5435 +Node: Calling previewer7962 +Node: Printing out8323 +Node: %#notation8615 +Node: Changing typesetter9033 +Node: Splitting input files9397 +Node: Static region for typesetting10822 +Node: Lpr format11951 +Node: Controlling which command to invoke12981 +Node: Editing %# notation13651 +Node: Completion14195 +Node: Begin-type completion14710 +Node: Section-type completion17565 +Node: view-sectioning20000 +Node: Large-type completion21580 +Node: Maketitle-type completion22234 +Node: Arbitrary completion22786 +Node: End completion23176 +Node: Accent completion23646 +Node: Image completion24263 +Node: Greek letters completion26520 +Node: Inserting parentheses27276 +Node: Local dictionaries27683 +Node: Commenting out28620 +Node: Cursor jump30079 +Node: Jump to corresponding object30391 +Node: Invoking image processor31792 +Node: Jump to main file33135 +Node: Jumping around the environment33500 +Node: Jumping to last completion position33918 +Node: Changing and Deleting34427 +Node: Changing LaTeX commands34819 +Node: Killing LaTeX commands35996 +Node: Filling37181 +Node: Updation of includeonly39032 +Node: What column39829 +Node: Intelligent newline40914 +Node: Usepackage checker42568 +Node: Online help43159 +Node: Browsing file hierarchy44834 +Node: Cooperation with other packages46571 +Node: Customizations47276 +Node: Lisp variables47610 +Node: All customizable variables48614 +Node: Sample definitions60262 +Node: Hook variables60775 +Node: Hook file61479 +Node: Add-in functions61818 +Node: How the add-in function works62678 +Node: Defining option-add-in64877 +Node: Defining argument-add-in65599 +Node: Defining enclosing-add-in66481 +Node: How the function is called67335 +Node: Useful functions for creating add-in68011 +Node: Contribution69416 +Node: Add-in generator69690 +Node: Etcetera75062 +Node: Copying75667  End tag table diff --git a/docs/yatexe.tex b/docs/yatexe.tex index 494a7fb..b2736e3 100644 --- a/docs/yatexe.tex +++ b/docs/yatexe.tex @@ -8,7 +8,7 @@ @iftex @c @syncodeindex fn cp -@c Last modified Thu Jan 15 13:28:10 2015 on firestorm +@c Last modified Wed Feb 11 11:44:13 2015 on firestorm @syncodeindex vr cp @end iftex @@ -1950,6 +1950,13 @@ All verbatime-like environment name should match with. @end defvar +@defvar YaTeX-electric-indent-mode +Emacs 24.4 introduces automatic indentation of current and new lines. +This might be annoying for some people. Pass this value to the function +'electric-indent-local-mode. If you prefer to stop electric-indent-mode +in yatex-mode, set `-1' to this variable. +@end defvar + @defvar YaTeX-ref-default-label-string Default \\ref time string format. This format is like strftime(3) but allowed conversion char are as follows; diff --git a/docs/yatexj b/docs/yatexj index a71aba9..6883dc1 100644 --- a/docs/yatexj +++ b/docs/yatexj @@ -16,44 +16,47 @@ * Menu: -* Intro:: �͂��߂� -* Terminology:: �}�j���A���Q�Ə�̒��� -* Main features:: ��ȋ@�\ -* Installation:: �C���X�g�[�� -* Invocation:: �v���Z�X�N�� -* %#notation :: %#�L�@ -* Completion:: �⊮���� -* Local dictionary:: ���[�J������ -* Commenting out:: �R�����g�A�E�g -* Cursor jump:: �J�[�\���W�����v -* Modifying/Deleting:: LaTeX�R�}���h�̕ύX/�폜 -* Filling:: ������ -* Includeonly:: ����� includeonly -* What column:: �J�����ʒu�K�C�h -* Intelligent newline:: ���܂������s -* Usepackage cheker:: ����usepackage -* Changing mode of YaTeX:: �쒹���샂�[�h�ύX -* Online help:: LaTeX�I�����C���w���v -* Inclusion hierarchy browser:: �t�@�C�������K�w�\���̕\�� -* Cooperation with other packages:: ���p�b�P�[�W�Ƃ̘A�g -* Customizations:: �J�X�^�}�C�Y -* Etc:: ���̑� -* Copying:: ��舵�� -* Concept Index:: ���� +* Intro:: ϸ�� +* Terminology:: ��������� +* Main features:: �ʡ� +* Installation:: ��ȼ� +* Invocation:: ���� +* %#notation :: %#�� +* Completion:: ��� +* Local dictionary:: ��� +* Commenting out:: ���Ȣ�� +* Cursor jump:: ������� +* Modifying/Deleting:: LaTeX�����ѹ/�� +* Filling:: 巨 +* Includeonly:: ��� includeonly +* What column:: ����֬�� +* Intelligent newline:: �ޫ��� +* Usepackage cheker:: ���usepackage +* Changing mode of YaTeX:: ���ѹ +* Online help:: LaTeX������� +* Inclusion hierarchy browser:: ա���ؽ�ν� +* Cooperation with other packages:: ��ñ���΢� +* Customizations:: ���ޤ� +* Etc:: �ξ +* Copying:: �귤 +* Concept Index:: ��  File: yatexj, Node: Intro, Next: Terminology, Prev: Top, Up: Top -�͂��߂� -******** +ϸ�� +**************** - �쒹�́AGNU Emacs �� LaTeX �p�̕������쐬���鎞�� pLaTeX �Ȃǂ̃^�C�v�Z�b -�g�R�}���h��A�v�������[�A�̋N���� Emacs �ҏW��ʒ�����s����悤�ɂ���� -���ɁA�g�����̍�����X�̕⊮�@�\�ɂ��\�[�X�e�L�X�g�̕ҏW���x�����܂��B�� -��� LaTeX �R�}���h�̃I�����C���w���v�ɂ��}�j���A���𒲂ׂ��Ԃ��y���� -�܂��B + �ϢGNU Emacs � LaTeX +�θ����� pLaTeX ��� +��׻�ȳ�������弢ί�� +Emacs Ը���� +Ԩ��˹�Ȧˢȥ�����䰡���꽼�ƭ +���Ը���޹���� LaTeX +����Ϊ������� +������������ں�޹� English manual *Note Top: (yatexe)Top. @@ -61,312 +64,357 @@  File: yatexj, Node: Terminology, Next: Main features, Prev: Intro, Up: Top -�{�}�j���A���Q�Ə�̒��� -************************ +���������� +************************************************ - �{�}�j���A���ł͈ȉ��̕\�L��p���܂��B + �������ʼν��Ѥ޹� - * begin�^�R�}���h + * begin����� - `\begin{�‹�} �` \end{�‹�}'�Ƃ����`����LaTeX�R�}���h���w���܂��B - begin�^�R�}���h��⊮���͂��邱�Ƃ�begin�^�⊮�ƌĂт܂��B + `\begin{ĭ} � + \end{ĭ}'Ȥ����LaTeX�����ط޹� + begin��������Ϲ���begin�����޹� - * section�^�R�}���h + * section����� - `\section{�^�C�g��}'��`\mbox{���e}'�̂悤�Ɉ��������LaTeX�R�}���h�� - �w���܂��B + `\section{����}'�`\mbox{��}'��� + �����LaTeX�����ط޹� - * maketitle�^�R�}���h + * maketitle����� - `\maketitle'��`\tableofcontents'�̂悤�Ɉ��������Ȃ�LaTeX�R�}���h�� - �w���܂��B + `\maketitle'�`\tableofcontents'��������ʤLaTeX�� + ���ط޹� - * large�^�R�}���h + * large����� - `{\large ...}' �� `{\tt ...}' �̂悤�ȃt�H���g/�T�C�Y�w��q���w���܂��B + `{\large ...}' � `{\tt ...}' + ���թ��/������ + �ط޹� * `[prefix]' - �쒹�̋@�\���Ăяo�����߂̃v���t�B�N�X�L�[�B�f�t�H���g�ł�`C-c'�Ɋ��� - ���Ă��Ă���̂ŁA���ɕύX���Ă��Ȃ��ꍇ�{�}�j���A���� `[prefix]' - �Ƃ����\�L�́A`C-c' �Ɠǂ݊����Ă��������B + �Ρ����й�����գ������թ����`C-c'��� + ����Ƥ��Ǣ��ѹ�Ƥʤ�������� + `[prefix]' � ����Ϣ`C-c' + ��߹�Ư����  File: yatexj, Node: Main features, Next: Installation, Prev: Terminology, Up: Top -��ȋ@�\ -******** +�ʡ� +**************** - * �^�C�v�Z�b�^��v�������[�A�Ȃǂ̕ҏW��ʂ���̋N��(`C-c t') - * �J�[�\���ʒu�ɂ��Ȃ��Œ胊�W�����̕����^�C�v�Z�b�g - * \includeonly�̃����^�b�`�X�V - * �G���[�ӏ��ւ̎����W�����v(`C-c '') - * `\begin{}, \end{}, \section...' �Ȃǂ� LaTeX �R�}���h�̕⊮����(`C-c - b', `C-c s', `C-c l', `C-c m') - * ���ɓ��͂����e�L�X�g���‹���R�}���h�����̒��Ɏ�荞�ފ���⊮(`C-u' - +�ʏ�⊮�L�[) - * �Z�N�V������؂���͎��̕����\���A�E�g���C���\�� - * �Z�N�V�����R�}���h�̈ꊇ�V�t�g (*Note view-sectioning::) - * �⊮�����̊w�K - * LaTeX �̊‹���R�}���h�ɉ������K�C�h�t���������� - * �쒹�ɂȂ��K�C�h�t���������͊֐��̎�������(`yatexgen.el') - * LaTeX �R�}���h�̍폜/�ύX(`C-c k', `C-c c') - * �t�@�C���ԁA`\begin'<->`\end'�ԁA`\ref'<->`\label'�ԁA - `\cite'<->`\bibitem'�W�����v(`C-c g') - * �ꊇ�R�����g�A�E�g/�A���R�����g�A�E�g(`C-c >', `C-c <', `C-c ,', `C-c - .') - * �A�N�Z���g�L��/�����‹��p�R�}���h/�M���V�������̓��͎x��(`C-c a', - `;', `/') - * tabular/array�‹��̃J�����ʒu�K�C�h - * �W���I LaTeX �R�}���h�̃I�����C���w���v(`C-c ?', `C-c /') - * �h�L�������g�̃C���N���[�h�\���̎��o�I�\���ƃo�b�t�@�؂�ւ�(`C-c d') - * �⊮���͂����}�N���ɉ����ĕK�v�� \userpackage �����Ă������� - userpackage - * \label��ł‚��Ƃ͂����Y��悤! ref��cite�⊮���͂Ŏ����������܂� + * ��׻ÿ����弢���Ը�̫�ί�(`C-c t') + * ���������ʤ����������׻�� + * \includeonly������� + * �����Ϋ�����(`C-c '') + * `\begin{}, \end{}, \section...' ��� LaTeX + �������� (`C-c b', `C-c s', `C-c l', `C-c + m') + * ���Ϸ�ƭ���ĭ���������������� + (���������䰭�) + * �����������θ񽤢���� + * ������������� (*Note view-sectioning::) + * 䰭��ج + * LaTeX �ĭ�����������խ���� + * ��ʤ���խ������Ϋ���(`yatexgen.el') + * LaTeX �������/ѹ(`C-c k', `C-c c') + * ա��֢`\begin'<->`\end'֢ + `\ref'<->`\label'֢ `\cite'<->`\bibitem'����(`C-c + g') + * ����Ȣ��/����Ȣ�� + (`C-c >', `C-c <', `C-c ,', `C-c .') + * ����ȭ�/��ĭѳ���/��������� + (`C-c a', `;', `/') + * tabular/arrayĭΫ���֬�� + * �� LaTeX ����Ϊ������(`C-c ?', `C-c /') + * ɭ����Τ��ɽ���Ъ�����ա��ب + (`C-c d') + * ��Ϸ�ޯ����Ƭ�� + \userpackage ���Ư����� userpackage + * \label��ij��⦺��! ref�cite���ǫ����޹  File: yatexj, Node: Installation, Next: Invocation, Prev: Main features, Up: Top -�N���@ -****** +��� +************ -�쒹�N���̂��߂̐ݒ� -==================== +�ο���� +======================================== - ~/.emacs�ɉ���2���ڂ������܂��B + ~/.emacs˼�2���è޹� (setq auto-mode-alist (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) -���ɖ쒹�� emacs-lisp �t�@�C���Q��u���f�B���N�g���� load-path �ɉ����܂��B -���Ƃ��΁A `~/src/emacs/yatex'�ɒu���̂ł���΁A +���� emacs-lisp +ա���֯ǣ���� load-path +�è޹� �ȨТ +`~/src/emacs/yatex'�֯�Ǣ�Т (setq load-path (cons (expand-file-name "~/src/emacs/yatex") load-path)) -�ȂǂƂ��܂��B +��ȷ޹� - �ȏ�̐ݒ�ɂ��A�g���q�� .tex �ł���t�@�C����ҏW����Ǝ����I�ɖ쒹�� -���[�h����܂��B�쒹������ɋN���ł����Ƃ��̓��[�h���C���̕\�����u��ĂӁv -�ɕς��܂��B + ��������ȥҬ .tex +Ǣ�ա���Ը��ȫ��� +�ɵ�޹���˯�ǭ�ȭ�����ν������� +����޹� -�^�C�v�Z�b�^/�v�������[�A�‹��̐ݒ� -=================================== +��׻ÿ/���弢ĭ��� +===================================================================== - ���p����O���v���O�����Ɋւ���ȉ��̕ϐ����m�F���A�K�v�Ȃ琳�����l�ɕύX -���܂��B + �ѹ�������ع�ʼ����Χ�����鵷���ѹ +�޹� `tex-command' - ... �N������^�C�v�Z�b�^�̃R�}���h�� + ... ���뿤׻ÿγ��ɾ `dvi2-command' - ... �N������v�������[�A�̃R�}���h�� + ... �������弢γ��ɾ `NTT-jTeX' - ... ���s+�C���f���g�ɂ���āA�^�C�v�Z�b�g��̎��Ԃ��󂢂Ă��� - ���̂�}������ꍇ��t�ɂ���(�Â�NTT-jTeX�Ō����Ɍ����)�B��̓I�ɂ́A - fill����Ƃ��Ɋe�s�̏I����%��t������悤�ɂȂ�B + ... ��+��������Ƣ��׻�����֬��Ʒ� + ���ީ�����t˹�(ŤNTT-jTeXDz�˽��)��Ϊ�Ϣ + fill��ȭ���Ϊ���%��ù����� `YaTeX-kanji-code' - ... �������쐬���鎞�̊����R�[�h + ... ����������� `dviprint-command-format' - ... �t�@�C���̈���Ɏg����R�}���h��̏��� + ... ա���������������� `YaTeX-dvipdf-command' - ... DVI��PDF�ɕϊ�����R�}���h + ... DVI�PDF�ѹ����� -������ύX����ꍇ�́A��͂�`~/.emacs'�ɂāA���Ƃ���(setq tex-command -"pdflatex") �̂悤�ɂ��Ă��������B�ǂ̂悤�Ȓl���Z�b�g����Ηǂ����ɂ‚��� -�́A*Note All customizable variables::���Q�Ƃ��Ă��������B +����ѹ����Ϣ���`~/.emacs'�Ƣ�Ȩ� +(setq tex-command "pdflatex") +��˷Ư�����������ȹ��ɤ��Ĥ�Ϣ +*Note All customizable variables::�ȷƯ����  File: yatexj, Node: Invocation, Next: %#notation, Prev: Installation, Up: Top -latex�R�}���h�N�� -***************** +latex���ɯ� +***************************** -LaTeX�\�[�X�̕ҏW���A���̃L�[���͂ɂ��Aplatex �Ȃǂ̃^�C�v�Z�b�g�v���O�� -��(�Ȍ�^�C�v�Z�b�^�ƌĂ�)�A�v�������[�A�Ȃǂ̋N�����ł��܂��B +LaTeX����Ը梡έ������platex +��ο�׻����� +�(�忤׻ÿ���)����弢��ί��ǭ޹� `[prefix] t j' - ... �^�C�v�Z�b�^(platex)�N�� + ... ��׻ÿ(platex)�� `[prefix] t r' - ... �^�C�v�Z�b�^�N��(�̈�w��) + ... ��׻ÿ��(����) `[prefix] t e' - ... �^�C�v�Z�b�^�N��(�|�C���g�ʒu�̊‹��܂��͐������[�h�̂ݑ� - ��) + ... ����׻��&���� + (ݤ�������ĭ޿��������׻�ȷ� + ����ա���������й) `[prefix] t k' - ... ���쒆�̃^�C�v�Z�b�^�̒�~ + ... ���ο�׻ÿ��� `[prefix] t b' - ... jbibtex�N�� + ... jbibtex�� `[prefix] t i' - ... makeindex�N�� + ... makeindex�� `[prefix] t d' - ... �^�C�v�Z�b�g������dvipdfmx�N�� + ... ��׻�Ȱ��dvipdfmx�� `[prefix] t p' - ... �v�������[�A�N�� + ... ���弢�� `[prefix] t l' - ... lpr(�v�����g�A�E�g�p)�R�}���h�N�� + ... lpr(���Ȣ���)���ɯ� `[prefix] t s' - ... xdvi -remote �ł̃T�[�` + ... xdvi -remote �ε�� * Menu: -* Calling typesetter:: �^�C�v�Z�b�^�N�� -* Calling previewer:: �v�������[�A�N�� -* Print out:: �v�����g�A�E�g�p�R�}���h�̋N�� +* Calling typesetter:: ��׻ÿ�� +* Calling previewer:: ���弢�� +* Print out:: ���Ȣ��ѳ���ί�  File: yatexj, Node: Calling typesetter, Next: Calling previewer, Prev: Invocation, Up: Invocation -�^�C�v�Z�b�^�N�� -================ +��׻ÿ�� +================================ - �^�C�v�Z�b�^���N������ƁA�ҏW�E�B���h�E��2�‚ɕ�������A�Е��̃E�B���h -�E�Ƀ^�C�v�Z�b�g��ʂ��\������܂��B�o�͂���郁�b�Z�[�W�ƘA�����^�C�v�Z�b -�g�o�b�t�@�͎����I�ɃX�N���[�����܂��B�����A�r���ŃG���[���N�����Ď~�܂��� -���܂����ꍇ�ɂ̓^�C�v�Z�b�g�o�b�t�@�Ɉڂ�A(`C-x o') �^�C�v�Z�b�^�̏o���� -���� ? �v�����v�g�ɑ΂��āA`x' (�����̒��f)�Ȃǂ̎w���𑗂邱�Ƃ��ł��܂��B -�G���[���C������ꍇ�́A + ��׻ÿ򯰹�ȢԸ���ɦ�2�ˬ����Φ��� +�˿�׻���̬����޹��ϵ���û��Ȣ����׻� +���աϫ��˹���޹�ⷢ��Ǩ鼬�������� +��ÿ���Ͽ�׻����ա���(`C-x +o') ��׻ÿ�� �Ƥ� ? +������зƢ`x' +(�����)���ب���Ȭ +ǭ޹���򤵹���Ϣ `[prefix] '' -`(prefix+�A�|�X�g���t�B)' - ... ���O�̃G���[�����s�փW�����v +`(prefix+�ݹ��գ)' + ... ��Ψ鼯��ظ��� -����͂��邱�Ƃɂ��A�^�C�v�Z�b�^���G���[�𔭐������s�Ɉڂ邱�Ƃ��ł��܂��B -�܂��A�^�C�v�Z�b�^�̏o�͂��� overfull hbox �Ȃǂ̃E�H�[�j���O�s�ɂ��Ή��� -�Ă��܂��̂ŁA���� `[prefix] '' ���������Ƃɂ��A��‘O�̃E�H�[�j���O���� -�s�ɃW�����v���Ă����܂��B +��Ϲ����ꢿ�׻ÿ���򯸷�����Ȭǭ޹� +޿���׻ÿ��Ϲ� overfull hbox +��Φ���������� +Ƥ޹�Ǣ� `[prefix] '' +򡹳�����İΦ���� +���˸��׷Ƥ�޹� - �����A�C�ɂȂ�G���[�s���������ꍇ�́A�^�C�v�Z�b�g�o�b�t�@�ŁA�G���[�̕\ -������Ă���s�ɃJ�[�\�������킹�X�y�[�X�L�[�������� LaTeX �\�[�X�̑Ή��� -��s�ɃW�����v���܂��B + ⷢ�����Ԭ�ÿ��Ϣ��׻����աǢ� +�ν���Ƥ��˫�����ﻹڼ����� +LaTeX +���������˸��׷޹� -�̈�^�C�v�Z�b�g ----------------- +�迤׻�� +-------------------------------- - �|�C���g�ƃ}�[�N�̊ԁA���邢�̓e�L�X�g���ɖ��ߍ��� `%#BEGIN' ��`%#END' -�̊Ԃ̗̈�(*Note %#notation::)������؂����ă^�C�v�Z�b�g���邱�Ƃ��ł��� -���B���̏ꍇ���C���t�@�C���̃v���A���u�����ꎞ�t�@�C���̃v���A���u���Ƃ��� -�g���܂��B���������ăv���A���u���ɂȂ��}�N����`���̈���ɂ���ƃG���[�� -�Ȃ�܂��B�̈�^�C�v�Z�b�g���g���ꍇ�A�K���}�N����`�̓v���A���u�� -(`\begin{document}'���O)�ɒu���悤�ɂ��ĉ������B�ꎞ�t�@�C���̓��C���t�@ -�C���̂���f�B���N�g����`texput.tex'�Ƃ������O�ŏo�͂����̂ŁA�㏑���ɂ� -���ӂ��Ă��������B + ݤ���޼��֢���ƭ��������� +`%#BEGIN' � `%#END'�����(*Note +%#notation::)�������ƿ�׻�ȹ�Ȭ +ǭ޹�������ա����������ա��� +�����ȷ����޹������������ʤޯ���� +���ˢ�Ȩ����޹��迤׻���Ȧ�� +��ޯ���������(`\begin{document}'��)�֯� +˷Ƽ�����ա�����ա��΢� +ǣ����`texput.tex'Ȥ�����ϵ���Ǣ +�����շƯ���� -�‹��^�C�v�Z�b�g ----------------- +ĭ��׻�� +-------------------------------- - `[prefix] te' �������ƁA�|�C���g�ʒu�̍ł������̊‹��A�܂��͐������[�h�� -�̏ꍇ�͂��̐������[�h�S�̂������I�ɗ̈�I������āA�̈�^�C�v�Z�b�g���Ă� -�o���܂��Btabular�‹��␔�����[�h�ŕ��G�Ȃ��̂�����Ă���ꍇ�͊m���߂��� -�����������m�F�ł���̂ŕ֗��ł��B����� `texput.tex' �ɊY�������������o�� -�܂��B�v�������[�A�� `texput.dvi' ���J�����܂܂ɂ��Ă����ΏC���Ɗm�F���f�� -���ł���ł��傤�B + `[prefix] te' +�Ȣݤ���������ĭ�޿���� +�����Ͻ����ɴ΢���ĭ�ʱ�н����� +����Ƣ�迤׻�����з޹� +tabularĭ�����ǣ�������Ƥ����Ϋῤ����� +Χǭ�����ǹ�Emacs�����Ľ���Ϣ +����׻������������Φ��ɦ˽��޹�޿� +���ĭ���з���Ϣĭ�θ��񭹨��˫��� +������򹷷޹(on-the-fly����)� +������ʤ������弢� +`texput.dvi' +򫤿��˷ƪ�Ф��Χ���ǭ�Ƿ禣 + + ����������筵(���)��թ���200dpi(���300dpi)ǹ� +dpi�Ѩ�����LaTeX����ɳ�� +`%#PREVIEWDPI 150' +���dpi���Ư����  File: yatexj, Node: Calling previewer, Next: Print out, Prev: Calling typesetter, Up: Invocation -�v�������[�A�N�� -================ - `[prefix] t p' �ɂ��v�������[�A�̋N�����ł��܂��B����ɁA�������Ȃ����A- -remote �@�\�‚���xdvi�𗘗p���Ă���ꍇ�� `[prefix] t s' ���������Ƃɂ�� -�J�[�\���ʒu�̕�������������Ă��̃y�[�W��\������悤�ɂ��łɋN������xdvi -�ɖ��߂𑗂�܂��B����ɂ��A���ݕҏW���̉ӏ��̃^�C�v�Z�b�g���ʂ𑦍��Ɍ� -�邱�Ƃ��ł��܂��B +���弢�� +================================ + `[prefix] t p' +������弢ί��ǭ޹���ˢⷢ� +���-remote +��ĭ�xdvi��ѷƤ���� `[prefix] +t s' � +����꫼����θ�����ƽ�ڼ�򽨹��˹�˯ +���xdvi˿����޹�����ꢽ�Ը����ο�׻���� +��˫�Ȭǭ޹�  File: yatexj, Node: Print out, Prev: Calling previewer, Up: Invocation -�v�����g�A�E�g -============== +���Ȣ�� +============================ - `[prefix] t l'�������ăv�����g�A�E�g���w������ƁA�o�͊J�n/�I���y�[�W�� -�����Ă���̂ŁA���ꂼ��ɓ����܂��B������ȗ����������́A -universal-argument ���‚��A + `[prefix] t +l'�����Ȣ���ب��Ȣ�ϫ�/��ڼ +��Ư��Ǣ������޹����ʬ����Ϣ +universal-argument �ı� `C-u [prefix] t l' - ... �y�[�W�m�F�ȗ�lpr�N�� + ... ڼ�Χʬlpr�� -�̂悤�ɋN�����Ă��������B +��˯��Ư����  File: yatexj, Node: %#notation, Next: Completion, Prev: Invocation, Up: Top -%#�L�@ -****** +%#�� +********** - �{������`%#'�ł͂��܂�L�[���[�h�𖄂ߍ��ނ��ƂŃ^�C�v�Z�b�^�N�����̐��� -�����邱�Ƃ��ł��܂��B + ܸ��`%#'�ϸ�뭼��������ǿ�׻ÿ��� +Ω���Ȭǭ޹� * Menu: -* Changing typesetter:: �^�C�v�Z�b�g�p�R�}���h�̕ύX -* Splitting input files:: ���̓t�@�C������ -* Fix region for typesetting:: �̈�̌Œ� -* lpr format:: �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g -* Controlling which command to invoke:: ���̑��̋N���R�}���h���� -* Editing %# notation:: %#�L�@�̕ҏW +* Changing typesetter:: ��׻��ѳ����ѹ +* Splitting input files:: ��ա��� +* Fix region for typesetting:: ����� +* lpr format:: ���Ȣ�ȳ����թ���� +* Controlling which command to invoke:: �ξί����ɩ� +* Editing %# notation:: %#���Ը  File: yatexj, Node: Changing typesetter, Next: Splitting input files, Prev: %#notation, Up: %#notation -�^�C�v�Z�b�g�p�R�}���h�ύX -========================== +��׻��ѳ���ѹ +==================================================== - �N������R�}���h��ς��������͖{�����Ɏ��̂悤�ȍs�������܂��B + ��������Ѩ����ܸ�ˡ������޹� %#!jlatex-ntt -NTT jTeX �ƁAASCII jTeX ���g�����������悤�ȏꍇ�ɕ֗��ł��傤�B +NTT jTeX ȢASCII jTeX +�Ȥ�����������Ƿ禣  File: yatexj, Node: Splitting input files, Next: Fix region for typesetting, Prev: Changing typesetter, Up: %#notation -���̓t�@�C������ -================ +��ա��� +================================ -�܂��A�͖��ɕʃt�@�C���� .tex ���쐬���Ă���ꍇ�ŁA`main.tex'���� -`sub.tex' �� `\include'���Ă���悤�Ȏ��́A`sub.tex'�̔C�ӂ̈ʒu�Ɏ��̂悤 -�ȍs�𖄂ߍ��݂܂��B +޿�����ա��� .tex +�Ƥ���Ǣ`main.tex'�� `sub.tex' +� +`\include'�Ƥ����Ϣ`sub.tex'Τ�� +��ˡ���������޹� %#!platex main.tex -��̗�̂悤�ɃR�}���h�������łȂ��������������ꍇ�ɂ́A�S�Ă����̂܂� -shell �ɓn���̂Ŏ��̂悤�ɏ����΁Aghostview �Ȃǂ��v�������[�A�Ɏg�����ɕ� -���ł��B +�����˳��ɾ���ʯ�������Ϣ������ +shell �Ϲ�ǡ����Тghostview +������弢�Ȧ��� +�ǹ� %#!platex main && dvi2ps main.dvi > main -�Ȃ��A���̍s�̍Ō�̒P��̃s���I�h�ȑO���u���C���t�@�C���v�̃x�[�X�l�[���� -����Ɖ��肵�܂�(���2�‚̏ꍇ�ǂ����`main')�B���̍s�ɋL�q�����A`%f'�̓� -�C���t�@�C�����ɁA `%r' �̓��C���t�@�C���̊g���q����菜���������ɒu������ -�܂��B�������A`%f,%r'�𗘗p�����ꍇ�A����^�C�v�Z�b�g���ɕK�����C���t�@�C -�����̓��͂𑣂���܂��B +ʪ�������α�����ʰ����ա����ټ� +ͼ�Ǣ�Ⱦ�޹(��2��������`main')� +���˭ҷ��`%f'���ա��ˢ +`%r' +���ա���ȥ����������ֹ��޹� +����`%f,%r'��ѷ�����׻���ˬ���ա�� +������޹� - `[prefix] g' (*Note Cursor jump::�Q��) �ł̃t�@�C���ԃW�����v��L���ɋ@ -�\�����邽�߁A���̓t�@�C���������ɂ͎��̂��Ƃɒ��ӂ��ĉ������B + `[prefix] g' (*Note Cursor jump::��) �� +ա��ָ�����ˡ�������ա�����ϡγ�� +�շƼ��� - 1. �T�u�f�B���N�g��������āA���̒��ɃT�u�t�@�C����u�����Ƃ͂ł��邪�T - �u�f�B���N�g���̃T�u�f�B���N�g���ɂ͒u���Ȃ��B - 2. ���C���t�@�C������T�u�f�B���N�g�����̃t�@�C���� include ���鎞�ɂ́A - ���΃p�X�w���p���āA`\include{chap1/sub}'�̂悤�ɋL�q�B - 3. ���C���t�@�C�������̃f�B���N�g���ɂ���ꍇ���A�T�u�t�@�C���ɂ� - %#!platex main.tex �̂悤�ɋL�q����(../main�ł͂Ȃ�)�B + 1. ��ǣ������Ƣ���˵�ա���֯���ǭ� + ��ǣ���ε�ǣ�����ֱʤ� + 2. ��ա����ǣ�����ա��� + include ����Ϣ + ��ѹ���ѤƢ + `\include{chap1/sub}'��˭ң + 3. ��ա������ǣ���ˢ���⢵�ա���� + %#!platex main.tex + ��˭ҹ�(../main��ʤ)� @@ -374,50 +422,58 @@  File: yatexj, Node: Fix region for typesetting, Next: lpr format, Prev: Splitting input files, Up: %#notation -�̈�̌Œ� -========== +����� +==================== - `[prefix] tr' �̗̈�w��̃^�C�v�Z�b�g�ł́A�Ƃ��Ɏw��̂Ȃ�������A -`C-SPC'�Ń}�[�N�����ʒu�ƁA�|�C���g(�J�[�\���ʒu)�̊Ԃ�̈�Ƃ݂Ȃ��܂����A -�K�����܂����̈���^�C�v�Z�b�g�������ꍇ�́A���̗̈�� + `[prefix] tr' +�����ο�׻���Ϣȯ����ʤ��� +`C-SPC'�޼�����Ȣݤ��(������)�������ʷ� +�������ÿ���׻�ȷ����Ϣ����� %#BEGIN - <�n�������̈�> + <Ϸ����> %#END -�̂悤��`%#BEGIN'��`%#END'�ň͂݁A�J�[�\�����u`%#BEGIN'�ȍ~�v�ɒu���Ă��� -�����B���̎��̗̈挈��K�����܂Ƃ߂�Ǝ��̂悤�ɂȂ�܂��B +���`%#BEGIN'�`%#END'��ߢ������`%#BEGIN'��� +�֤Ư�����������꬧�����ȡ�����޹� - 1. �J�[�\���ʒu���o�b�t�@�̐擪������`%#BEGIN'�Ƃ����L�[���[�h������� - �� + 1. ����������ա�����`%#BEGIN'Ȥ����ɬ + ���� - 1. `%#BEGIN'���o�b�t�@�̖���������`%#END'�Ƃ����L�[���[�h�����‚��� - ���ꍇ�B - =>`%#BEGIN' ����A���� `%#END' �̂���ʒu�܂ŁB - 2. `%#END' �����‚���Ȃ������ꍇ�B=>�o�b�t�@�̍Ō���܂ŁB + 1. `%#BEGIN'����ա������`%#END'Ȥ����ɬ�ī� + ��� + =>`%#BEGIN' �颽� `%#END' ΢����ǣ + 2. `%#END' ��ī�ʫÿ�� + =>��ա�����ǣ - 2. �J�[�\���ʒu���o�b�t�@�̐擪������ `%#BEGIN' �Ƃ����L�[���[�h�� - ���‚���Ȃ������ꍇ�B - =>�}�[�N(`C-SPC'�ʒu)�ƃ|�C���g(�J�[�\���ʒu)�̊Ԃ̗̈�B + 2. ����������ա����� + `%#BEGIN' Ȥ����ɬ + �ī�ʫÿ�� + =>޼�(`C-SPC'��)�ݤ��(������)����� - tabular �‹������x�����s���낵�Ă���悤�ȏꍇ�́A`\begin'�̑O�̍s�� -`%#BEGIN' �Ə����A`\end' �̎��̍s�� `%#END' �Ə����Ă����ƊȒP�ɍ�\���ʂ� -�e�X�g���邱�Ƃ��ł��܂��B�܂��A���� .tex �t�@�C���̌㔼�� `%#BEGIN' ���� -���Ă����΁A�O���̕����͖����ł��܂��B����BEGIN��END �̏����Y��ɂ͏\���� -���Ӊ������B + tabular +ĭ�������Ƥ�����Ϣ`\begin'ΰ�� +� `%#BEGIN' ��`\end' Ρ��� +`%#END' ��ƪ� +�ʱ�����ƹȹ�Ȭǭ޹�޿��� +.tex ա���� � `%#BEGIN' +��ƪ�Т�����ϵ�ǭ޹���BEGIN�END +�÷���Ͻ���ռ���  File: yatexj, Node: lpr format, Next: Controlling which command to invoke, Prev: Fix region for typesetting, Up: %#notation -lpr�t�H�[�}�b�g -=============== +lprթ���� +=========================== - �܂��A�v�����g�A�E�g�p�R�}���h��̃t�H�[�}�b�g�ɂ‚��Đ������܂��B�R�}�� -�h��t�H�[�}�b�g�́A3�‚� Lisp �ϐ��ɂ���ĕ\������܂��B�f�t�H���g�� -dvi2ps �p�̃t�H�[�}�b�g���ɐ������܂��B + ޺����Ȣ��ѳ�����թ�����Ĥ����޹� +�����թ����Ϣ3�� Lisp +�����ƽ���޹�� +թ��� dvi2ps +��թ����������޹� `(1)dviprint-command-format' `"dvi2ps %f %t %s | lpr"' @@ -428,103 +484,118 @@ `(3)dviprint-to-format' `"-t %e"' -���ۂɃv�����g�A�E�g���鎞�́A(1)���� %s ���t�@�C�����ɒu���������A%f �� -(2)�̓��e�A%t ��(3)�̓��e�ɒu���������܂��B���̍ۂ�(2)�̕����񒆂� %b �� -�u�o�͊J�n�y�[�W�v�A(3)�̕����񒆂� %e �́u�o�͏I���y�[�W�v�ɒu��������� -�܂��B�����A�y�[�W���w�肵�Ȃ����ɂ́A%f, %t �����Ƃ���������܂��B +������Ȣ�ȹ��Ϣ(1)�� %s +�ա���֭����%f � +(2)��Ƣ%t +�(3)����֭����޹�����(2)θ���� +%b � +��ϫ�ڼ�ע(3)θ���� %e +���Ϫ�ڼ���֭���� +޹�ⷢڼ����ʤ��Ϣ%f, +%t ������޹� - ���́Adviprint-command-format ��Վ��ɕς��������́ALaTeX �̃\�[�X�e�L�X -�g���̔C�ӂ̏ꏊ�ɁA + �΢dviprint-command-format +����Ѩ���ϢLaTeX � +���ƭ���Τ����ˢ %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2 -�̂悤�ɏ����ĉ������B�v�����g�A�E�g����y�[�W�͈͂����������������Ȃ��悤 -�ɂ��鎞�� +����Ƽ������Ȣ�ȹ�ڼ����������ʤ� +˹��� %#LPR dvi2ps %s | lpr -�ȂǂƂ���̂��֗���������܂���B +��ȹ��������޻�  File: yatexj, Node: Controlling which command to invoke, Next: Editing %# notation, Prev: lpr format, Up: %#notation -���̑��̋N���R�}���h���� -======================== +�ξί����ɩ� +================================================ -LaTeX �����Ɋ֘A����R�}���h�͈ȉ��� %# �L�@�Ŏw�肷�邱�Ƃ��ł��܂��B +LaTeX ���آ������ʼ� %# +������Ȭǭ޹� `%#BIBTEX' - ... makeindex���s�Ȃ��R�}���h���C��([prefix] t b) + ... makeindex��ʦ������([prefix] t b) `%#MAKEINDEX' - ... bibtex���s�Ȃ��R�}���h���C��([prefix] t i) + ... bibtex��ʦ������([prefix] t i) `%#DVIPDF' - ... DVI����PDF�ϊ����s�Ȃ��R�}���h���C��([prefix] t d) + ... DVI��PDFѹ��ʦ������([prefix] + t d) -�s���������̃L�[���[�h�Ŏn�܂�s��LaTeX�����̐擪�t�߂ɏ����Ă����΁A�� -��Ŏw�肵���R�}���h���N���ł��܂��B +Ԭ����έ���������LaTeX��������ƪ�Т +����귿�����ǭ޹�  File: yatexj, Node: Editing %# notation, Prev: Controlling which command to invoke, Up: %#notation -%#�L�@���̂̕ҏW -================ +%#�����Ը +============================== -�ȏ�̂悤��`%#'�Ŏn�܂�e�퐧��L�@��ҏW���邽�߂ɂ� +�����`%#'������歡�Ը����� `[prefix] %' - ... `%#'�L�@�ҏW���j���[ + ... `%#'��Ը��� -�������܂��B +�޹� !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR -�Ƃ������j���[���o�ė���̂ŁA`%#!'�ɑ����R�}���h��ύX���������ɂ�`!'���A -`%#LPR'�� lpr �t�H�[�}�b�g��ς���������`l'���A���炩���ߐݒ肵�����W���� -�� `%#BEGIN' �` `%#END' �Ŋ��肽�����́A`b'�������܂��B`b'��I�񂾎��ɂ́A -����܂Ńo�b�t�@���ɒu����Ă���`%#BEGIN', `%#END' �������I�ɏ�������܂��B +Ȥ���弬�����Ǣ`%#!'˳������ѹ������ +`!'�`%#LPR'� lpr +թ�����Ѩ����`l'�� +���귿���� `%#BEGIN' � `%#END' +��꿤�Ϣ +`b'�޹�`b'�����Ϣ������ա��֫�Ƥ� +`%#BEGIN', `%#END' ��������޹�  File: yatexj, Node: Completion, Next: Local dictionary, Prev: %#notation, Up: Top -�⊮���� -******** +��� +**************** - LaTeX �ł̊‹����Ȃǂ́A�쒹�̕⊮�@�\�𗘗p���Ĕ\���I�ɓ��͂��邱�Ƃ��� -���܂��B + LaTeX +��ĭ���Ϣ��䰡���ѷƽ����Ϲ�� +�ǭ޹� * Menu: -* begin�^�⊮:: -* section�^�⊮:: -* large�^�⊮:: -* maketitle�^�⊮:: -* Arbitrary completion:: �����⊮ -* end�⊮:: -* Accent mark completion:: �A�N�Z���g�L���⊮ -* Image completion:: �����L���C���[�W�⊮ -* Greek letter completion:: �M���V�������⊮ +* begin��:: +* section��:: +* large��:: +* maketitle��:: +* Arbitrary completion:: ��� +* end�:: +* Accent mark completion:: ����ȭ�� +* Image completion:: ����Ἰ� +* Greek letter completion:: ����� +* Inserting parens::  -File: yatexj, Node: begin�^�⊮, Next: section�^�⊮, Prev: Completion, Up: Completion +File: yatexj, Node: begin��, Next: section��, Prev: Completion, Up: Completion -begin�^�⊮ -=========== +begin�� +================= - `\begin{env}...\end{env}'�̗l�Ȍ`���̓��͂̕⊮��begin�^�⊮�ƌĂԂ��Ƃ� -���܂��Bbegin �^�⊮�́A + `\begin{env}...\end{env}'�����������begin��� +�ֳ�˷޹�begin ��Ϣ `[prefix] b' - ... begin �^�⊮�J�n(�W���ł� `C-c b') + ... begin �䰫�(���� `C-c b') -�Ŏn�܂�܂��B�p�ɂɗp�����鎟�� LaTeX �‹��̕⊮�́A[prefix] `b' �ɑ��� -����1��������͂��邾���ŁA`\begin{xxx}...\end{xxx}'�����������܂��B +����޹����Ѥ���� LaTeX +ĭ��Ϣ[prefix] `b' +˳���1����Ϲ���Ǣ`\begin{xxx}...\end{xxx}'� +��޹� `[prefix] b c' ... `\begin{center}...\end{center}' @@ -561,342 +632,399 @@ `[prefix] b V' ... `\begin{verse}...\end{verse}' - ��L�̂��̈ȊO�̊‹����� Emacs �̎��ƒC���N�������^���ȕ⊮�@�\��p���� -���͂��܂�(��L�̊‹������ȉ��̕⊮���͉”\)�B + ����ʰ�ĭ�� Emacs +��Ĥ������䰡��Ѥ� +�Ϸ޹(��ĭ��ʼ����Ľ)� `[prefix] b SPC' - ... begin �^�⊮���� + ... begin ���� -`[prefix] b SPC' �Ɠ��͂���ƁA�ʼn��s�̃~�j�o�b�t�@�� +`[prefix] b SPC' +��Ϲ�ȢǼ������ա� Begin environment(default document): -�ƕ\������܂��B�����ŁA�������ꂸ�Ƀ��^�[���L�[�̂݉����ƁA���ʓ��ɏo�Ă� -��f�t�H���g�̊‹��������͂���܂����A�K���Ȋ‹�������͂���ƁA`\begin{�� -����} �c \end{�‹���}'���������ɑ}������܂��B�~�j�o�b�t�@�Ŋ‹�������͂� -��Ƃ��ɁA�‹����̓���������͂��u�X�y�[�X�v���������ƁA��v����‹������� -���e�[�u���ɑ��݂����ꍇ�A�������‹����ɕ⊮�����̂ŁA���͂̎�Ԃ��Ȃ��� -���B�����e�[�u���ɑ��݂��Ȃ��‹�������͂������̓��[�U��p�̃e�[�u���ɓo�^ -����A����ɂ��̃e�[�u���������I�ɁA���[�U����(�f�t�H���g�ł� -`~/.yatexrc')�ɕۑ����܂��B +Ƚ���޹���Ǣ�����꿼��ߡ�Ȣ�����Ƥ +��թ���ĭ���ϵ�޹�����ĭ���Ϲ�Ȣ +`\begin{ĭ�} � +\end{ĭ�}'���������޹����� +ա�ĭ���Ϲ�ȭˢĭ�ά����Ϸֹڼ��򿿯Ȣ +�׹�ĭ����Ƽ��˸߷��碵��ĭ��䰵���Ǣ +����֬ʱ޹���Ƽ��˸߷ʤĭ���Ϸ���漶� +��Ƽ���п�좵�˽�Ƽ��򫰪ˢ漶��(�թ� +��� `~/.yatexrc')�ݸ�޹� -����ɁA����̊‹���⊮���͂������ɂ͂��̊‹��ŕK���p������G���g������ -���}�����܂�(��: `itemize'�‹��ɂ�����`\item'�Ȃ�)�B�}�����ꂽ�G���g�����s -�v�ȏꍇ�ɂ�undo�ɂ���ď������ĉ������B +��ˢ���ĭ���Ϸ���Ͻ�ĭǬ�Ѥ������� +����޹(�: +`itemize'ĭ˪��`\item'��)����쿨 +����������undo������Ƽ��� -���ɏ������e�L�X�g���‹��Ŋ��� ------------------------------- +���ƭ���ĭ��� +------------------------------------------------------------ - �Ƃ���ŁA�ŏ��ɏ����Ă��܂����u���b�N���ォ��Aitemize �‹��̒��ɕ‚��� -�߂����Ǝv�����Ƃ�����܂����A���̂悤�ȂƂ��́A���炩���ߕ‚����߂����i�� -���}�[�N���āAbegin �^�⊮�̊e�R�}���h�� `[prefix]' �̎��́w�������� 'b'�x -���w�啶���x�ɕς��ċN�����ĉ������B(�܂��́A`C-u' ���ɑł��Auniversal -argument ���‚��Ă��”\�ł�) + ȳ�Ǣ����Ʒ�ÿ��ï���itemize +ĭ�� +�ĸ�ῤ�צ�Ȭ��޹������ȭϢ�髸� +ĸ�ῤ���޼��Ƣbegin +���Ƴ���� `[prefix]' +Ρ�خ��� 'b'� +������ѨƯ��Ƽ���(޿Ϣ +`C-u' ������universal argument +�ı��Ľǹ) - �Ⴆ�΂���p���O���t�� description �‹��̒��ɓ��ꂽ���Ƃ��́A���̃p���O -���t���}�[�N���Ă���A + �Т������ description +ĭ����쿤ȭϢ +�������޼��ƫ�䰡����зƯ���(description +ĭ���� `[prefix] b D')� -`[prefix] B D' -`(�܂��� ESC 1 [prefix] b D)' -`(�܂��� C-u [prefix] b D �Ȃ�)' +��������޹������� +`transient-mark-mode' � t +(Emacsθ�)���Ƥ�����Ǣ�� +`transient-mark-mode' � `nil' ˷Ƥ���Ϣ +䰭��� `universal-argument' ��(`C-u') +�׷ƫ� `[prefix] b D' +�ɢ䰭�� +��׹��������޹� +ʪEmacs22��Ǣ�� `transient-mark-mode' +���� `set-mark-command' +(`C-space')΢������ `transient-mark-mode' +������޹� -�ƃ^�C�v���Ă��������B����́A`[prefix] b SPC'�̕⊮���͂ɂ����Ă͂܂�A -`b' ��啶���ɕς��āA`[prefix] B SPC' �ƃ^�C�v����΁A���炩���߃}�[�N�� -�Ă��������W�������Abegin �� end �̊‹��Ŋ���܂��B  -File: yatexj, Node: section�^�⊮, Next: large�^�⊮, Prev: begin�^�⊮, Up: Completion +File: yatexj, Node: section��, Next: large��, Prev: begin��, Up: Completion -section�^�⊮ -============= +section�� +=================== - `\section{�ړI}' �̂悤�Ȍ`���̓��͂̕⊮�� section �^�⊮�ƌĂԂ��Ƃɂ� -�܂��Bsection �^�⊮�́A + `\section{ܪ}' +����������� section +����ֳ �˷޹�section +��Ϣ `[prefix] s' - ... section �^�⊮ + ... section �� -�Ŏ��s���܂��B`[prefix] s' ����͂���ƃ~�j�o�b�t�@�ɁA +��Է޹�`[prefix] s' +��Ϲ������աˢ (C-v for view-section) \???{} (default documentclass): -�Ƃ����v�����v�g�������̂ŁA������ `section' �̂悤�� LaTeX �R�}���h���� -���͂��܂��B�����ł����^�[���L�[�݂̂Ŋ��ʓ��̃f�t�H���g�l���I�������ق��A -`chapter'�Ȃǂ̂悤�ȕp�x�̍������̓��͂ɂ̓X�y�[�X�L�[�ɂ��⊮�@�\���L -���ł��B ���ɁA{}�̒��g�̓��͂𑣂��A +Ȥ�����Ȭ����Ǣ��� +`section' ��� LaTeX �� +�ɾ��Ϸ޹�����꿼���������թ��ͬ�� +��۫�`chapter'��������⤾����Ϲڼ����� +�䰡����ǹ� +�ˢ{}������򥹢 \section{???}: -�Ƃ����v�����v�g�������̂ŁA�Z�N�V�����̃^�C�g���Ȃǂ���͂��܂��B���Ƃ� -�΁A +Ȥ�����Ȭ����Ǣ�����ο�������Ϸ޹� +�ȨТ (C-v for view-section) \???{} (default documentclass): section - \section{???}: �ړI + \section{???}: ܪ -�̂悤�ɓ��͂����ꍇ�́A���͒��� +����Ϸ���Ϣ���� - \section{�ړI} + \section{ܪ} -���}������A +����� (C-v for view-section) \???{} (default section): vspace* \vspace*{???}: -�̂悤��{}�̒��g���ȗ������Ƃ��́A +���{}����ʬ��ȭϢ \vspace*{} -�������}������A���s�͂����J�[�\���͎����I�ɒ����ʂ̓����Ɉړ����܂��B +���������ϻ�����ϫ���������ܰ�޹� * Menu: -* 2�ˆȏ�̈������Ƃ� section�^�R�}���h:: -* Enclose section-type command:: ����⊮ -* Recursive completion:: �ċA�⊮ -* view-sectioning:: �Z�N�V������؂�̃A�E�g���C���\�� -* label-generation:: ���x���������� +* 2��������� section�����:: +* Enclose section-type command:: ��� +* Recursive completion:: Ƣ� +* view-sectioning:: ��������΢���� +* label-generation:: ��뫰��  -File: yatexj, Node: 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Next: Enclose section-type command, Prev: section�^�⊮, Up: section�^�⊮ +File: yatexj, Node: 2��������� section�����, Next: Enclose section-type command, Prev: section��, Up: section�� -2�ˆȏ�̈������Ƃ� section�^�R�}���h -------------------------------------- +2��������� section����� +----------------------------------------------------------------- - �Ƃ���ŁA`\addtolength{\topmargin}{8mm}' �Ȃǂ̂悤�ɁA�������ˆȏ�� -�� LaTeX �R�}���h������܂��B���̂悤�ȃR�}���h�̕⊮���͂ɂ́A section �^ -�⊮�Ăяo���Ɉ�����t���Ă��������B�Ⴆ�Ώ��`addtolength' �̗�ł���΁A -����2���w�肵�܂��B�‚܂�A + ȳ�Ǣ`\addtolength{\topmargin}{8mm}' +����ˢ����� ���� LaTeX +���ɬ��޹����ʳ��������Ϣ +section +����з����ձƯ��������`addtolength' +��Ǣ�Т��2���޹���� - C-u 2 [prefix] s (�܂��́AESC 2 [prefix] s) + C-u 2 [prefix] s (޿ϢESC 2 [prefix] s) -�� section �^�⊮���Ăяo������A +� section �����з�� (Ctrl-v for view-section) \???{} (default vspace*): addtolength \addtolength{???}: \topmargin Argument 2: 8mm -�̂悤�ɓ��͂��Ă��������B�ŏ��� addtolength �̕����ƁA�������ł��� -\topmargin �̓��͓͂��R�X�y�[�X�ɂ��⊮���͂��”\�ł��B���[�U�����ɓo�^ -����� LaTeX �R�}���h�ɂ́A���̈����̐����w�K�����̂ŁA�ŏ��̕⊮�̎��� -���̐����w�肵�ċN�����Ă����΁A�Ȍ�̕⊮���ɂ́A�L�����ꂽ������������ -�����ė���悤�ɂȂ�܂��B���Ƃň����̌���ς��������́A�Ă� `C-u' ��p -���Ȑ����w�肵�������ƂŁA�����I�Ɏ������̈����̌��̕������X�V���܂��B +����ϷƯ������� +addtolength ���Ȣ����Ǣ� \topmargin +�������ڼ������ϬĽǹ�漶���п +��� LaTeX +�����Ϣ�������ج����Ǣ������ +�������Ư��ƪ�Т������Ϣ���������� +��������޹����������Ѩ���Ϣ�� +`C-u' +�Ѥ�����귾���Ǣ���˭�����������򹷷� +��  -File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Up: section�^�⊮ +File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2��������� section�����, Up: section�� -���ɏ������e�L�X�g������ ------------------------- +���ƭ����� +------------------------------------------------ - �܂��A�N���R�}���h��`s'��啶���ɕς��ċN������ƁA���炩���ߏ��������� -�� section �^�R�}���h�̑������Ƃ��Ċ���܂��B + ޿�section�䰡����з�������˷ƪ�� +����ƭ��� section +����������ȷ���޹� +����� `transient-mark-mode' � `nil' +˷Ƥ���� `C-u' +΢��䰭��׹�Я���������޹� +  -File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section�^�⊮ +File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section�� -�ċA�⊮ --------- +Ƣ� +---------------- - ���x�Ȏg�����ɂȂ邩������܂��񂪁Asection�^�⊮�̈����̓��͎��ɂ���� -�⊮���͂𗘗p���邱�Ƃ��ł��܂�(section/large/maketitle�^�Ɍ���)�Bsection -�^�R�}���h�̈����ɍX�� LaTeX �R�}���h������ꍇ�ɂ̓~�j�o�b�t�@�Ŗ쒹�̕� -���L�[���ċA�I�ɓ��͂��邱�Ƃň����̓��͂������I�ɍs�Ȃ��܂��B + ���Ȥ������޻�section���������˵�� +�����ѹ�Ȭǭ޹(section/large/maketitle����)�section +��������˹� LaTeX +���ɬ����������ա��� +䰭��Ƣ���Ϲ��������������ʨ޹�  -File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section�^�⊮ +File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section�� -�Z�N�V������؂�̃A�E�g���C���\�� ----------------------------------- +��������΢���� +-------------------------------------------------------------------- - �ʏ��section�^�⊮�̎��Ƀ~�j�o�b�t�@��`C-v'�������ƌ��ݑ��݂���Z�N�V�� -����؂�R�}���h�S�Ă� `*Sectioning Lines*'�Ƃ����o�b�t�@�Ɉꗗ�\�����܂� -(�u<<--�v�̂‚��Ă���s�������Ƃ��߂��Z�N�V������؂�)�B���̎��~�j�o�b�t�@ -��`C-p', `C-n' ��������`part', `chapter', ..., `subparagraph' �̃R�}���h�� -�_���K�w�̍����ɂ��������ď㉺���܂��B�܂��A`C-v', `M-v' �������ƃZ�N�V�� -����؂�ꗗ�o�b�t�@���X�N���[�����A������`0'�``7'�������Ƃ��鍂���ȏ�̃Z -�N�V������؂肾����I��ŕ\�����܂�(���ۂɂ���Č���Ε�����܂�)�B + ���section���������ա�`C-v'�Ƚ߸߹뻯 +��������ɴ�� `*Sectioning +Lines*'Ȥ���ա���� +��޹(�<<--��ĤƤ�Ԭ����᤻�������)������ +��ա�`C-p', `C-n' ��`part', `chapter', ..., +`subparagraph' +γ��ɬ������˷����強޹�޿� +`C-v', `M-v' +�Ȼ�����������ա����뷢 +���`0'�`7'�Ȣ����λ�����������ǽ +��޹(�����ƫ�Ь��޹)� -`*Sectioning Lines*'�o�b�t�@�́A +`*Sectioning Lines*'��աϢ `M-x YaTeX-section-overview' - ... �Z�N�V������؂�ꗗ�o�b�t�@�𐶐� + ... ������������ա� -�ō쐬���邱�Ƃ��ł��܂��B���̃o�b�t�@��I�����C�ӂ̍s�ŃX�y�[�X�������ƁA -�Y������Z�N�V������؂�̂���{�����̏ꏊ�ɃW�����v���܂��B����ɁA���o�b -�t�@�� `u' �������ƁA�\�[�X�e�L�X�g�̑Ή�����Z�N�V�����R�}���h����K�w�� -����(��: subsection �� section �ɕς��)�A`d'�������ƈ�K�w������܂��B -`*Sectioning Lines*'�o�b�t�@�ɂ���Z�N�V������؂�̍s���}�[�N���Ă����� -`U'�������ƃ��W�������̂��̂ɑΉ�����\�[�X�e�L�X�g�̃Z�N�V�����R�}���h�� -�ׂĂ���K�w�オ��A`D'�������Ɖ�����܂��B�Z�N�V������؂�ꗗ�o�b�t�@�� -���p�ł���L�[�R�}���h�ɂ͈ȉ��̂��̂�����܂��B +��Ȭǭ޹�����ա�����ǹڼ��Ȣ +���뻯������΢�ܸ����˸��׷޹���ˢ��� +ա� `u' +�Ȣ���ƭ������뻯�����ɬ� +���(�: subsection � section +����)�`d'���ؼ�� +޹�`*Sectioning +Lines*'��աˢ뻯���������޼� +�ƪ��`U'�������������뽼�ƭ��λ��� +���ɹ�Ƭ����`D'�ȼ��޹�������� +�����ա���ǭ뭼������ʼ��ά��޹� `SPC' - ... �Ή�����\�[�X�s�փW�����v + ... ���뽼��ظ��� `.' - ... �Ή�����\�[�X�s��\�� + ... ���뽼��� `u' - ... �J�[�\���ʒu�ɑΉ�����Z�N�V�����R�}���h����K�w�グ�� + ... ����������뻯����������� `d' - ... �J�[�\���ʒu�ɑΉ�����Z�N�V�����R�}���h����K�w������ + ... ����������뻯��������ؼ�� `U' - ... �}�[�N�����Z�N�V�����R�}���h����K�w�グ�� + ... ޼���������������� `D' - ... �}�[�N�����Z�N�V�����R�}���h����K�w�グ�� -`0�`6' - ... ���x�� n �ȉ��̃Z�N�V�����R�}���h���B���ĕ\�� + ... ޼���������������� +`0�6' + ... ��� n + ʼλ��������ƽ�  -File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section�^�⊮ +File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section�� -���x���������� --------------- +��뫰�� +---------------------------- - `\ref{}' �� `\cite{}' �}�N����section�^�⊮�œ��ꂽ�ꍇ�Q�Ɛ�ƂȂ蓾�� -���̂�S�ĒT���ă��j���[�ɂ��đI���ł��܂��B�Q�Ɛ�ɂ�`\label{}'���‚��Ă� -���K�v�͂���܂���B��������΁A���̃��x�����g���A�Ȃ���΂��̏�ŎQ�Ɛ�� -`\label{}'����点�Ă���܂��B���x�������l����̂͋�ɂɊ�������̂ł��B�S -�ẴJ�E���^�Ƀ��x�����‚���̂������ւ�ł��B�������x�����ɉ����‚��邩�A -���x�����‚��邩�‚��܂����A�ȂǂƂ������Ƃ͖Y��܂��傤! + `\ref{}' � `\cite{}' +ޯ��section������� +�����������Ƶ�����˷ƪ�ǭ޹������ +`\label{}'�ıƪ���Ϣ�޻�ⷢ�Т������ +Ȥ�ʱ�н��Dz���`\label{}'���Ư�޹� +����ͨ�����˶����ǹ���Ϋ������� +ı��⿤��ǹ�����˿�ı뫢����ı�ı� +�����Ȥ���Ϻ�޷�!  -File: yatexj, Node: large�^�⊮, Next: maketitle�^�⊮, Prev: section�^�⊮, Up: Completion +File: yatexj, Node: large��, Next: maketitle��, Prev: section��, Up: Completion -large�^�⊮ -=========== +large�� +================= - `{\large }' �̂悤�Ȍ`���̕⊮�� large �^�⊮�ƌĂԂ��Ƃɂ��܂��B + `{\large }' �������� large +����ֳ�˷޹� `[prefix] l' - ... large �^�⊮�J�n + ... large �䰫� -��large�^�⊮�̊J�n�ł��B`[prefix] l' �������ƁA�~�j�o�b�t�@�� +�large��Ϋ�ǹ�`[prefix] l' +�Ȣ����ա� {\??? } (default large): -�ƕ\�������̂ŁA��L�̂��̂Ɠ����v�̂ŕ⊮���͂��ĉ������B�⊮���ɗp�� -����Ă���̂́A`footnotesize' �� `huge' �̂悤�ȕ����T�C�Y�w��q�ƁA`bf' -��`dg'�̂悤�ȃt�H���g�w��q�ł��B +Ƚ�����Ǣ����ȱ������ϷƼ��������� +��Ƥ��Ϣ`footnotesize' � `huge' +��ʸ������ +�Ȣ`bf'�`dg'���թ�����ǹ� -���ɏ��������������� --------------------- +��񤿸���� +---------------------------------------- - �܂��Abegin�^�⊮�̎��Ɠ��l�A��ɏ����Ă��܂�����A�̕��͂̕����̃T�C�Y -��ς������Ǝv����������܂����A���̂悤�Ȏ��́A�T�C�Y��傫����ς������� -���͈̔͂��}�[�N���Ă���A�Ăяo���L�[�� `[prefix] L' �ƁA�啶���� L �ɕ� -���ČĂяo���΁A���̃��W�����S�̂��A�u���[�X�ň͂܂�܂��B + ޿�begin����ȱ͢���Ʒ�ÿ�θ�θ�ε�� +�Ѩ���צ����޹�������Ϣ����筵�Ѩ��� +�����޼��ƫ�large�����ǯ����  -File: yatexj, Node: maketitle�^�⊮, Next: Arbitrary completion, Prev: large�^�⊮, Up: Completion +File: yatexj, Node: maketitle��, Next: Arbitrary completion, Prev: large��, Up: Completion -maketitle�^�⊮ -=============== +maketitle�� +===================== - `\maketitle' �̌`���̕⊮�� maketitle �^�⊮�ƌĂԂ��Ƃɂ��܂��B + `\maketitle' ������ maketitle +����ֳ�˷޹� `[prefix] m' - ... maketitle �^�⊮�J�n + ... maketitle �䰫� -�ŁAmaketitle �^�⊮���J�n���܂��B�⊮�̗v�͍̂��܂ł̂��̂Ƃ܂����������� -���BLaTeX �p�̃R�}���h�����⊮���Ƃ��ėp�ӂ���Ă��܂��B +Ǣmaketitle +���Ϸ޹�����ϣ�������ÿ���� +��LaTeX +�γ��ɾ����ȷ��յ�Ƥ޹�  -File: yatexj, Node: Arbitrary completion, Next: end�⊮, Prev: maketitle�^�⊮, Up: Completion +File: yatexj, Node: Arbitrary completion, Next: end�, Prev: maketitle��, Up: Completion -�����⊮ -======== +��� +================ - ���āA���܂ŏq�ׂ��T�^�I�� LaTeX �R�}���h�`���̕⊮���͂�p�����ɁA���� -�͂��悤�Ƃ��Ă��� LaTeX �R�}���h�𕶏����̔C�ӂ̈ʒu�Ő����⊮���邱�Ƃ� -�ł��܂��BLaTeX �R�}���h(�擪��\�Ŏn�܂�)����͂��Ă���r���ŁA + �Ƣ����ٿ���� LaTeX +�����������Ѥ�ˢ� +�Ϸ�ȷƤ� LaTeX +�������Τ�������䰹� +��ǭ޹�LaTeX +����(謬\����)��ϷƤ���Ǣ `[prefix] SPC' - ... �����⊮ + ... ��� -����͂���΁A�S�Ă̕⊮���̒������v������̂��I�΂�J�[�\���ʒu�ɑ}�� -����܂��B +��Ϲ�Т����������׹��ά��쫼������� +��޹�  -File: yatexj, Node: end�⊮, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion +File: yatexj, Node: end�, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion -end�⊮ -======= +end� +=========== - ���݊J�����܂܂̊‹����������I�Ɍ��o���A`\end{�‹���}'��}�����܂��B -begin �^�⊮��p����Ί‹��̕‚��Y��͂Ȃ��̂ł����A���ɂ͂‚��‚���� -`\begin{�‹���}' �����Ă��܂��A�߂����v�������邱�Ƃ�����܂��B���̂悤 -�Ȏ��ɂ͋C�ɂ��������ĕ��͂���͂��A������̂��� + �߫�����ĭ�򫰪ˡз�`\end{ĭ�}'����� +��begin +���Ѥ��ĭ�ĸ���ʤ�ǹ�����ĤĤ�� +`\begin{ĭ�}' +���Ʒޤ�ᷤפ��Ȭ��޹�� +�����Ϥ˻���Ƹ���Ϸ������� `[prefix] e' - ... end �⊮ + ... end � -�Ƃ��邱�ƂŁA���݊J���Ă���‹����� \end{} ������܂��B +ȹ��Ǣ�߫�Ƥ�ĭ�� +\end{} ����޹�  -File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end�⊮, Up: Completion +File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end�, Up: Completion -�A�N�Z���g�L���⊮ -================== +����ȭ�� +==================================== - �����̃A�N�Z���g�L��(`\`{o}'�Ȃ�)����͂��鎞�́A + ��΢���ȭ�(`\`{o}'��)��Ϲ��Ϣ `[prefix] a' - ... �A�N�Z���g�L������ + ... ����ȭ��� -�������ƁA�~�j�o�b�t�@�� +�Ȣ����ա� 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b -�Ƃ������j���[���o�ė���̂ŁA�����A�܂��͑Ή�����L��/�p������͂��ĉ��� -���B����ƕҏW�o�b�t�@�ɁA +Ȥ���弬�����Ǣ���޿������/����� +�Ƽ������Ը��աˢ \`{} -�������A�J�[�\����{}���Ɉʒu����̂ŁA����Ɉꕶ�����͂��鎖�ŁA +���좫���{}���ֹ��Ǣ������Ϲ��Ǣ \`{o} -����������A�J�[�\����{}�̊O�ɖ߂�܂��B +����좫����{}ΰ���޹�  File: yatexj, Node: Image completion, Next: Greek letter completion, Prev: Accent mark completion, Up: Completion -�����L���C���[�W�⊮ -==================== +����Ἰ� +======================================== - ��ɐ������[�h�Ŏg�p�����A���⃰�Ȃǂ̋L�����[���I�ɕ\������L�[���� -�ŁALaTeX �R�}���h����͂ł��܂��B����͖쒹���g�́u�������[�h�v�ł̂ݓ��� -���܂��B�쒹�̓J�[�\����TeX�̐����‹��̒��ɂ��鎞��`;'��A`:'�ɓ���ȋ@�\ -���������܂��B + ��������ѵ�������έ����˽��뭼�� +ǢLaTeX +�������ǭ޹��������������� +��޹��ϫ���TeX���ĭ��ˢ���`;'� +`:'���ʡ�����޹� - ���āA�Ⴆ�΁A��(leftarrow)��ASCII���������ŕ\������ꍇ�A��ʓI�ɂ́u<-�v -�̂悤�ɂ��܂����A����𗘗p���āA�����L���C���[�W���̓��[�h��`\leftarrow' -����͂���ɂ́A`;'(�Z�~�R����)��ł��Ă���`<-'�Ɠ��͂��܂��B���l�ɁA���� -���-(long-leftarrow) ��ASCII���������ŕ\������ꍇ�u<--�v�Ƃ���̂ŁA -`\longleftarrow'����͂��邽�߂ɂ́A`;<--' �Ɠ��͂��܂��B���邢�͖�����L -����ASCII���������ŕ\�����鎞�́uoo�v�̂悤�ɂ��邱�Ƃ���A`\infty' ����� -���鎞�́A`;oo'�ƃL�[���͂��܂��B + �Ƣ�Т�(leftarrow)�ASCII����ǽ������̪���<-� +��˷޹������ѷƢ����Ἰ����� +`\leftarrow'��Ϲ��Ϣ`;'(�߳��)���ƫ�`<-'� +�Ϸ޹���ˢ�����-(long-leftarrow) +�ASCII����ǽ��� +���<--�ȹ��Ǣ`\longleftarrow'��Ϲ���Ϣ`;<--' +��Ϸ޹���ϵ����ASCII����ǽ������oo��� +˹�ȫ�`\infty' +��Ϲ��Ϣ`;oo'ȭ��Ϸ޹� - �����̑�����܂Ƃ߂�Ǝ��̂悤�ɂȂ�܂��B + �����������ȡ�����޹� - INPUT ���͂���� LaTeX �R�}���h + INPUT �ϵ�� LaTeX ���� ; < - `\leftarrow' ; < - - `\longleftarrow' ; < - - > `\longleftrightarrow' @@ -905,958 +1033,1147 @@ - ������̏ꍇ���A�C���[�W���͂��s���Ă���r���Ŗ]�݂̂��̂��o�b�t�@�ɕ\�� -���ꂽ�Ȃ�A�����ŃC���[�W���͂��~�߂Ď��̕ҏW����Ɉڂ��Ă��\���܂���B + ������⢤Ἰ�����Ƥ���Ǿ���ά��ա +˽����颽�ǤἸ�����ơ�Ը������� +��޻� - �����‹�����`;'���g����͂���ɂ�`;;'�̂悤�ɂ��܂��B�C���[�W���͂̓r�� -��TAB�������ƁA����܂œ��͂��������Ŏn�܂���̈ꗗ���\������܂��B������ -�ړI�� LaTeX �R�}���h�܂ŃJ�[�\�����ړ����ēxTAB���������Ƃł��� LaTeX �R -�}���h���o�b�t�@�ɑ}������܂��B + ��ĭ��`;'����Ϲ���`;;'��˷޹��Ἰ +������TAB�Ȣ�����Ϸ����������������� +�����ܪ� LaTeX +�����ǫ����ܰ���TAB򡹳�� +�� LaTeX +���ɬ��ա�����޹� - �ǂ̃L�[���͂ɂǂ̋L�����Ή����Ă��邩�S�Ēm�肽�����́A`;'������������ -��TAB�������Ă��������B�ȉ��̗�́A`;<'�Ɖ��������TAB�����������̂ł��B + �έ�����έ����Ƥ뫴��꿤�Ϣ`;'򡷿 +���TAB�Ư����ʼ��Ϣ`;<'ȡ����TAB򡷿�� +ǹ� KEY LaTeX sequence sign - < \leq �� - << \ll �s - <- \leftarrow �� + < \leq � + << \ll � + <- \leftarrow � <= \Leftarrow <= -������[���̓L�[]�A[�Ή����� LaTeX �R�}���h]�A[(�[��)�L���}��]�A�Ƃ������� -���j���[���o�ė���̂ŁA�悭�g�����̂��o���Ă����Ɨǂ��ł��傤�B���̂ɂ�� -�Ă�ASCII�����ŕ\�����邱�Ƃ�����Ȃ̂ŁA���܂�o���₷���L�[���тł͂Ȃ� -���̂�����ł��傤����A���̂悤�ȏꍇ�� \maketitle �^�⊮�œ��͂��邩�A�� -���ɏq�ׂ�Ή��\�̐ݒ���s���ĒP���ȃL�[���т̂��̂�ݒ肷��Ɨǂ��ł��傤�B +���[�ϭ�]�[���� LaTeX +����]�[(��)��ި]�� +������弬�����Ǣ�Ȧ���Шƪ��ɤǷ� +���������ASCII��ǽ���Ȭ����Ǣ���Ш +乤������ʤ�ά��Ƿ禫颽������ +\maketitle +����Ϲ뫢ʼ�������������Ʊ +�ʭ�����������ɤǷ禣 - ���̓L�[�� LaTeX �R�}���h�A�L���̑Ή��\���l�I�ɐݒ肵�����ꍇ�� -Emacs-Lisp �ϐ� `YaTeX-math-sign-alist-private' �ɒ�`���Ă��������B���̓� -�e�ƃf�t�H���g�̂��̂����킹�����̂��Ή��\�Ƃ��Ďg�p����܂�(private �̕� -���D�悳���)�B�Ȃ��A���̕ϐ��̍\���ɂ‚��Ă� `yatexmth.el' ���Q�Ƃ��Ă��� -�����B + �ϭ�� LaTeX +���ɢ��������ͪ��귿���� +Emacs-Lisp �� `YaTeX-math-sign-alist-private' +����Ư���� +������թ��������ά���ȷ��ѵ�޹(private +�������)�ʪ�����ν��Ĥ�� +`yatexmth.el' � ȷƯ����  -File: yatexj, Node: Greek letter completion, Prev: Image completion, Up: Completion +File: yatexj, Node: Greek letter completion, Next: Inserting parens, Prev: Image completion, Up: Completion -�M���V�������⊮ -================ +����� +================================ - ������A�����‹�����`:'�������ƃM���V���������̓��[�h�ɓ���܂��B`:'�� -�����������`a'��������`\alpha'���A`g' �������� `\gamma'���A�ȂǃA���t�@�x�b -�g�ɑΉ������M���V���������}������܂��B������@��;�̐����L���⊮�Ƃ܂��� -�������ł��B�܂���`:'�̒����TAB�������Ăǂ̃A���t�@�x�b�g�ɂǂ̃M���V���� -�����Ή����Ă��邩���ׂĂ݂Ă��������B + ��Ģ��ĭ��`:'�Ȯ����������޹� +`:'򡷿���`a'��`\alpha'��`g' +�� +`\gamma'���ɢ�ա�����������������޹� +�����;��������ÿ���ǹ�޺�`:'ξ�� +TAB���΢�ա�����ή�������Ƥ뫴���� +����� - `;'��`:'�𐔎��‹����ʼn����Ă���ɂ�������炸�A�C���[�W�⊮�������Ȃ��� -���́A`C-u ;'�̂悤�� universal-argument ���‚��ăL�[���������Ƃɂ��A�� -���I�ɃC���[�W�⊮�ɓ��邱�Ƃ��ł��܂��B�܂��A���̎��ɂǂ̂悤�ȏ�ԂŐ��� -�‹�������Ɏ��s�����������A���������B + `;'�`:'���ĭ�ǡ�Ƥ��⫫�麢�Ἰ䰬� +�ʤ��Ϣ`C-u ;'��� universal-argument +�ıƭ�򡹳 +���ꢯ��ˤἸ����Ȭǭ޹�޿�������� +������ĭ��˺Է������ + + + +File: yatexj, Node: Inserting parens, Prev: Greek letter completion, Up: Completion + +������ +======================== + + 3����� () {} [] +Ϋ������ȭ�ĸ��򫰪���޹� +`\' ξ��� `[' +�������Ƥ����򷨢 +�������޹��ξ LaTeX +�ޯ������������� +��˳�޹����̽����1����쿤ȭ� +`C-q' � �����Ϲ뫢`[prefix] w m' +Ǥ����OFF˷Ư���� + + ���ƫ髭������Ƚ�������������޹�  File: yatexj, Node: Local dictionary, Next: Commenting out, Prev: Completion, Up: Top -���[�J������ -************ +��� +************************ - �⊮���͗p�̌��͎O��ނ̎�������\������Ă��܂��B��‚�`yatex.el'�ɑg -�ݍ��܂ꂽ�u�W�������v�A������‚̓��[�U���l�I�ɏ�p����R�}���h��ۑ��� -��u���[�U�����v�A�����Ă����ЂƂ‚͂���f�B���N�g���ł̂ݗL���ȃR�}���h�� -�ۑ�����u���[�J�������v�ł��B + �������ϰ��έ�齮��Ƥ޹���� +`yatex.el'������ָ��ע����漶��ͪ��� +������ݸ���漶��ע�������Ϣ�ǣ���� +�߭�ʳ����ݸ�������ǹ� - �⊮���͎��ɐV�����P�����ꂽ�ꍇ�ɁA���̒P����ǂ̎����ɓ���邩������ -���܂��B + ����˷���������ˢ�α���έ����뫹�� +�޹� `foo' is not in table. Register into: U)serDic L)ocalDic N)one D)iscard -�Ƃ����v�����v�g�ɑ΂��A`u'�Ɠ�����Ɓu���[�U�����v���A`l'�Ɠ�����ƃ��[�J -���������X�V���A`n'�Ɠ�����Ǝ����t�@�C���͍X�V�������݂�Emacs �Z�b�V���� -�̂ݗL���ȒP��Ƃ��A`d'�Ɠ�����ƐV���ȒP����w�K�����Ɏ̂Ă邱�ƂɂȂ�� -���B +Ȥ�������з�`u'������漶����`l'���� +����򹷷�`n'����ȭ�ա��Ϲ������Emacs +�÷���߭�ʱ�ȷ�`d'����ȷ�ʱ��ج����� +�����޹� - �����A���[�J�������̋@�\�͂��炸�A�S�ă��[�U�����̍X�V�݂̂ł悢�ƌ����� -���ɂ�`~/.emacs'�ȂǂŁA + ⷢ���Ρ�Ϥ麢��漶��ι��������� +���`~/.emacs'��Ǣ (setq YaTeX-nervous nil) -�Ƃ��ĉ������B +ȷƼ���  File: yatexj, Node: Commenting out, Next: Cursor jump, Prev: Local dictionary, Up: Top -�R�����g�A�E�g -************** +���Ȣ�� +**************************** - LaTeX�̕ҏW�ɂ͎��s���낪�‚����̂ł��B���镔�����ꊇ�ŃR�����g�A�E�g�� -����A�R�����g���O�����肵�������Ƃ�����܂��B + LaTeX�Ը������ĭ��ǹ��������dz��Ȣ�� +��ꢳ���򰷿귿��Ȭ��޹� `[prefix] >' - ... ���W������ % �ŃR�����g�A�E�g + ... ���� % dz��Ȣ�� `[prefix] <' - ... ���W������ % �̃R�����g���O�� + ... ���� % γ���� -�́A���炩���ߐݒ肵�����W�����ɑ΂��Ă̑���A +Ϣ�髸��귿����з���� `[prefix] .' - ... ���݂̃p���O���t���R�����g�A�E�g + ... ����������Ȣ�� `[prefix] ,' - ... ���݂̃p���O���t�̃R�����g���O�� + ... �������γ���� -�́A�J�[�\���̈ʒu����p���O���t�S�̂ɑ΂��Ă̑���ł��B�Ȃ��A�����ł��� -�u�p���O���t�v�� (`mark-paragraph') �֐��ɂ��}�[�N�����͈͂��w���܂� -(�W���ݒ��`ESC h'�Ƀo�C���h����Ă���)�B�Ȃ��A����`%'�ŃR�����g�A�E�g���� -�Ă���p���O���t�ɑ΂��ČJ��Ԃ��p���O���t�̃R�����g���g�p�����ꍇ�̓���� -�ۏ؂��܂���̂Ō䒍�ӂ��������B +Ϣ������ֹ����մ��з����ǹ�ʪ���Ǥ� +������� (`mark-paragraph') +�����޼�������ط +޹(�����`ESC +h'�Ф�ɵ�Ƥ�)�ʪ���`%'dz� +�Ȣ�ȵ�Ƥ������зƫ�ַ����γ�����ѷ +���ΰ���ڷ޻�����կ���� - ���āA���͂ɑ΂��Ă����łȂ��A���ɂ�`\begin', `\end' ���̂ɑ΂��Ă��R�� -���g�A�E�g�̑�����������Ƃ�������܂��B���̂悤�ȂƂ��́A`\begin{}' ���� -���� `\end{}' �̍s�ɃJ�[�\�������킹�A + �Ƣ���з����ʯ����`\begin', +`\end' ���� +�����Ȣ�����򷿤ȭ���޹�����ȭϢ +`\begin{}' ��� `\end{}' +��˫�����ﻢ `[prefix] >' - ... `\begin{}'�``\end{}' �S�ăR�����g�A�E�g + ... `\begin{}'�`\end{}' + �Ƴ��Ȣ�� `[prefix] <' - ... `\begin{}'�``\end{}' �S�ăR�����g���O�� + ... `\begin{}'�`\end{}' + �Ƴ���� -�Ƃ��邱�ƂŁA`\begin�`\end'�ň͂܂��‹��S�Ăɑ΂��ăR�����g���삵�A +ȹ��Ǣ`\begin�\end'�����ĭ���зƳ���� `[prefix] .' - ... `\begin{}' �� `\end{}' ���R�����g�A�E�g + ... `\begin{}' � `\end{}' ���Ȣ�� `[prefix] ,' - ... `\begin{}' �� `\end{}' �̃R�����g���O�� + ... `\begin{}' � `\end{}' γ���� -�́A�Ή����� `\begin' �� `\end' 2�s�������A�R�����g����̑ΏۂƂ��܂��B�� -�W�������R�����g�A�E�g���悤�Ƃ��āA�}�[�N��ݒ肵���̂��ɃJ�[�\�����ړ��� -`[preifx] >' �������Ă��J�[�\���� `\begin{}' �̏�ɂ����`\begin{}'�` -`\end{}'���[�h�ŃR�����g�@�\�������Ă��܂��̂Œ��ӂ��ĉ������B +Ϣ���� `\begin' � `\end' +2������������� +�޹�������Ȣ�ȷ�ȷƢ޼���귿��˫�� +��ܰ�`[preifx] >' ��⫼�� +`\begin{}' ��ˢ +��`\begin{}'�`\end{}'��dz��ȡ����Ʒަ� +��շƼ���  File: yatexj, Node: Cursor jump, Next: Modifying/Deleting, Prev: Commenting out, Up: Top -�J�[�\���W�����v -**************** +������� +******************************** * Menu: -* �Ή��I�u�W�F�N�g�ւ̃W�����v:: -* ���G�`���c�[���N��:: -* ���C���t�@�C���ւ̃W�����v:: -* �‹���P�ʂƂ����W�����v:: -* �Ō�̕⊮�ʒu�ւ̃W�����v:: +* ���ָ����θ���:: +* ����ļ믰:: +* ��ա���θ���:: +* ĭ��ȷ�����:: +* �������θ���::  -File: yatexj, Node: �Ή��I�u�W�F�N�g�ւ̃W�����v, Next: ���G�`���c�[���N��, Prev: Cursor jump, Up: Cursor jump +File: yatexj, Node: ���ָ����θ���, Next: ����ļ믰, Prev: Cursor jump, Up: Cursor jump -�Ή��I�u�W�F�N�g�ւ̃W�����v -============================ +���ָ����θ��� +======================================================== - �������̂��낢��ȏꏊ�� + ���Τ������ `[prefix] g' - ... �Ή�����I�u�W�F�N�g�ɃW�����v + ... ����ָ���˸��� -���������Ƃɂ��A�J�[�\���ʒu��LaTeX�R�}���h�ɑΉ�����ꏊ�ɃW�����v���� -���B�Ή��֌W�����݂���Ɖ��߂����R�}���h�ɂ͈ȉ��̂��̂�����܂��B +򡹳���ꢫ������LaTeX�����������˸��� +�޹���ظ��߹�����������ʼ��ά��޹� - * `\begin{}' ���� `\end{}' - * `%#BEGIN' ���� `%#END' - * �摜�t�@�C���̎�荞�݃}�N�� �� �Ή�����viewer/���G�����c�[���N�� - * `\label{}' ���� `\ref{}' - * `\include(\input)' �� �Ή�����t�@�C�� - * `\bibitem{}' ���� `\cite{}' + * `\begin{}' �� `\end{}' + * `%#BEGIN' �� `%#END' + * ��ա�������ޯ� � ����viewer/����ļ믰 + * `\label{}' �� `\ref{}' + * `\include(\input)' � ����ա�� + * `\bibitem{}' �� `\cite{}' - `\begin{}' �� `\end{}' �̍s��`[prefix] g'���������Ƃɂ��A�Ή����� -`end/begin'�̍s�ɃW�����v���܂��B�������Ή�������̂��Ȃ��ꍇ�̓G���[�� -�Ȃ�܂��B�܂�����́A�̈�Œ�̂��߂� `%#BEGIN' �� `%#END' �̃y�A�ɑ΂��� -�����l�ɓ��삵�܂��B�Ȃ��A`label/ref'��`cite/bibitem'�Ή�������̂��ʃt�@ -�C���ɂ��鎞�́A�W�����v��ƂȂ�t�@�C�����I�[�v������Ă��Ȃ���΂Ȃ�܂� -��B*Note %#notation::. ���C���� .tex �t�@�C���� `\include{chap1}' �Ȃǂ� -�J�[�\�������킹�A`[prefix] g' �������ƁA`chap1.tex' �ɃW�����v���܂��B + `\begin{}' � `\end{}' ���`[prefix] +g'򡹳�� +������`end/begin'��˸��׷޹����������ά +ʤ��Ϩ����޹�޿��Ϣ����ο�� +`%#BEGIN' � `%#END' +�ڢ�з���˰�޹�ʪ�`label/ref'� +`cite/bibitem'�����ά�ա��ˢ��Ϣ��������ա +�묪����Ƥʱ����޻�*Note +%#notation::. ��� .tex ա��� +`\include{chap1}' ��˫�����ﻢ +`[prefix] g' �Ȣ`chap1.tex' +˸��׷޹� -�܂��A +޿� `[prefix] 4 g' - ... �ʃE�B���h�E�őΉ��I�u�W�F�N�g�ɃW�����v + ... ̦��ɦ����ָ���˸��� -�������ƁA�Ή�����I�u�W�F�N�g�ւ̃W�����v��ʃE�B���h�E�ōs���܂��B�������A -���̋@�\�� `begin/end', `%#BEGIN/%#END' �Ԃ̃W�����v�ɑ΂��Ă�(�Ӗ����Ȃ� -�Ǝv����̂�)�@�\���Ȃ��̂Œ��ӂ��Ă��������B +�Ȣ����ָ����θ����̦��ɦ�Ԥ޹����� +�Ρ�� `begin/end', `%#BEGIN/%#END' +�θ����з�� +(գ�ʤ�������)���ʤ���շƯ����  -File: yatexj, Node: ���G�`���c�[���N��, Next: ���C���t�@�C���ւ̃W�����v, Prev: �Ή��I�u�W�F�N�g�ւ̃W�����v, Up: Cursor jump +File: yatexj, Node: ����ļ믰, Next: ��ա���θ���, Prev: ���ָ����θ���, Up: Cursor jump -���G�`���c�[���N�� -================== +����ļ믰 +==================================== -��L�́u�摜�t�@�C���̎�荞�݃}�N���v�Ƃ́A�Ⴆ�� `\epsfile{file=foo}' �� -�悤�ȑ}�G��荞�݃R�}���h�̂��ƂŁA���̍s�ɃJ�[�\�������킹��`[prefix] g' -�������Ƃ��̉摜�t�@�C���̌��ƂȂ����t�@�C����Ή����邨�G�`���c�[�����N�� -���ăI�[�v�����܂��B�N������c�[���̔���͈ȉ��̂悤�ɂȂ���܂��B +�����ա�������ޯ���Ϣ�� +`\epsfile{file=foo}' +���ި���߳���γ�Ǣ���� +��������`[prefix] +g'�Ƚ���ա��ε��ÿա +������모��ļ�򯰷ƪ���޹�����ļ�ν� +�ʼ���ʵ�޹� - 1. �J�����g�s���ϐ� `YaTeX-processed-file-regexp-alist' �ɒ�`����Ă��� - ���K�\���̂����ꂩ�ƃ}�b�`������A�t�@�C�����ɑ������镔���� \\(\\)�� - �甲���o���Ċo���Ă���(���Ԗڂ�\\(\\)���͕ϐ��̊e���X�g�� cdr ���ɓ� - ��Ă���)�B�}�b�`���Ȃ���Ή������Ȃ��B - 2. �s���ɁA�ϐ� `YaTeX-file-processor-alist' �ɓo�^����Ă���R�}���h�� - �u%�R�}���h�v �̂悤�ɏ����Ă���΋����I�Ɂu�R�}���h �t�@�C����.�g�� - �q�v���N���B - 3. �Ȃ���΁A�ϐ� `YaTeX-file-processor-alist' �̊e���X�g��cdr���ɓ����� - ����g���q���u�t�@�C�����v�̌��ɑ������t�@�C�������݂��邩�������� - �āA���݂����ꍇcar���ɓ����Ă���R�}���h���N������B - 4. �ȏ�ǂꂩ�Ƀ}�b�`���Ȃ���΂�����߂�B + 1. ����Ԭ�� `YaTeX-processed-file-regexp-alist' + ���� + �Ƥ뵬��Τ���������ա���������� + \\(\\)�鴭з�Шƪ�(����\\(\\)��������� + cdr �� + ��ƪ�)�����ʱ�п�ʤ� + 2. ��ˢ�� `YaTeX-file-processor-alist' + �п��Ƥ���ɬ + �%����� + ����Ƣ�Я���ֳ��� + ա��.ȥ��� ��� + 3. ʱ�Т�� `YaTeX-file-processor-alist' + �����cdr����� + ��ȥ���ա������˭��ա�문߹�硴�Ƣ� + ߷���car����Ƥ����򯰹� + 4. ���������ʱ�Т���� -�ϐ� `YaTeX-file-processor-alist' �ƕϐ� `YaTeX-file-processor-alist' �̐� -����@�ɂ‚��Ă͂��ꂼ��̕ϐ��ɂ‚��� describe-variable ���Đ�����ǂ�� -�������B���܂��ݒ肷��ƁA�摜�t�@�C���ɂ����炸�A�C�ӂ̌`���̃t�@�C����C -�ӂ̃v���Z�b�T�ŏ�������R�}���h���ȒP�ɌĂяo�����Ƃ��ł��܂��B +�� `YaTeX-file-processor-alist' ��� +`YaTeX-file-processor-alist' +������Ĥ�Ͻ������Ĥ +� describe-variable +�������Ǽ����ޯ���Ȣ��ա� +�˫�麢������ա�������õ���������� +����й�Ȭǭ޹�  -File: yatexj, Node: ���C���t�@�C���ւ̃W�����v, Next: �‹���P�ʂƂ����W�����v, Prev: ���G�`���c�[���N��, Up: Cursor jump +File: yatexj, Node: ��ա���θ���, Next: ĭ��ȷ�����, Prev: ����ļ믰, Up: Cursor jump -���C���t�@�C���ւ̃W�����v -========================== +��ա���θ��� +==================================================== -`chap1.tex'�̂悤�ȃT�u�t�@�C���ŁA +`chap1.tex'��ʵ�ա��Ǣ `[prefix] ^' - ... ���C���t�@�C���ɃW�����v + ... ��ա��˸��� `[prefix] 4 ^' - ... �ʃE�B���h�E�Ń��C���t�@�C���ɃW�����v + ... ̦��ɦ���ա��˸��� -�������ƁA���C���t�@�C���̕ҏW�o�b�t�@�ɐؑւ��܂��B�����A���C���t�@�C���� -�I�[�v�����Ă��Ȃ��ꍇ�́A�J�����g�f�B���N�g������T���Ď����I�ɃI�[�v���� -�܂��B +�Ȣ��ա���Ը��ա��ب޹�ⷢ��ա��� +����Ƥʤ��Ϣ����ǣ���鵷ƫ��˪��� +޹�  -File: yatexj, Node: �‹���P�ʂƂ����W�����v, Next: �Ō�̕⊮�ʒu�ւ̃W�����v, Prev: ���C���t�@�C���ւ̃W�����v, Up: Cursor jump +File: yatexj, Node: ĭ��ȷ�����, Next: �������θ���, Prev: ��ա���θ���, Up: Cursor jump -�‹���P�ʂƂ����W�����v -======================== +ĭ��ȷ����� +================================================ -����Ɍ��݂̊‹���P�ʂƂ��ċ@�\����R�}���h�Ɉȉ��̂��̂�����܂��B +��˽��ĭ��ȷơ�������ʼ��ά��޹� `M-C-a' - ... �‹��̐擪(`\begin')�փW�����v + ... ĭ��(`\begin')ظ��� `M-C-e' - ... �‹��̖���(`\end')�փW�����v + ... ĭ���(`\end')ظ��� `M-C-@' - ... �‹��S�̂��}�[�N + ... ĭ���޼� -��L�̃R�}���h�͒ʏ��`[prefix]'�L�[�ł͂Ȃ�`META'�L�[���v���t�B�N�X�Ƃ��� -�@�\����̂ł����Ӊ������B +�γ�������`[prefix]'����ʯ`META'�����գ� +�ȷơ����Ǵ�ռ���  -File: yatexj, Node: �Ō�̕⊮�ʒu�ւ̃W�����v, Prev: �‹���P�ʂƂ����W�����v, Up: Cursor jump +File: yatexj, Node: �������θ���, Prev: ĭ��ȷ�����, Up: Cursor jump -�Ō�̕⊮�ʒu�ւ̃W�����v -========================== +�������θ��� +==================================================== -�쒹�͕⊮���͂����ʒu����Ƀ��W�X�^ `3'�ɕۑ����Ă��܂��B���͓r���Ŕ@���� -��t�@�C���̔@���Ȃ�ʒu�ɍs�����Ƃ��Ă��A`C-x j 3'(`jump-to-register')�� -�g���Ē����ɍŌ�̕⊮���͈ʒu�ɖ߂邱�Ƃ��ł��܂��B +����Ϸ������츹� +`3'�ݸ�Ƥ޹� +����ǡ���ա��Ρ�������ÿȷ�� +`C-x j +3'(`jump-to-register')���ƾ������������ +�Ȭǭ޹�  File: yatexj, Node: Modifying/Deleting, Next: Filling, Prev: Cursor jump, Up: Top -�ύX/�폜 -********* +ѹ/�� +***************** - ���ɓ��͂���Ă��� LaTeX �R�}���h�̕ύX/�폜�̂��߂Ɉȉ��̋@�\���p�ӂ��� -�Ă��܂��B + ���ϵ�Ƥ� LaTeX +�����ѹ/��ο��ʼΡ���� +��Ƥ޹� `[prefix] c' - ... �J�[�\���ʒu�� LaTeX �R�}���h�̕ύX + ... ������� LaTeX + �����ѹ `[prefix] k' - ... �J�[�\���ʒu�� LaTeX �R�}���h�̍폜 + ... ������� LaTeX + ������� -�����̃R�}���h�́A�R�}���h���N������ꏊ�ɂ���ē�������肷��̂Œ��ӂ� -�ĉ������B +���γ���Ϣ����򯰹������ư��������շ +Ƽ��� * Menu: -* Changing LaTeX command:: LaTeX �R�}���h�̕ύX -* Killing LaTeX command:: LaTeX �R�}���h�̍폜 +* Changing LaTeX command:: LaTeX �����ѹ +* Killing LaTeX command:: LaTeX �������  File: yatexj, Node: Changing LaTeX command, Next: Killing LaTeX command, Prev: Modifying/Deleting, Up: Modifying/Deleting -LaTeX �R�}���h�̕ύX -==================== +LaTeX �����ѹ +================================== -�ύX������ LaTeX �R�}���h�ɃJ�[�\�������킹�� `[prefix] c' �������Ƃ��̃R -�}���h��⊮���͂Ȃǂ�p���Ď�y�ɕς��邱�Ƃ��ł��܂��B`[prefix] c' �ŕ� -�X�ł���R�}���h�ɂ͈ȉ��̂��̂�����܂��B +ѹ��� LaTeX +����˫������� `[prefix] c' +�Ƚγ����������Ѥ����Ѩ�Ȭǭ޹� +`[prefix] c' +�ѹǭ������ʼ��ά��޹� - * `begin/end' �̊‹��� - * section�^�R�}���h�̃R�}���h�� - * section�^�R�}���h�̈��� - * section�^�R�}���h�̃I�v�V�����p�����[�^([]�ň͂܂ꂽ����) - * large�^�R�}���h - * (�C���[�W�⊮�œ��͉”\��)�������[�h��p��maketitle�^�R�}���h + * `begin/end' �ĭ� + * section�����γ��ɾ + * section�������� + * section�����Ϊ׷����Ἷ([]������) + * large����� + * (�Ἰ����Ľ�)�������maketitle����� - �ς�����section�^�R�}���h�̈���������� LaTeX �R�}���h���܂ޏꍇ�́A���� -�������͂ޒ����ʂ̏�� `[prefix] c' ���������ƂŒ��̃R�}���h��ύX�Ώ۔��� -���珜�O���邱�Ƃ��ł��܂��B + Ѩ��section������������ +LaTeX ���������Ϣ +������������� `[prefix] c' +򡹳���γ����ѹ +�ݽ������Ȭǭ޹�  File: yatexj, Node: Killing LaTeX command, Prev: Changing LaTeX command, Up: Modifying/Deleting -LaTeX �R�}���h�̍폜 -==================== +LaTeX ������� +================================== -`[prefix] k' �͋N������ʒu�ɂ�莟�̂悤�ȓ�����s���܂��B +`[prefix] k' ϯ�������� +���ʰ��Ԥ޹� - �N���ʒu ���� - \begin, \end�̍s `\begin\end'�y�A�̍폜 - %#BEGIN, %#END �̍s %#BEGIN,%#END�y�A�̍폜 - section�^�R�}���h�̏�(��) section�^�R�}���h�̍폜 - �t�H���g�w�芇�ʂ̏� �t�H���g�w��̍폜 - ���ʂ̏� �΂��Ȃ����ʂ̍폜 + ���� �� + \begin, \end�� `\begin\end'ڢ��� + %#BEGIN, %#END �� %#BEGIN,%#ENDڢ��� + section�������(�) section�������� + թ�������� թ������� + ���� ��ʹ����� -`\begin, \end' ����� `%#BEGIN, %#END' ���폜����ꍇ�A`\begin, \end' �� -`%#BEGIN, %#END' �̑��݂���s�͂܂邲�ƍ폜�����̂ŁA�����̈�s�� -`\begin' �Ȃǂ��ˆȏ�A�˂ď����Ȃ��悤�ɒ��ӂ��Ă��������B��L�̂��̂� -���ׂĖ{�����͂��u�e��v���폜����悤�ɓ����܂����Auniversal-argument -(`C-u') ��ł������`[prefix] k'���^�C�v����ƁA���ꂼ��́u�e��v�Ɋ܂܂� -��u���g�v����C�ɍ폜���܂��B�ȉ��̗���Q�l�ɂ��ĉ������B +`\begin, \end' ��� `%#BEGIN, %#END' +������� `\begin, \end' � `%#BEGIN, %#END' +θ߹��� +���������Ǣ������� +`\begin' ��������� +�ʤ���շƯ���� +����Ϲ��ܸ�Ϧ����������˯�޹�� +universal-argument (`C-u') ��ÿ��`[prefix] +k'�׹�Ȣ +�����������������������޹�ʼ����˷ +Ƽ��� - ���̃e�L�X�g: [prefix] k C-u [prefix] k - �{��\footnote{�r��}�ł��B �{���r���ł��B �{���ł��B - ��(�J�[�\���ʒu) + ��ƭ��: [prefix] k C-u [prefix] k + ܸ\footnote{��}ǹ� ܸ��ǹ� ܸǹ� + �(������)  File: yatexj, Node: Filling, Next: Includeonly, Prev: Modifying/Deleting, Up: Top -������ -****** +巨 +************ -item�̌����� -============ +item�巨 +==================== - itemize �‹����ɂ���`\item'�̍���(����)�������s�ɓn��ꍇ�ɁA���ڂ̐擪 -���������������ꍇ�ɂ́A + itemize +ĭ�ˢ�`\item'���(��)���������ˢ� +����巨������Ϣ `M-q' - ... ������ + ... 巨 -�ɂ���āA���� item �̃C���f���g�̐[���ɉ����� fill ����܂��B�Ȃ��A�Â� -NTT jTeX ���g�p���Ă���ꍇ�ɂ́ALisp �ϐ�`NTT-jTeX'��`t'�ɃZ�b�g���ĉ��� -���B +���Ƣ�� item +Τ����μ����� fill +��޹�ʪ�Ť NTT jTeX +��ѷƤ����ϢLisp +��`NTT-jTeX'�`t'˻� ȷƼ��� - ���̂Ƃ��A�ϐ�`YaTeX-item-regexp'�̒l(�W���ł� `"\\\\item"')�����ڎw��R -�}���h�̐��K�\���Ƃ��Č����Ɏg�p���܂��Bitemize �‹��ŁA�Ǝ��̃R�}���h��� -�`���č��ڂ�񋓂��Ă���ꍇ(�Ⴆ��`\underlineitem')�́A`~/.emacs' �Ŏ��� -�悤�Ɏw�肵�ĉ������B + ��ȭ���`YaTeX-item-regexp'��(���� +`"\\\\item"')� +�������ε���ȷơ���ѷ޹�itemize +ĭǢȫγ +�������������Ƥ���(��`\underlineitem')Ϣ +`~/.emacs' ǡ�����Ƽ��� (setq YaTeX-item-regexp "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)") -���̕ϐ��̎w��̎d�����悭������Ȃ��ꍇ�́A�Ǝ��̍��ڗ񋓃R�}���h�̖��O�� -``"\item"'�Ŏn�܂���̂ɂ��ĉ�����(�Ⴆ��"\itembf"')�B +�����������诬��ʤ��Ϣȫ��������ξ�� +``"\item"'������˷Ƽ��(��"\itembf"')� -�쒹�� `M-q' �ł� `\item' ���‹��ɉ����Ĉȉ��̂悤�Ɂu�n���O�C���f���g�v�� -�܂��B +�� `M-q' �� `\item' +�ĭ����ʼ������� +���׷޹� - itemize, enumerate�‹�: - >\item[�ق��ق�] �p��ł́A���ɈӖ��̂Ȃ��P��� `foo' �ł���킵�� - > �����A����̓��{��łƂ�������P�ꂪ�u�ق��ق��v - > �ł��B - description�‹�: - > \item[�ւ�ւ�] �u�ق��ق��v���ł���߂��P��Ƃ��Ďg�������ɁA�� - > 2�̂ł���߂ȒP��Ƃ��āu�ւ�ւ�v���g���邱�Ƃ��� - > ���悤�ł��B + itemize, enumerateĭ: + >\item[۲۲] ���Ϣ��գ�ʤ��� `foo' Ǣ��� + > �����������⤨���۲۲� + > ǹ� + descriptionĭ: + > \item[����] �۲۲��ǿ�ᬱ�ȷ��ÿ�ˢ� + > 2�ǿ��ʱ�ȷ������׬����Ȭ� + > ��ǹ� -�p���O���t�̌����� -================== +�����巨 +==================================== - itemize�‹��ȊO�ł̃p���O���t�̌�����(fill)�́A��{�I�ɑ��̃��[�h�Ɠ��� -�悤�ɋ@�\���܂����Averbatim�‹���Atabular�‹��Ȃnj�����������ƔߎS�ȏ� -���ɂȂ�悤�Ȋ‹����ł͋@�\���܂���B�܂��A\verb �Ŋ����Ă�����̂͌����� -�s��������܂���(�ϐ� `YaTeX-verb-regexp' �Ő���) )�B����ɁA�ꎞ�I�ɃC�� -�f���g�̐[����ς��Ă���ӏ��ł́A���̃C���f���g�̐擪��`M-q'���������Ƃ� -��� fill-prefix �����������ύX���Ȃ��Č��������ł��܂��B + itemizeĭʰ�������巨(fill)Ϣ�ܪ˾���ȱ� +�ˡ��޹��verbatimĭ�tabularĭ��巨������ +������ĭ��ϡ��޻�޿�\verb +���Ƣ������ +Ԭ��޻�(�� `YaTeX-verb-regexp' +ǩ�) )���ˢ���� +�����μ��ѨƢ����Ϣ�Τ�������`M-q'� +������ fill-prefix +����ѹ�ʯ�巨�ǭ޹�  File: yatexj, Node: Includeonly, Next: What column, Prev: Filling, Up: Top -�����includeonly -***************** +���includeonly +*********************** - �t�@�C���𕪊����ĕ��͂���͂��Ă��鎞�ɂ́A���C���t�@�C������ + ա����Ƹ���ϷƤ���Ϣ��ա���� - \includeonly{���ݕҏW���̃t�@�C����} + \includeonly{��Ը��ա��} -�̂悤�ɏ����Ă������ƂŁA�^�C�v�Z�b�g�̎��Ԃ�ߖ�ł��܂����A������Ƒ��� -�t�@�C�����蒼�����������ɂ� +����ƪ���Ǣ��׻��������ǭ޹�����Ⱦ� +ա���꾷������ - \includeonly{������Ǝ蒼���������t�@�C����} + \includeonly{����꾷���ա��} -�Ə��������Ȃ���΂Ȃ炸��Ԃ�������܂��B�쒹�ł͌��ݕҏW���Ă���t�@�C�� -�������C���t�@�C����`\includeonly'�ɂȂ��ꍇ�ɂ͎����I�ɂ�������o���A���� -�w�����‚��܂��B +�񭾵ʱ�����֬���޹���Ͻ�Ը�Ƥ�ա�� +����ա���`\includeonly'�ʤ���ϫ��˳��з� +��ب�Į޹� A)dd R)eplace %)comment? -���ݕҏW���̃t�@�C���� `\includeonly' �̃��X�g�ɉ����������ɂ�`a' ���A���� -�ҏW���̃t�@�C�������� `\includeonly' �ɂ���������`r'���A`\includeonly' �� -�s���R�����g�A�E�g���Ė��������������ɂ́A`%'�����ꂼ�ꉟ���ĉ������B +��Ը��ա��� `\includeonly' +����è�����`a' +��Ը��ա����� +`\includeonly' ˷����`r'� `\includeonly' +�����Ȣ�ȷƵ�������Ϣ`%'� +��졷Ƽ���  File: yatexj, Node: What column, Next: Intelligent newline, Prev: Includeonly, Up: Top -�����͂ǂ�? -*********** +���ɳ? +********************* - ���ڐ��̑��� tabular �Ȃǂ��������񏑂��Ă���Ɖ��̕��̍s�ŁA���܏����� -���錅���ǂ��ɑΉ�����̂��킩��Ȃ��Ȃ��Ă��܂����Ƃ�����܂��B�Ⴆ�΁A�� -���̂悤�� tabular �ɂ����āA + ���ο� tabular +��򿯵��Ƥ�ȼ����Ǣ���� +���ɳ�����Ϋ��ʯ��Ʒަ�Ȭ��޹��Т� +���� tabular ˪�Ƣ \begin{tabular}{|c|c|c|c|c|c|c|c|}\hline - ����&����&��&�Z��&�d�b&FAX&�A�Ȑ�&�A�Ȑ�d�b\\ \hline - ����Y & 6 & 223 & ���l�s�`�k����g & xxx-yyy & - zzz-www & �g���K & 9876-54321 \\ - ���g���m & 2 & \multicolumn{2}{c|}{�����Ȃ�} + �&�&�&��&��&FAX&���&�����\\ \hline + ��� & 6 & 223 & �������� & xxx-yyy & + zzz-www & �� & 9876-54321 \\ + �Ȯ� & 2 & \multicolumn{2}{c|}{��ʤ} &&&(???) \\ \hline \end{tabular} -(???)�̕������ǂ̍��ڂȂ̂������ɔ��f����͓̂���ł��傤�B����Ȏ��́A +(???)���������Ϋ��˽ǹ����Ƿ禣����Ϣ `[prefix] &' - ... ���݂̃J�����\�� + ... ��Ϋ�ཨ -�������ƃJ�[�\���ʒu�̃J�������ǂ̍��ڂɊY�����邩���~�j�o�b�t�@�ɕ\������ -���Btabular/array�‹��̑�1�s�ڂ����ږ��̕��тƂ݂Ȃ��đΉ�������̂�T���� -���B�������ږ��Ƃ��ĕʂ̂��̂�\�����ė~�����ꍇ�́A�s����`%'�ɂ��ă_�~�[ -�̍��ڕ��т�����Ă����Ɨǂ��ł��傤�B +�ȫ�����Ϋ������˺��������ա˽��� +��tabular/arrayĭ��1����ܾ�����ʷ��������� +����ܾȷ�����򽨷�߷���ϢԬ�`%'˷�� +߼��������ƪ��ɤǷ禣  File: yatexj, Node: Intelligent newline, Next: Usepackage cheker, Prev: What column, Up: Top -���܂������s -************ +�ޫ��� +************************ - tabular[*], array, itemize, enumerate, tabbing �‹���begin�^�⊮�œ��͂� -�����A�܂��͊e�‹����� + tabular[*], array, itemize, enumerate, tabbing +ĭ�begin����Ϸ +���޿��ĭ�� `ESC RET' - ... ���܂������s + ... �ޫ��� -�������ƁA���̊‹��ɉ������s�G���g�������̍s�ɑ}�����܂�(begin�^�⊮���Ɏ� -���}�����ꂽ�G���g�����s�v�ȏꍇ�� undo �ɂ���ď����ł��܂�)�B�Ⴆ�΁A -tabular�‹��ł́A���̊‹��̃J�������ɑΉ��������� `&' �ɉ����A�s���� -`\\' �����܂��B���̎�����ȑO�� `\hline' ������΂�����t�������܂��B�� -���Ƃ���ɉ����Ď������͂�����̂̑Ή��͈ȉ��̂悤�ɂȂ�܂��B +�Ȣ��ĭ����Ԩ����������޹(begin���˫ +����쿨��������� undo +������ǭ޹)��Т +tabularĭ�Ϣ��ĭΫ����������� +`&' �è��� � `\\' +���޹������ʰ� `\hline' +���н��ձ +è޹�ĭȽ����ƫ��Ϲ�������ʼ�����޹� * `tabular', `tabular*', `array' - �J������-1 ������ `&' �� `\\'�B�K�v�ɉ����� `\hline' + ����-1 ��� `&' � + `\\'������� `\hline' * `tabbing' - ��s�ڂŒ�`���Ă��� `\=' �Ɠ������� `\>'�B + �������Ƥ� `\=' + ȱ���� `\>'� * `itemize', `enumerate', `description', `list' - `\item' �܂��� `item[]' + `\item' ޿� `item[]' - tabular �‹��̗�̂悤�ɁA�{�@�\�͊e�‹��̈�s�ڂ̓��e���Q�l�ɂ��ē��삷 -��̂ŁA�Ȃ�ׂ���s�ڈȍ~�ŌĂяo���悤�ɂ��Ă��������B + tabular +ĭ����ˢܡ���ĭ���������˷ư� +��Ǣ��ٯ��������й�˷Ư���� - �����A���̑��̊‹��A�Ⴆ�� `foo'�A�ɑ΂���`���܂������s'�𓮍삳�������� -�́A`YaTeX-intelligent-newline-foo' �Ƃ������O�̊֐����`���܂��B��`���� -�֐��́A���݂̍s�ɉ��s��}����������̍s���̈ʒu�ŌĂ΂�܂��B�֐� -`YaTeX-indent-line' ���ĂԂƌ��݂̊‹��̃l�X�g�ɉ������[���ɃC���f���g���� -��̂ŁA������Ă�ł��牽����}������悤�ȃR�[�h�������Ƃ悢�ł��傤�B -`yatexenv.el'���̊֐� `YaTeX-intelligent-newline-itemize' �̒�`�Ȃǂ��Q�l -�ɂ��Ă��������B + ⷢ�ξ�ĭ��� +`foo'��з�`�ޫ���'�� +�����Ϣ`YaTeX-intelligent-newline-foo' +Ȥ��������� +�޹�������Ϣ���������������Ԭ�������� +���� `YaTeX-indent-line' +���Ƚ��ĭ�͹�������� +����ȵ���Ǣ�����ǫ鿫������ʳ������ +�Ƿ禣`yatexenv.el'���� +`YaTeX-intelligent-newline-itemize' +�������˷Ư����  File: yatexj, Node: Usepackage cheker, Next: Changing mode of YaTeX, Prev: Intelligent newline, Up: Top -����usepackage -**************** +���usepackage +********************** - begin�^�Asection�^�Amaketitle�^�A�����ꂩ��LaTeX2e�}�N����⊮���͂���ƁA -���̃}�N���̗��p�ɊO���p�b�P�[�W��K�v�Ƃ���ꍇ�A���̃p�b�P�[�W��{������ -`\usepackage{}' ���Ă��邩�ǂ����𒲍����A�������Ă��Ȃ���΃v���A���u���� -�Ή�����p�b�P�[�W�������ɂ��� `\usepackage' ����(�m�F���)�}�����܂��B + begin��section��maketitle������LaTeX2eޯ����Ϲ�Ȣ +��ޯ����˰��ñ����ȹ��碽��ñ��� +ܸ�� `\usepackage{}' +�Ƥ�ɦ�򴺷�ⷷƤʱ�� +�����������ñ�����˷� +`\usepackage' �� (Χ��)���޹� - ���������̋@�\���������߂ɂ́A�p�b�P�[�W���Ƃ��̒��Œ�`����Ă���}�N�� -�Q��alist�̌`���ŕϐ� `YaTeX-package-alist-private' �ɐݒ肵�Ă����K�v���� -��܂��B + ����Ρ�������Ϣ�ñ���Ƚ�������Ƥ�ޯ� +��alist������ `YaTeX-package-alist-private' +���ƪ�� ׬��޹�  File: yatexj, Node: Changing mode of YaTeX, Next: Online help, Prev: Usepackage cheker, Up: Top -�쒹�̓��샂�[�h�؂�ւ� -************************ +�ΰ�����ب +************************************************ `[prefix] w' - ... �쒹���샂�[�h�؂�ւ����j���[ + ... �����ب��� -�Ŗ쒹���g�̓�������肷��ȉ��̃��[�h��؂�ւ��܂��B +��ΰ�����ʼ������ب޹� - * �C�����[�h - * �쒹�������[�h + * ���� + * ����� -�C�����[�h�́A�J�����ʓ��͎��̏������R���g���[�����A�C�����[�hON�̎��͊J�� -���ʂ̓��͂͊J�����ʂ݂̂̓��͂ɂȂ�A�C�����[�hOFF�̎��͊J�����ʂ̓��͂� -���ŕ‚����ʂ܂œ��͂��܂��B�f�t�H���g(�N����)�̐ݒ��*OFF*�ł��B +����Ϣ��������������뷢����ON��ϫ� +�����ϫ����������ꢤ���OFF��ϫ������� +��ĸ�����Ϸ޹��թ��(���)����*OFF*ǹ� - �쒹�������[�h�́A�ϐ� `YaTeX-auto-math-mode' �� `nil' �̎��̂ݗL���ŁA -���̂Ƃ�`;'��`:'����������(*Note Image completion::�Q��)�ɁA�ǂ̂悤�ȃC���[ -�W�⊮���@�\�����邩�A�ʏ�̃L�[�Ƃ��ċ@�\�����邩���蓮�Ő؂�ւ��܂��B�� -�����肪�x���}�V���ł�`YaTeX-auto-math-mode' `nil'�ɃZ�b�g���A�쒹�������[ -�h���蓮�Ő؂�ւ���Ɨǂ��ł��傤�B + �����Ϣ�� `YaTeX-auto-math-mode' � +`nil' ��� +߭�Ǣ��ȭ`;'�`:'򡷿�(*Note +Image completion::��)ˢ +���ʤἸ�򡽵�뫢��έ�ȷơ������� +��ب޹�����٤޷���`YaTeX-auto-math-mode' +`nil'˻�ȷ�����������ب��ɤǷ禣  File: yatexj, Node: Online help, Next: Inclusion hierarchy browser, Prev: Changing mode of YaTeX, Up: Top -�I�����C���w���v -**************** +������� +******************************** - �g�����Ƃ��� LaTeX �R�}���h�̗p�@���悭������Ȃ����́A�I�����C���w���v -���Ђ��܂��傤�B�w���v�Ɋւ���L�[�ɂ͈ȉ��̂��̂�����܂��B + Ȫ�ȹ� LaTeX +�����ѡ�诬��ʤ�Ϣ������ +��ҭ޷禣����ع뭼��ʼ��ά��޹� `[prefix] ?' - ... �I�����C���w���v + ... ������� `[prefix] /' - ... �I�����C��apropos + ... ����apropos -�I�����C���w���v -================ +������� +================================ - �u�I�����C���w���v�v�́A��ʓI�� LaTeX �R�}���h(�f�t�H���g�ŃJ�[�\���ʒu -�̃R�}���h)�ɑ΂��������ׂ̃o�b�t�@�ɕ\�����܂��B���̎��Q�Ƃ����w���v -�p�t�@�C���ɂ́u�O���[�o���w���v�v�Ɓu�v���C�x�[�g�w���v�v�̓��ނ�����A -�O�҂� LaTeX �̕W���R�}���h�̎�Ȃ��̂̐������܂ރt�@�C���ŁA�ϐ� -`YaTeX-help-file'�̒l�Ŏw�肳��܂��B���̃t�@�C���͒ʏ�����̏ꏊ(�f�t�H�� -�g��`$EMACSEXECPATH')�ɒu����A�N�������̓��e���X�V�ł���悤�ɑS���ɏ��� -���݌����^������ׂ����̂ł��B��҂́A��W���������͌l�I�ȃ}�N����`�� -�ւ��������������Ă���t�@�C���ŁA�ϐ�`YaTeX-help-file-private'�̒l�Ŏw -�肳��܂��B������̓��[�U�̃z�[���f�B���N�g���̉��Ȃǂɒu����܂��B + ֪�������Ϣ�̪� LaTeX +����(�թ��ǫ��� +��γ���)�й��������ա˽��޹�����ȵ��� +���ա����ְ�����������ټ��������ଢ +ꢰ�� LaTeX +θ���������������ա��Ǣ�� +`YaTeX-help-file'������޹���ա����������(� +թ���`$EMACSEXECPATH')�֫좯⬽����ǭ��� +�����ߢ������٭��ǹ���Ϣ��ⷯ��ͪ�� +�����ع������Ƥ�ա��Ǣ�� +`YaTeX-help-file-private'������޹�����漶�ۼ�ǣ +���μ���֫�޹� -�I�����C��apropos -================= +����apropos +=========================== - �u�I�����C��apropos�v�� GNU Emacs �� apropos �Ɠ��l�A���[�U���w�肵���L�[ -���[�h��������Ɋ܂ލ��ڂ��ׂĂ�ׂ̃o�b�t�@�ɕ\�����܂��B + ֪���apropos�� GNU Emacs � apropos +ȱ͢漶��귿�� +����������ܹ�������ա˽��޹� - �����A���ׂ悤�Ƃ���LaTeX�R�}���h�ɑ΂���������w���v�t�@�C�����Ɍ��‚� -��Ȃ������ꍇ�́A�������̓��͂����߂Ă���̂ŁA�”\�ł���ΎQ�l���Ȃǂ� -�ׂĂ��̃R�}���h�̐�������͂��Ă��������B�����A�Ȃɂ��W���I�ȃR�}���h�ɑ� -����������������Ȃ�΂��Ў��܂ł��̐����������艺�����B����̔z�z�Ɋ܂߂� -���Ǝv���܂��B + ⷢ���ȷ�LaTeX�����й�������ա���˫� +��ʫÿ��Ϣ���������Ư��ǢĽǢ�в����� +��ƽγ��������ϷƯ����ⷢ�˫��ʳ���� +й�������м���ǽ�����꼵���������� +���פ޹�  File: yatexj, Node: Inclusion hierarchy browser, Next: Cooperation with other packages, Prev: Online help, Up: Top -�C���N���[�h�\���u���E�U -************************ +���ɽ��馶 +************************************************ -�����̃t�@�C���ɕ������Ă���h�L�������g�������Ă���ꍇ�A +���ա��ˬ�Ƥ�ɭ������Ƥ��� `[prefix] d' - ... �C���N���[�h�\���u���E�Y + ... ���ɽ��馺 -�������ƁA���̃h�L�������g�̐e�t�@�C���𕷂��ė��܂��B�����őS�Ẵt�@�C�� -�̐e�ƂȂ�t�@�C��(�f�t�H���g��������Ă���̂ő���RET�̂�)����͂���� -�C���N���[�h���Ă���S�Ẵt�@�C������͂��A�C���N���[�h�󋵂����o�I�ɕ\�� -���܂��B���̃o�b�t�@�ł͈ȉ��̃L�[���삪�L���ł��B +�Ȣ��ɭ������ա�����޹���Ǵ��ա�� +�����ա��(�թ�Ȭ���Ƥ������RET��)��Ϲ�� +���ɷƤ���ա����Ϸ���������Ъ˽� +�޹�����ա��ʼέ���ǹ� `n' - ... ���̍s�Ɉړ����Ή�����t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... ����ܰ�����ա�������ա˽� `p' - ... ��̍s�Ɉړ����Ή�����t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... ����ܰ�����ա�������ա˽� `N' - ... �����C���N���[�h���x���̎��̃t�@�C���Ɉړ� + ... ���������Ρ�ա���ܰ `P' - ... �����C���N���[�h���x���̑O�̃t�@�C���Ɉړ� + ... ���������ΰ�ա���ܰ `j' - ... ���̍s�Ɉړ� + ... ����ܰ `k' - ... ��̍s�Ɉړ� + ... ����ܰ `u' - ... ���e�ɂ�����t�@�C���Ɉړ� + ... ���ˢ��ա���ܰ `.' - ... �J�[�\���ʒu�̃t�@�C����ׂ̃o�b�t�@�ɕ\�� + ... �������ա�������ա˽� `SPC' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C�����X�N���[���A�b�v + ... ����ա���ա������� `DEL, b' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C�����X�N���[���_�E�� + ... ����ա���ա�������� `<' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C���̐擪��\�� + ... ����ա���ա����� `>' - ... �ׂ̃o�b�t�@�̑Ή��t�@�C���̖�����\�� + ... ����ա���ա������ `'' - ... (`<'��`>'�̌��)���̕\���ʒu�ɖ߂� + ... (`<'�`>'���)�ν������ `RET, g' - ... �J�[�\���ʒu�̃t�@�C����ׂ̃o�b�t�@�ŃI�[�v�� + ... �������ա�������աǪ��� `mouse-2' - ... RET�Ɠ���(�E�B���h�E�g�p���̂�) + ... RETȱ�(���ɦ�����) `o' - ... �ׂ̃E�B���h�E�Ɉړ� + ... �Φ��ɦ�ܰ `1' - ... ���̃E�B���h�E������ + ... �Φ��ɦ�ù `-' - ... �u���E�Y�E�B���h�E������������ + ... �馺���ɦ򮵯�� `+' - ... �u���E�Y�E�B���h�E��傫������ + ... �馺���ɦ�筯�� `?' - ... �w���v�\�� + ... ��׽� `q' - ... �\���O�̏�Ԃɖ߂� + ... ��������� - �������A�ׂ̃E�B���h�E�̃t�@�C���̓��e��\������@�\�Ɋւ��ẮA�Ή����� -�t�@�C�����N���[�Y���Ă��܂��Ƃ��܂������܂���̂ł����ӂ��������B + �����Φ��ɦ�ա�����򽨹롽�ط�Ϣ���� +ա�����ƷަȦޯ��޻��Ǵ�կ����  File: yatexj, Node: Cooperation with other packages, Next: Customizations, Prev: Inclusion hierarchy browser, Up: Top -���p�b�P�[�W�Ƃ̘A�g -******************** +��ñ���΢� +**************************************** gmhist ====== - `gmhist.el'��`gmhist-mh.el' �����[�h���Ă���ꍇ�A�v�������[�R�}���h�̓� -��(`[prefix] tp]')�A����R�}���h�̓���(`[prefix] tl')�̎��ɓƗ������q�X�g -���𗘗p�ł��܂��B���ꂼ��̃v�����v�g�ŁA`M-p' �������ƒ��O�ɗ��p�����R�} -���h�����������Ԃ��Ăяo�����Ƃ��ł��܂��B + `gmhist.el'�`gmhist-mh.el' +��ɷƤ������弳 +������(`[prefix] +tp]')����������(`[prefix] tl')� +��ȩ��ҹ�����ǭ޹����������Ǣ`M-p' +� +�Ⱦ���ѷ����ɸ����ַ��й�Ȭǭ޹� min-out ======= - `min-out.el' (`outline-minor-mode') �Ɩ쒹��g�ݍ��킹�Ďg�����Ƃ������� -��”\�ł��B�ݒ�̕��@�Ɋւ��Ă�`yatexm-o.el'���������������B + `min-out.el' (`outline-minor-mode') +��������Ȧ� +������Ľǹ�������ط��`yatexm-o.el'�������  File: yatexj, Node: Customizations, Next: Etc, Prev: Cooperation with other packages, Up: Top -�J�X�^�}�C�Y -************ +���ޤ� +************************ - �쒹�̓���𐧌䂷���X�̕ϐ���Ǝ��ɐݒ肷�邱�Ƃɂ��A�⊮���͂��N�� -����L�[�A�T�C����ς�����A�‹����̕⊮��������ɏ[�������邱�ƂȂǂ��� -���܂��B + �ΰ���������ȫ���������� +�򯰹뭼�����Ѩ��ĭ�������˼µ +����ɬǭ޹� * Menu: -* Lisp variables:: lisp �ϐ� -* Add-in functions:: �t���֐�(�A�h�C���֐�) +* Lisp variables:: lisp �� +* Add-in functions:: ����(�ɤ���)  File: yatexj, Node: Lisp variables, Next: Add-in functions, Prev: Customizations, Up: Customizations -lisp �ϐ� -========= +lisp �� +============= - �Ⴆ�� prefix �L�[�� `C-c' �ȊO�̃L�[�ɂ������ꍇ�́A`YaTeX-prefix'�� -prefix �L�[�ɂ������V���{�����`���Ă��������B����ɁA�u`C-c �p��'�v�Ƃ� -���L�[�o�C���h�͓Ǝ��̊֐������蓖�ĂĂ���̂Ŏg�������Ȃ��B���̂悤�Ȏ��́A -`YaTeX-inhibit-prefix-letter' �� `t' �ɐݒ肷�邱�Ƃɂ��A`C-c �p���c'�� -�o�C���h���S�āA�Ή�����`C-c C-�p���c'�ɕς��܂�(�������Abegin�^ large�^ -�⊮�̑啶���N���ɂ�郊�W�����w��͉”\�Ȃ܂܂ł��B����������ɂ������ꍇ -��`t'�ł͂Ȃ� 1 �ɃZ�b�g���ĉ������B)�B + �� prefix ��� `C-c' +ʰέ�˷����Ϣ `YaTeX-prefix'� +prefix +��˷����������Ư������ +ˢ�`C-c +��'�Ȥ���Ф���ȫ��������Ƣ���� +���ʤ������Ϣ`YaTeX-inhibit-prefix-letter' +� `t' ��������`C-c +���'�Ф�ɬ�Ƣ����`C-c +C-���'����޹(����begin� +large������������ +����Ľ���ǹ�����˷�����`t'��ʯ +1 ˻� ȷƼ���)� * Menu: -* All customizable variables:: �J�X�^�}�C�Y�ϐ��ꗗ -* Sample definitions:: �J�X�^�}�C�Y�ϐ��ݒ�� -* Hook variables:: hook�ϐ� -* Hook file:: hook�p�t�@�C�� +* All customizable variables:: ���ޤ����� +* Sample definitions:: ���ޤ������ +* Hook variables:: hook�� +* Hook file:: hook�ա��  File: yatexj, Node: All customizable variables, Next: Sample definitions, Prev: Lisp variables, Up: Lisp variables -�J�X�^�}�C�Y�ϐ��ꗗ --------------------- +���ޤ����� +---------------------------------------- - yatex-mode �ɂ����鎟�̕ϐ����J�X�^�}�C�Y�”\�ł��B`~/.emacs' �� `setq' -���Ă����΁A������̒�`���D�悳��܂��B���ʂ̒��̓f�t�H���g�l�ł��B���ۂ� -�ϐ��̒l��ύX����ꍇ�� `M-x describe-variable' �ŕϐ��̏ڍׂȐ������Q�� -���Ă��������B + yatex-mode +˪���������ޤ�Ľǹ�`~/.emacs' +� `setq' +�ƪ�Т����������޹�������թ��� +ǹ���������ѹ����� +`M-x describe-variable' � +���������ȷƯ���� -- Variable: YaTeX-prefix - yatex-mode ���̃v���t�B�N�X�L�[ (`\C-c') + yatex-mode ����գ���� (`\C-c') -- Variable: YaTeX-inhibit-prefix-letter - prefix �L�[�̒���̃L�[�o�C���h�� `�p��' �̂��̂� `C-�p��' �ɕύX - (`nil') + prefix ��ξ�έ�Ф��� + `��' ���� `C-��' �ѹ (`nil') -- Variable: YaTeX-fill-prefix - �{�����������̍s���ɑ}������ړ������Ȃ킿 fill-prefix (`""(nil)') + ܸ����Ԭ�����ܬ����� + fill-prefix (`""(nil)') -- Variable: YaTeX-user-completion-table - �w�K����LaTeX�R�}���h�ۑ��t�@�C���� (`"~/.yatexrc"') + ج��LaTeX����ݸա�� + (`"~/.yatexrc"') -- Variable: YaTeX-kanji-code - �������쐬���鎞�̊����R�[�hnil=�����̃R�[�h�̂܂� 0=no-conversion - 1=Shift JIS, 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS�ł�1)) + ����������� + nil=��γ����� 0=no-conversion 1=Shift JIS, + 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS��1)) -- Variable: tex-command - LaTeX�^�C�v�Z�b�^�R�}���h�� (`"platex"') + LaTeX��׻ÿ���ɾ (`"platex"') -- Variable: dvi2-command - �v�������[�A�R�}���h�� (`"xdvi -geo +0+0 -s 4"') + ���弢���ɾ (`"xdvi -geo +0+0 -s + 4"') -- Variable: dviprint-command-format - dvi�t�@�C���̈���Ɏg����R�}���h�� (`"dvi2ps %f %t %s | lpr"') + dviա������������ɰ + (`"dvi2ps %f %t %s | lpr"') -- Variable: dviprint-from-format - ���`%f'�ɑ�������J�n�y�[�W�w�菑���A`%b' ���J�n�y�[�W�ԍ��ɕς�� - (`"-f %b"') + ��`%f'������ڼ����`%b' + ���ڼ����� �� (`"-f %b"') -- Variable: dviprint-to-format - `%t' �ɑ�������I���y�[�W�w�菑���A`%e'���I���y�[�W�ԍ��ɕς�� (`"-t - %e"') + `%t' + ����못ڼ����`%e'���ڼ������� + (`"-t %e"') -- Variable: makeindex-command - makeindex�R�}���h (`"makeindex"' (MS-DOS�ł�`"makeind"')) + makeindex���� (`"makeindex"' (MS-DOS��`"makeind"')) -- Variable: YaTeX-dvipdf-command - dvi��PDF�ɕϊ�����R�}���h (`"dvipdfmx"') + dvi�PDF�ѹ����� (`"dvipdfmx"') -- Variable: YaTeX-on-the-fly-preview-interval - `[prefix] t e'�Ŋ‹������v�������[������ꍇ�̕ϊ������܂ł̖����쎞 - ��(�b) (0.9) `nil' �̏ꍇ�͑����v�������[�����Ȃ��B + `[prefix] t + e'�ĭ��preview�����ѹ����� + �����(�) (0.9) `nil' + ���Ϩ������ʤ� + + -- Variable: YaTeX-on-the-fly-math-preview-engine + `[prefix] t + e'���ĭ��preview����Ѥ��� + (latex-math-preview���Ľ�ȭ� + latex-math-preview-expression ��� + `'YaTeX-typeset-environment-by-lmp' + ���ʤȭ������� + `'YaTeX-typeset-environment-by-builtin') -- Variable: YaTeX-cmd-gimp - GIMP���N������R�}���h (code{"gimp"}) + GIMP򯰹���� (code{"gimp"}) -- Variable: YaTeX-cmd-tgif - tgif���N������R�}���h (code{"tgif"}) + tgif򯰹���� (code{"tgif"}) -- Variable: YaTeX-cmd-inkscape - Inkscape���N������R�}���h (code{"inkscape"}) + Inkscape򯰹���� (code{"inkscape"}) -- Variable: YaTeX-cmd-dia - Dia���N������R�}���h (code{"dia"}) + Dia򯰹���� (code{"dia"}) -- Variable: YaTeX-cmd-ooo - OpenOffice.org�܂���LibreOffice���N������R�}���h (code{"soffice"}) + OpenOffice.org޿�LibreOffice򯰹���� + (code{"soffice"}) -- Variable: YaTeX-cmd-gs - Ghostscript���N������R�}���h (code{"gs"}) + Ghostscript򯰹���� (code{"gs"}) -- Variable: YaTeX-cmd-dvips - dvips���N������R�}���h(�‹��ɂ���Ă�pdvips�Ȃ�) (code{"dvips"}) + dvips򯰹����(ĭ�����pdvips��) + (code{"dvips"}) -- Variable: YaTeX-cmd-displayline - displayline���N������R�}���h + displayline򯰹���� (code{"/Applications/Skim.app/Contents/SharedSupport/displayline"}) -- Variable: YaTeX-cmd-edit-ps - PostScript�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l) + PostScriptա���Ը����� + (��code{"YaTeX-cmd-gimp"}��) -- Variable: YaTeX-cmd-edit-pdf - PDF�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-ooo"}�̒l) + PDFա���Ը����� + (��code{"YaTeX-cmd-ooo"}��) -- Variable: YaTeX-cmd-edit-ai - .ai�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l) + .aiա���Ը����� (��code{"YaTeX-cmd-inkscape"}��) -- Variable: YaTeX-cmd-edit-svg - SVG�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l) - + SVGա���Ը����� + (��code{"YaTeX-cmd-inkscape"}��) -- Variable: YaTeX-cmd-edit-images - ���̑��摜�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l) + �ξ��ա���Ը����� + (��code{"YaTeX-cmd-gimp"}��) -- Variable: YaTeX-need-nonstop - `\nonstopmode{}'�������I�ɕt�����邩 (`nil') + `\nonstopmode{}'򫰪��ù� (`nil') -- Variable: latex-warning-regexp - latex�R�}���h�̏o�͂���E�H�[�j���O�s�̐��K�\�� (`"line.* [0-9]*"') + latex������Ϲ릩����ε��� + (`"line.* [0-9]*"') -- Variable: latex-error-regexp - �������G���[�s�̐��K�\�� (`"l\\.[1-9][0-9]*"') + ������ε��� + (`"l\\.[1-9][0-9]*"') -- Variable: latex-dos-emergency-message - MS-DOS��œ��삷�� latex �R�}���h���A�G���[�ɂ���~����Ƃ��o�͂��� - ���b�Z�[�W (`"Emergency stop"') + MS-DOS�ǰ�� latex + ���ɬ�������߹�ȭ�Ϲ��� + ��� (`"Emergency stop"') -- Variable: latex-message-kanji-code - �^�C�v�Z�b�^�̏o�͂��郁�b�Z�[�W�̊����R�[�h.�^�C�v�Z�b�g�o�b�t�@�̏o - �͂������鎞�́A�����ݒ肷�� (2, Nemacs�ł̂ݗL��) + ��׻ÿ��Ϲ��û��������.��׻����ա + ��Ϭ����Ϣ������ + (2, Nemacs��߭�) -- Variable: NTT-jTeX - �Â�NTT-jTeX�g�p���̂悤�ɃC���f���g�����s�̐擪�ƑO�̍s��(�^�C�v�Z�b - �g���)���Ԃ��󂢂Ă��܂��̂������ꍇ��`t'�ɂ���(`nil') + ŤNTT-jTeX�����ˤ���ȷ����Ȱ��� + (��׻����)�֬��Ʒަ�������`t'˹� + (`nil') -- Variable: YaTeX-item-regexp - item�̌������̎��ɗp����Aitem�̐��K�\�� (`"\\\\(sub\\)*item"') + item�巨���Ѥ�itemε��� + (`"\\\\(sub\\)*item"') -- Variable: YaTeX-verb-regexp - verb�R�}���h�̐��K�\���B�擪��\\\\�͂‚��Ȃ� (`"verb\\*?\\|path"') + verb����ε������\\\\�ıʤ + (`"verb\\*?\\|path"') -- Variable: YaTeX-nervous - ���[�J��������p���鎞 `t' (`t') + ����Ѥ�� `t' (`t') -- Variable: YaTeX-sectioning-regexp - �Z�N�V������؂�ݒ�R�}���h�̐��K�\�� + �������������ε��� (`"\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\*?\\)\\b"') -- Variable: YaTeX-fill-inhibit-environments - fill ��}�~����‹����̃��X�g (`'("tabular" "tabular*" "array" - "picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath" - "verbatim" "verbatim*")') + fill ��߹�ĭ���� (`'("tabular" + "tabular*" "array" "picture" "eqnarray" "eqnarray*" "equation" "math" + "displaymath" "verbatim" "verbatim*")') -- Variable: YaTeX-uncomment-once - �̈�uncomment�ōs���̕�����`%'��S�č폜���邩 (`nil') + ��uncomment�ԬΣ��`%'������ + (`nil') -- Variable: YaTeX-close-paren-always - �J�����ʂ̓��͂ŏ�ɕ‚����ʂ���͂��� (`t') + ����������ĸ����Ϲ� + (`t') -- Variable: YaTeX-auto-math-mode - �������[�h�̐؂�ւ��������I�ɍs�� (`t') + �������ب򫰪�Ԧ + (`t') -- Variable: YaTeX-math-key-list-private - �����C���[�W�⊮�ŗp���� (�v���t�B�N�X�L�[ . �Ή��⊮�e�[�u��) �� - alist (`nil')�B�⊮�e�[�u���̏������ɂ‚��Ă�`yatexmth.el'���Q�ƁB + ���Ἰ��Ѥ� + (��գ���� . ���Ƽ��) + � alist + (`nil')��Ƽ������Ĥ��`yatexmth.el'�ȣ -- Variable: YaTeX-default-pop-window-height - 1��ʂ̎��Ƀ^�C�v�Z�b�g�o�b�t�@�����߂č쐬���鎞�̍����B���l�ōs���A - �����������Emacs�E�B���h�E�ɑ΂���S���� (10) + 1����˿�׻����ա�������ⵣ�������� + ����Emacs���ɦ�й봬� + (10) -- Variable: YaTeX-help-file - ���p�w���v�t�@�C�� (`$doc-directory/../../site-lisp/YATEXHLP.jp') + �����ա�� + (`$doc-directory/../../site-lisp/YATEXHLP.jp') -- Variable: YaTeX-help-file-private - �l�p�w���v�t�@�C�� (`"~/YATEXHLP.jp"') + ������ա�� (`"~/YATEXHLP.jp"') -- Variable: YaTeX-no-begend-shortcut - `[prefix] b ??' �̃V���[�g�J�b�g���g�킸�A`[prefix] b' �����ŕ⊮���� - �ɓ��� (`nil') + `[prefix] b ??' + η�ȫ����ﺢ`[prefix] b' + ���� ����� (`nil') -- Variable: YaTeX-hilit-pattern-adjustment-private - ���K�\���Ƃ���Ƀ}�b�`������̘̂_���I�Ӗ����V���{���ł���킵������ - �̃��X�g�c�̃��X�g�Bhilit19 ��g�ݍ���ł��鎞�̂ݗL���B�ڂ����� - `(assq 'yatex-mode hilit-patterns-alist)' �������ʂƁA�ϐ� - `YaTeX-hilit-pattern-adjustment-default' �̒l(�Əꍇ�ɂ���Ă� - hilit19 �̃h�L�������g)���Q�Ƃ���B + ����Ƚ�������������գ����Ǣ�﷿��� + �����ȣhilit19 + �����Ǥ���߭�� + ܷ�� `(assq 'yatex-mode hilit-patterns-alist)' + ����Ȣ�� + `YaTeX-hilit-pattern-adjustment-default' ��(��� + ����� hilit19 + �ɭ����)�Ȼ� -- Variable: YaTeX-sectioning-level - LaTeX�̃Z�N�V�����P�ʐ錾�R�}���h�Ƃ��̘_���I������alist�B + LaTeXλ�����������Ƚ������alist� -- Variable: YaTeX-hierarchy-ignore-heading-regexp - Hierarchy �o�b�t�@�͒ʏ�t�@�C���w�b�_�Ƃ��āALaTeX�̃Z�N�V�����錾�R - �}���h�̈������������A���ꂪ�Ȃ���΃R�����g�s��T�����A���̍ۂɃw�b - �_�Ƃ��Ă͈Ӗ��������Ȃ��p�^�[�������̕ϐ��ɐݒ肷��B�f�t�H���g�ł� - RCS �w�b�_�ƃ��[�h�w��s(-*- xxx -*-)���ݒ肳��Ă���B + Hierarchy + ��ա���ա�����ȷƢLaTeXλ��������� + ����������ʱ�г����򵹬��������ȷ�� + գ���ʤѿ�����������թ���� + RCS ����� ����(-*- xxx + -*-)����Ƥ� -- Variable: YaTeX-skip-default-reader - Non-nil �ɐݒ肷���section�^�R�}���h�̈������͎��A�A�h�C���֐����Ȃ� - ��΃~�j�o�b�t�@�ł̓ǂݍ��݂������ɓ��͂����������� (`nil') + Non-nil + �����section�������������ɤ����ʱ�� + ����ա����������򰻵�� + (`nil') -- Variable: YaTeX-create-file-prefix-g - `\include'�Ȃǂ� `prefix g'�������ɁA�W�����v�悪���݂��Ȃ��t�@�C���� - �����Ă��I�[�v������ (`nil') + `\include'��� `prefix + g'���ˢ����謸߷ʤա� + �Ǣ��⪼��� (`nil') -- Variable: YaTeX-simple-messages - �e��⊮���̃��b�Z�[�W�o�͂��ȑf������ (`nil') + ������û������ǽ�� + (`nil') -- Variable: YaTeX-hilit-sectioning-face - �F�t�����L���Ȏ��� `\part' �̐F (`'(yellow/dodgerblue - yellow/slateblue)')�B���X�g�̑��v�f�� `hilit-background-mode' �� - `'light' �̎��́A���v�f�� `'dark' �̎��� `\chapter' �̐F�ŁA�����F/ - �w�i�F �̂悤�Ɏw�肷��B + �ձ������ `\part' Χ + (`'(yellow/dodgerblue yellow/slateblue)')� + �������� `hilit-background-mode' � + `'light' ��΢ ����� `'dark' ��� + `\chapter' ΧǢ���/�ʧ �� + ����� -- Variable: YaTeX-hilit-sectioning-attenuation-rate - �F�t�����L���Ȏ��́A`\subparagraph' �̐F�� `\chapter' �̔Z�x�̉�%���� - �������̂ɂ��邩 (`'(15 40)') `YaTeX-hilit-sectioning-face' �̍��Q�ƁB + �ձ�����΢`\subparagraph' Χ� + `\chapter' λ�ο + %������˹� (`'(15 40)') + `YaTeX-hilit-sectioning-face' ��ȣ -- Variable: YaTeX-use-AMS-LaTeX - AMS-LaTeX ���g�p����ꍇ�� `t' �ɐݒ肷�� (`nil') + AMS-LaTeX ��ѹ���� `t' ���� + (`nil') -- Variable: YaTeX-use-LaTeX2e - LaTeX2e ���g�p����ꍇ�� `t' �ɐݒ肷�� (`t') + LaTeX2e ��ѹ���� `t' ���� + (`t') -- Variable: YaTeX-template-file - �V�K�t�@�C���쐬���Ɏ����}������t�@�C���� (`~/work/template.tex') + ��ա����˫�����ա�� + (`~/work/template.tex') -- Variable: YaTeX-search-file-from-top-directory - input����t�@�C����T���Ƃ��̊�f�B���N�g����main�t�@�C���̂���f�B - ���N�g���ɂ��邩 (`t') + input��ա���ȭ���ǣ����mainա��΢�ǣ�� + �˹� (`t') -- Variable: YaTeX-use-font-lock - �\�[�X�̐F�Â��p�b�P�[�W�Ƃ��� font-lock �𗘗p���邩�ǂ��� - (`(featurep 'font-lock)') + ���Χű�ñ��ȷ� + font-lock ��ѹ�ɦ� (`(featurep + 'font-lock)') -- Variable: YaTeX-use-hilit19 - �\�[�X�̐F�Â��p�b�P�[�W�Ƃ��� hilit19 �𗘗p���邩�ǂ���(`(featurep - 'hilit19)') + ���Χű�ñ��ȷ� hilit19 + ��ѹ�ɦ� (`(featurep 'hilit19)') -- Variable: YaTeX-use-italic-bold - italic, bold�t�H���g��쒹���T�����ǂ��� (Emacs20�ȍ~�Ȃ�`t') - font-lock���p���̂ݗL���B(`(featurep 'hilit19)' + italic, boldթ������ɦ� + (Emacs20����`t') + font-lock����߭�� (`(featurep 'hilit19)' -- Variable: YaTeX-singlecmd-suffix - �S�Ă�maketitle�^�R�}���h�̕⊮���͒���ɑ}�����镶����B`"{}"' �Ȃ� - �������߁B + ���maketitle��������Ͼ�������� + `"{}"' �ɬ��� -- Variable: YaTeX-package-alist-private - LaTeX2e�̃p�b�P�[�W���Ƃ��̒��Ɋ܂܂��}�N���̃��X�g�B�K�؂ɐݒ肵�� - �����Ɩ{�����͎��Ƀ}�N����⊮���͂���Ƃ��̃}�N���ɕK�v�ȃp�b�P�[�W - �� usepackage ���邩�����I�Ɍ������Ă����B���Ă��Ȃ���� - \usepackage �������lj����邱�Ƃ��ł���B���X�g��'((�p�b�P�[�W��1 (�� - ���^�C�v �}�N���̃��X�g�c�c) (�⊮�^�C�v �}�N���̃��X�g�c�c)) (�p�b�P�[ - �W��2 (�⊮�^�C�v �}�N���̃��X�g�c�c) (�⊮�^�C�v �}�N���̃��X - �g�c�c))�c�c�c) �Ƃ����`���ɂ���B�⊮�^�C�v�� `env, section, - maketitle' �̂ǂꂩ�B��̗�͕ϐ� `YaTeX-package-alist-default' �̒l - �Q�ƁB + LaTeX2e��ñ���Ƚ�������ޯ���ȣ + �����ƪ��ܸ����ޯ����Ϲ�� + ��ޯ�ˬ���ñ��� + usepackage + �뫫��ˡ��Ư�� + �Ƥʱ�� \usepackage + ��ù���ǭ� + ��� '((�ñ���1 (䰿�� + ޯ������) (䰿�� + ޯ������)) (�ñ���2 + (䰿�� ޯ������) + (䰿�� + ޯ������))���) + Ȥ���˹�䰿��� `env, + section, maketitle' ��쫣 ������ + `YaTeX-package-alist-default' �Ͳȣ -- Variable: YaTeX-tabular-indentation - tabular/array �‹��Ō��ݍs�̐擪�ʒu���\�̑�N�J�����̂Ƃ��͕W���C���f - ���g�ʒu���� N*YaTeX-tabular-indentation ���������C���f���g�ɂ���B + tabular/array + ĭǽ�����֬���N����ȭ� + �������֫� + N*YaTeX-tabular-indentation 弲� + �����˹� -- Variable: YaTeX-noindent-env-regexp - �ʂ̊‹����ɂ����Ă� \begin{} ���s������n�܂�ׂ��‹����̐��K�\���B - verbatim�‹��Ȃǂ��w�肷��B + ��ĭ�ˢ��� \begin{} + �Ԭ�����٭ĭ�ε���� + verbatimĭ������ -- Variable: YaTeX-ref-default-label-string - \ref{} �̃��x���⊮�Ń��x�����ݒ�̂��̂Ɏ����I�ɐ������郉�x�����̏� - ���Bstrftime(3)�֐��Ɏ������t�x�[�X�Ŏw�肷��B���p�ł��鏑���͈ȉ��� - �Ƃ���B%y -> �����, %b -> ���̉p��, %m -> ��(1�`12) %d -> ��, - %H -> ��, %M -> ��, %S -> �b, %qx -> �A���t�@�x�b�g��26�i�������� - yymmdd. %qX -> �A���t�@�x�b�g��26�i�������� HHMMSS. �f�t�H���g�� - "%H%M%S_%d%b%y" + \ref{} + ��������������˫��˸��� + �����strftime(3)�������ټ����� + ��ǭ���ʼ�Ȫ� %y -> + ����, %b -> ��Ѿ, %m -> �(1�12) %d + -> �, %H -> �, %M -> �, %S -> �, %qx -> + ��ա����26����� yymmdd. %qX + -> ��ա����26����� HHMMSS. + �թ��� "%H%M%S_%d%b%y" -- Variable: YaTeX-ref-generate-label-function - \ref{}�̃��x�������������̂Ƃ��Ɏg���֐��̃V���{���B�f�t�H���g�͕W�� - �� YaTeX::ref-generate-label �֐������蓖�ĂĂ���B������2�Ž��֐� - ���`���āA���̕ϐ��ɃZ�b�g����Ƃ��̊֐����Ă񂾌��ʂ��f�t�H���g�� - ���x�������Ƃ���B�ݒ��: + \ref{}���뾫����ȭ�Ȧ��η��� + �թ��ϸ�� YaTeX::ref-generate-label + �������Ƣ� + ���2���������Ƣ����˻�ȹ�Ƚ������� + ����թ��������ȹ����: (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label) (defun my-yatex-generate-label (command value) (and (string= command "caption") @@ -1875,251 +2192,247 @@  File: yatexj, Node: Sample definitions, Next: Hook variables, Prev: All customizable variables, Up: Lisp variables -�J�X�^�}�C�Y�ϐ��ݒ�� ----------------------- +���ޤ������ +-------------------------------------------- - ���Ƃ��΁Aprefix �L�[�Ƃ���`ESC'���g�p���A�V���ȕ⊮�����i�[����t�@�C -�����A`~/src/emacs/yatexrc' �ɂ��A�s���� prefix ���^�u������‚ɕς������� -���́A + �ȨТprefix +��ȷ�`ESC'��ѷ��������ʼ��ա +���`~/src/emacs/yatexrc' ˷�Ԭ� prefix +�ָ����� ���ȭϢ (setq YaTeX-prefix "\e" YaTeX-user-completion-table "~/src/emacs/yatexrc" YaTeX-fill-prefix " ") -�� `~/.emacs' �ɉ����܂��B +� `~/.emacs' �è޹�  File: yatexj, Node: Hook variables, Next: Hook file, Prev: Sample definitions, Up: Lisp variables -hook�ϐ� --------- +hook�� +------------ - �܂��Ahook �ϐ� `yatex-mode-hook', `yatex-mode-load-hook' ��p�ӂ��Ă��� -���B���ׂĂ� yatex-mode �̃o�b�t�@�ō�p�����������̂́A`yatex-mode-hook' -�ɋL�q���A`yatex.el' �����[�h���鎞������p�����������̂� -`yatex-mode-load-hook' �ɋL�q���܂��B�Ⴆ�΁A`outline-minor-mode' �𗘗p�� -��ꍇ�A���ꂼ��̃o�b�t�@�� `outline-minor-mode' ��L���ɂ������̂ŁA -`yatex-mode-hook' �����̂悤�ɐݒ肵�܂��B + ޿�hook �� `yatex-mode-hook', `yatex-mode-load-hook' +�� շƤ޹����� yatex-mode +���ա��ѵ�����Ϣ +`yatex-mode-hook' ˭ҷ�`yatex.el' +��ɹ�����ѵ +������`yatex-mode-load-hook' +˭ҷ޹��Т `outline-minor-mode' +��ѹ��碽�����ա� +`outline-minor-mode' +��˷���Ǣ`yatex-mode-hook' � +�����޹� (setq yatex-mode-hook '(lambda () (outline-minor-mode t))) -�t�ɁA�Ǝ��̃L�[��`���s���������Ȃǂ́A`yatex-mode-load-hook' �𗘗p���� -���B�Ⴆ�΁Abegin �^�⊮�ɂ����āA document ��Aenumerate �ȊO�̊‹����� -�V���[�g�J�b�g�L�[�œ��ꂽ���ȂǂƂ������́A���̂悤�ɂ��܂��B�ȉ��̗�́A -`[prefix] ba' �� `\begin{abstract}', `\end{abstract}' ��}�����܂��B +�ˢȫέ����Ԥ�����Ϣ`yatex-mode-load-hook' +��� �޹��Тbegin +��˪�Ƣ document �enumerate +ʰ�ĭ� +��ȫ�ȭ���쿤��Ȥ��Ϣ���˷޹�ʼ��Ϣ +`[prefix] ba' � `\begin{abstract}', `\end{abstract}' � +���޹� (setq yatex-mode-load-hook '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) -�Ȃ��A�V���ȃL�[�̒�`�ɂ́A�֐� `YaTeX-define-key' -`YaTeX-define-begend-key'�𗘗p����悤�ɂ��Ă��������B +ʪ���ʭ�����Ϣ�� +`YaTeX-define-key' +`YaTeX-define-begend-key'��ѹ��˷Ư����  File: yatexj, Node: Hook file, Prev: Hook variables, Up: Lisp variables -hook�p�t�@�C�� --------------- +hook�ա�� +------------------------ - �ϐ� `yatex-mode-load-hook' �Œ�`������e���������́A`yatexhks.el'�Ƃ� -���t�@�C�������A���̒��ɖ쒹�֘A�̐ݒ���������ŁA�������̎��Ɏ����I�Ƀ��[ -�h���܂��B + �� `yatex-mode-load-hook' +������Ƭ���Ϣ +`yatexhks.el'Ȥ�ա����ꢽ����آ������Ǣ +�����˫����ɷ޹�  File: yatexj, Node: Add-in functions, Prev: Lisp variables, Up: Customizations -�t���֐�(�A�h�C���֐�) -====================== +����(�ɤ���) +========================================== - �e��⊮���ɁA�‹�����R�}���h���ɉ��������ߍׂ₩�ȕ⊮���͋@�\�������� -�邽�߂̊֐����쐬���邱�Ƃ��ł��܂��B���̊֐��̍쐬���@��A�g�ݍ��ݕ��@�� -�ւ��ẮA`yatexadd.doc' ���������������B + ����ˢĭ����ɾ�����������ϡ��½� +�������Ȭǭ޹����������������� +ط�Ϣ`yatexadd.doc' �������  File: yatexj, Node: Etc, Next: Copying, Prev: Customizations, Up: Top -���̑� -****** +�ξ +************ - �쒹�̕W���� LaTeX �R�}���h�̎����ɂ́A��҂��p�ɂɎg�����̂����o�^���� -�Ă��܂���B����́A�⊮���Ɏg���������Ȃ��R�}���h�����݂��āA�⊮������ -�R�}���h���o���܂ł̃X�g���[�N���𑝂₵�Ă��܂�����h�~���邽�߂ł��B�W�� -�����ɂȂ��R�}���h���A�ł��邾���⊮���͕����𗘗p���A���[�U�������[������ -�邱�ƂŁA���Ȃ��� LaTeX �X�^�C���ɂ������쒹�ւƈ���Ă������Ƃł��傤�B + �θ�� LaTeX +����έ��Ϣ�Ԭ���Ȧ�η�п� +�Ƥ޻��Ϣ����Ȥ���ʤ���ɬ�߷Ƣ䰷� +������й��ι������Ʒަ���߹��ǹ�� +���ʤ�����ǭ����������ѷ�漶���µ +���Ǣ�ʿ� LaTeX +����ˢÿ�����Ƥ���Ƿ� +��  File: yatexj, Node: Copying, Next: Concept Index, Prev: Etc, Up: Top -��舵�� -******** +�귤 +**************** - �{�v���O�����̓t���[�\�t�g�E�F�A�ł��B�{�v���O�������g�p���Đ����������� -�錋�ʂɑ΂��Ă���҂͐ӔC�𕉂�Ȃ����ƂƂ��܂��B�]�ړ��Ɋւ��Ă͐������� -���܂���B�펯�I�Ɉ����Ă��������B�܂��A�{�v���O�����Ɋ܂܂��R�[�h�𗘗p -���邱�ƁA�������邱�Ƃ����R�ɍs�Ȃ��č\���܂��񂪁A���p���邱�Ƃɂ��_�� -�����̕K�v��������ꍇ�A���͂����Ȃ�_����������܂���B��̓I�ɂ�GPL�ւ� -�T�C���͂��܂���̂ŁAGNU�Ɋ񑡂�����̂�����Ă���ꍇ���̍�i�����荞 -�񂾃R�[�h�𗬗p����Ƌ�J���邩������܂���B�����Ȃ�R�[�h���p�����ۂ��� -���񂪌_������͎��ނ��܂��B + �������꼽�Ȧ��ǹ��������ѷƸ����� +����з�����դ���ʤ��ȷ޹�����ط�ϩ¤� +�޻�ﱪ˷�Ư����޿����������볼���� +��Ȣ�����⫳����ƽ�޻󬢮ѹ������� +��ά׬������Ϥ��������޻��Ϊ��GPL�� +���Ϸ޻��ǢGNU��������Ƥ������ʫ���� +������ѹ��쫹���޻󣤫�볼ɮ���ݷ� +������ϭ�޹� - ���A��]�A�o�O�񍐁A���z���͊��}�������܂��B�A���� yuuji@yatex.org �� -��(2004�N1������)�B�p���I�Ɏg�p���Ă���������̓��C�����O���X�g�ufj�쒹�� -��v�ɐ���������Ă��������B�������@�ɂ‚��Ă͖{�p�b�P�[�W�� `docs/qanda' -�t�@�C���́u���̑��v�̏͂��䗗���������B + �����а����Ͽޤ��޹� +��� yuuji@yatex.org ��(2004�1��)� +ѳ���ѷƯ�����������fj����� +�����Ư���������Ĥ����ñ��� +`docs/qanda' +ա���ֽξ����������� -�d�l�́A�\���Ȃ��m����(�C�������)�ύX����܂�:-p�B +��Ϣ��ʯ���(�����)ѹ��޹:-p� - �L���Y�� + ����  File: yatexj, Node: Concept Index, Prev: Copying, Up: Top -���� -**** +�� +******** * Menu: * :: Greek letter completion. 4. * ;: Image completion. 4. -* ��[������]: Image completion. 4. -* ��[������]: Enclose section-type command. 4. -* ��[������]: large�^�b -�. 22. -* ��zقЂ�����]: 2�ˆȏ�̈�z���Ƃ� section�^�R�}���h. 4. -* ��6[�����ӂ�]: Accent mark completion. 4. -* ;���z;������]: Image completion. 32. -* ��[�ނ��񂽂�]: Image completion. 4. -* �n�[�₵�邵]: Image completion. 4. -* �u���b�N[�ӂ�‚�]: begin�^�b -�. 81. -* �q�X�g��[�Ђ��Ƃ�]: Cooperation with other packages. 8. -* ���5�[�������낦]: Filling. 4. -* �₿�傤[�₿�悤]: Intro. 4. -* �W�����v[������]: view-sectioning. 42. -* &�|�[&�ɂ䂤��悭]: Intelligent newline. 4. -* �1��[���‚Ă��ꂢ]: Sample definitions. 4. -* x-��b -�[�������ق���]: Arbitrary completion. 4. -* �B����߂�[�Ƃ����߂�]: begin�^�b -�. 81. -* �ċA�b -�[�������ق���]: Recursive completion. 4. -* ���[�U����[䂤��������]: begin�^�b -�. 71. -* �_Kw[���肩������]: view-sectioning. 42. -* �����͂ǂ�?[�����͂Ƃ�?]: What column. 4. -* ��G�`��c�[���N�.[���������‚��邫�Ƃ�]: ��G�`��c�[���N�.. 4. -* B����㑪��[���񂫂悤�̂���Ƃ���]: B����ʂƂ����W�����v. 7. -* B���̖���[���񂫂悤�̂܂‚Ђ�]: B����ʂƂ����W�����v. 7. -* B�����}�[�N[���񂫂悤���܂���]: B����ʂƂ����W�����v. 7. -* �J�X�^�}�C�Y[�������܂���]: Customizations. 4. -* �L�[�A�T�C��[������������]: Customizations. 4. -* z�����[�h[��������������]: Image completion. 4. -* �C���X�g�[��[���񂷂Ƃ���]: Installation. 4. -* �^�C�v�Z�b�^[�����ӂ��‚�]: Invocation. 4. -* �v�������[�A[�ӂ�Ђ䂤��]: Invocation. 4. -* �A�E�g���C��[�����Ƃ炢��]: view-sectioning. 4. -* ��z�̌�z��O���[�Ђ������̂�������������]: 2�ˆȏ�̈�z���Ƃ� section�^�R�}���h. 24. -* �A�N�Z���g�L���b -�[��������Ƃ������ق���]: Accent mark completion. 4. -* �J�X�^�}�C�Y�O�j��[�������܂����ւ񂷂��������]: All customizable variables. 4. -* B���<̕b -�[���񂫂悤�߂��̂ق���]: begin�^�b -�. 4. -* �G���[�C�z���炠���䂤����]: Calling typesetter. 4. -* �^�C�v�Z�b�^�N�.[�����ӂ��‚����Ƃ�]: Calling typesetter. 4. -* �^�C�v�Z�b�g�G���[[�����ӂ��‚Ƃ��炠]: Calling typesetter. 4. -* B���<̕O X[���񂫂悤�߂��̂ւ񂱂�]: Changing LaTeX command. 20. -* ���[�h���V�[�����Ƃ��肩��]: Changing mode of YaTeX. 4. -* �^�C�v�Z�b�^�̎g���*�[�����ӂ��‚��̂‚����킯]: Changing typesetter. 12. -* �N�.���R�}���h��O���[���Ƃ����邱�܂�Ƃ�������]: Changing typesetter. 7. -* �R�����g�A�E�g[���߂�Ƃ�����]: Commenting out. 4. -* ���̑<̃R�}���h�+�[���̂��̂��܂�Ƃ�������]: Controlling which command to invoke. 4. -* �<p�b�P�[�W�Ƃ̘A g[���͂‚������Ƃ̂�񂯂�]: Cooperation with other packages. 4. -* �R�}���h�q�X�g��[���܂�ƂЂ��Ƃ�]: Cooperation with other packages. 8. -* �J�[�\���W�����v[�������邵����]: Cursor jump. 4. -* %#�L�@��L̕RW[%#���ق��������̂ւ񂵂䂤]: Editing %# notation. 4. -* �p���O���t�̌��5�[�͂炭��ӂ̂������낦]: Filling. 47. -* �̈挈�K�%[��悤�������‚Ă�������]: Fix region for typesetting. 25. -* �!��t�@�C���̕RW[�Ȃ����ӂ�����̂ւ񂵂䂤]: Fix region for typesetting. 34. -* ���̈�̃^�C�v�Z�b�g[���Ă���悤�����̂����ӂ��‚�]: Fix region for typesetting. 4. -* �M���V���6�b.[���肵������ق���]: Greek letter completion. 4. -* �C���[�W�b -�[���߂����ق���]: Image completion. 4. -* z���L���C���[�W�b -�[�����������������߂����ق���]: Image completion. 4. -* �<̃t�@�C���̎莀�[�ق��̂ӂ�����̂ĂȂ���]: Includeonly. 11. -* �C���N���[�h�\�"[���񂭂邤�Ƃ�������]: Inclusion hierarchy browser. 4. -* ���܂�����s[���܂����������悤]: Intelligent newline. 4. -* �v�����g�A�E�g[�ӂ��Ƃ�����]: Invocation. 4. -* B���̍�[)�񂫂悤�̂�������]: Killing LaTeX command. 6. -* ���x�����.��ق�ւ邵�Ƃ���������]: label-generation. 4. -* �t�H���g�w�q[�ӂ���Ƃ��Ă���]: large�^�b -�. 18. -* �6�T�C�Y�w�q[�������������Ă���]: large�^�b -�. 18. -* ���[�J������[남���邵����]: Local dictionary. 4. -* �O X/��[V�񂱂�/��������]: Modifying/Deleting. 4. -* �O���[�o���w���v[���남�͂�ւ��]: Online help. 16. -* �I�����C���w���v[����炢��ւ��]: Online help. 4. -* �L�[���[�h����[�����킠�Ƃ��񂳂�]: Online help. 4. -* �v���C�x�[�g�w���v[�ӂ炢�ւ��Ƃւ��]: Online help. 16. -* �|̓t�@�C���* -�[�ɂ䂤��悭�ӂ�����ӂ񂩂�]: Splitting input files. 11. -* �Z�N�V�����最�ꗗ�o�b�t�@[��������񂭂��肢�����͂‚ӂ�]: view-sectioning. 18. -* �Z�N�V�����最�[��������񂭂���]: view-sectioning. 42. -* ���݂̃J�����\�[���񂳂��̂���ނЂ悤��]: What column. 23. +* �[���]: Image completion. 4. +* ��[���]: Enclose section-type command. 4. +* ��[���]: large��. 25. +* ;��[;���]: Image completion. 36. +* ��[ҭ��]: 2��������� section�����. 4. +* ����ļ믰[����Ħ�Ȧ]: ����ļ믰. 4. +* ĭ���[���λ�Ȧ�]: ĭ��ȷ�����. 7. +* ĭ����[��������]: ĭ��ȷ�����. 7. +* ĭ�޼�[����ޢ�]: ĭ��ȷ�����. 7. +* ��[����]: Accent mark completion. 4. +* �[��]: Image completion. 4. +* ��[��]: Image completion. 4. +* ������Ѩ�[ҭ��γ����]: 2��������� section�����. 30. +* ����ȭ��[����ȭ��۫�]: Accent mark completion. 4. +* ���ޤ�����[���ޤ��󹦤���]: All customizable variables. 4. +* ���[���۫�]: Arbitrary completion. 4. +* ĭ���[�����۫�]: begin��. 4. +* 漶��[榵���]: begin��. 77. +* ĸ���[ȷ���]: begin��. 91. +* ��ï[��į]: begin��. 91. +* �鼤�[�颷榻�]: Calling typesetter. 4. +* ��׻ÿ��[��ջĿ�Ȧ]: Calling typesetter. 4. +* ��׻�Ȩ�[��ջ�Ȩ�]: Calling typesetter. 4. +* ĭ��ѹ[�������]: Changing LaTeX command. 24. +* ����ب[�ȭꫨ]: Changing mode of YaTeX. 4. +* ��׻ÿ�Ȥ��[��ջĿ�ī��]: Changing typesetter. 13. +* ��������Ѩ�[�Ȧ�������]: Changing typesetter. 7. +* ���Ȣ��[���Ȣ��]: Commenting out. 4. +* �ξγ��ɩ�[�ογ��Ȼ���]: Controlling which command to invoke. 4. +* ��ñ���΢�[��ı������]: Cooperation with other packages. 4. +* ����ҹ��[����ҹ��]: Cooperation with other packages. 8. +* ҹ��[ҹ��]: Cooperation with other packages. 8. +* �������[�������]: Cursor jump. 4. +* ���ޤ�[���ޤ�]: Customizations. 4. +* ������[������]: Customizations. 4. +* %#�����Ը[%#�ۦ�������]: Editing %# notation. 4. +* 巨[����]: Filling. 4. +* �����巨[����α���]: Filling. 53. +* ���꬧[�覤���Ƥ���]: Fix region for typesetting. 27. +* ����ο�׻��[�Ƥ�覤�ο�ջ��]: Fix region for typesetting. 4. +* ��ա���Ը[ʫ�բ������]: Fix region for typesetting. 40. +* �����[����۫�]: Greek letter completion. 4. +* �Ἰ�[�ᨷ۫�]: Image completion. 4. +* ����Ἰ�[��������ᨷ۫�]: Image completion. 4. +* ����[������]: Image completion. 4. +* ��ա���꾷[۫�բ����ʪ�]: Includeonly. 11. +* ���ɽ�[���ȳ���]: Inclusion hierarchy browser. 4. +* ������[�ij����۷�]: Inserting parens. 4. +* ��ȼ�[��Ȫ�]: Installation. 4. +* &��[&����]: Intelligent newline. 4. +* �ޫ���[�ޫ�����]: Intelligent newline. 4. +* ���[���]: Intro. 4. +* ��׻ÿ[��ջĿ]: Invocation. 4. +* ���Ȣ��[���Ȣ��]: Invocation. 4. +* ���弢[���榢]: Invocation. 4. +* ĭ���[���ε���]: Killing LaTeX command. 7. +* ��뫰��[���Ȧ����]: label-generation. 4. +* ��������[ⷵ���Ƥ�]: large��. 21. +* թ�����[ժ�ȷƤ�]: large��. 21. +* ���[�뷷�]: Local dictionary. 4. +* ѹ/��[��/����]: Modifying/Deleting. 4. +* �������[�������]: Online help. 17. +* ��ټ����[��ب����]: Online help. 17. +* �������[�������]: Online help. 4. +* ���ɡ�[���ȱ�]: Online help. 4. +* �Ϫ�ڼ�[����请���ب�]: Print out. 10. +* �ϫ�ڼ�[����诫��ب�]: Print out. 10. +* Ƣ�[���۫�]: Recursive completion. 4. +* ���[��Ƥ�]: Sample definitions. 4. +* ��ա���[����բ�����]: Splitting input files. 13. +* ������������ա[�����������բ]: view-sectioning. 22. +* �����[�����]: view-sectioning. 4. +* ����[����]: view-sectioning. 50. +* ��������[������]: view-sectioning. 50. +* ����[��ꫤ��]: view-sectioning. 50. +* ��Ϋ�ཨ[��Ϋ���覷]: What column. 24. +* ���ɳ?[���ȳ?]: What column. 4. +* ���tabular[կ���tabular]: What column. 4. * apropos: Online help. 4. * autoload: Installation. 4. * auto-mode-alist: Installation. 4. * %#BEGIN: Fix region for typesetting. 4. -* begin�^�b -�[begin�����ق���]: begin�^�b -�. 4. +* begin��[begin��۫�]: begin��. 4. * C-c: Invocation. 4. * Demacs: Intro. 4. * .emacs: Installation. 4. * %#END: Fix region for typesetting. 4. -* end�b -�[end�ق���]: end�b -�. 4. -* ghostview: Splitting input files. 16. +* end�[end۫�]: end�. 4. +* ghostview: Splitting input files. 19. * gmhist: Cooperation with other packages. 8. -* hook�O�[hook�ւ񂷂�]: Hook variables. 4. -* �o�͏I���y�[�W[����‚�悭���䂤��悤�ւ���]: Print out. 9. +* hook��[hook��]: Hook variables. 4. * includeonly: Includeonly. 4. * Install: Installation. 4. -* item�Ȃǂ̌��5�[item�ȂƂ̂������낦]: Filling. 8. -* �o��J�n�y�[�W[����‚�悭�������ւ���]: Print out. 9. +* item���巨[item��α���]: Filling. 8. * jlatex: Invocation. 4. -* large�^�b -�[large�����ق���]: large�^�b -�. 4. +* large��[large��۫�]: large��. 4. * LaTeX: Intro. 4. * leftarrow: Image completion. 4. * lpr format: lpr format. 4. -* lpr�t�H�[�}�b�g�̕O X[lpr�ӂ����܂‚Ƃ̂ւ񂱂�]: Editing %# notation. 18. -* lpr�ӂ��[�܂���[lpr�ӂ����܂‚�]: lpr format. 4. -* lpr�t�H�[�}�b�g[lpr�ӂ����܂‚�]: lpr format. 4. -* maketitle�^�b -�[maketitle�����ق���]: maketitle�^�b -�. 4. -* M-C-@: B����ʂƂ����W�����v. 7. -* M-C-a: B����ʂƂ����W�����v. 7. -* M-C-e: B����ʂƂ����W�����v. 7. -* min-out: Cooperation with other packages. 17. -* M-q: Filling. 47. +* lprթ�����ѹ[lprժ�������]: Editing %# notation. 21. +* lprթ����[lprժ����]: lpr format. 4. +* lprթ����[lprժ����]: lpr format. 4. +* maketitle��[maketitle��۫�]: maketitle��. 4. +* M-C-@: ĭ��ȷ�����. 7. +* M-C-a: ĭ��ȷ�����. 7. +* M-C-e: ĭ��ȷ�����. 7. +* min-out: Cooperation with other packages. 20. +* M-q: Filling. 53. * Mule: Intro. 4. -* �����includeonly[���‚Ă�includeonly]: Includeonly. 4. -* NTT-jTeX[���ʂĂ����Ă����������Â�]: Filling. 15. +* ���includeonly[����includeonly]: Includeonly. 4. +* NTT-jTeX[��Ƥ�Ƥ�����į]: Filling. 16. * platex: Invocation. 4. * prefix ,: Commenting out. 4. * prefix .: Commenting out. 4. @@ -2129,35 +2442,27 @@ * prefix ?: Online help. 4. * prefix &: What column. 4. * prefix a: Accent mark completion. 4. -* prefix b: begin�^�b -�. 4. +* prefix b: begin��. 4. * prefix c: Modifying/Deleting. 4. * prefix d: Inclusion hierarchy browser. 4. -* prefix e: end�b -�. 4. +* prefix e: end�. 4. * prefix g: Cursor jump. 4. * prefix i: Filling. 8. * prefix k: Modifying/Deleting. 4. * prefix key: Invocation. 4. -* prefix l: large�^�b -�. 4. -* prefix m: maketitle�^�b -�. 4. -* prefix s: section�^�b -�. 4. +* prefix l: large��. 4. +* prefix m: maketitle��. 4. +* prefix s: section��. 4. * prefix SPC: Arbitrary completion. 4. * prefix w: Changing mode of YaTeX. 4. -* prefix�L�[�O X[prefix�����ւ񂱂�]: Lisp variables. 4. -* �y�[�Wm�Fȗ�lpr�N�.[�ւ��������ɂ񂵂悤��₭lpr���Ƃ�]: Print out. 12. -* section�^�b -�[section�����ق���]: section�^�b -�. 4. -* �!G��tabular[�ӂ����‚�tabular]: What column. 4. -* ���usepackage[�����܂��]: Usepackage cheker. 4. -* YaTeX-help-file: Online help. 16. -* YaTeX-help-file-private: Online help. 16. -* YaTeX-item-regexp: Filling. 20. -* YaTeX-math-sign-alist-private: Image completion. 57. +* prefix��ѹ[prefix����]: Lisp variables. 4. +* ڼ�Χʬlpr��[ب��������lpr�Ȧ]: Print out. 13. +* section��[section��۫�]: section��. 4. +* ���usepackage[�����]: Usepackage cheker. 4. +* YaTeX-help-file: Online help. 17. +* YaTeX-help-file-private: Online help. 17. +* YaTeX-item-regexp: Filling. 23. +* YaTeX-math-sign-alist-private: Image completion. 69. * yatex-mode-hook: Hook variables. 4. * yatex-mode-load-hook: Hook variables. 4. * YaTeX-nervous: Local dictionary. 22. @@ -2170,64 +2475,65 @@ Tag table: Node: Top254 Node: Intro1308 -Node: Terminology1611 -Node: Main features2246 -Node: Installation3279 -Node: Invocation4503 -Node: Calling typesetter5322 -Node: Calling previewer6559 -Node: Print out6875 -Node: %#notation7141 -Node: Changing typesetter7569 -Node: Splitting input files7827 -Node: Fix region for typesetting8779 -Node: lpr format9680 -Node: Controlling which command to invoke10489 -Node: Editing %# notation10960 -Node: Completion11417 -Node: begin�^�⊮11890 -Node: section�^�⊮14474 -Node: 2�ˆȏ�̈������Ƃ� section�^�R�}���h15569 -Node: Enclose section-type command16387 -Node: Recursive completion16624 -Node: view-sectioning16930 -Node: label-generation18126 -Node: large�^�⊮18475 -Node: maketitle�^�⊮19055 -Node: Arbitrary completion19354 -Node: end�⊮19667 -Node: Accent mark completion20009 -Node: Image completion20434 -Node: Greek letter completion22251 -Node: Local dictionary22711 -Node: Commenting out23316 -Node: Cursor jump24475 -Node: �Ή��I�u�W�F�N�g�ւ̃W�����v24712 -Node: ���G�`���c�[���N��25700 -Node: ���C���t�@�C���ւ̃W�����v26620 -Node: �‹���P�ʂƂ����W�����v26956 -Node: �Ō�̕⊮�ʒu�ւ̃W�����v27313 -Node: Modifying/Deleting27550 -Node: Changing LaTeX command27956 -Node: Killing LaTeX command28507 -Node: Filling29378 -Node: Includeonly30707 -Node: What column31268 -Node: Intelligent newline32047 -Node: Usepackage cheker33080 -Node: Changing mode of YaTeX33506 -Node: Online help34082 -Node: Inclusion hierarchy browser35058 -Node: Cooperation with other packages36336 -Node: Customizations36791 -Node: Lisp variables37088 -Node: All customizable variables37695 -Node: Sample definitions46204 -Node: Hook variables46638 -Node: Hook file47532 -Node: Add-in functions47738 -Node: Etc47965 -Node: Copying48249 -Node: Concept Index48880 +Node: Terminology1619 +Node: Main features2299 +Node: Installation3362 +Node: Invocation4647 +Node: Calling typesetter5517 +Node: Calling previewer7029 +Node: Print out7361 +Node: %#notation7641 +Node: Changing typesetter8073 +Node: Splitting input files8357 +Node: Fix region for typesetting9340 +Node: lpr format10265 +Node: Controlling which command to invoke11086 +Node: Editing %# notation11586 +Node: Completion12058 +Node: begin��12477 +Node: section��15263 +Node: 2��������� section�����16364 +Node: Enclose section-type command17207 +Node: Recursive completion17555 +Node: view-sectioning17868 +Node: label-generation19103 +Node: large��19467 +Node: maketitle��20027 +Node: Arbitrary completion20332 +Node: end�20653 +Node: Accent mark completion20998 +Node: Image completion21441 +Node: Greek letter completion23277 +Node: Inserting parens23777 +Node: Local dictionary24137 +Node: Commenting out24753 +Node: Cursor jump25937 +Node: ���ָ����θ���26190 +Node: ����ļ믰27205 +Node: ��ա���θ���28167 +Node: ĭ��ȷ�����28529 +Node: �������θ���28910 +Node: Modifying/Deleting29174 +Node: Changing LaTeX command29598 +Node: Killing LaTeX command30162 +Node: Filling31051 +Node: Includeonly32412 +Node: What column32979 +Node: Intelligent newline33768 +Node: Usepackage cheker34822 +Node: Changing mode of YaTeX35255 +Node: Online help35854 +Node: Inclusion hierarchy browser36873 +Node: Cooperation with other packages38175 +Node: Customizations38650 +Node: Lisp variables38959 +Node: All customizable variables39569 +Node: Sample definitions48692 +Node: Hook variables49148 +Node: Hook file50047 +Node: Add-in functions50263 +Node: Etc50510 +Node: Copying50801 +Node: Concept Index51432  End tag table diff --git a/docs/yatexj.tex b/docs/yatexj.tex index 203929f..72fd94f 100644 --- a/docs/yatexj.tex +++ b/docs/yatexj.tex @@ -13,7 +13,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 Jan 15 12:42:54 2015 on firestorm +@c Last modified Wed Feb 11 11:42:41 2015 on firestorm @syncodeindex vr cp @end iftex @@ -2177,6 +2177,12 @@ verbatim�‹��Ȃǂ��w�肷��B @end defvar +@defvar YaTeX-electric-indent-mode +Emacs 24.4 �œ������ꂽ���s���́A�����C���f���g���ǂ����邩�B +���̒l�����̂܂� electric-indent-local-mode �ɓn�����B +-1��off�B +@end defvar + @defvar YaTeX-ref-default-label-string \ref@{@} �̃��x���⊮�Ń��x�����ݒ�̂��̂Ɏ����I�ɐ������� ���x�����̏����Bstrftime(3)�֐��Ɏ������t�x�[�X�Ŏw�肷��B diff --git a/yahtml.el b/yahtml.el index bde016d..de877bc 100644 --- a/yahtml.el +++ b/yahtml.el @@ -1,6 +1,6 @@ ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*- ;;; (c) 1994-2015 by HIROSE Yuuji [yuuji(@)yatex.org] -;;; Last modified Fri Jan 16 10:44:54 2015 on firestorm +;;; Last modified Wed Feb 11 08:58:55 2015 on firestorm ;;; $Id$ (defconst yahtml-revision-number "1.78.1" @@ -286,6 +286,10 @@ "*Non-nil means editing HTML 4.01 Strict. Completing read for obsoleted attributes disabled.") +(defvar yahtml-electric-indent-mode -1 + "*(Emacs 24.4+) Pass this value to electric-indent-local-mode. +-1 means `off'.") + ;;; --- customizable variable ends here --- (defvar yahtml-prefix-map nil) (defvar yahtml-mode-map nil "Keymap used in yahtml-mode.") @@ -671,10 +675,12 @@ (use-local-map yahtml-mode-map) (YaTeX-read-user-completion-table) (yahtml-css-scan-styles) - (turn-on-auto-fill) ;Sorry, this is prerequisite + ;(turn-on-auto-fill) ;Sorry, this is prerequisite (and (= 0 (buffer-size)) (file-exists-p yahtml-template-file) (y-or-n-p (format "Insert %s?" yahtml-template-file)) (insert-file-contents (expand-file-name yahtml-template-file))) + (if (fboundp 'electric-indent-local-mode) + (electric-indent-local-mode yahtml-electric-indent-mode)) (run-hooks 'text-mode-hook 'yahtml-mode-hook) ;; This warning should be removed after a while(2000/12/2) diff --git a/yatex.el b/yatex.el index 57b2e38..f174f9b 100644 --- a/yatex.el +++ b/yatex.el @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //�쒹// -*- coding: sjis -*- ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Sun Jan 18 23:41:01 2015 on firestorm +;;; Last modified Wed Feb 11 11:40:20 2015 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ @@ -8,7 +8,7 @@ ;;; Code: (require 'comment) (require 'yatexlib) -(defconst YaTeX-revision-number "1.78.8" +(defconst YaTeX-revision-number "1.78.9" "Revision number of running yatex.el") ;---------- Local variables ---------- @@ -231,6 +231,10 @@ (defvar YaTeX-tabular-indentation 4 "*Indentation column-depth of continueing line in tabular environment.") +(defvar YaTeX-electric-indent-mode -1 + "*(for Emacs 24.4+) Pass this value to electric-indent-local-mode. +-1 means `off'.") + ;;-- Math mode values -- (defvar YaTeX-math-key-list-default @@ -709,7 +713,9 @@ (YaTeX-read-user-completion-table) (and (fboundp 'YaTeX-hilit-setup-alist) (YaTeX-hilit-setup-alist)) (makunbound 'inenv) - (turn-on-auto-fill) ;1.63 + ;(turn-on-auto-fill) ;1.63 -> 1.79off + (if (fboundp 'electric-indent-local-mode) + (electric-indent-local-mode YaTeX-electric-indent-mode)) (and (= 0 (buffer-size)) (file-exists-p YaTeX-template-file) (y-or-n-p (format "Insert %s?" YaTeX-template-file)) (insert-file-contents (expand-file-name YaTeX-template-file)))