# HG changeset patch # User HIROSE Yuuji # Date 1436663207 -32400 # Node ID 510106cf15fb13ced21ad414bf56524e4df374f2 # Parent 92bab72bf4de0979bd56a2e3fb769172e7aa9294 Info reformatted diff -r 92bab72bf4de -r 510106cf15fb docs/yatexe --- a/docs/yatexe Sun Jul 12 10:05:40 2015 +0900 +++ b/docs/yatexe Sun Jul 12 10:06:47 2015 +0900 @@ -1,7 +1,7 @@ Info file: yatexe, -*-Text-*- produced by `texinfo-format-buffer' from file `yatexe.tex' -using `texinfmt.el' version 2.38 of 3 July 1998. +using `texinfmt.el' version 2.42 of 7 Jul 2006. START-INFO-DIR-ENTRY * YaTeX-e: (yatexe). Yet Another tex-mode for Emacs (English). @@ -16,7 +16,7 @@ * Menu: -* What is YaTeX?:: +* What is YaTeX?:: * Main features:: What YaTeX can do * Installation:: Guide to install * Typesetting:: Call typesetting processes @@ -47,7 +47,8 @@ ************** YaTeX automates typesetting and previewing of LaTeX and enables -completing input of LaTeX mark-up command such as `\begin{}'..`\end{}'. +completing input of LaTeX mark-up command such as +`\begin{}'..`\end{}'. YaTeX also supports Demacs which runs on MS-DOS(386), Mule (Multi Language Enhancement to GNU Emacs), and latex on DOS. @@ -131,7 +132,7 @@ ... `on-the-fly preview' on current environment or whole portion of current formulas in math-mode `[prefix] t d' - ... invoke dvipdfmx after successful typesetting + ... invoke dvipdfmx after successful typesetting `[prefix] t k' ... kill current typesetting process `[prefix] t b' @@ -149,9 +150,9 @@ * Menu: -* Calling typesetter:: -* Calling previewer:: -* Printing out:: +* Calling typesetter:: +* Calling previewer:: +* Printing out::  @@ -244,12 +245,12 @@ * Menu: -* Changing typesetter:: -* Splitting input files:: -* Static region for typesetting:: -* Lpr format:: -* Controlling which command to invoke:: -* Editing %# notation:: +* Changing typesetter:: +* Splitting input files:: +* Static region for typesetting:: +* Lpr format:: +* Controlling which command to invoke:: +* Editing %# notation::  @@ -376,15 +377,27 @@ These %# notation below can control which command to invoke for LaTeX related process. + `%#PREVIEW' + + ... Command line for DVI viewing ([prefix] t p) + `%#MAKEINDEX' + + ... Command line for makeindex ([prefix] t i) `%#BIBTEX' - - ... Command line for makeindex ([prefix] t i) - `%#MAKEINDEX' - - ... Command line for bibtex ([prefix] t b) + + ... Command line for bibtex ([prefix] t b) `%#DVIPDF' - - ... Command line for dvipdf(mx) ([prefix] t b) + + ... Command line for dvipdf(mx) ([prefix] t b) + `%#LPR' + + ... Command line for printing out([prefix] t l) + `%#PDFVIEW' + + ... Command line for PDF viewing + `%#IMAGEDPI' + + ... DPI value for converting to on-the-fly prewview image If you want to invoke "makeidx hogehoge" to update index, put the next line some upper place in the source, for example. @@ -495,7 +508,7 @@ The next message will show up in the minibuffer - Begin environment(default document): + Begin environment(default document): by typing `[prefix] b'. Put the wishing environment with completion in the minibuffer, and `\begin{env}'...\`\end{env}' will be inserted in the @@ -557,7 +570,7 @@ in your LaTeX source. When you neglect argument such as (C-v for view) \???{} (default section): vspace* - \vspace*{???}: + \vspace*{???}: YaTeX puts @@ -596,7 +609,7 @@ * Menu: -* view-sectioning:: +* view-sectioning::  @@ -619,12 +632,12 @@ `M-x YaTeX-section-overview' ... Generate *Sectioning Lines* buffer -from the LaTeX source buffer. In this listing buffer, typing `u' on the -sectioning command shifts up the corresponding sectioning command in +from the LaTeX source buffer. In this listing buffer, typing `u' on +the sectioning command shifts up the corresponding sectioning command in source text and `d' shifts down. After marking lines in the listing -buffer, typing `U' shifts up all sectioning commands in the region, and -`U' shifts down. Here are all the key bindings of `*Sectioning Lines*' -buffer. +buffer, typing `U' shifts up all sectioning commands in the region, +and `U' shifts down. Here are all the key bindings of +`*Sectioning Lines*' buffer. `SPC' ... Jump to corresponding source line @@ -657,7 +670,7 @@ the message in the minibuffer - {\??? } (default large): + {\??? } (default large): prompts prompts you large-type command with completing-read. There are TeX commands to change fonts or sizes, `it', `huge' and so on, in the @@ -707,7 +720,7 @@ ============== YaTeX automatically detects the opened environment and close it with -\`\end{environment}'. Though proficient YaTeX users never fail to make +`\end{environment}'. Though proficient YaTeX users never fail to make environment with begin-type completion, some may begin an environment manually. In that case, type @@ -758,10 +771,11 @@ or not, and change the behavior of key strokes `;' and `:'. By the way, we often express the leftarrow mark by `<-' for example. -Considering such image, you can write `\leftarrow' by typing `<-' after -`;' (semicolon) as a prefix. In the same way, `\longleftarrow' (`<--') is -completed by typing `;<--', infinity mark which is imitated by `oo' is -completed by typing `;oo'. +Considering such image, you can write `\leftarrow' by typing `<-' +after `;' (semicolon) as a prefix. In the same way, +`\longleftarrow' (`<--') is completed by typing `;<--', +infinity mark which is imitated by `oo' is completed by typing +`;oo'. Here are the sample operations in YaTeX math-mode. @@ -775,11 +789,11 @@ In any case, you can quit from image completion and can move to the next editing operation if the LaTeX command you want is shown in the buffer. - `;' itself in math-environment is inserted by `;;'. Typing `TAB' in the -midst of image completion shows all of the LaTeX commands that start with -the same name as string you previously typed in. In this menu buffer, -press `RET' after moving the cursor (by `n', `p', `b', `f') to insert the -LaTeX command. + `;' itself in math-environment is inserted by `;;'. Typing +`TAB' in the midst of image completion shows all of the LaTeX +commands that start with the same name as string you previously typed in. +In this menu buffer, press `RET' after moving the cursor (by `n', +`p', `b', `f') to insert the LaTeX command. To know all of the completion table, type `TAB' just after `;'. And here is the sample menu by `TAB' after `;<'. @@ -787,7 +801,7 @@ KEY LaTeX sequence sign < \leq < ~ - << \ll << + << \ll << <- \leftarrow <- <= \Leftarrow <= @@ -807,11 +821,11 @@ `\alpha', `b' makes `\beta' and `g' makes `\gamma' and so on. First, type `:TAB' to know all the correspondence of alphabets vs. Greek letters. - If you will find `;' or `:' doesn't work in correct position of math -environment, it may be a bug of YaTeX. Please send me a bug report with -the configuration of your text, and avoid it temporarily by typing `;' or -`:' after universal-argument(`C-u') which forces `;' and `:' to work as -math-prefix. + If you will find `;' or `:' doesn't work in correct position of +math environment, it may be a bug of YaTeX. Please send me a bug report +with the configuration of your text, and avoid it temporarily by typing +`;' or `:' after universal-argument(`C-u') which forces +`;' and `:' to work as math-prefix.  @@ -877,9 +891,10 @@ to `ESC h' by default. It is NOT predictable what will happen when you continuously comment out some paragraph many times. - You can also comment out an environment between `\begin' and `\end', or -a `\begin'-\`\end' pair themselves, by making the following key strokes on -the line where `\begin{}' or `\end{}' exists. + You can also comment out an environment between `\begin' and +`\end', or a `\begin'-\`\end' pair themselves, by making the +following key strokes on the line where `\begin{}' or +`\end{}' exists. `[prefix] >' ... comment out from \begin to \`end' @@ -909,11 +924,11 @@ * Menu: -* Jump to corresponding object:: -* Invoking image processor:: -* Jump to main file:: -* Jumping around the environment:: -* Jumping to last completion position:: +* Jump to corresponding object:: +* Invoking image processor:: +* Jump to main file:: +* Jumping around the environment:: +* Jumping to last completion position::  @@ -951,9 +966,9 @@ `[prefix] 4 g' ... go to corresponding object in other window -do the same job as `[prefix] g' except it's done in other window. Note -that this function doesn't work on `begin/end', `%#BEGIN/%#END' pairs -because it is meaningless. +do the same job as `[prefix] g' except it's done in other window. +Note that this function doesn't work on `begin/end', +`%#BEGIN/%#END' pairs because it is meaningless.  @@ -997,8 +1012,8 @@ `[prefix] 4^' ... visit main file in other buffer -in a sub text switch the buffer to the main text specified by `%#!' -notation. +in a sub text switch the buffer to the main text specified by +`%#!' notation.  @@ -1046,8 +1061,8 @@ * Menu: -* Changing LaTeX commands:: -* Killing LaTeX commands:: +* Changing LaTeX commands:: +* Killing LaTeX commands::  @@ -1130,9 +1145,9 @@ (setq YaTeX-item-regexp "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)") -in your `~/.emacs'. If you are not familiar with regular expression for -Emacs-Lisp, name a newcommand for `itemize' beginning with `\item' such as -`\itembf', not `\bfitem'. +in your `~/.emacs'. If you are not familiar with regular expression +for Emacs-Lisp, name a newcommand for `itemize' beginning with +`\item' such as `\itembf', not `\bfitem'. This function reformats the `\item' into `hang-indented' style. For example: @@ -1182,9 +1197,10 @@ A)dd R)eplace %)comment? -in the minibuffer. Type `a' if you want to add the current file name to -`\includeonly' list, `r' to replace \`includeonly' list with the current -file, and type `%' to comment out the `\includeonly' line. +in the minibuffer. Type `a' if you want to add the current file name +to `\includeonly' list, `r' to replace \`includeonly' list +with the current file, and type `%' to comment out the +`\includeonly' line.  @@ -1255,8 +1271,8 @@ If you want to apply these trick to other environments, `foo' environment for example, define the function named -`YaTeX-intelligent-newline-foo' to insert corresponding contents. That -function will be called at the beginning of the next line after the +`YaTeX-intelligent-newline-foo' to insert corresponding contents. +That function will be called at the beginning of the next line after the newline is inserted to the current line. Since the function `YaTeX-indent-line' is designed to indent the current line properly, calling this function before your code to insert certain contents must be @@ -1429,9 +1445,9 @@ * Menu: -* Lisp variables:: -* Add-in functions:: -* Add-in generator:: +* Lisp variables:: +* Add-in functions:: +* Add-in generator::  @@ -1455,10 +1471,10 @@ * Menu: -* All customizable variables:: -* Sample definitions:: -* Hook variables:: -* Hook file:: +* All customizable variables:: +* Sample definitions:: +* Hook variables:: +* Hook file::  @@ -1518,8 +1534,8 @@ -- Variable: YaTeX-on-the-fly-preview-interval Interval time in seconds of idle to trigger on-the-fly preview of - environment by `[prefix] t e'(0.9). `Nil' disables on-the-fly - preview. + 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 @@ -1590,8 +1606,8 @@ -- Variable: YaTeX-fill-inhibit-environments Inhibit fill in these environments (`'("tabular" "tabular*" "array" - "picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath" - "verbatim" "verbatim*")') + picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath" + verbatim" "verbatim*")') -- Variable: YaTeX-uncomment-once T for deleting all preceding `%' (`nil') @@ -1637,7 +1653,7 @@ `YaTeX-display-hierarchy' searches for sectioning command first, and comment line secondary as a file headings. In latter case, ignore lines that match with regular expression of this variable. Default value of - this variable is RCS header expressions and mode specifying line `-*- xxxx + this variable is RCS header expressions and mode specifying line `-*- xxxx -*'. -- Variable: YaTeX-skip-default-reader @@ -1691,8 +1707,8 @@ (`(featurep 'hilit19)' -- Variable: YaTeX-singlecmd-suffix - Suffix which is always inserted after maketitle-type macros. `"{}"' - is recommended. + Suffix which is always inserted after maketitle-type macros. + `"{}"' is recommended. -- Variable: YaTeX-package-alist-private Alist of LaTeX2e-package name vs. lists of macros in it. Set this @@ -1716,6 +1732,12 @@ Regexp of environment names that should begin with no indentation. All verbatime-like environment name should match with. + -- Variable: 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. + -- Variable: YaTeX-ref-default-label-string Default \\ref time string format. This format is like strftime(3) but allowed conversion char are as follows; %y -> Last 2 digit of @@ -1821,10 +1843,10 @@ * Menu: -* How the add-in function works:: -* How the function is called:: -* Useful functions for creating add-in:: -* Contribution:: +* How the add-in function works:: +* How the function is called:: +* Useful functions for creating add-in:: +* Contribution::  @@ -1882,14 +1904,15 @@ \frac{a/c} -Normally, the expression `a/c' is translated to `\frac{a}{c}'. An -enclosing add-in is useful for modifying `/' to `}{'. +Normally, the expression `a/c' is translated to +`\frac{a}{c}'. An enclosing add-in is useful for modifying +`/' to `}{'. * Menu: -* Defining option-add-in:: -* Defining argument-add-in:: -* Defining enclosing-add-in:: +* Defining option-add-in:: +* Defining argument-add-in:: +* Defining enclosing-add-in::  @@ -1930,7 +1953,7 @@ (defun YaTeX::newcommand (n) ;n is argument position (cond ((= n 1) ;1st argument is macro name - (read-string "Command: " "\\")) ;initial input `\' + (read-string "Command: " "\\")) ;initial input `\' ((= n 2) "") ;do nothing when reading arg#2 (t nil))) @@ -1958,7 +1981,7 @@ (while (search-forward "/" end t) (goto-char (match-beginning 0)) (if (y-or-n-p "Replace this slash(/) with `}{'") - (throw 'done (replace-match "}{"))) + (throw 'done (replace-match "}{"))) (goto-char (match-end 0))))) @@ -1993,9 +2016,10 @@ `[A]' Character list which can show up in the brackets `[D]' - Return the location specifier such as `[htb]'. When nothing is - entered, omit [] itself. If the possible characters are "htbp", call - this function as `(YaTeX:read-position "htbp")' + Return the location specifier such as `[htb]'. When + nothing is entered, omit [] itself. If the possible characters + are "htbp", call this function as + `(YaTeX:read-position "htbp")' `[F]' YaTeX:read-coordinates @@ -2003,9 +2027,9 @@ Base prompt, X-axis prompt, Y-axis prompt (each optional) `[D]' Read the coordinates with the prompt "BasePrompt X-axisPrompt:" for - X-axis, "BasePrompt Y-axisPrompt:" for Y-axis, and return it in the - form of "(X,Y)". The default prompts are `Dimension', `X', `Y' - respectively. + X-axis, "BasePrompt Y-axisPrompt:" for Y-axis, and return it in the form + of "(X,Y)". The default prompts are `Dimension', `X', + `Y' respectively. `[F]' YaTeX:check-completion-type @@ -2059,24 +2083,24 @@ The latter generator is invoked by the next sequence. `M-x YaTeX-generate-simple' This generator can make both "option add-in" and -"argument add-in" (*refer the section add-in functions* *Note How the +argument add-in" (*refer the section add-in functions* *Note How the add-in function works::), whereas `YaTeX-generate' cannot make "argument addin". For example, assume you have the LaTeX command as follows. - \epsinput[t](250,50){hoge.eps}{plain}{Picture of foo} - (A) (B) (1) (2) (3) - (A)Optional parameter to specify the position - One of t(top), b(bottom), l(left), r(right) - (B)Maximum size of frame - (1)1st argument is filename of EPS file - (2)2nd argument indicates - plain do nothing - frame make frame around image - dframe make double-frame around image - for included EPS file. - (3)Caption for the picture + \epsinput[t](250,50){hoge.eps}{plain}{Picture of foo} + (A) (B) (1) (2) (3) + (A)Optional parameter to specify the position + One of t(top), b(bottom), l(left), r(right) + (B)Maximum size of frame + (1)1st argument is filename of EPS file + (2)2nd argument indicates + plain do nothing + frame make frame around image + dframe make double-frame around image + for included EPS file. + (3)Caption for the picture Now get start with generation. Typing `M-x YaTeX-generate-simple' brings the prompt: @@ -2121,7 +2145,7 @@ are t, b, l, and r. To tell these information to generator, operate as follows. - Read type(1).... p + Read type(1).... p Acceptable characters: tblr RET (B) is coordinate. So its completion style is coOrd. We want a prompt @@ -2168,10 +2192,10 @@ Then all the candidates ready to be read. Type single RET after entering all. - Item[1](RET to exit): plain RET - Item[2](RET to exit): frame RET - Item[3](RET to exit): dframe RET - Item[4](RET to exit): RET + Item[1](RET to exit): plain RET + Item[2](RET to exit): frame RET + Item[3](RET to exit): dframe RET + Item[4](RET to exit): RET The following prompt asks whether the entered string must belong to candidates or not. In this case, since the argument must be one of @@ -2238,71 +2262,70 @@ HIROSE Yuuji -  Tag table: -Node: Top253 -Node: What is YaTeX?1594 -Node: Main features1967 -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 +Node: Top256 +Node: What is YaTeX?1583 +Node: Main features1956 +Node: Installation3500 +Node: Typesetting4277 +Node: Calling typesetter5389 +Node: Calling previewer7916 +Node: Printing out8277 +Node: %#notation8569 +Node: Changing typesetter8940 +Node: Splitting input files9304 +Node: Static region for typesetting10729 +Node: Lpr format11858 +Node: Controlling which command to invoke12888 +Node: Editing %# notation13845 +Node: Completion14389 +Node: Begin-type completion14904 +Node: Section-type completion17758 +Node: view-sectioning20179 +Node: Large-type completion21759 +Node: Maketitle-type completion22412 +Node: Arbitrary completion22964 +Node: End completion23354 +Node: Accent completion23823 +Node: Image completion24440 +Node: Greek letters completion26695 +Node: Inserting parentheses27451 +Node: Local dictionaries27858 +Node: Commenting out28795 +Node: Cursor jump30254 +Node: Jump to corresponding object30545 +Node: Invoking image processor31945 +Node: Jump to main file33288 +Node: Jumping around the environment33654 +Node: Jumping to last completion position34072 +Node: Changing and Deleting34581 +Node: Changing LaTeX commands34962 +Node: Killing LaTeX commands36139 +Node: Filling37324 +Node: Updation of includeonly39179 +Node: What column39976 +Node: Intelligent newline41061 +Node: Usepackage checker42714 +Node: Online help43305 +Node: Browsing file hierarchy44980 +Node: Cooperation with other packages46717 +Node: Customizations47422 +Node: Lisp variables47718 +Node: All customizable variables48677 +Node: Sample definitions60640 +Node: Hook variables61153 +Node: Hook file61857 +Node: Add-in functions62196 +Node: How the add-in function works63034 +Node: Defining option-add-in65220 +Node: Defining argument-add-in65942 +Node: Defining enclosing-add-in66823 +Node: How the function is called67679 +Node: Useful functions for creating add-in68355 +Node: Contribution69765 +Node: Add-in generator70039 +Node: Etcetera75499 +Node: Copying76104  End tag table diff -r 92bab72bf4de -r 510106cf15fb docs/yatexj --- a/docs/yatexj Sun Jul 12 10:05:40 2015 +0900 +++ b/docs/yatexj Sun Jul 12 10:06:47 2015 +0900 @@ -1,7 +1,7 @@ Info file: yatexj, -*-Text-*- produced by `texinfo-format-buffer' from file `yatexj.tex' -using `texinfmt.el' version 2.38 of 3 July 1998. +using `texinfmt.el' version 2.42 of 7 Jul 2006. START-INFO-DIR-ENTRY * YaTeX: (yatexj). Yet Another tex-mode for Emacs (Japanese). @@ -16,47 +16,44 @@ * Menu: -* 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:: +* Intro:: ͂߂ +* Terminology:: }jAQƏ̒ +* Main features:: ȋ@\ +* Installation:: CXg[ +* Invocation:: vZXN +* %#notation :: %#L@ +* Completion:: ⊮ +* Local dictionary:: [J +* Commenting out:: RgAEg +* Cursor jump:: J[\Wv +* Modifying/Deleting:: LaTeXR}h̕ύX/폜 +* Filling:: +* Includeonly:: includeonly +* What column:: JʒuKCh +* Intelligent newline:: ܂s +* Usepackage cheker:: usepackage +* Changing mode of YaTeX:: 쒹샂[hύX +* Online help:: LaTeXICwv +* Inclusion hierarchy browser:: t@CKw\̕\ +* Cooperation with other packages:: pbP[WƂ̘Ag +* Customizations:: JX^}CY +* Etc:: ̑ +* Copying:: 舵 +* Concept Index::  File: yatexj, Node: Intro, Next: Terminology, Prev: Top, Up: Top -ϸ -**************** - - ϢGNU Emacs LaTeX -θ pLaTeX -׻ȳ弢ί -Emacs Ը -Ԩ˹Ȧˢȥ䰡꽼ƭ -Ը޹ LaTeX -Ϊ -ں޹ +͂߂ +******** + + 쒹́AGNU Emacs LaTeX p̕쐬鎞 pLaTeX Ȃǂ̃^Cv +ZbgR}hAv[A̋N Emacs ҏWʒs悤 +ƋɁAg̍X̕⊮@\ɂ\[XeLXg̕ҏWx +܂B LaTeX R}h̃ICwvɂ}jA𒲂ׂ +Ԃy܂B English manual *Note Top: (yatexe)Top. @@ -64,357 +61,325 @@  File: yatexj, Node: Terminology, Next: Main features, Prev: Intro, Up: Top - -************************************************ - - ʼνѤ޹ - - * begin - - `\begin{ĭ} - \end{ĭ}'ȤLaTeXط޹ - beginϹbegin޹ - - * section - - `\section{}'`\mbox{}' - LaTeXط޹ - - * maketitle - - `\maketitle'`\tableofcontents'ʤLaTeX - ط޹ - - * large - - `{\large ...}' `{\tt ...}' - թ/ - ط޹ +{}jAQƏ̒ +************************ + + {}jAł͈ȉ̕\Lp܂B + + * begin^R}h + + `\begin{‹} ` \end{‹}'Ƃ`LaTeXR}hw܂B + begin^R}h⊮͂邱Ƃbegin^⊮ƌĂт܂B + + * section^R}h + + `\section{^Cg}'`\mbox{e}'̂悤ɈLaTeXR}h + w܂B + + * maketitle^R}h + + `\maketitle'`\tableofcontents'̂悤ɈȂLaTeXR} + hw܂B + + * large^R}h + + `{\large ...}' `{\tt ...}' ̂悤ȃtHg/TCYwqw + ܂B * `[prefix]' - Ρйգթ`C-c' - ƤǢѹƤʤ - `[prefix]' Ϣ`C-c' - ߹Ư + 쒹̋@\Ăяo߂̃vtBNXL[BftHgł`C-c' + 蓖ĂĂ̂ŁAɕύXĂȂꍇ{}jA + `[prefix]' Ƃ\ĹA`C-c' Ɠǂ݊ĂB  File: yatexj, Node: Main features, Next: Installation, Prev: Terminology, Up: Top -ʡ -**************** - - * ׻ÿ弢Ը̫ί(`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 - * \labelij⦺! refciteǫ޹ +ȋ@\ +******** + + * ^CvZb^v[AȂǂ̕ҏWʂ̋N(`C-c t') + * J[\ʒuɂȂŒ胊W̕^CvZbg + * \includeonlỹ^b`XV + * G[ӏւ̎Wv(`C-c '') + * `\begin{}, \end{}, \section...' Ȃǂ LaTeXR}h̕⊮ + (`C-c b', `C-c s', `C-c l', `C-c m') + * ɓ͂eLXg‹R}h̒Ɏ荞ފ⊮( + Wwɒʏ⊮L[) + * ZNV؂͎̕\AEgC\ + * ZNVR}ḧꊇVtg (*Note view-sectioning::) + * ⊮̊wK + * LaTeX ̊‹R}hɉKCht + * 쒹ɂȂKCht͊֐̎(`yatexgen.el') + * LaTeX R}h̍폜/ύX(`C-c k', `C-c c') + * t@CԁA`\begin'<->`\end'ԁA + `\ref'<->`\label'ԁA + `\cite'<->`\bibitem'Wv(`C-c g') + * ꊇRgAEg/ARgAEg(`C-c >', `C-c <', `C-c ,', + `C-c .') + * ANZgL/‹pR}h/MV͎̓x(`C-c a', + `;', `/') + * tabular/array‹̃JʒuKCh + * WI LaTeX R}h̃ICwv(`C-c ?', `C-c /') + * hLg̃CN[h\̎oI\ƃobt@؂ւ(`C-c + d') + * ⊮͂}NɉĕKv \userpackage Ă + userpackage + * \labelł‚Ƃ͂Y悤! refcite⊮͂Ŏ܂  File: yatexj, Node: Installation, Next: Invocation, Prev: Main features, Up: Top - -************ - -ο -======================================== - - ~/.emacs˼2è޹ +N@ +****** + +쒹N̂߂̐ݒ +==================== + + ~/.emacsɉ2ڂ܂B (setq auto-mode-alist (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) - emacs-lisp -ա֯ǣ load-path -è޹ ȨТ -`~/src/emacs/yatex'֯ǢТ +ɖ쒹 emacs-lisp t@CQufBNg load-path ɉ +BƂ΁A `~/src/emacs/yatex'ɒûł΁A (setq load-path (cons (expand-file-name "~/src/emacs/yatex") load-path)) -ȷ޹ - - ȥҬ .tex -ǢաԸȫ -ɵ޹˯ǭȭν -޹ - - -׻ÿ/弢ĭ -===================================================================== - - ѹعʼΧ鵷ѹ -޹ +ȂǂƂ܂B + + ȏ̐ݒɂAgq .tex łt@CҏWƎIɖ +[h܂B쒹ɋNłƂ̓[hC̕\ +uĂӁvɕς܂B + + +^CvZb^/v[A‹̐ݒ +=================================== + + pOvOɊւȉ̕ϐmFAKvȂ琳l +ύX܂B `tex-command' - ... 뿤׻ÿγɾ + ... N^CvZb^̃R}h `dvi2-command' - ... 弢γɾ + ... Nv[ÃR}h `NTT-jTeX' - ... +Ƣ׻֬Ʒ - ީt˹(ŤNTT-jTeXDz˽)ΪϢ - fillȭΪ%ù + ... s+CfgɂāA^CvZbg̎Ԃ󂢂 + ܂̂}ꍇtɂ(ÂNTT-jTeXŌɌ)B + Iɂ́AfillƂɊes̏I%t悤ɂȂB `YaTeX-kanji-code' - ...  + ... 쐬鎞̊R[h `dviprint-command-format' - ... ա + ... t@C̈ɎgR}h̏ `YaTeX-dvipdf-command' - ... DVIPDFѹ - -ѹϢ`~/.emacs'ƢȨ -(setq tex-command "pdflatex") -˷ƯȹɤĤϢ -*Note All customizable variables::ȷƯ + ... DVIPDFɕϊR}h + +ύXꍇ́A͂`~/.emacs'ɂāAƂ + (setq tex-command "pdflatex") +̂悤ɂĂBǂ̂悤ȒlZbgΗǂɂ‚ẮA +*Note All customizable variables::QƂĂB  File: yatexj, Node: Invocation, Next: %#notation, Prev: Installation, Up: Top -latexɯ -***************************** - -LaTeXԸ梡έplatex -ο׻ -(忤׻ÿ)弢ίǭ޹ +latexR}hN +***************** + +LaTeX\[X̕ҏWÃL[͂ɂAplatex Ȃǂ̃^CvZbgv +O(Ȍ^CvZb^ƌĂ)Av[AȂǂ̋Nł܂B `[prefix] t j' - ... ׻ÿ(platex) + ... ^CvZb^(platex)N `[prefix] t r' - ... ׻ÿ() + ... ^CvZb^N(̈w) `[prefix] t e' - ... ׻& - (ݤĭ޿׻ȷ - աй) + ... ^CvZbg&v[(|Cgʒu̒iA‹ + ͐[ĥ݂^CvZbgėׂ̃obt@ɑgŌʂ̉摜 + o) `[prefix] t k' - ... ο׻ÿ + ... 쒆̃^CvZb^̒~ `[prefix] t b' - ... jbibtex + ... jbibtexN `[prefix] t i' - ... makeindex + ... makeindexN `[prefix] t d' - ... ׻Ȱdvipdfmx + ... ^CvZbgdvipdfmxN `[prefix] t p' - ... 弢 + ... v[AN `[prefix] t l' - ... lpr(Ȣ)ɯ + ... lpr(vgAEgp)R}hN `[prefix] t s' - ... xdvi -remote ε + ... xdvi -remote ł̃T[` * Menu: -* Calling typesetter:: ׻ÿ -* Calling previewer:: 弢 -* Print out:: Ȣѳί +* Calling typesetter:: ^CvZb^N +* Calling previewer:: v[AN +* Print out:: vgAEgpR}h̋N  File: yatexj, Node: Calling typesetter, Next: Calling previewer, Prev: Invocation, Up: Invocation -׻ÿ -================================ - - ׻ÿ򯰹ȢԸɦ2ˬΦ -˿׻̬޹ϵûȢ׻ -աϫ˹޹ⷢǨ鼬 -ÿϿ׻ա(`C-x -o') ׻ÿ Ƥ ? -зƢ`x' -()بȬ -ǭ޹򤵹Ϣ +^CvZb^N +================ + + ^CvZb^NƁAҏWEBhE2‚ɕAЕ̃EB +hEɃ^CvZbgʂ\܂Bo͂郁bZ[WƘA^C +vZbgobt@͎IɃXN[܂BArŃG[N +Ď~܂Ă܂ꍇɂ̓^CvZbgobt@ɈڂA(`C-x o') ^Cv +Zb^̏oĂ ? vvgɑ΂āA`x' (̒f)Ȃǂ̎w +邱Ƃł܂BG[Cꍇ́A `[prefix] '' -`(prefix+ݹգ)' - ... Ψ鼯ظ - -Ϲꢿ׻ÿ򯸷Ȭǭ޹ -޿׻ÿϹ overfull hbox -Φ -Ƥ޹Ǣ `[prefix] '' -򡹳İΦ -˸׷Ƥ޹ - - ⷢԬÿϢ׻աǢ -νƤ˫ﻹڼ -LaTeX -˸׷޹ - - -迤׻ --------------------------------- - - ݤ޼֢ƭ -`%#BEGIN' `%#END'(*Note -%#notation::)ƿ׻ȹȬ -ǭ޹աա -ȷ޹ʤޯ -ˢȨ޹迤׻Ȧ -ޯ(`\begin{document}')֯ -˷Ƽաա΢ -ǣ`texput.tex'ȤϵǢ -շƯ - - -ĭ׻ --------------------------------- - - `[prefix] te' -Ȣݤĭ޿ -Ͻɴ΢ĭʱн -Ƣ迤׻з޹ -tabularĭǣƤΫῤ -ΧǭǹEmacsĽϢ -׻Φɦ˽޹޿ -ĭзϢĭθ񭹨˫ -򹷷޹(on-the-fly) -ʤ弢 -`texput.dvi' -򫤿˷ƪФΧǭǷ禣 - - 筵()թ200dpi(300dpi)ǹ -dpiѨLaTeXɳ -`%#PREVIEWDPI 150' -dpiƯ +`(prefix+A|XgtB)' + ... ÕG[sփWv + +͂邱ƂɂA^CvZb^G[𔭐sɈڂ邱Ƃł +܂B܂A^CvZb^̏o͂ overfull hbox Ȃǂ̃EH[jOs +ΉĂ܂̂ŁA `[prefix] '' ƂɂA‘ÕEH[ +jOsɃWvĂ܂B + + ACɂȂG[sꍇ́A^CvZbgobt@ŁAG[ +̕\ĂsɃJ[\킹Xy[XL[ LaTeX \[X +ΉsɃWv܂B + + +̈^CvZbg +---------------- + + |Cgƃ}[N̊ԁA邢̓eLXgɖߍ `%#BEGIN' +`%#END'̊Ԃ̗̈(*Note %#notation::)؂ă^CvZbg邱 +Ƃł܂B̏ꍇCt@C̃vAuꎞt@C̃v +AuƂĎg܂BăvAuɂȂ}N`̈ +ɂƃG[ɂȂ܂B̈^CvZbggꍇAK}N` +̓vAu(`\begin{document}'O)ɒu悤ɂĉBꎞt@ +C̓Ct@ĈfBNg`texput.tex'ƂOŏo͂ +̂ŁA㏑ɂ͒ӂĂB + + +‹^CvZbg +---------------- + + `[prefix] te' ƁA|Cgʒu̍ł̊‹A܂͐[ +h̏ꍇ͂̐[hŚA邢͊‹Ȃ΂̒iI +ɗ̈IāÄ^CvZbgĂяo܂Btabular‹␔[ +hŕGȂ̂Ăꍇ͊m߂mFł̂ŕ֗ +łBEmacs摜\”\ȏꍇ́A^CvZbǧʂ摜ė +̃EBhEɕ\܂B܂Å‹ŌĂяoꍇ́A‹ +xɎIɃvr[摜XV܂(on-the-flyv +[)B\Ȃꍇ̓v[A `texput.dvi'J܂ +ɂĂΏCƊmFfłł傤B + + 摜v[̏ꍇ̑傫(𑜓x)̓ftHg200dpi( +300dpi)łBdpiςꍇLaTeX\[X̂ǂ`%#PREVIEWDPI +150'̂悤dpilĂB  File: yatexj, Node: Calling previewer, Next: Print out, Prev: Calling typesetter, Up: Invocation -弢 -================================ - `[prefix] t p' -弢ίǭ޹ˢⷢ --remote -ĭxdviѷƤ `[prefix] -t s' -꫼θƽڼ򽨹˹˯ -xdvi˿޹ꢽԸο׻ -˫Ȭǭ޹ +v[AN +================ + `[prefix] t p' ɂv[A̋Nł܂BɁAȂ +A-remote @\‚xdvi𗘗pĂꍇ `[prefix] t s' +ƂɂJ[\ʒu̕Ẵy[W\悤ɂł +Nxdviɖ߂𑗂܂BɂAݕҏW̉ӏ̃^CvZb +gʂ𑦍Ɍ邱Ƃł܂B  File: yatexj, Node: Print out, Prev: Calling previewer, Up: Invocation -Ȣ -============================ - - `[prefix] t -l'ȢبȢϫ/ڼ -ƯǢ޹ʬϢ -universal-argument ı +vgAEg +============== + + `[prefix] t l'ăvgAEgwƁAo͊Jn/Iy[W +𕷂Ă̂ŁAꂼɓ܂Bȗ́A +universal-argument ‚A `C-u [prefix] t l' - ... ڼΧʬlpr - -˯Ư + ... y[WmFȗlprN + +̂悤ɋNĂB  File: yatexj, Node: %#notation, Next: Completion, Prev: Invocation, Up: Top -%# -********** - - ܸ`%#'ϸ뭼ǿ׻ÿ -ΩȬǭ޹ +%#L@ +****** + + {`%#'ł͂܂L[[h𖄂ߍނƂŃ^CvZb^N +邱Ƃł܂B * Menu: -* Changing typesetter:: ׻ѳѹ -* Splitting input files:: ա -* Fix region for typesetting:: -* lpr format:: Ȣȳթ -* Controlling which command to invoke:: ξίɩ -* Editing %# notation:: %#Ը +* Changing typesetter:: ^CvZbgpR}h̕ύX +* Splitting input files:: ̓t@C +* Fix region for typesetting:: ̈̌Œ +* lpr format:: vgAEgR}hptH[}bg +* Controlling which command to invoke:: ̑̋NR}h +* Editing %# notation:: %#L@̕ҏW  File: yatexj, Node: Changing typesetter, Next: Splitting input files, Prev: %#notation, Up: %#notation -׻ѳѹ -==================================================== - - Ѩܸˡ޹ +^CvZbgpR}hύX +========================== + + NR}hς͖{Ɏ̂悤ȍs܂B %#!jlatex-ntt -NTT jTeX ȢASCII jTeX -ȤǷ禣 +NTT jTeX ƁAASCII jTeX g悤ȏꍇɕ֗ł傤B  File: yatexj, Node: Splitting input files, Next: Fix region for typesetting, Prev: Changing typesetter, Up: %#notation -ա -================================ - -޿ա .tex -ƤǢ`main.tex' `sub.tex' - -`\include'ƤϢ`sub.tex'Τ -ˡ޹ +̓t@C +================ + +܂A͖ɕʃt@C .tex 쐬ĂꍇŁA`main.tex' +`sub.tex' `\include'Ă悤Ȏ́A`sub.tex'̔Cӂ̈ʒuɎ +悤ȍs𖄂ߍ݂܂B %#!platex main.tex -˳ɾʯϢ -shell ϹǡТghostview -弢Ȧ -ǹ +̗̂悤ɃR}hłȂꍇɂ́ASĂ̂܂ +shell ɓn̂Ŏ̂悤ɏ΁Aghostview Ȃǂv[AɎg +ɕ֗łB %#!platex main && dvi2ps main.dvi > main -ʪαʰաټ -ͼǢȾ޹(2`main') -˭ҷ`%f'աˢ -`%r' -աȥֹ޹ -`%f,%r'ѷ׻ˬա -޹ - - `[prefix] g' (*Note Cursor jump::) -աָˡաϡγ -շƼ - - 1. ǣƢ˵ա֯ǭ - ǣεǣֱʤ - 2. աǣա - include Ϣ - ѹѤƢ - `\include{chap1/sub}'˭ң - 3. աǣˢ⢵ա - %#!platex main.tex - ˭ҹ(../mainʤ) +ȂA̍s̍Ō̒P̃sIhȑOuCt@Cṽx[Xl[ +łƉ肵܂(2‚̏ꍇǂ`main')B̍sɋLqA +`%f'̓Ct@CɁA `%r' ̓Ct@C̊gq菜 +ɒu܂BA`%f,%r'𗘗pꍇA^CvZbgɕK +Ct@C̓͂𑣂܂B + + `[prefix] g' (*Note Cursor jump::Q) ł̃t@CԃWvL +@\邽߁A̓t@Cɂ͎̂ƂɒӂĉB + + 1. TufBNgāA̒ɃTut@CuƂ͂ł邪 + TufBNg̃TufBNgɂ͒uȂB + 2. Ct@CTufBNg̃t@C include 鎞ɂ́A + ΃pXwpāA + `\include{chap1/sub}'̂悤ɋLqB + 3. Ct@C̃fBNgɂꍇATut@Cɂ + %#!platex main.tex ̂悤ɋLq(../mainł͂Ȃ)B @@ -422,58 +387,51 @@  File: yatexj, Node: Fix region for typesetting, Next: lpr format, Prev: Splitting input files, Up: %#notation - -==================== - - `[prefix] tr' -ο׻Ϣȯʤ -`C-SPC'޼Ȣݤ()ʷ -ÿ׻ȷϢ +̈̌Œ +========== + + `[prefix] tr' ̗̈w̃^CvZbgł́AƂɎŵȂA +`C-SPC'Ń}[NʒuƁA|Cg(J[\ʒu)̊Ԃ̈Ƃ݂Ȃ܂ +AK܂̈^CvZbgꍇ́Ä̗ %#BEGIN - <Ϸ> + %#END -`%#BEGIN'`%#END'ߢ`%#BEGIN' -֤Ư꬧ȡ޹ - - - 1. ա`%#BEGIN'Ȥɬ - - - 1. `%#BEGIN'ա`%#END'Ȥɬī - - =>`%#BEGIN' 颽 `%#END' ΢ǣ - 2. `%#END' īʫÿ - =>աǣ - - 2. ա - `%#BEGIN' Ȥɬ - īʫÿ - =>޼(`C-SPC')ݤ() - - tabular -ĭƤϢ`\begin'ΰ - `%#BEGIN' `\end' Ρ -`%#END' ƪ -ʱƹȹȬǭ޹޿ -.tex ա `%#BEGIN' -ƪТϵǭ޹BEGINEND -÷Ͻռ +̂悤`%#BEGIN'`%#END'ň͂݁AJ[\u`%#BEGIN'ȍ~vɒuĂ +B̗̎̈挈K܂Ƃ߂Ǝ̂悤ɂȂ܂B + + + 1. J[\ʒuobt@̐擪`%#BEGIN'ƂL[[h + ꍇ + + 1. `%#BEGIN'obt@̖`%#END'ƂL[[h‚ + ꍇB + =>`%#BEGIN' A `%#END' ̂ʒu܂ŁB + 2. `%#END' ‚ȂꍇB + =>obt@̍Ō܂ŁB + + 2. J[\ʒuobt@̐擪 `%#BEGIN' ƂL[[h + ‚ȂꍇB + =>}[N(`C-SPC'ʒu)ƃ|Cg(J[\ʒu)̊Ԃ̗̈B + + tabular ‹xs낵Ă悤ȏꍇ́A`\begin'̑O̍s +`%#BEGIN' ƏA`\end' ̎̍s `%#END' ƏĂƊȒPɍ\ +ʂeXg邱Ƃł܂B܂A .tex t@Č㔼 +`%#BEGIN' Ă΁AO͖̕ł܂BBEGINEND̏ +Yɂ͏\ӉB  File: yatexj, Node: lpr format, Next: Controlling which command to invoke, Prev: Fix region for typesetting, Up: %#notation -lprթ -=========================== - - ޺ȢѳթĤ޹ -թϢ3 Lisp -ƽ޹ -թ dvi2ps -թ޹ +lprtH[}bg +=============== + + ܂AvgAEgpR}h̃tH[}bgɂ‚Đ܂BR +}htH[}bǵA3‚ Lisp ϐɂĕ\܂BftHg + dvi2ps p̃tH[}bgɐ܂B `(1)dviprint-command-format' `"dvi2ps %f %t %s | lpr"' @@ -484,118 +442,118 @@ `(3)dviprint-to-format' `"-t %e"' -ȢȹϢ(1) %s -ա֭%f -(2)Ƣ%t -(3)֭޹(2)θ -%b -ϫڼע(3)θ %e -Ϫڼ֭ -޹ⷢڼʤϢ%f, -%t ޹ - - ΢dviprint-command-format -ѨϢLaTeX -ƭΤˢ +ۂɃvgAEg鎞́A(1) %s t@CɒuA +%f (2)̓eA%t (3)̓eɒu܂B̍ۂ(2)̕ + %b ́uo͊Jny[WvA(3)̕񒆂 %e ́uo͏Iy[Wvɒu +܂BAy[Ww肵Ȃɂ́A%f, %t Ƃ +܂B + + ́Adviprint-command-format Վɕς́ALaTeX ̃\[Xe +LXg̔Cӂ̏ꏊɁA %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2 -ƼȢȹڼʤ -˹ +̂悤ɏĉBvgAEgy[W͈͂Ȃ +悤ɂ鎞 %#LPR dvi2ps %s | lpr -ȹ޻ +ȂǂƂ̂֗܂B  File: yatexj, Node: Controlling which command to invoke, Next: Editing %# notation, Prev: lpr format, Up: %#notation -ξίɩ -================================================ - -LaTeX آʼ %# -Ȭǭ޹ - +̑̋NR}h +======================== + +LaTeX Ɋ֘AR}h͈ȉ %# L@Ŏw肷邱Ƃł܂B + + `%#PREVIEW' + + ... Command line for DVI viewing ([prefix] t p) `%#BIBTEX' - - ... makeindexʦ([prefix] t b) + + ... makeindexsȂR}hC([prefix] t b) `%#MAKEINDEX' - - ... bibtexʦ([prefix] t i) + + ... bibtexsȂR}hC([prefix] t i) `%#DVIPDF' - - ... DVIPDFѹʦ([prefix] - t d) - -ԬέLaTeXƪТ -귿ǭ޹ + + ... DVIPDFϊsȂR}hC([prefix] t d) + `%#LPR' + + ... p̃R}hC([prefix] t l) + `%#PDFVIEW' + + ... PDFt@C邽߂̃R}hC + `%#IMAGEDPI' + + ... v[(on-the-fly preview)p̉摜DPI + +s̃L[[hŎn܂sLaTeX̐擪t߂ɏĂ΁A +Ŏw肵R}hNł܂B  File: yatexj, Node: Editing %# notation, Prev: Controlling which command to invoke, Up: %#notation -%#Ը -============================== - -`%#'歡Ը +%#L@̂̕ҏW +================ + +ȏ̂悤`%#'Ŏn܂e퐧L@ҏW邽߂ɂ `[prefix] %' - ... `%#'Ը - -޹ + ... `%#'L@ҏWj[ + +܂B !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR -Ȥ弬Ǣ`%#!'˳ѹ -`!'`%#LPR' lpr -թѨ`l' -귿 `%#BEGIN' `%#END' -꿤Ϣ -`b'޹`b'Ϣա֫Ƥ -`%#BEGIN', `%#END' ޹ +Ƃj[oė̂ŁA`%#!'ɑR}hύXɂ +`!'A`%#LPR' lpr tH[}bgς`l'A炩 +ߐݒ肵W `%#BEGIN' ` `%#END' Ŋ肽́A +`b'܂B`b'I񂾎ɂ́A܂Ńobt@ɒuĂ +`%#BEGIN', `%#END' Iɏ܂B  File: yatexj, Node: Completion, Next: Local dictionary, Prev: %#notation, Up: Top - -**************** - - LaTeX -ĭϢ䰡ѷƽϹ -ǭ޹ +⊮ +******** + + LaTeX ł̊‹Ȃǂ́A쒹̕⊮@\𗘗pĔ\Iɓ͂邱 +ł܂B * Menu: -* begin:: -* section:: -* large:: -* maketitle:: -* Arbitrary completion:: -* end:: -* Accent mark completion:: ȭ -* Image completion:: Ἰ -* Greek letter completion:: +* begin^⊮:: +* section^⊮:: +* large^⊮:: +* maketitle^⊮:: +* Arbitrary completion:: ⊮ +* end⊮:: +* Accent mark completion:: ANZgL⊮ +* Image completion:: LC[W⊮ +* Greek letter completion:: MV⊮ * Inserting parens::  -File: yatexj, Node: begin, Next: section, Prev: Completion, Up: Completion - -begin -================= - - `\begin{env}...\end{env}'begin -ֳ˷޹begin Ϣ +File: yatexj, Node: begin^⊮, Next: section^⊮, Prev: Completion, Up: Completion + +begin^⊮ +=========== + + `\begin{env}...\end{env}'̗lȌ`̓͂̕⊮begin^⊮ƌĂԂ +Ƃɂ܂Bbegin ^⊮́A `[prefix] b' - ... begin 䰫( `C-c b') - -޹Ѥ LaTeX -ĭϢ[prefix] `b' -˳1ϹǢ`\begin{xxx}...\end{xxx}' -޹ + ... begin ^⊮Jn(Wł `C-c b') + +Ŏn܂܂Bpɂɗp鎟 LaTeX ‹̕⊮́A[prefix] `b'ɑ +1͂邾ŁA`\begin{xxx}...\end{xxx}'܂B `[prefix] b c' ... `\begin{center}...\end{center}' @@ -632,399 +590,351 @@ `[prefix] b V' ... `\begin{verse}...\end{verse}' - ʰĭ Emacs -Ĥ䰡Ѥ -Ϸ޹(ĭʼĽ) + L̂̈ȊO̊‹ Emacs ̎ƒCN^ȕ⊮@\p +ē͂܂(L̊‹ȉ̕⊮͉”\)B `[prefix] b SPC' - ... begin - -`[prefix] b SPC' -ϹȢǼա + ... begin ^⊮ + +`[prefix] b SPC' Ɠ͂ƁAʼns̃~jobt@ Begin environment(default document): -Ƚ޹Ǣ꿼ߡȢƤ -թĭϵ޹ĭϹȢ -`\begin{ĭ} -\end{ĭ}'޹ -աĭϹȭˢĭάϷֹڼ򿿯Ȣ -׹ĭƼ˸߷碵ĭ䰵Ǣ -֬ʱ޹Ƽ˸߷ʤĭϷ漶 -Ƽп좵˽Ƽ򫰪ˢ漶(թ - `~/.yatexrc')ݸ޹ - -ˢĭϷϽĭǬѤ -޹(: -`itemize'ĭ˪`\item')쿨 -undoƼ - - -ƭĭ ------------------------------------------------------------- - - ȳǢƷÿïitemize -ĭ -ĸῤצȬ޹ȭϢ髸 -ĸῤ޼Ƣbegin -Ƴ `[prefix]' -Ρخ 'b' -ѨƯƼ(޿Ϣ -`C-u' universal argument -ıĽǹ) - - Т description -ĭ쿤ȭϢ -޼ƫ䰡зƯ(description -ĭ `[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' -޹ +ƕ\܂BŁAꂸɃ^[L[̂݉ƁAʓɏo +ĂftHg̊‹͂܂AKȊ‹͂ƁA +`\begin{‹} c \end{‹}'ɑ}܂B~jobt@ +‹͂ƂɁA‹̓͂uXy[XvƁA +v‹e[uɑ݂ꍇA‹ɕ⊮ +ŁA͂̎ԂȂ܂Be[uɑ݂Ȃ‹͂ +[Up̃e[uɓo^Aɂ̃e[uIɁA[U +(ftHgł `~/.yatexrc')ɕۑ܂B + +ɁÅ‹⊮͂ɂ͂̊‹ŕKpGg +}܂(: `itemize'‹ɂ`\item'Ȃ)B}ꂽG +gsvȏꍇɂundoɂďĉB + + +ɏeLXg‹Ŋ +------------------------------ + + ƂŁAŏɏĂ܂ubNォAitemize ‹̒ +ɕ‚߂ƎvƂ܂Â悤ȂƂ́A炩 +‚߂i}[NāAbegin ^⊮̊eR}h `[prefix]' +̎́w 'b'x w啶xɕςċNĉB(܂́A +`C-u' ɑłAuniversal argument ‚Ă”\ł) + + Ⴆ΂pOt description ‹̒ɓꂽƂ́Ãp +Ot}[NĂA⊮@\ĂяoĂ(description‹ +ꍇ `[prefix] b D')B + +Iꂽ̈܂B `transient-mark-mode' t +(Emacs̕W)ɂȂĂꍇ݂̂ŁAi +`transient-mark-mode' `nil' ɂĂꍇ́A +⊮L[O `universal-argument' w(`C-u') +^CvĂ `[prefix] b D' ȂǁA⊮L[ +^CvΊ⊮ɂȂ܂B +ȂEmacs22ȍ~ł `transient-mark-mode' +`set-mark-command' (`C-space')̘AłňꎞI +`transient-mark-mode' LɂȂ܂B  -File: yatexj, Node: section, Next: large, Prev: begin, Up: Completion - -section -=================== - - `\section{ܪ}' - section -ֳ ˷޹section -Ϣ +File: yatexj, Node: section^⊮, Next: large^⊮, Prev: begin^⊮, Up: Completion + +section^⊮ +============= + + `\section{ړI}' ̂悤Ȍ`̓͂̕⊮ section ^⊮ƌĂԂ +ɂ܂Bsection ^⊮́A `[prefix] s' - ... section - - -Է޹`[prefix] s' -Ϲաˢ + ... section ^⊮ + + +Ŏs܂B`[prefix] s' ͂ƃ~jobt@ɁA (C-v for view-section) \???{} (default documentclass): -ȤȬǢ -`section' LaTeX -ɾϷ޹꿼թͬ -۫`chapter'⤾Ϲڼ -䰡ǹ -ˢ{}򥹢 +ƂvvĝŁA `section' ̂悤 LaTeX R}h +͂܂Bł^[L[݂̂Ŋʓ̃ftHglI +قA`chapter'Ȃǂ̂悤ȕpx̍̓͂ɂ̓Xy[XL[ɂ +⊮@\LłB ɁA{}̒g̓͂𑣂A \section{???}: -ȤȬǢοϷ޹ -ȨТ +ƂvvĝŁAZNṼ^CgȂǂ͂܂B +Ƃ΁A (C-v for view-section) \???{} (default documentclass): section - \section{???}: ܪ - -ϷϢ - - \section{ܪ} - - + \section{???}: ړI + +̂悤ɓ͂ꍇ́A͒ + + \section{ړI} + +}A (C-v for view-section) \???{} (default section): vspace* \vspace*{???}: -{}ʬȭϢ +̂悤{}̒gȗƂ́A \vspace*{} -ϻϫܰ޹ +}As͂J[\͎Iɒʂ̓Ɉړ܂B * Menu: -* 2 section:: -* Enclose section-type command:: -* Recursive completion:: Ƣ -* view-sectioning:: ΢ -* label-generation:: 뫰 +* 2ˆȏ̈Ƃ section^R}h:: +* Enclose section-type command:: ⊮ +* Recursive completion:: ċA⊮ +* view-sectioning:: ZNV؂̃AEgC\ +* label-generation:: x  -File: yatexj, Node: 2 section, Next: Enclose section-type command, Prev: section, Up: section - -2 section ------------------------------------------------------------------ - - ȳǢ`\addtolength{\topmargin}{8mm}' -ˢ LaTeX -ɬ޹ʳϢ -section -зձƯ`addtolength' -ǢТ2޹ - - C-u 2 [prefix] s (޿ϢESC 2 [prefix] s) - - section з +File: yatexj, Node: 2ˆȏ̈Ƃ section^R}h, Next: Enclose section-type command, Prev: section^⊮, Up: section^⊮ + +2ˆȏ̈Ƃ section^R}h +------------------------------------- + + ƂŁA`\addtolength{\topmargin}{8mm}' Ȃǂ̂悤ɁAˆ + LaTeX R}h܂B̂悤ȃR}h̕⊮͂ɂ́A +section ^⊮ĂяoɈtĂBႦΏ`addtolength' +ł΁A2w肵܂B‚܂A + + C-u 2 [prefix] s (܂́AESC 2 [prefix] s) + + section ^⊮ĂяoA (Ctrl-v for view-section) \???{} (default vspace*): addtolength \addtolength{???}: \topmargin Argument 2: 8mm -ϷƯ -addtolength ȢǢ \topmargin -ڼϬĽǹ漶п - LaTeX -ϢجǢ -ƯƪТϢ -޹ѨϢ -`C-u' -Ѥ귾Ǣ˭򹷷 - +̂悤ɓ͂ĂBŏ addtolength ̕ƁAł +topmargin ͓̓͂RXy[Xɂ⊮͂”\łB[Uɓo +^ LaTeX R}hɂ́Ä̐wK̂ŁAŏ̕⊮ +̐w肵ċNĂ΁AȌ̕⊮ɂ́ALꂽ +𕷂ė悤ɂȂ܂BƂň̌ς́AĂ +`C-u' pȐw肵ƂŁAIɎ̈̌̕ +XV܂B  -File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2 section, Up: section - -ƭ ------------------------------------------------- - - ޿section䰡з˷ƪ -ƭ section -ȷ޹ - `transient-mark-mode' `nil' -˷Ƥ `C-u' -΢䰭׹Я޹ +File: yatexj, Node: Enclose section-type command, Next: Recursive completion, Prev: 2ˆȏ̈Ƃ section^R}h, Up: section^⊮ + +ɏeLXg +------------------------ + + ܂Asection^⊮@\̌Ăяoɗ̈IԂɂĂ +̈̃eLXg section ^R}h̑ƂĊ܂B +i `transient-mark-mode' `nil' ɂĂꍇ +`C-u' ̂Ƃɕ⊮L[^Cv΋IɊ⊮ɂȂ܂B  -File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section - -Ƣ ----------------- - - Ȥ޻section˵ -ѹȬǭ޹(section/large/maketitle)section -˹ LaTeX -ɬա -䰭ƢϹʨ޹ +File: yatexj, Node: Recursive completion, Next: view-sectioning, Prev: Enclose section-type command, Up: section^⊮ + +ċA⊮ +-------- + + xȎgɂȂ邩܂񂪁Asection^⊮͎̈̓ɂ +ɕ⊮͂𗘗p邱Ƃł܂(section/large/maketitle^Ɍ)B +section^R}ḧɍX LaTeX R}hꍇɂ̓~jobt@ +Ŗ쒹̕⊮L[ċAIɓ͂邱Ƃň̓͂IɍsȂ܂B  -File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section - -΢ --------------------------------------------------------------------- - - sectionա`C-v'Ƚ߸߹뻯 -ɴ `*Sectioning -Lines*'Ȥա -޹(<<--ĤƤԬ᤻) -ա`C-p', `C-n' `part', `chapter', ..., -`subparagraph' -γɬ˷強޹޿ -`C-v', `M-v' -Ȼա뷢 -`0'`7'Ȣλǽ -޹(ƫЬ޹) - -`*Sectioning Lines*'աϢ +File: yatexj, Node: view-sectioning, Next: label-generation, Prev: Recursive completion, Up: section^⊮ + +ZNV؂̃AEgC\ +---------------------------------- + + ʏsection^⊮̎Ƀ~jobt@`C-v'ƌݑ݂ZN +V؂R}hSĂ `*Sectioning Lines*'Ƃobt@Ɉꗗ\ +܂(u<<--v̂‚ĂsƂ߂ZNV؂)B̎~ +jobt@`C-p', `C-n' `part', `chapter', ..., +`subparagraph' ̃R}h_Kw̍ɂď㉺܂B܂A +`C-v', `M-v' ƃZNV؂ꗗobt@XN[A +`0'``7'Ƃ鍂ȏ̃ZNV؂肾Iŕ\܂( +ۂɂČΕ܂)B + +`*Sectioning Lines*'obt@́A `M-x YaTeX-section-overview' - ... ա - -Ȭǭ޹աǹڼȢ -뻯΢ܸ˸׷޹ˢ -ա `u' -Ȣƭ뻯ɬ -(: subsection section -)`d'ؼ -޹`*Sectioning -Lines*'աˢ뻯޼ -ƪ`U'뽼ƭλ -ɹƬ`D'ȼ޹ -աǭ뭼ʼά޹ + ... ZNV؂ꗗobt@𐶐 + +ō쐬邱Ƃł܂B̃obt@ICӂ̍sŃXy[X +ƁAYZNV؂̂{̏ꏊɃWv܂BɁA +obt@ `u' ƁA\[XeLXg̑ΉZNVR}h +Kwオ(: subsection section ɕς)A`d'ƈKw +܂B`*Sectioning Lines*'obt@ɂZNV؂̍s}[N +Ă`U'ƃŴ̂ɑΉ\[XeLXg̃ZNV +R}hׂĂKwオA`D'Ɖ܂BZNV؂ +ꗗobt@ŗpłL[R}hɂ͈ȉ̂̂܂B `SPC' - ... 뽼ظ + ... Ή\[XsփWv `.' - ... 뽼 + ... Ή\[Xs\ `u' - ... 뻯 + ... J[\ʒuɑΉZNVR}hKwグ `d' - ... 뻯ؼ + ... J[\ʒuɑΉZNVR}hKw `U' - ... ޼ + ... }[NZNVR}hKwグ `D' - ... ޼ -`06' - ... n - ʼλƽ + ... }[NZNVR}hKwグ +`0`6' + ... x n ȉ̃ZNVR}hBĕ\  -File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section - -뫰 ----------------------------- - - `\ref{}' `\cite{}' -ޯsection -Ƶ˷ƪǭ޹ -`\label{}'ıƪϢ޻ⷢТ -ȤʱнDz`\label{}'Ư޹ -ͨ˶ǹΫ -ı⿤ǹ˿ı뫢ıı -ȤϺ޷! +File: yatexj, Node: label-generation, Prev: view-sectioning, Up: section^⊮ + +x +-------------- + + `\ref{}' `\cite{}' }Nsection^⊮œꂽꍇQƐƂȂ蓾 +̂SĒTăj[ɂđIł܂BQƐɂ`\label{}' +ĂKv͂܂B΁ÃxgAȂ΂̏ +ŎQƐ`\label{}'点Ă܂Bxl̂͋ɂɊ +̂łBSẴJE^Ƀx‚̂ւłBx +ɉ‚邩Ax‚邩‚܂AȂǂƂƂ͖Y܂ +!  -File: yatexj, Node: large, Next: maketitle, Prev: section, Up: Completion - -large -================= - - `{\large }' large -ֳ˷޹ +File: yatexj, Node: large^⊮, Next: maketitle^⊮, Prev: section^⊮, Up: Completion + +large^⊮ +=========== + + `{\large }' ̂悤Ȍ`̕⊮ large ^⊮ƌĂԂƂɂ܂B `[prefix] l' - ... large 䰫 - -largeΫǹ`[prefix] l' -Ȣա + ... large ^⊮Jn + +large^⊮̊JnłB`[prefix] l' ƁA~jobt@ {\??? } (default large): -ȽǢȱϷƼ -ƤϢ`footnotesize' `huge' -ʸ -Ȣ`bf'`dg'թǹ - - -񤿸 ----------------------------------------- - - ޿beginȱ͢Ʒÿθθε -Ѩצ޹Ϣ筵Ѩ -޼ƫlargeǯ +ƕ\̂ŁAL̂̂Ɠv̂ŕ⊮͂ĉB⊮ +pӂĂ̂́A`footnotesize' `huge' ̂悤ȕTCYwqƁA +`bf'`dg'̂悤ȃtHgwqłB + + +ɏ +-------------------- + + ܂Abegin^⊮̎ƓlAɏĂ܂A͂̃̕̕TC +YςƎv܂Â悤Ȏ́ATCY傫ς +͈̔͂}[NĂlarge^⊮ĂłB  -File: yatexj, Node: maketitle, Next: Arbitrary completion, Prev: large, Up: Completion - -maketitle -===================== - - `\maketitle' maketitle -ֳ˷޹ +File: yatexj, Node: maketitle^⊮, Next: Arbitrary completion, Prev: large^⊮, Up: Completion + +maketitle^⊮ +=============== + + `\maketitle' ̌`̕⊮ maketitle ^⊮ƌĂԂƂɂ܂B `[prefix] m' - ... maketitle 䰫 - -Ǣmaketitle -Ϸ޹ϣÿ -LaTeX -γɾȷյƤ޹ + ... maketitle ^⊮Jn + +ŁAmaketitle ^⊮Jn܂B⊮̗v͍̂܂ł̂̂Ƃ܂ +łBLaTeX p̃R}h⊮ƂėpӂĂ܂B  -File: yatexj, Node: Arbitrary completion, Next: end, Prev: maketitle, Up: Completion - - -================ - - Ƣٿ LaTeX -Ѥˢ -ϷȷƤ LaTeX -Τ䰹 -ǭ޹LaTeX -(謬\)ϷƤǢ +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 `[prefix] SPC' - ... - -ϹТ׹ά쫼 -޹ + ... ⊮ + +͂΁ASĂ̕⊮̒v̂I΂J[\ʒu +}܂B  -File: yatexj, Node: end, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion - -end -=========== - - ߫ĭ򫰪ˡз`\end{ĭ}' -begin -ѤĭĸʤǹĤĤ -`\begin{ĭ}' -ƷޤᷤפȬ޹ -Ϥ˻ƸϷ +File: yatexj, Node: end⊮, Next: Accent mark completion, Prev: Arbitrary completion, Up: Completion + +end⊮ +======= + + ݊J܂܂̊‹IɌoA`\end{‹}'}܂B +begin ^⊮pΊ‹̕‚Y͂Ȃ̂łAɂ͂‚‚ +`\begin{‹}' Ă܂A߂v邱Ƃ܂B̂ +Ȏɂ͋Cɂĕ͂͂ `[prefix] e' - ... end - -ȹǢ߫Ƥĭ -\end{} ޹ + ... end ⊮ + +Ƃ邱ƂŁA݊JË \end{} ܂B  -File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end, Up: Completion - -ȭ -==================================== - - ΢ȭ(`\`{o}')ϹϢ +File: yatexj, Node: Accent mark completion, Next: Image completion, Prev: end⊮, Up: Completion + +ANZgL⊮ +================== + + ̃ANZgL(`\`{o}'Ȃ)͂鎞́A `[prefix] a' - ... ȭ - -Ȣա + ... ANZgL + +ƁA~jobt@ 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b -Ȥ弬Ǣ޿/ -ƼԸաˢ +Ƃj[oė̂ŁAA܂͑ΉL/p͂ĉ +BƕҏWobt@ɁA \`{} -좫{}ֹǢϹǢ +AJ[\{}ɈʒûŁAɈꕶ͂鎖ŁA \`{o} -좫{}ΰ޹ +AJ[\{}̊Oɖ߂܂B  File: yatexj, Node: Image completion, Next: Greek letter completion, Prev: Accent mark completion, Up: Completion -Ἰ -======================================== - - ѵέ˽뭼 -ǢLaTeX -ǭ޹ -޹ϫTeXĭˢ`;' -`:'ʡ޹ - - ƢТ(leftarrow)ASCIIǽ̪<- -˷޹ѷƢἸ -`\leftarrow'ϹϢ`;'(߳)ƫ`<-' -Ϸ޹ˢ-(long-leftarrow) -ASCIIǽ -<--ȹǢ`\longleftarrow'ϹϢ`;<--' -Ϸ޹ϵASCIIǽoo -˹ȫ`\infty' -ϹϢ`;oo'ȭϷ޹ - - ȡ޹ - - INPUT ϵ LaTeX +LC[W⊮ +==================== + + ɐ[hŎgpA⃰Ȃǂ̋L[Iɕ\L[ +ŁALaTeX R}h͂ł܂B͖쒹ǵu[hvł̂ +삵܂B쒹̓J[\TeX̐‹̒ɂ鎞`;'A +`:'ɓȋ@\܂B + + āAႦ΁A(leftarrow)ASCIIŕ\ꍇAʓIɂ +u<-v̂悤ɂ܂A𗘗pāALC[W̓[h +`\leftarrow'͂ɂ́A`;'(Z~R)łĂ`<-'Ɠ͂܂B +lɁA-(long-leftarrow) ASCIIŕ\ꍇu<--v +Ƃ̂ŁA`\longleftarrow'͂邽߂ɂ́A`;<--'Ɠ͂܂B +邢͖LASCIIŕ\鎞́uoov̂悤ɂ邱ƂA +`\infty' ͂鎞́A`;oo'ƃL[͂܂B + + ̑܂Ƃ߂Ǝ̂悤ɂȂ܂B + + INPUT ͂ LaTeX R}h ; < - `\leftarrow' ; < - - `\longleftarrow' ; < - - > `\longleftrightarrow' @@ -1033,1147 +943,1007 @@ - ⢤ἸƤǾάա -˽颽ǤἸơԸ -޻ - - ĭ`;'Ϲ`;;'˷޹Ἰ -TABȢϷ -ܪ LaTeX -ǫܰTAB򡹳 - LaTeX -ɬա޹ - - έέƤ뫴꿤Ϣ`;'򡷿 -TABƯʼϢ`;<'ȡTAB򡷿 -ǹ + ̏ꍇAC[W͂sĂrŖ]݂̂̂obt@ +\ꂽȂAŃC[W͂~߂Ď̕ҏWɈڂĂ\ +B + + ‹`;'g͂ɂ`;;'̂悤ɂ܂BC[W͂̓r +TABƁA܂œ͂Ŏn܂̈ꗗ\܂B +ŖړI LaTeX R}h܂ŃJ[\ړēxTABƂł +LaTeX R}hobt@ɑ}܂B + + ǂ̃L[͂ɂǂ̋LΉĂ邩SĒm肽́A`;' +TABĂBȉ̗́A`;<'ƉTAB̂ +B KEY LaTeX sequence sign - < \leq - << \ll - <- \leftarrow + < \leq + << \ll s + <- \leftarrow <= \Leftarrow <= -[ϭ][ LaTeX -][()ި] -弬ǢȦШƪɤǷ -ASCIIǽȬǢШ -乤ʤάǷ禫颽 -\maketitle -Ϲ뫢ʼƱ -ʭɤǷ禣 - - ϭ LaTeX -ɢͪ귿 -Emacs-Lisp `YaTeX-math-sign-alist-private' -Ư -թάȷѵ޹(private -)ʪνĤ -`yatexmth.el' ȷƯ +[̓L[]A[Ή LaTeX R}h]A[([)L}]AƂ +Ńj[oė̂ŁA悭ĝoĂƗǂł傤B +ɂĂASCIIŕ\邱ƂȂ̂ŁA܂o₷L[ +ł͂Ȃ̂ł傤Â悤ȏꍇ \maketitle ^⊮œ +͂邩AȉɏqׂΉ\̐ݒsĒPȃL[т̂̂ݒ肷 +Ɨǂł傤B + + ̓L[ LaTeX R}hAL̑Ή\lIɐݒ肵ꍇ +Emacs-Lisp ϐ `YaTeX-math-sign-alist-private' ɒ`ĂB +̓eƃftHĝ̂킹̂Ή\ƂĎgp܂ +(private̕D悳)BȂA̕ϐ̍\ɂ‚Ă +`yatexmth.el' QƂĂB  File: yatexj, Node: Greek letter completion, Next: Inserting parens, Prev: Image completion, Up: Completion - -================================ - - Ģĭ`:'Ȯ޹ -`:'򡷿`a'`\alpha'`g' - -`\gamma'ɢա޹ -;ÿǹ޺`:'ξ -TAB΢աήƤ뫴 - - - `;'`:'ĭǡƤ⫫麢Ἰ䰬 -ʤϢ`C-u ;' universal-argument -ıƭ򡹳 -ꢯˤἸȬǭ޹޿ -ĭ˺Է +MV⊮ +================ + + A‹`:'ƃMV̓[hɓ܂B +`:'`a'`\alpha'A`g' `\gamma'AȂǃA +t@xbgɑΉMV}܂B@;̐L +⊮Ƃ܂łB܂`:'̒TABĂǂ̃At@xbg +ɂǂ̃MVΉĂ邩ׂĂ݂ĂB + + `;'`:'𐔎‹ʼnĂɂ炸AC[W⊮ +ꍇ́A`C-u ;'̂悤 universal-argument ‚ăL[Ƃɂ +AIɃC[W⊮ɓ邱Ƃł܂B܂A̎ɂǂ̂悤 +ԂՋɎsAB  File: yatexj, Node: Inserting parens, Prev: Greek letter completion, Up: Completion - -======================== - - 3 () {} [] -Ϋȭĸ򫰪޹ -`\' ξ `[' -Ƥ򷨢 -޹ξ LaTeX -ޯ -˳޹̽1쿤ȭ -`C-q' Ϲ뫢`[prefix] w m' -ǤOFF˷Ư - - ƫ髭Ƚ޹ +ʓ͕⏕ +============ + + 3ނ銇 () {} [] ̊JʂꂽƂɕ‚ʂIɓ +܂B`\' ̒ɂ `[' ƍs𕪂ăCfg𑵂A +ɔ܂B̑ LaTeX ̃}NɉĊʂ̒ލ̎ꂽԂɓ +BJʂ̂̂1‚ꂽƂ `C-q' ŃNH[g͂邩A +`[prefix] w m' ŏC[hOFFɂĂB + + ̈IĂJʂƂ̗̈̎ނ̊ʂŊ܂B  File: yatexj, Node: Local dictionary, Next: Commenting out, Prev: Completion, Up: Top - -************************ - - ϰέ齮Ƥ޹ -`yatex.el'ָע漶ͪ -ݸ漶עϢǣ -߭ʳݸǹ - - ˷ˢαέ뫹 -޹ +[J +************ + + ⊮͗p͎̌Oނ̎\Ă܂B‚`yatex.el' +ɑgݍ܂ꂽuWvA‚̓[UlIɏpR}h +ۑu[UvAĂЂƂ‚͂fBNgł̂ݗL +ȃR}hۑu[JvłB + + ⊮͎ɐVPꂽꍇɁA̒Pǂ̎ɓ邩 +ė܂B `foo' is not in table. Register into: U)serDic L)ocalDic N)one D)iscard -Ȥз`u'漶`l' -򹷷`n'ȭաϹEmacs -÷߭ʱȷ`d'ȷʱج -޹ - - ⷢΡϤ麢漶ι -`~/.emacs'Ǣ +Ƃvvgɑ΂A`u'ƓƁu[UvA`l'Ɠƃ[ +JXVA`n'ƓƎt@C͍XV݂EmacsZbV +̂ݗLȒPƂA`d'ƓƐVȒPwKɎ̂Ă邱Ƃɂ +܂B + + A[J̋@\͂炸ASă[U̍XV݂̂ł悢ƌ +ꍇɂ`~/.emacs'ȂǂŁA (setq YaTeX-nervous nil) -ȷƼ +ƂĉB  File: yatexj, Node: Commenting out, Next: Cursor jump, Prev: Local dictionary, Up: Top -Ȣ -**************************** - - - LaTeXԸĭǹdzȢ -ꢳ򰷿귿Ȭ޹ +RgAEg +************** + + + LaTeX̕ҏWɂ͎s낪‚̂łB镔ꊇŃRgAEg +ARgO肵Ƃ܂B `[prefix] >' - ... % dzȢ + ... W % ŃRgAEg `[prefix] <' - ... % γ - -Ϣ髸귿з + ... W % ̃RgO + +́A炩ߐݒ肵Wɑ΂Ă̑A `[prefix] .' - ... Ȣ + ... ݂̃pOtRgAEg `[prefix] ,' - ... γ - -ϢֹմзǹʪǤ - (`mark-paragraph') -޼ط -޹(`ESC -h'ФɵƤ)ʪ`%'dz -ȢȵƤзƫַγѷ -ΰڷ޻կ - - Ƣзʯ`\begin', -`\end' -Ȣ򷿤ȭ޹ȭϢ -`\begin{}' `\end{}' -˫ﻢ + ... ݂̃pOt̃RgO + +́AJ[\̈ʒupOtŜɑ΂Ă̑łBȂAł +upOtv (`mark-paragraph') ֐ɂ}[N͈͂w +܂(Wݒ`ESC h'ɃoChĂ)BȂA`%'ŃRgA +EgĂpOtɑ΂ČJԂpOt̃Rggp +ꍇ͕̓ۏ؂܂̂Ō䒍ӂB + + āA͂ɑ΂ĂłȂAɂ`\begin', `\end' ̂ɑ +ĂRgAEg̑Ƃ܂B̂悤ȂƂ́A +`\begin{}' 邢 `\end{}' ̍sɃJ[\킹A `[prefix] >' - ... `\begin{}'`\end{}' - ƳȢ + ... `\begin{}'``\end{}' SăRgAEg `[prefix] <' - ... `\begin{}'`\end{}' - Ƴ - -ȹǢ`\begin\end'ĭзƳ + ... `\begin{}'``\end{}' SăRgO + +Ƃ邱ƂŁA`\begin`\end'ň͂܂‹SĂɑ΂ăRg삵A `[prefix] .' - ... `\begin{}' `\end{}' Ȣ + ... `\begin{}' `\end{}' RgAEg `[prefix] ,' - ... `\begin{}' `\end{}' γ - -Ϣ `\begin' `\end' -2 -޹ȢȷȷƢ޼귿˫ -ܰ`[preifx] >' ⫼ -`\begin{}' ˢ -`\begin{}'`\end{}'dzȡƷަ -շƼ + ... `\begin{}' `\end{}' ̃RgO + +́AΉ `\begin' `\end' 2sARg̑ΏۂƂ܂B +WRgAEg悤ƂāA}[Nݒ肵̂ɃJ[\ +ړ`[preifx] >' ĂJ[\ `\begin{}' ̏ɂ +`\begin{}'``\end{}'[hŃRg@\Ă܂̂Œӂĉ +B  File: yatexj, Node: Cursor jump, Next: Modifying/Deleting, Prev: Commenting out, Up: Top - -******************************** +J[\Wv +**************** * Menu: -* ָθ:: -* ļ믰:: -* աθ:: -* ĭȷ:: -* θ:: +* ΉIuWFNgւ̃Wv:: +* G`c[N:: +* Ct@Cւ̃Wv:: +* ‹PʂƂWv:: +* Ō̕⊮ʒuւ̃Wv::  -File: yatexj, Node: ָθ, Next: ļ믰, Prev: Cursor jump, Up: Cursor jump - -ָθ -======================================================== - - Τ +File: yatexj, Node: ΉIuWFNgւ̃Wv, Next: G`c[N, Prev: Cursor jump, Up: Cursor jump + +ΉIuWFNgւ̃Wv +============================ + + ̂낢ȏꏊ `[prefix] g' - ... ָ˸ - -򡹳ꢫLaTeX˸ -޹ظ߹ʼά޹ - - * `\begin{}' `\end{}' - * `%#BEGIN' `%#END' - * աޯ viewer/ļ믰 - * `\label{}' `\ref{}' - * `\include(\input)' ա - * `\bibitem{}' `\cite{}' - - `\begin{}' `\end{}' `[prefix] -g'򡹳 -`end/begin'˸׷޹ά -ʤϨ޹޿Ϣο -`%#BEGIN' `%#END' -ڢз˰޹ʪ`label/ref' -`cite/bibitem'άաˢϢա -묪Ƥʱ޻*Note -%#notation::. .tex ա -`\include{chap1}' ˫ﻢ -`[prefix] g' Ȣ`chap1.tex' -˸׷޹ - -޿ + ... ΉIuWFNgɃWv + +ƂɂAJ[\ʒuLaTeXR}hɑΉꏊɃWv +܂BΉ֌W݂Ɖ߂R}hɂ͈ȉ̂̂܂B + + * `\begin{}' `\end{}' + * `%#BEGIN' `%#END' + * 摜t@C̎荞݃}N Ήviewer/Gc[N + * `\label{}' `\ref{}' + * `\include(\input)' Ήt@C + * `\bibitem{}' `\cite{}' + + `\begin{}' `\end{}' ̍s`[prefix] g'Ƃ +AΉ`end/begin'̍sɃWv܂BΉ̂ +Ȃꍇ̓G[ɂȂ܂B܂́ÄŒ̂߂ `%#BEGIN' +`%#END' ̃yAɑ΂Ălɓ삵܂BȂA`label/ref' +`cite/bibitem'Ή̂ʃt@Cɂ鎞́AWvƂȂt@ +CI[vĂȂ΂Ȃ܂B*Note %#notation::. +C .tex t@C `\include{chap1}' ȂǂɃJ[\킹A +`[prefix] g' ƁA`chap1.tex' ɃWv܂B + +܂A `[prefix] 4 g' - ... ̦ɦָ˸ - -Ȣָθ̦ɦԤ޹ -Ρ `begin/end', `%#BEGIN/%#END' -θз -(գʤ)ʤշƯ + ... ʃEBhEőΉIuWFNgɃWv + +ƁAΉIuWFNgւ̃WvʃEBhEōs܂B +A̋@\ `begin/end', `%#BEGIN/%#END' Ԃ̃Wvɑ΂Ă( +ȂƎv̂)@\Ȃ̂ŒӂĂB  -File: yatexj, Node: ļ믰, Next: աθ, Prev: ָθ, Up: Cursor jump - -ļ믰 -==================================== - -աޯϢ -`\epsfile{file=foo}' -ި߳γǢ -`[prefix] -g'Ƚաεÿա -모ļ򯰷ƪ޹ļν -ʼʵ޹ - - 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 -ǼޯȢա -˫麢աõ -йȬǭ޹ +File: yatexj, Node: G`c[N, Next: Ct@Cւ̃Wv, Prev: ΉIuWFNgւ̃Wv, Up: Cursor jump + +G`c[N +================== + +Ĺu摜t@C̎荞݃}NvƂ́AႦ +`\epsfile{file=foo}' ̂悤ȑ}G荞݃R}ĥƂŁA̍sɃJ[ +\킹`[prefix] g'Ƃ̉摜t@ČƂȂt@C +Ή邨G`c[NăI[v܂BNc[̔ +͈ȉ̂悤ɂȂ܂B + + 1. Jgsϐ `YaTeX-processed-file-regexp-alist' ɒ` + 鐳K\̂ꂩƃ}b`At@Cɑ镔 + (\\)甲oĊoĂ(Ԗڂ\\(\\)͕ϐ̊eXg + cdr ɓĂ)B}b`ȂΉȂB + 2. sɁAϐ `YaTeX-file-processor-alist' ɓo^ĂR}h + u%R}hv ̂悤ɏĂ΋IɁuR}h t@C + .gqvNB + 3. Ȃ΁Aϐ `YaTeX-file-processor-alist' ̊eXgcdrɓ + Ăgqut@Cv̌ɑt@C݂邩 + ׂāA݂ꍇcarɓĂR}hNB + 4. ȏǂꂩɃ}b`Ȃ΂߂B + + +ϐ `YaTeX-file-processor-alist' ƕϐ `YaTeX-file-processor-alist' +̐ݒ@ɂ‚Ă͂ꂼ̕ϐɂ‚ describe-variable Đ +ǂʼnB܂ݒ肷ƁA摜t@Cɂ炸ACӂ̌`̃t@ +CCӂ̃vZbTŏR}hȒPɌĂяoƂł܂B  -File: yatexj, Node: աθ, Next: ĭȷ, Prev: ļ믰, Up: Cursor jump - -աθ -==================================================== - -`chap1.tex'ʵաǢ +File: yatexj, Node: Ct@Cւ̃Wv, Next: ‹PʂƂWv, Prev: G`c[N, Up: Cursor jump + +Ct@Cւ̃Wv +========================== + +`chap1.tex'̂悤ȃTut@CŁA `[prefix] ^' - ... ա˸ + ... Ct@CɃWv `[prefix] 4 ^' - ... ̦ɦա˸ - -ȢաԸաب޹ⷢա -ƤʤϢǣ鵷ƫ˪ -޹ + ... ʃEBhEŃCt@CɃWv + +ƁACt@C̕ҏWobt@ɐؑւ܂BACt@C +I[vĂȂꍇ́AJgfBNgTĎIɃI[ +v܂B  -File: yatexj, Node: ĭȷ, Next: θ, Prev: աθ, Up: Cursor jump - -ĭȷ -================================================ - -˽ĭȷơʼά޹ +File: yatexj, Node: ‹PʂƂWv, Next: Ō̕⊮ʒuւ̃Wv, Prev: Ct@Cւ̃Wv, Up: Cursor jump + +‹PʂƂWv +======================== + +Ɍ݂̊‹PʂƂċ@\R}hɈȉ̂̂܂B `M-C-a' - ... ĭ(`\begin')ظ + ... ‹̐擪(`\begin')փWv `M-C-e' - ... ĭ(`\end')ظ + ... ‹̖(`\end')փWv `M-C-@' - ... ĭ޼ - -γ`[prefix]'ʯ`META'գ -ȷơǴռ + ... ‹Ŝ}[N + +L̃R}h͒ʏ`[prefix]'L[ł͂Ȃ`META'L[vtBNX +ċ@\̂łӉB  -File: yatexj, Node: θ, Prev: ĭȷ, Up: Cursor jump - -θ -==================================================== - -Ϸ츹 -`3'ݸƤ޹ -ǡաΡÿȷ -`C-x j -3'(`jump-to-register')ƾ -Ȭǭ޹ +File: yatexj, Node: Ō̕⊮ʒuւ̃Wv, Prev: ‹PʂƂWv, Up: Cursor jump + +Ō̕⊮ʒuւ̃Wv +========================== + +쒹͕⊮͂ʒuɃWX^ `3'ɕۑĂ܂B͓rŔ@ +Ȃt@C̔@ȂʒuɍsƂĂA`C-x j +3'(`jump-to-register')gĒɍŌ̕⊮͈ʒuɖ߂邱Ƃł +܂B  File: yatexj, Node: Modifying/Deleting, Next: Filling, Prev: Cursor jump, Up: Top -ѹ/ -***************** - - ϵƤ LaTeX -ѹ/οʼΡ -Ƥ޹ +ύX/폜 +********* + + ɓ͂Ă LaTeX R}h̕ύX/폜̂߂Ɉȉ̋@\p +Ă܂B `[prefix] c' - ... LaTeX - ѹ + ... J[\ʒu LaTeX R}h̕ύX `[prefix] k' - ... LaTeX - - - -γϢ򯰹ưշ -Ƽ + ... J[\ʒu LaTeX R}h̍폜 + + +̃R}h́AR}hNꏊɂē肷̂Œ +ӂĉB * Menu: -* Changing LaTeX command:: LaTeX ѹ -* Killing LaTeX command:: LaTeX +* Changing LaTeX command:: LaTeX R}h̕ύX +* Killing LaTeX command:: LaTeX R}h̍폜  File: yatexj, Node: Changing LaTeX command, Next: Killing LaTeX command, Prev: Modifying/Deleting, Up: Modifying/Deleting -LaTeX ѹ -================================== - -ѹ LaTeX -˫ `[prefix] c' -ȽγѤѨȬǭ޹ -`[prefix] c' -ѹǭʼά޹ - - * `begin/end' ĭ - * sectionγɾ - * section - * sectionΪ׷Ἷ([]) - * large - * (ἸĽ)maketitle - - Ѩsection -LaTeX Ϣ - `[prefix] c' -򡹳γѹ -ݽȬǭ޹ +LaTeX R}h̕ύX +==================== + +ύX LaTeX R}hɃJ[\킹 `[prefix] c' +Ƃ̃R}h⊮͂ȂǂpĎyɕς邱Ƃł܂B +`[prefix] c' ŕύXłR}hɂ͈ȉ̂̂܂B + + * `begin/end' ̊‹ + * section^R}h̃R}h + * section^R}ḧ + * section^R}h̃IvVp[^([]ň͂܂ꂽ) + * large^R}h + * (C[W⊮œ͉”\)[hpmaketitle^R}h + + ςsection^R}ḧ LaTeX R}h܂ޏꍇ́A +̈͂ޒʂ̏ `[prefix] c' ƂŒ̃R}hύX +Ώ۔肩珜O邱Ƃł܂B  File: yatexj, Node: Killing LaTeX command, Prev: Changing LaTeX command, Up: Modifying/Deleting -LaTeX -================================== - -`[prefix] k' ϯ -ʰԤ޹ - - - - \begin, \end `\begin\end'ڢ - %#BEGIN, %#END %#BEGIN,%#ENDڢ - section() section - թ թ - ʹ - - -`\begin, \end' `%#BEGIN, %#END' - `\begin, \end' `%#BEGIN, %#END' -θ߹ -Ǣ -`\begin' -ʤշƯ -ϹܸϦ˯޹ -universal-argument (`C-u') ÿ`[prefix] -k'׹Ȣ -޹ʼ˷ -Ƽ - - ƭ: [prefix] k C-u [prefix] k - ܸ\footnote{}ǹ ܸǹ ܸǹ - () +LaTeX R}h̍폜 +==================== + +`[prefix] k' ͋Nʒuɂ莟̂悤ȓs܂B + + + Nʒu + \begin, \end̍s `\begin\end'yA̍폜 + %#BEGIN, %#END ̍s %#BEGIN,%#ENDyA̍폜 + section^R}h̏() section^R}h̍폜 + tHgw芇ʂ̏ tHgw̍폜 + ʂ̏ ΂Ȃʂ̍폜 + + +`\begin, \end' `%#BEGIN, %#END' 폜ꍇA`\begin, \end' + `%#BEGIN, %#END' ݂̑s͂܂邲ƍ폜̂ŁÄs + `\begin' ȂǂˆȏA˂ďȂ悤ɒӂĂBL +ׂ̂͂Ė{͂uev폜悤ɓ܂A +universal-argument (`C-u') ł`[prefix] k'^CvƁA +́uevɊ܂܂ugvCɍ폜܂Bȉ̗Qlɂ +ĉB + + ̃eLXg: [prefix] k C-u [prefix] k + {\footnote{r}łB {rłB {łB + (J[\ʒu)  File: yatexj, Node: Filling, Next: Includeonly, Prev: Modifying/Deleting, Up: Top -巨 -************ - - -item巨 -==================== - - itemize -ĭˢ`\item'()ˢ -巨Ϣ + +****** + + +item̌ +============ + + itemize ‹ɂ`\item'̍()sɓnꍇɁAڂ̐ +ꍇɂ́A `M-q' - ... 巨 - -Ƣ item -Τμ fill -޹ʪŤ NTT jTeX -ѷƤϢLisp -`NTT-jTeX'`t'˻ ȷƼ - - ȭ`YaTeX-item-regexp'( -`"\\\\item"') -εȷơѷ޹itemize -ĭǢȫγ -Ƥ(`\underlineitem')Ϣ -`~/.emacs' ǡƼ + ... + +ɂāA item ̃Cfg̐[ɉ fill ܂BȂA +NTT jTeX gpĂꍇɂ́ALisp ϐ`NTT-jTeX'`t'ɃZbg +B + + ̂ƂAϐ`YaTeX-item-regexp'̒l(Wł `"\\\\item"') +ڎwR}h̐K\ƂČɎgp܂Bitemize ‹ŁAƎ̃R +}h`čڂ񋓂Ăꍇ(Ⴆ`\underlineitem')́A +`~/.emacs' Ŏ̂悤Ɏw肵ĉB (setq YaTeX-item-regexp "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)") -诬ʤϢȫξ -``"\item"'˷Ƽ("\itembf"') - - `M-q' `\item' -ĭʼ -׷޹ - - itemize, enumerateĭ: - >\item[۲۲] Ϣգʤ `foo' Ǣ - > ⤨۲۲ - > ǹ - descriptionĭ: - > \item[] ۲۲ǿᬱȷÿˢ - > 2ǿʱȷ׬Ȭ - > ǹ - - -巨 -==================================== - - itemizeĭʰ巨(fill)Ϣܪ˾ȱ -ˡ޹verbatimĭtabularĭ巨 -ĭϡ޻޿\verb -Ƣ -Ԭ޻( `YaTeX-verb-regexp' -ǩ) )ˢ -μѨƢϢΤ`M-q' - fill-prefix -ѹʯ巨ǭ޹ +̕ϐ̎w̎d悭Ȃꍇ́AƎ̍ڗ񋓃R}h̖O +``"\item"'Ŏn܂̂ɂĉ(Ⴆ"\itembf"')B + +쒹 `M-q' ł `\item' ‹ɉĈȉ̂悤ɁunOCfgv +܂B + + itemize, enumerate‹: + >\item[قق] pł́AɈӖ̂ȂP `foo' ł킵 + > A̓{łƂPꂪuققv + > łB + description‹: + > \item[ււ] uققvł߂PƂĎgɁA + > 2̂ł߂ȒPƂāuււvg邱Ƃ + > 悤łB + + +pOť +================== + + itemize‹ȊOł̃pOť(fill)́A{Iɑ̃[hƓ +悤ɋ@\܂Averbatim‹Atabular‹ȂnjƔߎS +ȏ󋵂ɂȂ悤Ȋ‹ł͋@\܂B܂A\verb ŊĂ +͌čs܂(ϐ `YaTeX-verb-regexp' Ő) )BɁA +IɃCfg̐[ςĂӏł́ÃCfg̐擪 +`M-q'Ƃɂ fill-prefix ύXȂČł +B  File: yatexj, Node: Includeonly, Next: What column, Prev: Filling, Up: Top -includeonly -*********************** - - աƸϷƤϢա - - \includeonly{Ըա} - -ƪǢ׻ǭ޹Ⱦ -ա꾷 - - \includeonly{꾷ա} - - -񭾵ʱ֬޹ϽԸƤա -ա`\includeonly'ʤϫ˳з -بĮ޹ +includeonly +***************** + + t@C𕪊ĕ͂͂Ă鎞ɂ́ACt@C + + \includeonly{ݕҏW̃t@C} + +̂悤ɏĂƂŁA^CvZbg̎Ԃߖł܂A +̃t@C蒼ɂ + + \includeonly{Ǝ蒼t@C} + + +ƏȂ΂Ȃ炸Ԃ܂B쒹ł͌ݕҏWĂt@ +CCt@C`\includeonly'ɂȂꍇɂ͎Iɂo +A̎w‚܂B A)dd R)eplace %)comment? -Ըա `\includeonly' -è`a' -Ըա -`\includeonly' ˷`r' `\includeonly' -ȢȷƵϢ`%' -졷Ƽ +ݕҏW̃t@C `\includeonly' ̃Xgɉɂ`a'A +ݕҏW̃t@C `\includeonly' ɂ`r'A +`\includeonly' ̍sRgAEgĖɂ́A`%'ꂼ +ꉟĉB  File: yatexj, Node: What column, Next: Intelligent newline, Prev: Includeonly, Up: Top -ɳ? -********************* - - ο tabular -򿯵ƤȼǢ -ɳΫʯƷަȬ޹Т - tabular ˪Ƣ +͂ǂ? +*********** + + ڐ̑ tabular Ȃǂ񏑂ĂƉ̍̕sŁA܏ +Ă錅ǂɑΉ̂킩ȂȂĂ܂Ƃ܂BႦ +΁Aȉ̂悤 tabular ɂāA \begin{tabular}{|c|c|c|c|c|c|c|c|}\hline - &&&&&FAX&&\\ \hline - & 6 & 223 & & xxx-yyy & - zzz-www & & 9876-54321 \\ - Ȯ & 2 & \multicolumn{2}{c|}{ʤ} + &&&Z&db&FAX&AȐ&AȐdb\\ \hline + Y & 6 & 223 & ls`kg & xxx-yyy & + zzz-www & gK & 9876-54321 \\ + gm & 2 & \multicolumn{2}{c|}{Ȃ} &&&(???) \\ \hline \end{tabular} -(???)Ϋ˽ǹǷ禣Ϣ +(???)̕ǂ̍ڂȂ̂ɔf͓̂ł傤BȎ́A `[prefix] &' - ... Ϋཨ - -ȫΫ˺ա˽ -tabular/arrayĭ1ܾʷ -ܾȷ򽨷߷ϢԬ`%'˷ -߼ƪɤǷ禣 + ... ݂̃J\ + +ƃJ[\ʒũJǂ̍ڂɊY邩~jobt@ɕ\ +܂Btabular/array‹̑1sڂږ̕тƂ݂ȂđΉ +T܂BږƂĕʂ̂̂\ė~ꍇ́As`%' +ă_~[̍ڕтĂƗǂł傤B  File: yatexj, Node: Intelligent newline, Next: Usepackage cheker, Prev: What column, Up: Top -ޫ -************************ - - tabular[*], array, itemize, enumerate, tabbing -ĭbeginϷ -޿ĭ +܂s +************ + + tabular[*], array, itemize, enumerate, tabbing ‹begin^⊮œ +͂A܂͊e‹ `ESC RET' - ... ޫ - - -ȢĭԨ޹(begin˫ -쿨 undo -ǭ޹)Т -tabularĭϢĭΫ -`&' è `\\' -޹ʰ `\hline' -нձ -è޹ĭȽƫϹʼ޹ + ... ܂s + + +ƁÅ‹ɉsGg̍sɑ}܂(begin^⊮ +Ɏ}ꂽGgsvȏꍇ undo ɂďł܂)BႦ +΁Atabular‹ł́Å‹̃JɑΉ `&' ɉAs + `\\' ܂B̎ȑO `\hline' ΂t +܂B‹ƂɉĎ͂̂̑Ή͈ȉ̂悤ɂȂ܂B * `tabular', `tabular*', `array' - -1 `&' - `\\' `\hline' + J-1 `&' `\\'BKvɉ `\hline' * `tabbing' - Ƥ `\=' - ȱ `\>' + sڂŒ`Ă `\=' Ɠ `\>'B * `itemize', `enumerate', `description', `list' - `\item' ޿ `item[]' - - tabular -ĭˢܡĭ˷ư -Ǣٯй˷Ư - - ⷢξĭ -`foo'з`ޫ' -Ϣ`YaTeX-intelligent-newline-foo' -Ȥ -޹ϢԬ - `YaTeX-indent-line' -Ƚĭ͹ -ȵǢǫ鿫ʳ -Ƿ禣`yatexenv.el' -`YaTeX-intelligent-newline-itemize' -˷Ư + `\item' ܂ `item[]' + + tabular ‹̗̂悤ɁA{@\͊e‹̈sڂ̓eQlɂē +삷̂ŁAȂׂsڈȍ~ŌĂяo悤ɂĂB + + Ȃ̊‹AႦ `foo'Aɑ΂`܂s'𓮍 +́A`YaTeX-intelligent-newline-foo' ƂO̊֐` +܂B`֐́A݂̍sɉs}̍s̈ʒuŌĂ΂ +B֐ `YaTeX-indent-line' ĂԂƌ݂̊‹̃lXgɉ[ +CfĝŁAĂł牽}悤ȃR[hƂ +ł傤B`yatexenv.el'̊֐ +`YaTeX-intelligent-newline-itemize' ̒`ȂǂQlɂĂB  File: yatexj, Node: Usepackage cheker, Next: Changing mode of YaTeX, Prev: Intelligent newline, Up: Top -usepackage -********************** - - beginsectionmaketitleLaTeX2eޯϹȢ -ޯ˰ñȹ碽ñ -ܸ `\usepackage{}' -Ƥɦ򴺷ⷷƤʱ -ñ˷ -`\usepackage' (Χ)޹ - - ΡϢñȽƤޯ -alist `YaTeX-package-alist-private' -ƪ ׬޹ +usepackage +**************** + + begin^Asection^Amaketitle^AꂩLaTeX2e}N⊮͂ +ƁÃ}N̗pɊOpbP[WKvƂꍇÃpbP[W +{ `\usepackage{}' Ă邩ǂ𒲍AĂȂ +vAuɑΉpbP[Wɂ `\usepackage' (mF +)}܂B + + ̋@\߂ɂ́ApbP[WƂ̒Œ`Ă} +NQalisť`ŕϐ `YaTeX-package-alist-private' ɐݒ肵Ă +Kv܂B  File: yatexj, Node: Changing mode of YaTeX, Next: Online help, Prev: Usepackage cheker, Up: Top -ΰب -************************************************ +쒹̓샂[h؂ւ +************************ `[prefix] w' - ... ب - -ΰʼب޹ - - * - * - -Ϣ뷢ONϫ -ϫꢤOFFϫ -ĸϷ޹թ()*OFF*ǹ - - Ϣ `YaTeX-auto-math-mode' -`nil' -߭Ǣȭ`;'`:'򡷿(*Note -Image completion::)ˢ -ʤἸ򡽵뫢έȷơ -ب޹٤޷`YaTeX-auto-math-mode' -`nil'˻ȷبɤǷ禣 + ... 쒹샂[h؂ւj[ + +Ŗ쒹g̓肷ȉ̃[h؂ւ܂B + + * C[h + * 쒹[h + +C[h́AJʓ͎̏Rg[AC[hON̎ +Jʂ̓͂͊Jʂ݂̂̓͂ɂȂAC[hOFF̎͊Jʂ +͂ŕ‚ʂ܂œ͂܂BftHg(N)̐ݒ*OFF*łB + + 쒹[h́Aϐ `YaTeX-auto-math-mode' `nil' ̎ +ݗLŁÂƂ`;'`:'(*Note Image completion::Q)ɁA +ǂ̂悤ȃC[W⊮@\邩Aʏ̃L[Ƃċ@\邩蓮 +؂ւ܂B肪x}Vł`YaTeX-auto-math-mode' +`nil'ɃZbgA쒹[h蓮Ő؂ւƗǂł傤B  File: yatexj, Node: Online help, Next: Inclusion hierarchy browser, Prev: Changing mode of YaTeX, Up: Top - -******************************** - - Ȫȹ LaTeX -ѡ诬ʤϢ -ҭ޷禣ع뭼ʼά޹ +ICwv +**************** + + gƂ LaTeX R}h̗p@悭Ȃ́AICw +vЂ܂傤BwvɊւL[ɂ͈ȉ̂̂܂B `[prefix] ?' - ... + ... ICwv `[prefix] /' - ... apropos - - - -================================ - - ֪Ϣ̪ LaTeX -(թǫ -γ)йա˽޹ȵ -աְټଢ -ꢰ LaTeX -θաǢ -`YaTeX-help-file'޹ա( -թ`$EMACSEXECPATH')֫좯⬽ǭ -ߢ٭ǹϢⷯͪ -عƤաǢ -`YaTeX-help-file-private'޹漶ۼǣ -μ֫޹ - - -apropos -=========================== - - ֪apropos GNU Emacs apropos -ȱ͢漶귿 -ܹա˽޹ - - ⷢȷLaTeXйա˫ -ʫÿϢƯǢĽǢв -ƽγϷƯⷢ˫ʳ -ймǽ꼵 -פ޹ + ... ICapropos + + +ICwv +================ + + uICwvv́AʓI LaTeX R}h(ftHgŃJ[\ +ʒũR}h)ɑ΂ׂ̃obt@ɕ\܂B̎QƂ +wvpt@Cɂ́uO[owvvƁuvCx[gwvv̓ +ނAO҂ LaTeX ̕WR}h̎Ȃ̂̐܂ރt@CŁA +ϐ`YaTeX-help-file'̒lŎw肳܂B̃t@C͒ʏ̏ꏊ +(ftHg`$EMACSEXECPATH')ɒuAN̓eXVł悤 +ɑSɏ݌^ׂ̂łB҂́AW͌l +Iȃ}N`ɊւĂt@CŁAϐ +`YaTeX-help-file-private'̒lŎw肳܂B̓[Ũz[fB +Ng̉Ȃǂɒu܂B + + +ICapropos +================= + + uICaproposv GNU Emacs apropos ƓlA[Uw肵 +L[[hɊ܂ލڂׂẴׂobt@ɕ\܂B + + Aׂ悤ƂLaTeXR}hɑ΂wvt@CɌ +Ȃꍇ́A̓͂߂Ă̂ŁA”\łΎQl +ǂ𒲂ׂẴR}h̐͂ĂBAȂɂWIȃR +}hɑ΂Ȃ΂Ў܂ł̐艺B +̔zzɊ܂߂Ǝv܂B  File: yatexj, Node: Inclusion hierarchy browser, Next: Cooperation with other packages, Prev: Online help, Up: Top -ɽ馶 -************************************************ - -աˬƤɭƤ +CN[h\uEU +************************ + +̃t@CɕĂhLgĂꍇA `[prefix] d' - ... ɽ馺 - -Ȣɭա޹Ǵա -ա(թȬƤRET)Ϲ -ɷƤաϷЪ˽ -޹աʼέǹ + ... CN[h\uEY + +ƁÃhLg̐et@C𕷂ė܂BőSẴt@ +C̐eƂȂt@C(ftHgĂ̂őRET̂) +ƃCN[hĂSẴt@C͂ACN[h󋵂 +oIɕ\܂B̃obt@ł͈ȉ̃L[삪LłB `n' - ... ܰաա˽ + ... ̍sɈړΉt@Cׂ̃obt@ɕ\ `p' - ... ܰաա˽ + ... ̍sɈړΉt@Cׂ̃obt@ɕ\ `N' - ... Ρաܰ + ... CN[hx̎̃t@CɈړ `P' - ... ΰաܰ + ... CN[hx̑Õt@CɈړ `j' - ... ܰ + ... ̍sɈړ `k' - ... ܰ + ... ̍sɈړ `u' - ... ˢաܰ + ... eɂt@CɈړ `.' - ... աա˽ + ... J[\ʒũt@Cׂ̃obt@ɕ\ `SPC' - ... աա + ... ׂ̃obt@̑Ήt@CXN[Abv `DEL, b' - ... աա + ... ׂ̃obt@̑Ήt@CXN[_E `<' - ... աա + ... ׂ̃obt@̑Ήt@C̐擪\ `>' - ... աա + ... ׂ̃obt@̑Ήt@C̖\ `'' - ... (`<'`>')ν + ... (`<'`>'̌)̕\ʒuɖ߂ `RET, g' - ... աաǪ + ... J[\ʒũt@Cׂ̃obt@ŃI[v `mouse-2' - ... RETȱ(ɦ) + ... RETƓ(EBhEgp̂) `o' - ... Φɦܰ + ... ׂ̃EBhEɈړ `1' - ... Φɦù + ... ̃EBhE `-' - ... 馺ɦ򮵯 + ... uEYEBhE `+' - ... 馺ɦ筯 + ... uEYEBhE傫 `?' - ... ׽ + ... wv\ `q' - ... - - Φɦա򽨹롽طϢ -աƷަȦޯ޻Ǵկ + ... \ȌԂɖ߂ + + ÃׂEBhẼt@C̓e\@\ɊւẮAΉ +t@CN[YĂ܂Ƃ܂܂̂łӂB  File: yatexj, Node: Cooperation with other packages, Next: Customizations, Prev: Inclusion hierarchy browser, Up: Top -ñ΢ -**************************************** +pbP[WƂ̘Ag +******************** gmhist ====== - `gmhist.el'`gmhist-mh.el' -ɷƤ弳 -(`[prefix] -tp]')(`[prefix] tl') -ȩҹǭ޹Ǣ`M-p' - -ȾѷɸַйȬǭ޹ + `gmhist.el'`gmhist-mh.el' [hĂꍇAv[R}h +̓(`[prefix] tp]')AR}h̓(`[prefix] tl')̎ɓƗ +qXg𗘗pł܂Bꂼ̃vvgŁA`M-p' ƒOɗ +pR}hԂĂяoƂł܂B min-out ======= - `min-out.el' (`outline-minor-mode') -Ȧ -Ľǹط`yatexm-o.el' + `min-out.el' (`outline-minor-mode') Ɩ쒹gݍ킹ĎgƂ +”\łBݒ̕@ɊւĂ`yatexm-o.el'B  File: yatexj, Node: Customizations, Next: Etc, Prev: Cooperation with other packages, Up: Top -ޤ -************************ - - ΰȫ -򯰹뭼Ѩĭ˼µ -ɬǭ޹ +JX^}CY +************ + + 쒹̓𐧌䂷X̕ϐƎɐݒ肷邱ƂɂA⊮͂ +NL[ATCςA‹̕⊮ɏ[邱 +Ȃǂł܂B * Menu: -* Lisp variables:: lisp -* Add-in functions:: (ɤ) +* Lisp variables:: lisp ϐ +* Add-in functions:: t֐(AhC֐)  File: yatexj, Node: Lisp variables, Next: Add-in functions, Prev: Customizations, Up: Customizations -lisp -============= - - prefix `C-c' -ʰέ˷Ϣ `YaTeX-prefix' -prefix -˷Ư -ˢ`C-c -'ȤФȫƢ -ʤϢ`YaTeX-inhibit-prefix-letter' - `t' `C-c -'ФɬƢ`C-c -C-'޹(begin -large -Ľǹ˷`t'ʯ -1 ˻ ȷƼ) +lisp ϐ +========= + + Ⴆ prefix L[ `C-c' ȊÕL[ɂꍇ́A`YaTeX-prefix' +prefix L[ɂV{`ĂBɁAu`C-c p'v +L[oCh͓Ǝ̊֐蓖ĂĂ̂ŎgȂB̂悤 +Ȏ́A`YaTeX-inhibit-prefix-letter' `t' ɐݒ肷邱ƂɂA +`C-c pc'̃oChSāAΉ`C-c C-pc'ɕς܂(A +begin^ large^⊮̑啶Nɂ郊Ww͉”\Ȃ܂܂łB +ɂꍇ`t'ł͂Ȃ 1 ɃZbgĉB)B * Menu: -* All customizable variables:: ޤ -* Sample definitions:: ޤ -* Hook variables:: hook -* Hook file:: hookա +* All customizable variables:: JX^}CYϐꗗ +* Sample definitions:: JX^}CYϐݒ +* Hook variables:: hookϐ +* Hook file:: hookpt@C  File: yatexj, Node: All customizable variables, Next: Sample definitions, Prev: Lisp variables, Up: Lisp variables -ޤ ----------------------------------------- - - yatex-mode -˪ޤĽǹ`~/.emacs' - `setq' -ƪТ޹թ -ǹѹ -`M-x describe-variable' -ȷƯ +JX^}CYϐꗗ +-------------------- + + yatex-mode ɂ鎟̕ϐJX^}CY”\łB`~/.emacs' +`setq' Ă΁A̒`D悳܂Bʂ̒̓ftHgl +Bۂɕϐ̒lύXꍇ `M-x describe-variable' ŕϐ̏ڍ +ȐQƂĂB -- Variable: YaTeX-prefix - yatex-mode գ (`\C-c') + yatex-mode ̃vtBNXL[ (`\C-c') -- Variable: YaTeX-inhibit-prefix-letter - prefix ξέФ - `' `C-' ѹ (`nil') + prefix L[̒̃L[oCh `p' ̂̂ `C-p' ɕύX + (`nil') -- Variable: YaTeX-fill-prefix - ܸԬܬ - fill-prefix (`""(nil)') + {̍sɑ}ړȂ킿 fill-prefix + (`""(nil)') -- Variable: YaTeX-user-completion-table - جLaTeXݸա - (`"~/.yatexrc"') + wKLaTeXR}hۑt@C (`"~/.yatexrc"') -- Variable: YaTeX-kanji-code -  - nil=γ 0=no-conversion 1=Shift JIS, - 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOS1)) + 쐬鎞̊R[hnil=̃R[ĥ܂ + 0=no-conversion 1=Shift JIS, 2=JIS, 3=EUC, 4=UTF-8 (2 (MS-DOSł + 1)) -- Variable: tex-command - LaTeX׻ÿɾ (`"platex"') + LaTeX^CvZb^R}h (`"platex"') -- Variable: dvi2-command - 弢ɾ (`"xdvi -geo +0+0 -s - 4"') + v[AR}h (`"xdvi -geo +0+0 -s 4"') -- Variable: dviprint-command-format - dviաɰ - (`"dvi2ps %f %t %s | lpr"') + dvit@C̈ɎgR}h (`"dvi2ps %f %t %s | lpr"') -- Variable: dviprint-from-format - `%f'ڼ`%b' - ڼ (`"-f %b"') + `%f'ɑJny[Ww菑A`%b' Jny[Wԍɕς + (`"-f %b"') -- Variable: dviprint-to-format - `%t' - 못ڼ`%e'ڼ + `%t' ɑIy[Ww菑A`%e'Iy[Wԍɕς (`"-t %e"') -- Variable: makeindex-command - makeindex (`"makeindex"' (MS-DOS`"makeind"')) + makeindexR}h (`"makeindex"' (MS-DOSł`"makeind"')) -- Variable: YaTeX-dvipdf-command - dviPDFѹ (`"dvipdfmx"') + dviPDFɕϊR}h (`"dvipdfmx"') -- Variable: YaTeX-on-the-fly-preview-interval - `[prefix] t - e'ĭpreviewѹ - () (0.9) `nil' - Ϩʤ + `[prefix] t e'Ŋ‹previewꍇ̕ϊ܂ł + 쎞(b) (0.9) + `nil' ̏ꍇ͑v[ȂB -- Variable: YaTeX-on-the-fly-math-preview-engine - `[prefix] t - e'ĭpreviewѤ - (latex-math-previewĽȭ - latex-math-preview-expression - `'YaTeX-typeset-environment-by-lmp' - ʤȭ + `[prefix] t e'Ջ𑦎preview鎞ɗpGW + (latex-math-previewp”\ȂƂ + latex-math-preview-expression Ă + `'YaTeX-typeset-environment-by-lmp'łȂƂ͓֐Ă `'YaTeX-typeset-environment-by-builtin') -- Variable: YaTeX-cmd-gimp - GIMP򯰹 (code{"gimp"}) + GIMPNR}h (code{"gimp"}) -- Variable: YaTeX-cmd-tgif - tgif򯰹 (code{"tgif"}) + tgifNR}h (code{"tgif"}) -- Variable: YaTeX-cmd-inkscape - Inkscape򯰹 (code{"inkscape"}) + InkscapeNR}h (code{"inkscape"}) -- Variable: YaTeX-cmd-dia - Dia򯰹 (code{"dia"}) + DiaNR}h (code{"dia"}) -- Variable: YaTeX-cmd-ooo - OpenOffice.org޿LibreOffice򯰹 + OpenOffice.org܂LibreOfficeNR}h (code{"soffice"}) -- Variable: YaTeX-cmd-gs - Ghostscript򯰹 (code{"gs"}) + GhostscriptNR}h (code{"gs"}) -- Variable: YaTeX-cmd-dvips - dvips򯰹(ĭpdvips) - (code{"dvips"}) + dvipsNR}h(‹ɂĂpdvipsȂ) (code{"dvips"}) -- Variable: YaTeX-cmd-displayline - displayline򯰹 + displaylineNR}h (code{"/Applications/Skim.app/Contents/SharedSupport/displayline"}) -- Variable: YaTeX-cmd-edit-ps - PostScriptաԸ - (code{"YaTeX-cmd-gimp"}) + PostScriptt@CҏWR}h (ϐcode{"YaTeX-cmd-gimp"} + l) -- Variable: YaTeX-cmd-edit-pdf - PDFաԸ - (code{"YaTeX-cmd-ooo"}) + PDFt@CҏWR}h (ϐcode{"YaTeX-cmd-ooo"}̒l) -- Variable: YaTeX-cmd-edit-ai - .aiաԸ (code{"YaTeX-cmd-inkscape"}) + .ait@CҏWR}h (ϐcode{"YaTeX-cmd-inkscape"}̒l) -- Variable: YaTeX-cmd-edit-svg - SVGաԸ - (code{"YaTeX-cmd-inkscape"}) + SVGt@CҏWR}h (ϐcode{"YaTeX-cmd-inkscape"}̒l) -- Variable: YaTeX-cmd-edit-images - ξաԸ - (code{"YaTeX-cmd-gimp"}) + ̑摜t@CҏWR}h (ϐcode{"YaTeX-cmd-gimp"} + l) -- Variable: YaTeX-need-nonstop - `\nonstopmode{}'򫰪ù (`nil') + `\nonstopmode{}'Iɕt邩 (`nil') -- Variable: latex-warning-regexp - latexϹ릩ε - (`"line.* [0-9]*"') + latexR}h̏o͂EH[jOs̐K\ (`"line.* + [0-9]*"') -- Variable: latex-error-regexp - ε - (`"l\\.[1-9][0-9]*"') + G[s̐K\ (`"l\\.[1-9][0-9]*"') -- Variable: latex-dos-emergency-message - MS-DOSǰ latex - ɬ߹ȭϹ - (`"Emergency stop"') + MS-DOSœ삷 latex R}hAG[ɂ~Ƃo + 郁bZ[W (`"Emergency stop"') -- Variable: latex-message-kanji-code - ׻ÿϹû.׻ա - ϬϢ - (2, Nemacs߭) + ^CvZb^̏o͂郁bZ[W̊R[h.^CvZbgobt@ + ̏o͂鎞́Aݒ肷 (2, Nemacsł̂ݗL) -- Variable: NTT-jTeX - ŤNTT-jTeXˤȷȰ - (׻)֬Ʒަ`t'˹ - (`nil') + ÂNTT-jTeXgp̂悤ɃCfgs̐擪ƑO̍s(^Cv + Zbg)Ԃ󂢂Ă܂̂ꍇ`t'ɂ(`nil') -- Variable: YaTeX-item-regexp - item巨Ѥitemε - (`"\\\\(sub\\)*item"') + item̌̎ɗpAitem̐K\ (`"\\\\(sub\\)*item"') -- Variable: YaTeX-verb-regexp - verbε\\\\ıʤ + verbR}h̐K\B擪\\\\͂‚Ȃ (`"verb\\*?\\|path"') -- Variable: YaTeX-nervous - Ѥ `t' (`t') + [Jp鎞 `t' (`t') -- Variable: YaTeX-sectioning-regexp - ε + ZNV؂ݒR}h̐K\ (`"\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\*?\\)\\b"') -- Variable: YaTeX-fill-inhibit-environments - fill ߹ĭ (`'("tabular" - "tabular*" "array" "picture" "eqnarray" "eqnarray*" "equation" "math" - "displaymath" "verbatim" "verbatim*")') + fill }~‹̃Xg (`'("tabular" "tabular*" "array" + picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath" + verbatim" "verbatim*")') -- Variable: YaTeX-uncomment-once - uncommentԬΣ`%' - (`nil') + ̈uncommentōs̕`%'Sč폜邩 (`nil') -- Variable: YaTeX-close-paren-always - ĸϹ - (`t') + Jʂ̓͂ŏɕ‚ʂ͂ (`t') -- Variable: YaTeX-auto-math-mode - ب򫰪Ԧ - (`t') + [h̐؂ւIɍs (`t') -- Variable: YaTeX-math-key-list-private - ἸѤ - (գ . Ƽ) - alist - (`nil')ƼĤ`yatexmth.el'ȣ + C[W⊮ŗp (vtBNXL[ . Ή⊮e[u) + alist (`nil')B⊮e[ȕɂ‚Ă`yatexmth.el'QƁB -- Variable: YaTeX-default-pop-window-height - 1˿׻աⵣ - Emacsɦй봬 - (10) + 1ʂ̎Ƀ^CvZbgobt@߂č쐬鎞̍Blōs + AEmacsEBhEɑ΂S (10) -- Variable: YaTeX-help-file - ա - (`$doc-directory/../../site-lisp/YATEXHLP.jp') + pwvt@C (`$doc-directory/../../site-lisp/YATEXHLP.jp') -- Variable: YaTeX-help-file-private - ա (`"~/YATEXHLP.jp"') + lpwvt@C (`"~/YATEXHLP.jp"') -- Variable: YaTeX-no-begend-shortcut - `[prefix] b ??' - ηȫﺢ`[prefix] b' - (`nil') + `[prefix] b ??' ̃V[gJbgg킸A`[prefix] b' ŕ⊮ + ͂ɓ (`nil') -- Variable: YaTeX-hilit-pattern-adjustment-private - ȽգǢ﷿ - ȣhilit19 - Ǥ߭ - ܷ `(assq 'yatex-mode hilit-patterns-alist)' - Ȣ - `YaTeX-hilit-pattern-adjustment-default' ( - hilit19 - ɭ)Ȼ + K\ƂɃ}b`̘̂_IӖV{ł킵 + ̂̃Xgc̃XgBhilit19 gݍł鎞̂ݗLBڂ + `(assq 'yatex-mode hilit-patterns-alist)' ʂƁAϐ + `YaTeX-hilit-pattern-adjustment-default' ̒l(ƏꍇɂĂ + hilit19 ̃hLg)QƂB -- Variable: YaTeX-sectioning-level - LaTeXλȽalist + LaTeX̃ZNVPʐ錾R}hƂ̘_IalistB -- Variable: YaTeX-hierarchy-ignore-heading-regexp - Hierarchy - աաȷƢLaTeXλ - ʱг򵹬ȷ - գʤѿթ - RCS (-*- xxx - -*-)Ƥ + Hierarchy obt@͒ʏt@Cwb_ƂāALaTeX̃ZNV + R}ḧAꂪȂ΃RgsTA̍ + Ƀwb_ƂĂ͈ӖȂp^[̕ϐɐݒ肷BftH + gł RCS wb_ƃ[hws(-*- xxx -*-)ݒ肳ĂB -- Variable: YaTeX-skip-default-reader - Non-nil - sectionɤʱ - ա򰻵 - (`nil') + Non-nil ɐݒ肷section^R}ḧ͎AAhC֐ + Ȃ΃~jobt@ł̓ǂݍ݂ɓ͂ (`nil') -- Variable: YaTeX-create-file-prefix-g - `\include' `prefix - g'ˢ謸߷ʤա - Ǣ⪼ (`nil') + `\include'Ȃǂ `prefix g'ɁAWv悪݂Ȃt@C + łĂI[v (`nil') -- Variable: YaTeX-simple-messages - ûǽ - (`nil') + e⊮̃bZ[Wo͂ȑf (`nil') -- Variable: YaTeX-hilit-sectioning-face - ձ `\part' Χ - (`'(yellow/dodgerblue yellow/slateblue)') - `hilit-background-mode' - `'light' ΢ `'dark' - `\chapter' ΧǢ/ʧ - + FtLȎ `\part' ̐F (`'(yellow/dodgerblue + yellow/slateblue)')BXg̑vf `hilit-background-mode' + `'light' ̎́Avf `'dark' ̎ `\chapter' ̐FŁA + F/wiF ̂悤Ɏw肷B -- Variable: YaTeX-hilit-sectioning-attenuation-rate - ձ΢`\subparagraph' Χ - `\chapter' λο - %˹ (`'(15 40)') - `YaTeX-hilit-sectioning-face' ȣ + FtLȎ́A`\subparagraph' ̐F `\chapter' ̔Zx̉% + ̂ɂ邩 (`'(15 40)') `YaTeX-hilit-sectioning-face' + QƁB -- Variable: YaTeX-use-AMS-LaTeX - AMS-LaTeX ѹ `t' - (`nil') + AMS-LaTeX gpꍇ `t' ɐݒ肷 (`nil') -- Variable: YaTeX-use-LaTeX2e - LaTeX2e ѹ `t' - (`t') + LaTeX2e gpꍇ `t' ɐݒ肷 (`t') -- Variable: YaTeX-template-file - ա˫ա + VKt@C쐬Ɏ}t@C (`~/work/template.tex') -- Variable: YaTeX-search-file-from-top-directory - inputաȭǣmainա΢ǣ - ˹ (`t') + inputt@CTƂ̊fBNgmaint@Ĉ + fBNgɂ邩 (`t') -- Variable: YaTeX-use-font-lock - Χűñȷ - font-lock ѹɦ (`(featurep - 'font-lock)') + \[X̐FÂpbP[WƂ font-lock 𗘗p邩ǂ + (`(featurep 'font-lock)') -- Variable: YaTeX-use-hilit19 - Χűñȷ hilit19 - ѹɦ (`(featurep 'hilit19)') + \[X̐FÂpbP[WƂ hilit19 𗘗p邩ǂ + (`(featurep 'hilit19)') -- Variable: YaTeX-use-italic-bold - italic, boldթɦ - (Emacs20`t') - font-lock߭ (`(featurep 'hilit19)' + italic, boldtHg쒹Tǂ (Emacs20ȍ~Ȃ`t') + font-lockp̂ݗLB(`(featurep 'hilit19)' -- Variable: YaTeX-singlecmd-suffix - maketitleϾ - `"{}"' ɬ + SĂmaketitle^R}h̕⊮͒ɑ}镶B + `"{}"' Ȃǂ߁B -- Variable: YaTeX-package-alist-private - LaTeX2eñȽޯȣ - ƪܸޯϹ - ޯˬñ - usepackage - 뫫ˡƯ - Ƥʱ \usepackage - ùǭ - '((ñ1 (䰿 - ޯ) (䰿 - ޯ)) (ñ2 - (䰿 ޯ) - (䰿 - ޯ))) - Ȥ˹䰿 `env, - section, maketitle' 쫣 - `YaTeX-package-alist-default' Ͳȣ + LaTeX2ẽpbP[WƂ̒Ɋ܂܂}ÑXgBK؂ɐݒ + ĂƖ{͎Ƀ}N⊮͂Ƃ̃}NɕKvȃpb + P[W usepackage 邩IɌĂBĂȂ + usepackage lj邱ƂłBXg'((pbP[W1 + (⊮^Cv }ÑXgcc) (⊮^Cv }ÑXgcc)) + (pbP[W2 (⊮^Cv }ÑXgcc) (⊮^Cv }N + ̃Xgcc))ccc)Ƃ`ɂB⊮^Cv `env, + section, maketitle' ̂ǂꂩB̗͕ϐ + `YaTeX-package-alist-default'̒lQƁB -- Variable: YaTeX-tabular-indentation - tabular/array - ĭǽ֬Nȭ - ֫ - N*YaTeX-tabular-indentation 弲 - ˹ + tabular/array ‹Ōݍs̐擪ʒu\̑NĴƂ͕WC + fgʒu N*YaTeX-tabular-indentation Cfg + B -- Variable: YaTeX-noindent-env-regexp - ĭˢ \begin{} - Ԭ٭ĭε - verbatimĭ + ʂ̊‹ɂĂ \begin{} sn܂ׂ‹̐K\B + verbatim‹Ȃǂw肷B + + -- Variable: YaTeX-electric-indent-mode + Emacs 24.4 œꂽśACfgǂ邩B + ̒l̂܂ electric-indent-local-mode ɓnB + -1offB -- Variable: YaTeX-ref-default-label-string - \ref{} - ˫˸ - strftime(3)ټ - ǭʼȪ %y -> - , %b -> Ѿ, %m -> (112) %d - -> , %H -> , %M -> , %S -> , %qx -> - ա26 yymmdd. %qX - -> ա26 HHMMSS. - թ "%H%M%S_%d%b%y" + \ref{} ̃x⊮Ńxݒ̂̂ɎIɐ郉x + ̏Bstrftime(3)֐Ɏtx[XŎw肷Bpł鏑 + ͈ȉ̂ƂB%y -> , %b -> ̉p, %m -> (1`12) + %d -> , %H -> , %M -> , %S -> b, %qx -> At@xbg26 + i yymmdd. %qX -> At@xbg26i HHMMSS. f + tHg "%H%M%S_%d%b%y" -- Variable: YaTeX-ref-generate-label-function - \ref{}뾫ȭȦη - թϸ YaTeX::ref-generate-label - Ƣ - 2Ƣ˻ȹȽ - թȹ: + \ref{}̃x̂ƂɎg֐̃V{BftHg͕W + YaTeX::ref-generate-label ֐蓖ĂĂB2Ž + ֐`āA̕ϐɃZbgƂ̊֐Ă񂾌ʂftH + g̃xƂBݒ: (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label) (defun my-yatex-generate-label (command value) (and (string= command "caption") @@ -2192,348 +1962,330 @@  File: yatexj, Node: Sample definitions, Next: Hook variables, Prev: All customizable variables, Up: Lisp variables -ޤ --------------------------------------------- - - ȨТprefix -ȷ`ESC'ѷʼա -`~/src/emacs/yatexrc' ˷Ԭ prefix -ָ ȭϢ +JX^}CYϐݒ +---------------------- + + Ƃ΁Aprefix L[Ƃ`ESC'gpAVȕ⊮i[t@ +CA`~/src/emacs/yatexrc' ɂAs prefix ^u‚ɕς +Ƃ́A (setq YaTeX-prefix "\e" YaTeX-user-completion-table "~/src/emacs/yatexrc" YaTeX-fill-prefix " ") - `~/.emacs' è޹ + `~/.emacs' ɉ܂B  File: yatexj, Node: Hook variables, Next: Hook file, Prev: Sample definitions, Up: Lisp variables -hook ------------- - - ޿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' -޹ +hookϐ +-------- + + ܂Ahook ϐ `yatex-mode-hook', `yatex-mode-load-hook' pӂ +܂BׂĂ yatex-mode ̃obt@ōp̂́A +`yatex-mode-hook' ɋLqA`yatex.el' [h鎞p +̂`yatex-mode-load-hook' ɋLq܂BႦ΁A`outline-minor-mode' +𗘗pꍇAꂼ̃obt@ `outline-minor-mode' Lɂ +̂ŁA`yatex-mode-hook' ̂悤ɐݒ肵܂B (setq yatex-mode-hook '(lambda () (outline-minor-mode t))) -ˢȫέԤϢ`yatex-mode-load-hook' - ޹Тbegin -˪Ƣ document enumerate -ʰĭ -ȫȭ쿤ȤϢ˷޹ʼϢ -`[prefix] ba' `\begin{abstract}', `\end{abstract}' -޹ +tɁAƎ̃L[`sȂǂ́A`yatex-mode-load-hook' 𗘗p +܂BႦ΁Abegin ^⊮ɂāA document Aenumerate ȊO̊‹ +V[gJbgL[œꂽȂǂƂ́Â悤ɂ܂Bȉ +̗́A`[prefix] ba' `\begin{abstract}', `\end{abstract}' } +܂B (setq yatex-mode-load-hook '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) -ʪʭϢ -`YaTeX-define-key' -`YaTeX-define-begend-key'ѹ˷Ư +ȂAVȃL[̒`ɂ́A֐ `YaTeX-define-key' +`YaTeX-define-begend-key'𗘗p悤ɂĂB  File: yatexj, Node: Hook file, Prev: Hook variables, Up: Lisp variables -hookա ------------------------- - - `yatex-mode-load-hook' -ƬϢ -`yatexhks.el'ȤաꢽآǢ -˫ɷ޹ +hookpt@C +-------------- + + ϐ `yatex-mode-load-hook' Œ`éA`yatexhks.el' +t@CA̒ɖ쒹֘A̐ݒŁA̎Ɏ +IɃ[h܂B  File: yatexj, Node: Add-in functions, Prev: Lisp variables, Up: Customizations -(ɤ) -========================================== - - ˢĭɾϡ½ -Ȭǭ޹ -طϢ`yatexadd.doc' +t֐(AhC֐) +====================== + + e⊮ɁA‹R}hɉߍׂ₩ȕ⊮͋@\ +邽߂̊֐쐬邱Ƃł܂B̊֐̍쐬@Agݍ +ݕ@ɊւẮA`yatexadd.doc' B  File: yatexj, Node: Etc, Next: Copying, Prev: Customizations, Up: Top -ξ -************ - - θ LaTeX -έϢԬȦηп -Ƥ޻ϢȤʤɬ߷Ƣ䰷 -йιƷަ߹ǹ -ʤǭѷ漶µ -Ǣʿ LaTeX -ˢÿƤǷ - +̑ +****** + + 쒹̕W LaTeX R}h̎ɂ́A҂pɂɎĝo^ +Ă܂B́A⊮ɎgȂR}h݂āA⊮ +R}ho܂ł̃Xg[N𑝂₵Ă܂h~邽 +łBWɂȂR}hAł邾⊮͕𗘗pA[U +[邱ƂŁAȂ LaTeX X^Cɂ쒹ւƈĂ +Ƃł傤B  File: yatexj, Node: Copying, Next: Concept Index, Prev: Etc, Up: Top -귤 -**************** - - 꼽ȦǹѷƸ -зդʤȷ޹طϩ¤ -޻ﱪ˷Ư޿볼 -Ȣ⫳ƽ޻󬢮ѹ -ά׬Ϥ޻ΪGPL -Ϸ޻ǢGNUƤʫ -ѹ쫹޻󣤫볼ɮݷ -ϭ޹ - - аϿޤ޹ - yuuji@yatex.org (20041) -ѳѷƯfj -ƯĤñ -`docs/qanda' -աֽξ - -Ϣʯ()ѹ޹:-p - - +舵 +******** + + {vO̓t[\tgEFAłB{vOgpĐ +Ȃ錋ʂɑ΂Ă҂͐ӔC𕉂ȂƂƂ܂B]ړɊւĂ +܂B펯IɈĂB܂A{vOɊ܂܂ +R[h𗘗p邱ƁA邱ƂRɍsȂč\܂񂪁Ap +邱Ƃɂ_̕KvꍇA͂Ȃ_܂B +̓IɂGPLւ̃TC͂܂̂ŁAGNUɊ񑡂̂Ă +̍i荞񂾃R[h𗬗pƋJ邩܂B +ȂR[hpۂ܂񂪌_͎ނ܂B + + A]AoO񍐁Az͊}܂BA yuuji@yatex.org +܂(2004N1)BpIɎgpĂ̓COXgufj +̉vɐĂB@ɂ‚Ă͖{pbP[W +`docs/qanda't@Ćȗv̏͂䗗B + +dĺA\Ȃm(C)ύX܂:-pB + + LY  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. 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[begin۫]: begin. 4. -* C-c: Invocation. 4. -* Demacs: Intro. 4. -* .emacs: Installation. 4. -* %#END: Fix region for typesetting. 4. -* end[end۫]: end. 4. -* ghostview: Splitting input files. 19. -* gmhist: Cooperation with other packages. 8. -* hook[hook]: Hook variables. 4. -* includeonly: Includeonly. 4. -* Install: Installation. 4. -* item巨[itemα]: Filling. 8. -* jlatex: Invocation. 4. -* large[large۫]: large. 4. -* LaTeX: Intro. 4. -* leftarrow: Image completion. 4. -* lpr format: lpr format. 4. -* 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. 16. -* platex: Invocation. 4. -* prefix ,: Commenting out. 4. -* prefix .: Commenting out. 4. -* prefix <: Commenting out. 4. -* prefix >: Commenting out. 4. -* prefix /: Online help. 4. -* prefix ?: Online help. 4. -* prefix &: What column. 4. -* prefix a: Accent mark completion. 4. -* prefix b: begin. 4. -* prefix c: Modifying/Deleting. 4. -* prefix d: Inclusion hierarchy browser. 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. 4. -* prefix m: maketitle. 4. -* prefix s: section. 4. -* prefix SPC: Arbitrary completion. 4. -* prefix w: Changing mode of YaTeX. 4. -* 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. -* .yatexrc: Local dictionary. 4. - - - - +* :: Greek letter completion. (line 5) +* ;: Image completion. (line 5) +* []: Image completion. (line 5) +* []: Enclose section-type command. (line 5) +* []: largeޕ⊮. (line 23) +* [Ђ]: 2ˆȏ̈Ƃsectionރ҃. (line 5) +* [ӂ]: Accent mark completion. (line 5) +* [ނ񂽂]: Image completion. (line 5) +* [₵邵]: Image completion. (line 5) +* ;[;]: Image completion. (line 34) +* [ӂ‚]: beginޕ⊮. (line 82) +* ؃烊[ЂƂ]: Cooperation with other packages. (line 9) +* [낦]: Filling. (line 5) +* ₿傤[₿悤]: Intro. (line 5) +* ׃[]: view-sectioning. (line 44) +* &[&ɂ䂤悭]: Intelligent newline. (line 5) +* ݒ[‚Ăꂢ]: Sample definitions. (line 5) +* ⊮[ق]: Arbitrary completion. (line 5) +* ‚߂[Ƃ߂]: beginޕ⊮. (line 82) +* ċ⊮[ق]: Recursive completion. (line 5) +* ۃիۂ䂤]: beginޕ⊮. (line 72) +* ߗˑ[肩]: view-sectioning. (line 44) +* ͂ǂ?[͂Ƃ?]: What column. (line 5) +* ʃ؃ރÃ[܂]: Customizations. (line 5) +* ́ۃԃÃ[]: Customizations. (line 5) +* ۃ[]: Image completion. (line 5) +* Ã؃ۃ[񂷂Ƃ]: Installation. (line 5) +* ރÃڃ[ӂ‚]: Invocation. (line 5) +* ۃ[ӂЂ䂤]: Invocation. (line 5) +* ǕۃΓ[‚邫Ƃ]: ǕۃΓ. (line 5) +* ‹̐擪[񂫂悤̂Ƃ]: ‹ЈʂƂ׃. (line 8) +* ‹̖[񂫂悤̂܂‚Ђ]: ‹ЈʂƂ׃. (line 8) +* ‹ۃ[񂫂悤܂]: ‹ЈʂƂ׃. (line 8) +* Ń烉Ã[Ƃ炢]: view-sectioning. (line 5) +* ̌ς[Ђ̂]: 2ˆȏ̈Ƃsectionރ҃. (line 26) +* ΃ڃ̍⊮[Ƃق]: Accent mark completion. (line 5) +* ʃ؃ރÃٕϐꗗ[܂ւ񂷂]: All customizable variables. (line 5) +* ‹̕⊮[񂫂悤߂̂ق]: beginޕ⊮. (line 5) +* ǃۏÐz炠䂤]: Calling typesetter. (line 5) +* ރÃڃދΓ[ӂ‚Ƃ]: Calling typesetter. (line 5) +* ރÃڃǃ[ӂ‚Ƃ炠]: Calling typesetter. (line 5) +* ‹̕ύ[񂫂悤߂̂ւ񂱂]: Changing LaTeX command. (line 21) +* ۃ؂ւ[Ƃ肩]: Changing mode of YaTeX. (line 5) +* Γ҃ς[Ƃ邱܂Ƃ]: Changing typesetter. (line 8) +* ރÃڃނ̎炢[ӂ‚̂‚킯]: Changing typesetter. (line 13) +* ҃Ń[߂Ƃ]: Commenting out. (line 5) +* ̑̃҃萧[̂̂܂Ƃ]: Controlling which command to invoke. (line 5) +* ЁۃׂƂ̘[͂‚Ƃ̂񂯂]: Cooperation with other packages. (line 5) +* ҃؃烊[܂ƂЂƂ]: Cooperation with other packages. (line 9) +* ʁۃ܃׃[邵]: Cursor jump. (line 5) +* %#̖̂̕ %#ق̂ւ񂵂䂤]: Editing %# notation. (line 5) +* σ̌[͂炭ӂ̂낦]: Filling. (line 48) +* Œ̈̃ރÃڃ[Ă悤̂ӂ‚]: Fix region for typesetting. (line 5) +* ̈挈ˑ[悤‚Ă]: Fix region for typesetting. (line 27) +* Ã̕ Ȃӂ̂ւ񂵂䂤]: Fix region for typesetting. (line 36) +* ̓փ⊮[肵ق]: Greek letter completion. (line 5) +* Ãۃו⊮[߂ق]: Image completion. (line 5) +* ̍Ãۃו⊮[߂ق]: Image completion. (line 5) +* ̃Ã̎蒼[ق̂ӂ̂ĂȂ]: Includeonly. (line 12) +* Ã΃ۃܑ[񂭂邤Ƃ]: Inclusion hierarchy browser. (line 5) +* ʓ͕⏕ۂ‚ɂ䂤悭ق]: Inserting parens. (line 5) +* ܂[܂悤]: Intelligent newline. (line 5) +* Ń[ӂƂ]: Invocation. (line 5) +* ‹̍폜ۂ񂫂悤̂]: Killing LaTeX command. (line 7) +* [ւ邵Ƃ]: label-generation. (line 5) +* ȃ[ӂƂĂ]: largeޕ⊮. (line 19) +* ԃÃَ[Ă]: largeޕ⊮. (line 19) +* ۃʃۂ남邵]: Local dictionary. (line 5) +* ύ/폜ۂւ񂱂/]: Modifying/Deleting. (line 5) +* ɃÃ[炢ւ]: Online help. (line 5) +* ́ۃۃ茟[킠Ƃ񂳂]: Online help. (line 5) +* σۃ[남͂ւ]: Online help. (line 17) +* Ãۃ[ӂ炢ւƂւ]: Online help. (line 17) +* ̓Ã[ɂ䂤悭ӂӂ񂩂]: Splitting input files. (line 12) +* ڃ΃փ؂ꗗ[񂭂肢͂‚ӂ]: view-sectioning. (line 20) +* ڃ΃փ؂[񂭂]: view-sectioning. (line 44) +* ݂̃ʃܦ[񂳂̂ނЂ悤]: What column. (line 24) +* apropos: Online help. (line 5) +* autoload: Installation. (line 5) +* auto-mode-alist: Installation. (line 5) +* %#BEGIN: Fix region for typesetting. (line 5) +* beginޕ⊮[beginق]: beginޕ⊮. (line 5) +* C-c: Invocation. (line 5) +* Demacs: Intro. (line 5) +* .emacs: Installation. (line 5) +* %#END: Fix region for typesetting. (line 5) +* end⊮[endق]: end⊮. (line 5) +* ghostview: Splitting input files. (line 17) +* gmhist: Cooperation with other packages. (line 9) +* hookϐ[hookւ񂷂]: Hook variables. (line 5) +* ͏Iۃ[‚悭䂤悤ւ]: Print out. (line 10) +* includeonly: Includeonly. (line 5) +* Install: Installation. (line 5) +* itemȂǂ̌[itemȂƂ̂낦]: Filling. (line 9) +* ͊Jۃ[‚悭ւ]: Print out. (line 10) +* jlatex: Invocation. (line 5) +* largeޕ⊮[largeق]: largeޕ⊮. (line 5) +* LaTeX: Intro. (line 5) +* leftarrow: Image completion. (line 5) +* lpr format: lpr format. (line 5) +* lprȁۃ̕ύ[lprӂ܂‚Ƃ̂ւ񂱂]: Editing %# notation. (line 20) +* lprӂۂ܂[lprӂ܂‚]: lpr format. (line 5) +* lprȁۃ[lprӂ܂‚]: lpr format. (line 5) +* maketitleޕ⊮[maketitleق]: maketitleޕ⊮. (line 5) +* M-C-@: ‹ЈʂƂ׃. (line 8) +* M-C-a: ‹ЈʂƂ׃. (line 8) +* M-C-e: ‹ЈʂƂ׃. (line 8) +* min-out: Cooperation with other packages. (line 18) +* M-q: Filling. (line 48) +* Mule: Intro. (line 5) +* 肕ncludeonly[‚Ăincludeonly]: Includeonly. (line 5) +* NTT-jTeX[ʂĂĂÂ]: Filling. (line 16) +* platex: Invocation. (line 5) +* prefix ,: Commenting out. (line 5) +* prefix .: Commenting out. (line 5) +* prefix <: Commenting out. (line 5) +* prefix >: Commenting out. (line 5) +* prefix /: Online help. (line 5) +* prefix ?: Online help. (line 5) +* prefix &: What column. (line 5) +* prefix a: Accent mark completion. (line 5) +* prefix b: beginޕ⊮. (line 5) +* prefix c: Modifying/Deleting. (line 5) +* prefix d: Inclusion hierarchy browser. (line 5) +* prefix e: end⊮. (line 5) +* prefix g: Cursor jump. (line 5) +* prefix i: Filling. (line 9) +* prefix k: Modifying/Deleting. (line 5) +* prefix key: Invocation. (line 5) +* prefix l: largeޕ⊮. (line 5) +* prefix m: maketitleޕ⊮. (line 5) +* prefix s: sectionޕ⊮. (line 5) +* prefix SPC: Arbitrary completion. (line 5) +* prefix w: Changing mode of YaTeX. (line 5) +* prefix́ەύ[prefixւ񂱂]: Lisp variables. (line 5) +* ۃ׊ƏȗprΓ[ւɂ񂵂悤₭lprƂ]: Print out. (line 13) +* sectionޕ⊮[sectionق]: sectionޕ⊮. (line 5) +* ǂtabular[ӂ‚tabular]: What column. (line 5) +* usepackage[܂]: Usepackage cheker. (line 5) +* YaTeX-help-file: Online help. (line 17) +* YaTeX-help-file-private: Online help. (line 17) +* YaTeX-item-regexp: Filling. (line 21) +* YaTeX-math-sign-alist-private: Image completion. (line 61) +* yatex-mode-hook: Hook variables. (line 5) +* yatex-mode-load-hook: Hook variables. (line 5) +* YaTeX-nervous: Local dictionary. (line 23) +* .yatexrc: Local dictionary. (line 5)  Tag table: -Node: Top254 -Node: Intro1308 -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: begin12477 -Node: section15263 -Node: 2 section16364 -Node: Enclose section-type command17207 -Node: Recursive completion17555 -Node: view-sectioning17868 -Node: label-generation19103 -Node: large19467 -Node: maketitle20027 -Node: Arbitrary completion20332 -Node: end20653 -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 +Node: Top257 +Node: Intro1311 +Node: Terminology1614 +Node: Main features2254 +Node: Installation3316 +Node: Invocation4546 +Node: Calling typesetter5406 +Node: Calling previewer6867 +Node: Print out7183 +Node: %#notation7449 +Node: Changing typesetter7877 +Node: Splitting input files8135 +Node: Fix region for typesetting9091 +Node: lpr format9999 +Node: Controlling which command to invoke10809 +Node: Editing %# notation11523 +Node: Completion11981 +Node: begin^⊮12392 +Node: section^⊮15141 +Node: 2ˆȏ̈Ƃ section^R}h16234 +Node: Enclose section-type command17048 +Node: Recursive completion17372 +Node: view-sectioning17677 +Node: label-generation18873 +Node: large^⊮19223 +Node: maketitle^⊮19757 +Node: Arbitrary completion20056 +Node: end⊮20369 +Node: Accent mark completion20710 +Node: Image completion21135 +Node: Greek letter completion22950 +Node: Inserting parens23434 +Node: Local dictionary23782 +Node: Commenting out24386 +Node: Cursor jump25546 +Node: ΉIuWFNgւ̃Wv25763 +Node: G`c[N26749 +Node: Ct@Cւ̃Wv27664 +Node: ‹PʂƂWv28000 +Node: Ō̕⊮ʒuւ̃Wv28357 +Node: Modifying/Deleting28594 +Node: Changing LaTeX command29000 +Node: Killing LaTeX command29550 +Node: Filling30422 +Node: Includeonly31752 +Node: What column32313 +Node: Intelligent newline33092 +Node: Usepackage cheker34124 +Node: Changing mode of YaTeX34551 +Node: Online help35126 +Node: Inclusion hierarchy browser36103 +Node: Cooperation with other packages37381 +Node: Customizations37836 +Node: Lisp variables38133 +Node: All customizable variables38739 +Node: Sample definitions47710 +Node: Hook variables48144 +Node: Hook file49038 +Node: Add-in functions49244 +Node: Etc49471 +Node: Copying49756 +Node: Concept Index50380  End tag table