diff --git a/docs/yatexe.tex b/docs/yatexe.tex index 9191cd3..cf25f07 100644 --- a/docs/yatexe.tex +++ b/docs/yatexe.tex @@ -1,9 +1,10 @@ +\def\lang{jp} % -*- texinfo -*- \input texinfo.tex @setfilename yatexe @settitle Yet Another tex-mode for Emacs @iftex -@syncodeindex fn cp +@c @syncodeindex fn cp @syncodeindex vr cp @end iftex @@ -98,7 +99,7 @@ @chapter Main features @itemize -@item Invocation of typesetter, previewer and related programs(C-c t) +@item Invocation of typesetter, previewer and related programs(@kbd{C-c t}) @item Typesetting on static region which is independent from point @item Semiautomatic replacing of @code{\include only} @item Jumping to error line(@kbd{C-c '}) @@ -132,7 +133,7 @@ @lisp (setq auto-mode-alist - (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) + (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) (autoload 'yatex-mode "yatex" "Yet Another La@TeX{} mode" t) @end lisp @@ -168,17 +169,17 @@ @table @kbd @item [prefix] tj - @dots{} invoke latex + @dots{} invoke latex @item [prefix] tr - @dots{} invoke latex on region + @dots{} invoke latex on region @item [prefix] tk - @dots{} kill current typesetting process + @dots{} kill current typesetting process @item [prefix] tb - @dots{} invoke bibtex + @dots{} invoke bibtex @item [prefix] tp - @dots{} preview + @dots{} preview @item [prefix] tl - @dots{} lpr dvi-file + @dots{} lpr dvi-file @end table The current editing window will be divided horizontally when you @@ -195,7 +196,7 @@ @item [prefix] ' @itemx ([prefix]+single quotation) - @dots{} jump to the previous error or warning + @dots{} jump to the previous error or warning @end table If you find a noticeable error, move to the typesetting buffer and move @@ -241,7 +242,7 @@ To change the typesetting command, write @example - %#!latex-big + %#!latex-big @end example @noindent @@ -249,7 +250,7 @@ edit subfile that should be included from main text. @example - %#!latex main.tex + %#!latex main.tex @end example @noindent @@ -258,7 +259,7 @@ description makes it convenient to use ghostview as dvi-previewer. @example - %#!latex main ; dvi2ps main.dvi > main + %#!latex main ; dvi2ps main.dvi > main @end example @noindent @@ -290,9 +291,9 @@ follows. @example - %#BEGIN - TheRegionYouWantToTypesetManyTimes - %#END + %#BEGIN + TheRegionYouWantToTypesetManyTimes + %#END @end example This is the rule of deciding the region. @@ -338,11 +339,11 @@ @table @code @item (1)dviprint-command-format - @code{"dvi2ps %f %t %s | lpr"} + @code{"dvi2ps %f %t %s | lpr"} @item (2)dviprint-from-format - @code{"-f %b"} + @code{"-f %b"} @item (3)dviprint-to-format - @code{"-t %e"} + @code{"-t %e"} @end table On YaTeX-lpr, @code{%s} in (1) is replaced by the file name of main @@ -356,14 +357,14 @@ such as follows somewhere in the text: @example - %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2 + %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2 @end example And if you want YaTeX not to ask you the range of printing out, the next example may be helpful. @example - %#LPR dvi2ps %s | lpr + %#LPR dvi2ps %s | lpr @end example @node Editing %# notation, , Lpr format, %# notation @@ -374,14 +375,14 @@ @table @kbd @item [prefix] % - @dots{} editing %# notation menu + @dots{} editing %# notation menu @end table @noindent and select one of the entry of the menu as follows. @example - !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR + !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR @end example @noindent @@ -423,7 +424,7 @@ @table @kbd @item [prefix] b - @dots{} start begin-type completion + @dots{} start begin-type completion @end table @noindent @@ -432,39 +433,39 @@ @table @kbd @item [prefix] b c - @dots{} @code{\begin@{center@}...\end@{center@}} + @dots{} @code{\begin@{center@}...\end@{center@}} @item [prefix] b d - @dots{} @code{\begin@{document@}...\end@{document@}} + @dots{} @code{\begin@{document@}...\end@{document@}} @item [prefix] b D - @dots{} @code{\begin@{description@}...\end@{description@}} + @dots{} @code{\begin@{description@}...\end@{description@}} @item [prefix] b e - @dots{} @code{\begin@{enumerate@}...\end@{enumerate@}} + @dots{} @code{\begin@{enumerate@}...\end@{enumerate@}} @item [prefix] b E - @dots{} @code{\begin@{equation@}...\end@{equation@}} + @dots{} @code{\begin@{equation@}...\end@{equation@}} @item [prefix] b i - @dots{} @code{\begin@{itemize@}...\end@{itemize@}} + @dots{} @code{\begin@{itemize@}...\end@{itemize@}} @item [prefix] b l - @dots{} @code{\begin@{flushleft@}...\end@{flushleft@}} + @dots{} @code{\begin@{flushleft@}...\end@{flushleft@}} @item [prefix] b m - @dots{} @code{\begin@{minipage@}...\end@{minipage@}} + @dots{} @code{\begin@{minipage@}...\end@{minipage@}} @item [prefix] b t - @dots{} @code{\begin@{tabbing@}...\end@{tabbing@}} + @dots{} @code{\begin@{tabbing@}...\end@{tabbing@}} @item [prefix] b T - @dots{} @code{\begin@{tabular@}...\end@{tabular@}} + @dots{} @code{\begin@{tabular@}...\end@{tabular@}} @item [prefix] b^T - @dots{} @code{\begin@{table@}...\end@{table@}} + @dots{} @code{\begin@{table@}...\end@{table@}} @item [prefix] b p - @dots{} @code{\begin@{picture@}...\end@{picture@}} + @dots{} @code{\begin@{picture@}...\end@{picture@}} @item [prefix] b q - @dots{} @code{\begin@{quote@}...\end@{quote@}} + @dots{} @code{\begin@{quote@}...\end@{quote@}} @item [prefix] b Q - @dots{} @code{\begin@{quotation@}...\end@{quotation@}} + @dots{} @code{\begin@{quotation@}...\end@{quotation@}} @item [prefix] b r - @dots{} @code{\begin@{flushright@}...\end@{flushright@}} + @dots{} @code{\begin@{flushright@}...\end@{flushright@}} @item [prefix] b v - @dots{} @code{\begin@{verbatim@}...\end@{verbatim@}} + @dots{} @code{\begin@{verbatim@}...\end@{verbatim@}} @item [prefix] b V - @dots{} @code{\begin@{verse@}...\end@{verse@}} + @dots{} @code{\begin@{verse@}...\end@{verse@}} @end table Any other La@TeX{} environments are made by completing-read of the @@ -472,14 +473,14 @@ @table @kbd @item [prefix] b SPACE - @dots{} begin-type completion + @dots{} begin-type completion @end table @noindent The next message will show up in the minibuffer @example - Begin environment(default document): + Begin environment(default document): @end example @noindent @@ -504,7 +505,7 @@ @itemx (or ESC 1 [prefix] b D) @itemx (or C-u [prefix] b D) - @dots{} begin-type completion for region + @dots{} begin-type completion for region @end table This enclosing holds good for the completing input by @kbd{[prefix] b @@ -523,14 +524,14 @@ @table @kbd @item [prefix] s - @dots{} section-type completion + @dots{} section-type completion @end table @noindent then the prompt @example - (C-v for view) \???@{@} (default documentstyle): + (C-v for view) \???@{@} (default documentstyle): @end example @noindent @@ -541,7 +542,7 @@ Next, @example - \section@{???@}: + \section@{???@}: @end example @noindent @@ -549,28 +550,28 @@ example, the following inputs @example - \???@{@} (default documentstyle): section - \section{???}: Hello world. + \???@{@} (default documentstyle): section + \section{???}: Hello world. @end example @noindent will insert the string @example - \section@{Hello world.@} + \section@{Hello world.@} @end example in your La@TeX{} source. When you neglect argument such as @example - (C-v for view) \???@{@} (default section): vspace* - \vspace*@{???@}: + (C-v for view) \???@{@} (default section): vspace* + \vspace*@{???@}: @end example YaTeX puts @example - \vspace*@{@} + \vspace*@{@} @end example @noindent @@ -589,9 +590,9 @@ and make answers in minibuffer like this. @example - (C-v for view) \???@{@} (default vspace*): addtolength - \addtolength@{???@}: \topmargin - Argument 2: 8mm + (C-v for view) \???@{@} (default vspace*): addtolength + \addtolength@{???@}: \topmargin + Argument 2: 8mm @end example @code{\addtolength} and the first argument @code{\topmargin} can be typed @@ -646,14 +647,14 @@ @table @kbd @item [prefix] l - @dots{} large-type completion + @dots{} large-type completion @end table @noindent the message in the minibuffer @example - @{\??? @} (default large): + @{\??? @} (default large): @end example prompts prompts you large-type command with completing-read. There are @@ -675,7 +676,7 @@ @table @kbd @item [prefix] m - @dots{} maketitle-type completion + @dots{} maketitle-type completion @end table @noindent @@ -694,7 +695,7 @@ @table @kbd @item [prefix] SPC - @dots{} arbitrary completion + @dots{} arbitrary completion @end table @noindent @@ -713,7 +714,7 @@ @table @kbd @item [prefix] e - @dots{} @code{end} completion + @dots{} @code{end} completion @end table @noindent @@ -728,14 +729,14 @@ @table @kbd @item [prefix] a - @dots{} accent completion + @dots{} accent completion @end table @noindent shows the menu @example - 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b + 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b @end example @noindent @@ -743,7 +744,7 @@ and you will see @example - \`{} + \`{} @end example @noindent @@ -751,7 +752,7 @@ one more character `o' for example, then @example - \`{o} + \`{o} @end example @noindent @@ -848,9 +849,9 @@ @table @kbd @item [prefix] > - @dots{} comment out region by % + @dots{} comment out region by % @item [prefix] < - @dots{} uncomment region + @dots{} uncomment region @end table @noindent @@ -858,9 +859,9 @@ @table @kbd @item [prefix] . - @dots{} comment out current paragraph + @dots{} comment out current paragraph @item [prefix] , - @dots{} uncomment current paragraph + @dots{} uncomment current paragraph @end table @noindent @@ -877,9 +878,9 @@ @table @kbd @item [prefix] > - @dots{} comment out from \begin to \@code{end} + @dots{} comment out from \begin to \@code{end} @item [prefix] < - @dots{} uncomment from \begin to \@code{end} + @dots{} uncomment from \begin to \@code{end} @end table @noindent @@ -887,9 +888,9 @@ @table @kbd @item [prefix] . - @dots{} comment out \begin and \@code{end} + @dots{} comment out \begin and \@code{end} @item [prefix] , - @dots{} uncomment \begin and \@code{end} + @dots{} uncomment \begin and \@code{end} @end table @noindent @@ -909,7 +910,7 @@ @table @kbd @item [prefix] g - @dots{} go to corresponding object + @dots{} go to corresponding object @end table @noindent @@ -918,14 +919,14 @@ @code{%#END} pair. If you type @code{[prefix] g} on the line of @code{\include@{chap1@}}, -maybe in main text, YaTeX switches buffer to @file{chap1.tex}. On the +maybe in main text, YaTeX switches buffer to @file{chap1.tex}. On the contrary, the key strokes @table @kbd @item [prefix] ^ - @dots{} visit main file + @dots{} visit main file @item [prefix] 4^ - @dots{} visit main file in other buffer + @dots{} visit main file in other buffer @end table @cindex prefix ^ @cindex prefix 4 ^ @@ -938,11 +939,11 @@ @table @kbd @item M-C-a - @dots{} beginning of environment + @dots{} beginning of environment @item M-C-e - @dots{} @code{end} of environment + @dots{} @code{end} of environment @item M-C-@@ - @dots{} mark environment + @dots{} mark environment @end table @cindex M-C-a @cindex M-C-e @@ -957,9 +958,9 @@ @table @kbd @item [prefix] c - @dots{} change La@TeX{} command + @dots{} change La@TeX{} command @item [prefix] k - @dots{} kill La@TeX{} command + @dots{} kill La@TeX{} command @end table @cindex prefix c @cindex prefix k @@ -980,8 +981,8 @@ `containers' but also `contents' of them. See below as a sample. @example -Original text: [prefix] k C-u [prefix] k -Main \footnote@{note@} here. Main note here. Main here. +Original text: [prefix] k C-u [prefix] k +Main \footnote@{note@} here. Main note here. Main here. ~(cursor) @end example @@ -995,7 +996,7 @@ @table @kbd @item [prefix] i - @dots{} fill item + @dots{} fill item @end table @noindent @@ -1006,8 +1007,8 @@ If you make a newcommand to itemize terms(eg. @code{\underlineitem}), put @lisp - (setq YaTeX-item-regexp - "\\(\\\\item\\)\\|\\(\\\\underlineitem\\)") + (setq YaTeX-item-regexp + "\\(\\\\item\\)\\|\\(\\\\underlineitem\\)") @end lisp @cindex YaTeX-item-regexp @@ -1041,7 +1042,7 @@ next expression into your @file{~/.emacs} @lisp - (setq YaTeX-nervous nil) + (setq YaTeX-nervous nil) @end lisp @node Updation of @code{\includeonly}, What column?, Local dictionaries, Top @@ -1052,7 +1053,7 @@ When you edit splitting source texts, the notation @example - \includeonly@{CurrentEditingFileName@} + \includeonly@{CurrentEditingFileName@} @end example @noindent @@ -1060,7 +1061,7 @@ to hack other file a little however, you have to rewrite it to @example - \includeonly@{OtherFileNameYouWantToFix@} + \includeonly@{OtherFileNameYouWantToFix@} @end example @noindent @@ -1068,7 +1069,7 @@ edited text is not in includeonly list and prompts you @example - A)dd R)eplace %)comment? + A)dd R)eplace %)comment? @end example in the minibuffer. Type @kbd{a} if you want to add the current file name @@ -1104,7 +1105,7 @@ @table @kbd @item [prefix] & - @dots{} What column + @dots{} What column @end table @noindent @@ -1125,7 +1126,7 @@ @table @kbd @item ESC RET - @dots{} Intelligent newline + @dots{} Intelligent newline @end table @noindent @@ -1138,16 +1139,16 @@ @itemize @item @code{tabular}, @code{tabular*}, @code{array} - Corresponding number of @code{&} and @code{\\}. - And @code{\hline} if needed. + Corresponding number of @code{&} and @code{\\}. + And @code{\hline} if needed. @item @code{tabbing} - The same number of @code{\>} as @code{\=} in the first line. + The same number of @code{\>} as @code{\=} in the first line. @item @code{itemize}, @code{enumerate}, @code{description}, @code{list} - @code{\item} or @code{item[]}. + @code{\item} or @code{item[]}. @end itemize Note that since this function works seeing the contents of the first @@ -1178,9 +1179,9 @@ @table @kbd @item [prefix] ? - @dots{} Online help + @dots{} Online help @item [prefix] / - @dots{} Online apropos + @dots{} Online apropos @end table @section Online help @@ -1285,143 +1286,141 @@ in @file{~/.emacs} is preferred and that of defined in @file{yatex.el} is neglected. Parenthesized contents stands for the default value. -@table @samp -@item YaTeX-prefix +@defvar YaTeX-prefix + Prefix key stroke (@kbd{C-c}) +@end defvar - Prefix key stroke (@kbd{C-c}) - -@item YaTeX-inhibit-prefix-letter - +@defvar YaTeX-inhibit-prefix-letter Change key stroke from @kbd{C-c letter} to @kbd{C-c C-letter} (@code{nil}) +@end defvar -@item YaTeX-fill-prefix +@defvar YaTeX-fill-prefix + Fill-prefix used in yatex-mode (@code{nil}) +@end defvar - Fill-prefix used in yatex-mode (@code{nil}) - -@item YaTeX-open-lines - - Number of blank lines between cursor and @code{\begin@{@}}, +@defvar YaTeX-open-lines + Number of blank lines between cursor and @code{\begin@{@}}, @code{\@code{end}@{@}} (0) +@end defvar -@item YaTeX-user-completion-table - - Name of user dictionary where learned completion table will be stored. +@defvar YaTeX-user-completion-table + Name of user dictionary where learned completion table will be stored. (@code{"~/.yatexrc"}) +@end defvar -@item YaTeX-item-regexp +@defvar YaTeX-item-regexp + Regular expression of item command(@code{"\\\\item"}) +@end defvar - Regular expression of item command(@code{"\\\\item"}) +@defvar tex-command + La@TeX{} typesetter command (@code{"latex"}) +@end defvar -@item tex-command - - La@TeX{} typesetter command (@code{"latex"}) - -@item dvi2-command - - Preview command +@defvar dvi2-command + Preview command (@code{"xdvi -geo +0+0 -s 4 -display (getenv"DISPLAY")"}) +@end defvar -@item dviprint-command-format +@defvar dviprint-command-format + Command format to print dvi file (@code{"dvi2ps %f %t %s | lpr"}) +@end defvar - Command format to print dvi file (@code{"dvi2ps %f %t %s | lpr"}) - -@item dviprint-from-format - - Start page format of above %f. %b will turn to start page +@defvar dviprint-from-format + Start page format of above %f. %b will turn to start page (@code{"-f %b"}) +@end defvar -@item dviprint-to-format - - End page format of above %t. %e will turn to @code{end} page +@defvar dviprint-to-format + End page format of above %t. %e will turn to @code{end} page (@code{"-t %e"}) +@end defvar -@item section-name - - Initial default value at the first section-type completion +@defvar section-name + Initial default value at the first section-type completion (@code{"documentstyle"}) +@end defvar -@item env-name - - Initial default value at the first begin-type completion +@defvar env-name + Initial default value at the first begin-type completion (@code{"document"}) +@end defvar -@item fontsize-name +@defvar fontsize-name + Ditto of large-type (@code{"large"}) +@end defvar - Ditto of large-type (@code{"large"}) +@defvar single-command + Ditto of maketitle-type (@code{"maketitle"}) +@end defvar -@item single-command +@defvar YaTeX-need-nonstop + Put @code{\nonstopmode@{@}} or not (@code{nil}) +@end defvar - Ditto of maketitle-type (@code{"maketitle"}) - -@item YaTeX-need-nonstop - - Put @code{\nonstopmode@{@}} or not (@code{nil}) - -@item latex-warning-regexp - - Regular expression of warning message latex command puts out +@defvar latex-warning-regexp + Regular expression of warning message latex command puts out (@code{"line.* [0-9]*"}) +@end defvar -@item latex-error-regexp +@defvar latex-error-regexp + Regular expression of error message (@code{"l\\.[1-9][0-9]*"}) +@end defvar - Regular expression of error message (@code{"l\\.[1-9][0-9]*"}) - -@item latex-dos-emergency-message - - Message latex command running on DOS puts at abort +@defvar latex-dos-emergency-message + Message latex command running on DOS puts at abort (@code{"Emergency stop"}) +@end defvar -@item YaTeX-item-regexp +@defvar YaTeX-item-regexp + Regexp of La@TeX{} itemization command (@code{"\\\\(sub\\)*item"}) +@end defvar - Regexp of La@TeX{} itemization command (@code{"\\\\(sub\\)*item"}) +@defvar YaTeX-nervous + T for using local dictionary (@code{t}) +@end defvar -@item YaTeX-nervous +@defvar YaTeX-sectioning-regexp + Regexp of La@TeX{} sectioning command - T for using local dictionary (@code{t}) + (@code{"part\\|chapter\\|\\(sub\\)*\\(section\\|paragraph\\)"}) +@end defvar -@item YaTeX-sectioning-regexp - - Regexp of La@TeX{} sectioning command - - (@code{"part\\|chapter\\|\\(sub\\)*\\(section\\|paragraph\\)"}) - -@item YaTeX-fill-inhibit-environments - +@defvar YaTeX-fill-inhibit-environments Inhibit fill in these environments (@code{'("verbatim" "tabular")}) +@end defvar -@item YaTeX-uncomment-once +@defvar YaTeX-uncomment-once + @code{T} for deleting all preceding @code{%} (@code{nil}) +@end defvar - @code{T} for deleting all preceding @code{%} (@code{nil}) - -@item YaTeX-close-paren-always - - @code{T} for always close all parenthesis automatically, +@defvar YaTeX-close-paren-always + @code{T} for always close all parenthesis automatically, @code{nil} for only eol(@code{t}) +@end defvar -@item YaTeX-auto-math-mode +@defvar YaTeX-auto-math-mode + Switch math-mode automatically(@code{t}) +@end defvar - Switch math-mode automatically(@code{t}) - -@item YaTeX-default-pop-window-height - +@defvar YaTeX-default-pop-window-height Initial height of typesetting buffer when one-window. Number for the lines of the buffer, numerical string for the percentage of the screen-height. @code{nil} for half height(10) +@end defvar -@item YaTeX-help-file +@defvar YaTeX-help-file + Global online help file name (@file{$EMACS/etc/YATEXHLP.jp}) +@end defvar - Global online help file name (@file{$EMACS/etc/YATEXHLP.jp}) +@defvar YaTeX-help-file-private + Private online help file name (@file{"~/YATEXHLP.jp"}) +@end defvar -@item YaTeX-help-file-private - - Private online help file name (@file{"~/YATEXHLP.jp"}) - -@item YaTeX-no-begend-shortcut - - Disable [prefix] b ?? shortcut (@code{nil)} -@end table +@defvar YaTeX-no-begend-shortcut + Disable [prefix] b ?? shortcut (@code{nil)} +@end defvar @node Sample definitions, Hook variables, All customizable variables, Lisp variables @comment node-name, next, previous, up @@ -1434,9 +1433,9 @@ to single TAB character, add the following @code{setq} to @file{~/.emacs}. @lisp - (setq YaTeX-prefix "\e" - YaTeX-user-completion-table "~/src/emacs/yatexrc" - YaTeX-fill-prefix " ") + (setq YaTeX-prefix "\e" + YaTeX-user-completion-table "~/src/emacs/yatexrc" + YaTeX-fill-prefix " ") @end lisp @node Hook variables, Hook file, Sample definitions, Lisp variables @@ -1452,12 +1451,12 @@ immediately. @lisp - (setq yatex-mode-hook - '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) + (setq yatex-mode-hook + '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) @end lisp - You should use functions @code{YaTeX-define-key}, or -@code{YaTeX-define-begend-key} to define all the key sequences of + You should use functions @code{YaTeX-define-key}, or +@code{YaTeX-define-begend-key} to define all the key sequences of yatex-mode. @node Hook file, , Hook variables, Lisp variables diff --git a/docs/yatexgen.doc b/docs/yatexgen.doc index cfc3a9a..5e35c9e 100644 --- a/docs/yatexgen.doc +++ b/docs/yatexgen.doc @@ -141,6 +141,13 @@ Item[3](RET to exit): dframe RET Item[4](RET to exit): RET + ����ɕ⊮���ȊO�̑I����F�߂邩�𕷂��ė���̂ŁAy �� n �œ��� + �܂��B���̏ꍇ plain, frame, dframe �ȊO�͑I�ׂȂ��̂� + + Require match? (y or n) y + + �̂悤�� y �Ɠ����܂��B + �Ō�̈����͒P�ɕ������ǂ߂Ηǂ��̂ŁA�⊮�^�C�v�� String�B �udefault:�v�ł̓~�j�o�b�t�@�œ��͂��鎞�Ƀf�t�H���g�œ��͂���Ă� �镶��������܂��B�K�v�Ȃ����RET����ł����܂��B @@ -149,13 +156,6 @@ Prompt for argument#3 Caption RET default: �̊G RET - ����ɕ⊮���ȊO�̑I����F�߂邩�𕷂��ė���̂ŁAy �� n �œ��� - �܂��B���̏ꍇ plain, frame, dframe �ȊO�͑I�ׂȂ��̂� - - Require match? (y or n) y - - �̂悤�� y �Ɠ����܂��B - ����ŗׂ̃E�B���h�E�� \epsinput �p�̈����^�t���֐������������ ���B diff --git a/docs/yatexj.tex b/docs/yatexj.tex index 03707b3..feed9c1 100644 --- a/docs/yatexj.tex +++ b/docs/yatexj.tex @@ -1,9 +1,10 @@ -\input texinfo @c -*- texinfo -*- +\def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 +\input texinfo @setfilename yatexj @settitle Yet Another tex-mode for Emacs @iftex -@syncodeindex fn cp +@c @syncodeindex fn cp @syncodeindex vr cp @end iftex @@ -16,38 +17,39 @@ @author @copyright{} 1991-1994 by HIROSE, Yuuji [yuuji@@ae.keio.ac.jp] @end titlepage -@node Top, Intro - �͂��߂�, (dir), (dir) +@node Top, Intro, (dir), (dir) @comment node-name, next, previous, up @menu -* Intro - �͂��߂�:: -* Main features - ��ȋ@�\:: -* Installation - �C���X�g�[��:: -* Invocation - �O���R�}���h�̋N��:: +* Intro:: �͂��߂� +* Main features:: ��ȋ@�\ +* Installation:: �C���X�g�[�� +* Invocation:: �O���R�}���h�̋N�� * %#�L�@:: -* Completion - �⊮����:: -* Commenting out - �R�����g�A�E�g:: -* Cursor jump - �J�[�\���W�����v:: -* Modifying/Deleting - �ύX/�폜:: -* Filling item - item�̌�����:: -* Local dictionary - ���[�J������:: -* Includeonly - �����includeonly:: -* Where am I? - ���͂ǂ�?:: -* Intelligent newline - ���܂������s:: -* Online help - �I�����C���w���v:: -* Cooperation with other packages - ���p�b�P�[�W�Ƃ̘A�g:: -* Customizations - �J�X�^�}�C�Y:: -* Etc - ���̑�:: -* Copying - ��舵��:: +* Completion:: �⊮���� +* Commenting out:: �R�����g�A�E�g +* Cursor jump:: �J�[�\���W�����v +* Modifying/Deleting:: �ύX/�폜 +* Filling item:: item�̌����� +* Local dictionary:: ���[�J������ +* Includeonly:: �����includeonly +* Where am I?:: +* Intelligent newline:: ���܂������s +* Online help:: �I�����C���w���v +* Cooperation with other packages:: ���p�b�P�[�W�Ƃ̘A�g +* Customizations:: �J�X�^�}�C�Y +* Etc:: ���̑� +* Copying:: ��舵�� +* Concept Index:: ���� @end menu -@node Intro - �͂��߂�, Main features - ��ȋ@�\, Top, Top +@node Intro, Main features, Top, Top @comment node-name, next, previous, up @chapter �͂��߂� @cindex Demacs @cindex Mule @cindex LaTeX -@cindex �₿�傤 +@cindex �₿�傤[�₿�悤] �쒹�́AGNU Emacs �� La@TeX{} �p�̕������쐬���鎞�� jLa@TeX{} �Ȃǂ� �^�C�v�Z�b�g�R�}���h��A�v�������[�A�̋N���� Emacs �ҏW��ʒ����� @@ -56,15 +58,15 @@ ���}�j���A���𒲂ׂ��Ԃ��y�����܂��B -@node Main features - ��ȋ@�\, Installation - �C���X�g�[��, Intro - �͂��߂�, Top +@node Main features, Installation, Intro, Top @comment node-name, next, previous, up @chapter ��ȋ@�\ @itemize @bullet -@item �^�C�v�Z�b�^��v�������[�A�Ȃǂ̕ҏW��ʂ���̋N��(C-c t) +@item �^�C�v�Z�b�^��v�������[�A�Ȃǂ̕ҏW��ʂ���̋N��(@kbd{C-c t}) @item �J�[�\���ʒu�ɂ��Ȃ��Œ胊�W�����̕����^�C�v�Z�b�g @item \includeonly�̃����^�b�`�X�V -@item �G���[�ӏ��ւ̎����W�����v(C-c ') +@item �G���[�ӏ��ւ̎����W�����v(@kbd{C-c '}) @item @code{\begin@{@}, \end@{@}, \section...} �Ȃǂ� La@TeX{} �R�}���h�̕⊮���� (@kbd{C-c b}, @kbd{C-c s}, @kbd{C-c l}, @kbd{C-c m}) @@ -75,20 +77,20 @@ @item �쒹�ɂȂ��K�C�h�t���������͊֐��̎�������(@file{yatexgen.el}) @item La@TeX{} �R�}���h�̍폜/�ύX(@kbd{C-c k}, @kbd{C-c c}) @item �t�@�C���ԁA@code{\begin}<->@code{\end}�ԁA - @code{\ref}<->@code{\label}�ԃW�����v(@code{C-c g}) + @code{\ref}<->@code{\label}�ԃW�����v(@kbd{C-c g}) @item �ꊇ�R�����g�A�E�g/�A���R�����g�A�E�g - (@code{C-c >}, @code{C-c <}, @code{C-c ,}, @code{C-c .}) + (@kbd{C-c >}, @kbd{C-c <}, @kbd{C-c ,}, @kbd{C-c .}) @item �A�N�Z���g�L��/�����‹��p�R�}���h/�M���V�������̓��͎x�� - (@code{C-c a}, @code{;}, @code{/}) + (@kbd{C-c a}, @code{;}, @code{/}) @item tabular/array�‹��̃J�����ʒu�K�C�h -@item �W���I La@TeX{} �R�}���h�̃I�����C���w���v(@code{C-c ?}, @code{C-c /}) +@item �W���I La@TeX{} �R�}���h�̃I�����C���w���v(@kbd{C-c ?}, @kbd{C-c /}) @end itemize -@node Installation - �C���X�g�[��, Invocation - �O���R�}���h�̋N��, Main features - ��ȋ@�\, Top +@node Installation, Invocation, Main features, Top @comment node-name, next, previous, up @chapter �N���@ @cindex Install -@cindex �C���X�g�[��[���񂷂Ɓ[��] +@cindex �C���X�g�[��[���񂷂Ƃ���] @cindex .emacs @cindex auto-mode-alist @cindex autoload @@ -96,13 +98,13 @@ ~/.emacs�ɉ���2���ڂ������܂��B @lisp - (setq auto-mode-alist +(setq auto-mode-alist (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) - (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) +(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) @end lisp -���ɖ쒹�� emacs-lisp �t�@�C���Q��u���f�B���N�g���� load-path �� -�����܂��B���Ƃ��΁A@file{~/src/emacs/yatex}�ɒu���̂ł���΁A +���ɖ쒹�� emacs-lisp �t�@�C���Q��u���f�B���N�g���� load-path �ɉ����܂��B +���Ƃ��΁A @file{~/src/emacs/yatex}�ɒu���̂ł���΁A @lisp (setq load-path (cons (expand-file-name "~/src/emacs/yatex") load-path)) @@ -116,15 +118,15 @@ �ɕς��܂��B -@node Invocation - �O���R�}���h�̋N��, %#�L�@, Installation - �C���X�g�[��, Top +@node Invocation, %#�L�@, Installation, Top @comment node-name, next, previous, up @chapter latex�R�}���h�N�� @cindex prefix key @cindex C-c -@cindex �^�C�v�Z�b�^[�����Ղ�����] -@cindex �v�������[�A[�Ղ�т�[��] +@cindex �^�C�v�Z�b�^[�����ӂ��‚�] +@cindex �v�������[�A[�ӂ�Ђ䂤��] @cindex jlatex -@cindex �v�����g�A�E�g[�Ղ��Ƃ�����] +@cindex �v�����g�A�E�g[�ӂ��Ƃ�����] yatex-mode �� prefix �L�[�́A�W����Ԃ� @kbd{C-c} (Ctrl�L�[�������Ȃ���c) �ł��B�ȉ��A�W���̃L�[�����̏ꍇ�A@kbd{[prefix]} �� @kbd{C-c} �Ɠǂ݊����� @@ -133,30 +135,30 @@ @table @kbd @item [prefix] t j - @dots{} �^�C�v�Z�b�^(jlatex)�N�� + @dots{} �^�C�v�Z�b�^(jlatex)�N�� @item [prefix] t r - @dots{} �^�C�v�Z�b�^�N��(�̈�w��) + @dots{} �^�C�v�Z�b�^�N��(�̈�w��) @item [prefix] t k - @dots{} ���쒆�̃^�C�v�Z�b�^�̒�~ + @dots{} ���쒆�̃^�C�v�Z�b�^�̒�~ @item [prefix] t b - @dots{} jbibtex�N�� + @dots{} jbibtex�N�� @item [prefix] t p - @dots{} �v�������[�A�N�� + @dots{} �v�������[�A�N�� @item [prefix] t l - @dots{} lpr(�v�����g�A�E�g�p)�R�}���h�N�� + @dots{} lpr(�v�����g�A�E�g�p)�R�}���h�N�� @end table @menu -* Calling typesetter - �^�C�v�Z�b�^�N��:: -* Print out - �v�����g�A�E�g�p�R�}���h�̋N��:: +* Calling typesetter:: �^�C�v�Z�b�^�N�� +* Print out:: �v�����g�A�E�g�p�R�}���h�̋N�� @end menu -@node Calling typesetter - �^�C�v�Z�b�^�N��, Print out - �v�����g�A�E�g�p�R�}���h�̋N��, Invocation - �O���R�}���h�̋N��, Invocation - �O���R�}���h�̋N�� +@node Calling typesetter, Print out, Invocation, Invocation @comment node-name, next, previous, up @section �^�C�v�Z�b�^�N�� @cindex �^�C�v�Z�b�^�N�� -@cindex �^�C�v�Z�b�g�G���[[�����Ղ����Ƃ���[] -@cindex �G���[�C��[����[���イ����] +@cindex �^�C�v�Z�b�g�G���[[�����ӂ��‚Ƃ��炠] +@cindex �G���[�C��[���炠���䂤����] �^�C�v�Z�b�^���N������ƁA�ҏW�E�B���h�E��2�‚ɕ�������A�Е��̃E�B���h �E�Ƀ^�C�v�Z�b�g��ʂ��\������܂��B�o�͂���郁�b�Z�[�W�ƘA�����^�C�v�Z�b @@ -168,7 +170,7 @@ @table @kbd @item [prefix] ' @itemx (prefix+�A�|�X�g���t�B) - @dots{} ���O�̃G���[�����s�փW�����v + @dots{} ���O�̃G���[�����s�փW�����v @end table ����͂��邱�Ƃɂ��A�^�C�v�Z�b�^���G���[�𔭐������s�Ɉڂ邱�Ƃ��ł��܂��B @@ -184,27 +186,27 @@ �ɂ͂��̃t�@�C���� documentstyle ���A�ʃt�@�C������ include ���Ă���ꍇ�� �̓��C���t�@�C���� documentstyle �������I�ɑI������܂��B�w��̈�́A���C ���t�@�C���̂���f�B���N�g����@file{texput.tex}�Ƃ����Վ��t�@�C���ɏo�͂� -��܂��̂ŁA�㏑���ɂ͒��ӂ��Ă��������B�̈�̎w����@��@xref{%#�L�@}�̍��� +��܂��̂ŁA�㏑���ɂ͒��ӂ��Ă��������B�̈�̎w����@��@ref{%#�L�@}�̍��� �Q�Ƃ��Ă��������B -@node Print out - �v�����g�A�E�g�p�R�}���h�̋N��, , Calling typesetter - �^�C�v�Z�b�^�N��, Invocation - �O���R�}���h�̋N�� +@node Print out, , Calling typesetter, Invocation @comment node-name, next, previous, up @section �v�����g�A�E�g �v�����g�A�E�g���鎞�́A�o�͊J�n/�I���y�[�W�𕷂��Ă��܂����A�� ����ȗ����������́Auniversal-argument ���‚��ĉ������B -@cindex �o�͊J�n�y�[�W[����‚�傭�������؁[��] -@cindex �o�͏I���y�[�W[����‚�傭���イ��傤�؁[��] +@cindex �o�͊J�n�y�[�W[����‚�悭�������ւ���] +@cindex �o�͏I���y�[�W[����‚�悭���䂤��悤�ւ���] @table @kbd @item C-u [prefix] t l - @dots{} �y�[�W�m�F�ȗ�lpr�N�� + @dots{} �y�[�W�m�F�ȗ�lpr�N�� @end table -@cindex �y�[�W�m�F�ȗ�lpr�N��[�؁[�������ɂ񂵂傤��Ⴍlpr���ǂ�] +@cindex �y�[�W�m�F�ȗ�lpr�N��[�ւ��������ɂ񂵂悤��₭lpr���Ƃ�] -@node %#�L�@, Completion - �⊮����, Invocation - �O���R�}���h�̋N��, Top +@node %#�L�@, Completion, Invocation, Top @comment node-name, next, previous, up @chapter %#�L�@ @@ -212,30 +214,30 @@ �̐�������邱�Ƃ��ł��܂��B @menu -* Changing typesetter - �^�C�v�Z�b�g�p�R�}���h�̕ύX:: -* Splitting input files - ���̓t�@�C������:: -* Fix region for typesetting - �̈�̌Œ�:: -* lpr format - �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g:: -* Editing %# notation - %#�L�@�̕ҏW:: +* Changing typesetter:: �^�C�v�Z�b�g�p�R�}���h�̕ύX +* Splitting input files:: ���̓t�@�C������ +* Fix region for typesetting:: �̈�̌Œ� +* lpr format:: �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g +* Editing %# notation:: %#�L�@�̕ҏW @end menu -@node Changing typesetter - �^�C�v�Z�b�g�p�R�}���h�̕ύX, Splitting input files - ���̓t�@�C������, %#�L�@, %#�L�@ +@node Changing typesetter, Splitting input files, %#�L�@, %#�L�@ @comment node-name, next, previous, up @section �^�C�v�Z�b�g�p�R�}���h�ύX �N������R�}���h��ς��������͖{�����Ɏ��̂悤�ȍs�������܂��B -@cindex �N������R�}���h��ς���[���ǂ����邱�܂�ǂ�������] +@cindex �N������R�}���h��ς���[���Ƃ����邱�܂�Ƃ�������] @example - %#!jlatex-ntt example + %#!jlatex-ntt example @end example NTT jTeX �ƁAASCII jTeX ���g�����������悤�ȏꍇ�ɕ֗��ł��傤�B -@cindex �^�C�v�Z�b�^�̎g������[�����Ղ������̂‚����킯] +@cindex �^�C�v�Z�b�^�̎g������[�����ӂ��‚��̂‚����킯] -@node Splitting input files - ���̓t�@�C������, Fix region for typesetting - �̈�̌Œ�, Changing typesetter - �^�C�v�Z�b�g�p�R�}���h�̕ύX, %#�L�@ +@node Splitting input files, Fix region for typesetting, Changing typesetter, %#�L�@ @comment node-name, next, previous, up @section ���̓t�@�C������ @@ -244,10 +246,10 @@ �ʒu�Ɏ��̂悤�ȍs�𖄂ߍ��݂܂��B @example - %#!jlatex main.tex + %#!jlatex main.tex @end example -@cindex ���̓t�@�C������[�ɂイ��傭�ӂ�����Ԃ񂩂�] +@cindex ���̓t�@�C������[�ɂ䂤��悭�ӂ�����ӂ񂩂�] ��̗�̂悤�ɃR�}���h�������łȂ��������������ꍇ�ɂ́A�S�Ă����̂܂� shell �ɓn���̂Ŏ��̂悤�ɏ����΁Aghostview �Ȃǂ��v�������[�A�Ɏg�����ɕ� @@ -256,7 +258,7 @@ @cindex ghostview @example - %#!jlatex main ; dvi2ps main.dvi > main + %#!jlatex main ; dvi2ps main.dvi > main @end example �Ȃ��A���̍s�̍Ō�̒P��̃s���I�h�ȑO���u���C���t�@�C���v�̃x�[�X @@ -281,10 +283,10 @@ -@node Fix region for typesetting - �̈�̌Œ�, lpr format - �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g, Splitting input files - ���̓t�@�C������, %#�L�@ +@node Fix region for typesetting, lpr format, Splitting input files, %#�L�@ @comment node-name, next, previous, up @section �̈�̌Œ� -@cindex �Œ�̈�̃^�C�v�Z�b�g[���Ă���傤�����̂����Ղ�����] +@cindex �Œ�̈�̃^�C�v�Z�b�g[���Ă���悤�����̂����ӂ��‚�] @cindex %#BEGIN @cindex %#END @@ -293,9 +295,9 @@ �����A�K�����܂����̈���^�C�v�Z�b�g�������ꍇ�́A���̗̈�� @example - %#BEGIN - <�n�������̈�> - %#END + %#BEGIN + <�n�������̈�> + %#END @end example @noindent @@ -312,17 +314,17 @@ @item @code{%#BEGIN}���o�b�t�@�̖���������@code{%#END}�Ƃ����L�[���[�h�����‚��� ���ꍇ�B -��@code{%#BEGIN} ����A���� @code{%#END} �̂���ʒu�܂ŁB +@result{}@code{%#BEGIN} ����A���� @code{%#END} �̂���ʒu�܂ŁB @item @code{%#END} �����‚���Ȃ������ꍇ�B -���o�b�t�@�̍Ō���܂ŁB +@result{}�o�b�t�@�̍Ō���܂ŁB @end enumerate -@cindex �̈挈��K��[��傤���������Ă�������] +@cindex �̈挈��K��[��悤�������‚Ă�������] @item �J�[�\���ʒu���o�b�t�@�̐擪������ @code{%#BEGIN} �Ƃ����L�[���[�h�� ���‚���Ȃ������ꍇ�B -���}�[�N(C-SPC�ʒu)�ƃ|�C���g(�J�[�\���ʒu)�̊Ԃ̗̈�B +@result{}�}�[�N(@kbd{C-SPC}�ʒu)�ƃ|�C���g(�J�[�\���ʒu)�̊Ԃ̗̈�B @end enumerate tabular �‹������x�����s���낵�Ă���悤�ȏꍇ�́A@code{\begin}�̑O�̍s @@ -330,16 +332,16 @@ �ƊȒP�ɍ�\���ʂ��e�X�g���邱�Ƃ��ł��܂��B�܂��A���� .tex �t�@�C���̌㔼 �� @code{%#BEGIN} �������Ă����΁A�O���̕����͖����ł��܂��B����BEGIN��END �̏����Y��ɂ͏\�������Ӊ������B -@cindex �����t�@�C���̕ҏW[�Ȃ����ӂ�����̂ւ񂵂イ] +@cindex �����t�@�C���̕ҏW[�Ȃ����ӂ�����̂ւ񂵂䂤] -@node Require, lpr format - �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g, Fix region for typesetting - �̈�̌Œ�, %#�L�@ +@node Require, lpr format, Fix region for typesetting, %#�L�@ @comment node-name, next, previous, up -@node lpr format - �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g, Editing %# notation - %#�L�@�̕ҏW, Fix region for typesetting - �̈�̌Œ�, %#�L�@ +@node lpr format, Editing %# notation, Fix region for typesetting, %#�L�@ @comment node-name, next, previous, up @section lpr�t�H�[�}�b�g -@cindex lpr�ӂ��[�܂��� -@cindex lpr�t�H�[�}�b�g +@cindex lpr�ӂ��[�܂���[lpr�ӂ����܂‚�] +@cindex lpr�t�H�[�}�b�g[lpr�ӂ����܂‚�] @cindex lpr format �܂��A�v�����g�A�E�g�p�R�}���h��̃t�H�[�}�b�g�ɂ‚��Đ������܂��B @@ -347,14 +349,14 @@ �t�H���g�� dvi2ps �p�̃t�H�[�}�b�g���ɐ������܂��B @table @code -@item dviprint-command-format -"dvi2ps %f %t %s | lpr" +@item (1)dviprint-command-format +@code{"dvi2ps %f %t %s | lpr"} -@item dviprint-from-format -"-f %b" +@item (2)dviprint-from-format +@code{"-f %b"} -@item dviprint-to-format -"-t %e" +@item (3)dviprint-to-format +@code{"-t %e"} @end table ���ۂɃv�����g�A�E�g���鎞�́A(1)���� %s ���t�@�C�����ɒu���������A%f �� @@ -374,29 +376,29 @@ �ɂ��鎞�� @example - %#LPR dvi2ps %s | lpr + %#LPR dvi2ps %s | lpr @end example @noindent �ȂǂƂ���̂��֗���������܂���B -@node Editing %# notation - %#�L�@�̕ҏW, , lpr format - �v�����g�A�E�g�R�}���h�p�t�H�[�}�b�g, %#�L�@ +@node Editing %# notation, , lpr format, %#�L�@ @comment node-name, next, previous, up @section %#�L�@���̂̕ҏW -@cindex %#���ق��������̂ւ񂵂イ +@cindex %#���ق��������̂ւ񂵂イ[%#���ق��������̂ւ񂵂䂤] �ȏ�̂悤��@code{%#}�Ŏn�܂�e�퐧��L�@��ҏW���邽�߂ɂ� @table @kbd @item [prefix] % - @dots{} %#�L�@�ҏW���j���[ + @dots{} @code{%#}@var{�L�@�ҏW���j���[} @end table @noindent �������܂��B @example - !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR + !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR @end example @noindent @@ -405,9 +407,9 @@ ���ߐݒ肵�����W������ @code{%#BEGIN} �` @code{%#END} �Ŋ��肽�����́A @kbd{b}�������܂��B@kbd{b}��I�񂾎��ɂ́A����܂Ńo�b�t�@���ɒu����Ă��� @code{%#BEGIN}, @code{%#END} �������I�ɏ�������܂��B -@cindex lpr�t�H�[�}�b�g�̕ύX[lpr�ӂ��[�܂��Ƃ̂ւ񂱂�] +@cindex lpr�t�H�[�}�b�g�̕ύX[lpr�ӂ����܂‚Ƃ̂ւ񂱂�] -@node Completion - �⊮����, Commenting out - �R�����g�A�E�g, %#�L�@, Top +@node Completion, Commenting out, %#�L�@, Top @comment node-name, next, previous, up @chapter �⊮���� @@ -419,18 +421,18 @@ * section�^�⊮:: * large�^�⊮:: * maketitle�^�⊮:: -* Arbitrary completion - �����⊮:: +* Arbitrary completion:: �����⊮ * end�⊮:: -* Accent mark completion - �A�N�Z���g�L���⊮:: -* Image completion - �����L���C���[�W�⊮:: -* Greek letter completion - �M���V�������⊮:: +* Accent mark completion:: �A�N�Z���g�L���⊮ +* Image completion:: �����L���C���[�W�⊮ +* Greek letter completion:: �M���V�������⊮ @end menu -@node begin�^�⊮, section�^�⊮, Completion - �⊮����, Completion - �⊮���� +@node begin�^�⊮, section�^�⊮, Completion, Completion @comment node-name, next, previous, up @section begin�^�⊮ -@cindex begin�^�⊮[begin�����ق���] -@cindex �‹����̕⊮[���񂫂傤�߂��̂ق���] +@cindex begin�^�⊮[begin�����ق���] +@cindex �‹����̕⊮[���񂫂悤�߂��̂ق���] @cindex prefix b @code{\begin@{env@}...\end@{env@}}�̗l�Ȍ`���̓��͂̕⊮��begin�^�⊮�� @@ -438,7 +440,7 @@ @table @kbd @item [prefix] b - @dots{} begin �^�⊮�J�n(�W���ł� C-c b) + @dots{} begin �^�⊮�J�n(�W���ł� @kbd{C-c b}) @end table @noindent @@ -448,39 +450,39 @@ @table @kbd @item [prefix] b c - @dots{} @code{\begin@{center@}...\end@{center@}} + @dots{} @code{\begin@{center@}...\end@{center@}} @item [prefix] b d - @dots{} @code{\begin@{document@}...\end@{document@}} + @dots{} @code{\begin@{document@}...\end@{document@}} @item [prefix] b D - @dots{} @code{\begin@{description@}...\end@{description@}} + @dots{} @code{\begin@{description@}...\end@{description@}} @item [prefix] b e - @dots{} @code{\begin@{enumerate@}...\end@{enumerate@}} + @dots{} @code{\begin@{enumerate@}...\end@{enumerate@}} @item [prefix] b E - @dots{} @code{\begin@{equation@}...\end@{equation@}} + @dots{} @code{\begin@{equation@}...\end@{equation@}} @item [prefix] b i - @dots{} @code{\begin@{itemize@}...\end@{itemize@}} + @dots{} @code{\begin@{itemize@}...\end@{itemize@}} @item [prefix] b l - @dots{} @code{\begin@{flushleft@}...\end@{flushleft@}} + @dots{} @code{\begin@{flushleft@}...\end@{flushleft@}} @item [prefix] b m - @dots{} @code{\begin@{minipage@}...\end@{minipage@}} + @dots{} @code{\begin@{minipage@}...\end@{minipage@}} @item [prefix] b t - @dots{} @code{\begin@{tabbing@}...\end@{tabbing@}} + @dots{} @code{\begin@{tabbing@}...\end@{tabbing@}} @item [prefix] b T - @dots{} @code{\begin@{tabular@}...\end@{tabular@}} + @dots{} @code{\begin@{tabular@}...\end@{tabular@}} @item [prefix] b ^T - @dots{} @code{\begin@{table@}...\end@{table@}} + @dots{} @code{\begin@{table@}...\end@{table@}} @item [prefix] b p - @dots{} @code{\begin@{picture@}...\end@{picture@}} + @dots{} @code{\begin@{picture@}...\end@{picture@}} @item [prefix] b q - @dots{} @code{\begin@{quote@}...\end@{quote@}} + @dots{} @code{\begin@{quote@}...\end@{quote@}} @item [prefix] b Q - @dots{} @code{\begin@{quotation@}...\end@{quotation@}} + @dots{} @code{\begin@{quotation@}...\end@{quotation@}} @item [prefix] b r - @dots{} @code{\begin@{flushright@}...\end@{flushright@}} + @dots{} @code{\begin@{flushright@}...\end@{flushright@}} @item [prefix] b v - @dots{} @code{\begin@{verbatim@}...\end@{verbatim@}} + @dots{} @code{\begin@{verbatim@}...\end@{verbatim@}} @item [prefix] b V - @dots{} @code{\begin@{verse@}...\end@{verse@}} + @dots{} @code{\begin@{verse@}...\end@{verse@}} @end table ��L�̂��̈ȊO�̊‹����� Emacs �̎��ƒC���N�������^���ȕ⊮�@�\��p���� @@ -488,7 +490,7 @@ @table @kbd @item [prefix] b @key{SPC} - @dots{} begin �^�⊮���� + @dots{} begin �^�⊮���� @end table @kbd{[prefix] b @key{SPC}} �Ɠ��͂���ƁA�ʼn��s�̃~�j�o�b�t�@�� @@ -506,7 +508,7 @@ ���͂̎�Ԃ��Ȃ��܂��B�����e�[�u���ɑ��݂��Ȃ��‹�������͂������̓��[�U�� �p�̃e�[�u���ɓo�^����A����ɂ��̃e�[�u���������I�ɁA���[�U����(�f�t�H�� �g�ł� @file{~/.yatexrc})�ɕۑ����܂��B -@cindex ���[�U����[��[��������] +@cindex ���[�U����[�䂤��������] @subsection ���ɏ������e�L�X�g���‹��Ŋ��� @@ -515,8 +517,8 @@ �‚����߂����i�����}�[�N���āAbegin �^�⊮�̊e�R�}���h�� @kbd{[prefix]} �̎��́w�������� 'b'�x ���w�啶���x�ɕς��ċN�����ĉ������B(�܂��́A @kbd{C-u} ���ɑł��Auniversal argument ���‚��Ă��”\�ł�) -@cindex �u���b�N[�Ԃ����] -@cindex �‚����߂�[�Ƃ����߂�] +@cindex �u���b�N[�ӂ�‚�] +@cindex �‚����߂�[�Ƃ����߂�] �Ⴆ�΂���p���O���t�� description �‹��̒��ɓ��ꂽ���Ƃ��́A ���̃p���O���t���}�[�N���Ă���A @@ -531,10 +533,10 @@ @kbd{b} ��啶���ɕς��āA@kbd{[prefix] B SPC} �ƃ^�C�v����΁A���炩���� �}�[�N���Ă��������W�������Abegin �� end �̊‹��Ŋ���܂��B -@node section�^�⊮, large�^�⊮, begin�^�⊮, Completion - �⊮���� +@node section�^�⊮, large�^�⊮, begin�^�⊮, Completion @comment node-name, next, previous, up @section section�^�⊮ -@cindex section�^�⊮[section�����ق���] +@cindex section�^�⊮[section�����ق���] @cindex prefix s @code{\section@{�ړI@}} �̂悤�Ȍ`���̓��͂̕⊮�� section �^�⊮�ƌĂԂ� @@ -542,7 +544,7 @@ @table @kbd @item [prefix] s - @dots{} section �^�⊮ + @dots{} section �^�⊮ @end table @noindent @@ -559,7 +561,7 @@ ��⊮�@�\���L���ł��B ���ɁA@{@}�̒��g�̓��͂𑣂��A @example - \section@{???@}: + \section@{???@}: @end example @noindent @@ -567,30 +569,30 @@ ���Ƃ��΁A @example - (C-v for view) \???@{@} (default documentstyle): section - \section@{???@}: �ړI + (C-v for view) \???@{@} (default documentstyle): section + \section@{???@}: �ړI @end example @noindent �̂悤�ɓ��͂����ꍇ�́A���͒��� @example - \section@{�ړI@} + \section@{�ړI@} @end example @noindent ���}������A @example - (C-v for view) \???@{@} (default section): vspace* - \vspace*@{???@}: + (C-v for view) \???@{@} (default section): vspace* + \vspace*@{???@}: @end example @noindent �̂悤��@{@}�̒��g���ȗ������Ƃ��́A @example - \vspace*@{@} + \vspace*@{@} @end example @noindent @@ -598,13 +600,13 @@ @menu * 2�ˆȏ�̈������Ƃ� section�^�R�}���h:: -* Input argument without copletion - �������͎��ɕ⊮���Ȃ�:: -* Enclose region -type command - ���ɏ������e�L�X�g������:: -* Recursive completion - �ċA�⊮:: -* view-sectioning - �Z�N�V������؂�̃A�E�g���C���\��:: +* Input argument without copletion:: �������͎��ɕ⊮���Ȃ� +* Enclose region-type command:: +* Recursive completion:: �ċA�⊮ +* view-sectioning:: �Z�N�V������؂�̃A�E�g���C���\�� @end menu -@node 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Input argument without copletion - �������͎��ɕ⊮���Ȃ�, section�^�⊮, section�^�⊮ +@node 2�ˆȏ�̈������Ƃ� section�^�R�}���h, Input argument without copletion, section�^�⊮, section�^�⊮ @comment node-name, next, previous, up @subsection 2�ˆȏ�̈������Ƃ� section�^�R�}���h @cindex ����[�Ђ�����] @@ -628,19 +630,19 @@ @end example @noindent -�̂悤�ɓ��͂��Ă��������B�ŏ��� addtolength �̕����ƁA�������� -���� \topmargin �̓��͓͂��R�X�y�[�X�ɂ��⊮���͂��”\�ł��B���[ -�U�����ɓo�^����� La@TeX{} �R�}���h�ɂ́A���̈����̐����w�K������ -�ŁA�ŏ��̕⊮�̎������̐����w�肵�ċN�����Ă����΁A�Ȍ�̕⊮���� -�́A�L�����ꂽ�����������𕷂��ė���悤�ɂȂ�܂��B���Ƃň����� -����ς��������́A�Ă� C-u ��p���Ȑ����w�肵�������ƂŁA���� -�I�Ɏ������̈����̌��̕������X�V���܂��B +�̂悤�ɓ��͂��Ă��������B�ŏ��� addtolength �̕����ƁA�������ł��� +\topmargin �̓��͓͂��R�X�y�[�X�ɂ��⊮���͂��”\�ł��B���[�U�����ɓo�^ +����� La@TeX{} �R�}���h�ɂ́A���̈����̐����w�K�����̂ŁA�ŏ��̕⊮�̎� +�����̐����w�肵�ċN�����Ă����΁A�Ȍ�̕⊮���ɂ́A�L�����ꂽ���������� +�𕷂��ė���悤�ɂȂ�܂��B���Ƃň����̌���ς��������́A�Ă� @kbd{C-u} +��p���Ȑ����w�肵�������ƂŁA�����I�Ɏ������̈����̌��̕������X�V���� +���B @cindex �����̌���ς���[�Ђ������̂�������������] -@node Input argument without copletion - �������͎��ɕ⊮���Ȃ�, Enclose region -type command - ���ɏ������e�L�X�g������, 2�ˆȏ�̈������Ƃ� section�^�R�}���h, section�^�⊮ +@node Input argument without copletion, Enclose region-type command, 2�ˆȏ�̈������Ƃ� section�^�R�}���h, section�^�⊮ @comment node-name, next, previous, up @subsection �������͎��ɕ⊮���Ȃ� -@cindex �������͎��ɕ⊮���Ȃ�[�Ђ������ɂイ��傭���ɂق��񂵂Ȃ�] +@cindex �������͎��ɕ⊮���Ȃ�[�Ђ������ɂ䂤��悭���ɂق��񂵂Ȃ�] �Ȃ��A���ʂȗ�Ƃ��Ĉ���0���w�肷��ƁA�������̓��͎��ɕ⊮���͂ł͂� ���A�P���ȕ�������͂��g�p����悤�ɂȂ�܂��B�i�����w�肷��@samp{chapter} @@ -649,7 +651,7 @@ �w��R�}���h(chapter, section, paragraph �Ȃ�)�Ɉ���0�̎w�肪���ߍ��܂�� ���܂��B -@node Enclose region -type command - ���ɏ������e�L�X�g������, Recursive completion - �ċA�⊮, Input argument without copletion - �������͎��ɕ⊮���Ȃ�, section�^�⊮ +@node Enclose region-type command, Recursive completion, Input argument without copletion, section�^�⊮ @comment node-name, next, previous, up @subsection ���ɏ������e�L�X�g������ @cindex ����[������] @@ -657,7 +659,7 @@ �܂��A�N���R�}���h��@kbd{s}��啶���ɕς��ċN������ƁA���炩���ߏ� �������͂� section �^�R�}���h�̑������Ƃ��Ċ���܂��B -@node Recursive completion - �ċA�⊮, view-sectioning - �Z�N�V������؂�̃A�E�g���C���\��, Enclose region -type command - ���ɏ������e�L�X�g������, section�^�⊮ +@node Recursive completion, view-sectioning, Enclose region-type command, section�^�⊮ @comment node-name, next, previous, up @subsection �ċA�⊮ @cindex �ċA�⊮[�������ق���] @@ -667,7 +669,7 @@ �^�R�}���h�̈����ɍX�� La@TeX{} �R�}���h������ꍇ�ɂ̓~�j�o�b�t�@�Ŗ쒹�� �⊮�L�[���ċA�I�ɓ��͂��邱�Ƃň����̓��͂������I�ɍs�Ȃ��܂��B -@node view-sectioning - �Z�N�V������؂�̃A�E�g���C���\��, , Recursive completion - �ċA�⊮, section�^�⊮ +@node view-sectioning, , Recursive completion, section�^�⊮ @comment node-name, next, previous, up @subsection �Z�N�V������؂�̃A�E�g���C���\�� @cindex �A�E�g���C��[�����Ƃ炢��] @@ -682,35 +684,35 @@ ���̈ꗗ�o�b�t�@�ɃJ�[�\�����ڂ��X�y�[�X�������ƁA�Y������Z�N�V������؂� �̂���{�����̏ꏊ�ɃW�����v���܂��B @cindex �_���K�w[���肩������] -@cindex �Z�N�V������؂�[��������񂭂���] -@cindex �W�����v[������] +@cindex �Z�N�V������؂�[��������񂭂���] +@cindex �W�����v[������] -@node large�^�⊮, maketitle�^�⊮, section�^�⊮, Completion - �⊮���� +@node large�^�⊮, maketitle�^�⊮, section�^�⊮, Completion @comment node-name, next, previous, up @section large�^�⊮ -@cindex large�^�⊮[large�����ق���] +@cindex large�^�⊮[large�����ق���] @cindex prefix l @code{@{\large @}} �̂悤�Ȍ`���̕⊮�� large �^�⊮�ƌĂԂ��Ƃɂ��܂��B @table @kbd @item [prefix] l - @dots{} large �^�⊮�J�n + @dots{} large �^�⊮�J�n @end table @noindent ��large�^�⊮�̊J�n�ł��B@kbd{[prefix] l} �������ƁA�~�j�o�b�t�@�� @example - @{\??? @} (default large): + @{\??? @} (default large): @end example @noindent �ƕ\�������̂ŁA��L�̂��̂Ɠ����v�̂ŕ⊮���͂��ĉ������B�⊮���ɗp�� ����Ă���̂́A@samp{footnotesize} �� @samp{huge} �̂悤�ȕ����T�C�Y�w�� �q�ƁA@samp{bf}��@samp{dg}�̂悤�ȃt�H���g�w��q�ł��B -@cindex �����T�C�Y�w��q[�������������Ă���] -@cindex �t�H���g�w��q[�ӂ���Ƃ��Ă���] +@cindex �����T�C�Y�w��q[�������������Ă���] +@cindex �t�H���g�w��q[�ӂ���Ƃ��Ă���] @subsection ���ɏ��������������� @cindex ����[������] @@ -720,27 +722,27 @@ ���͈̔͂��}�[�N���Ă���A�Ăяo���L�[�� @kbd{[prefix] L} �ƁA�啶���� L �ɕς��ČĂяo���΁A���̃��W�����S�̂��A�u���[�X�ň͂܂�܂��B -@node maketitle�^�⊮, Arbitrary completion - �����⊮, large�^�⊮, Completion - �⊮���� +@node maketitle�^�⊮, Arbitrary completion, large�^�⊮, Completion @comment node-name, next, previous, up @section maketitle�^�⊮ -@cindex maketitle�^�⊮[maketitle�����ق���] +@cindex maketitle�^�⊮[maketitle�����ق���] @cindex prefix m @code{\maketitle} �̌`���̕⊮�� maketitle �^�⊮�ƌĂԂ��Ƃɂ��܂��B @table @kbd @item [prefix] m - @dots{} maketitle �^�⊮�J�n + @dots{} maketitle �^�⊮�J�n @end table @noindent �ŁAmaketitle �^�⊮���J�n���܂��B�⊮�̗v�͍̂��܂ł̂��̂Ƃ܂����������� ���BLa@TeX{} �p�̃R�}���h�����⊮���Ƃ��ėp�ӂ���Ă��܂��B -@node Arbitrary completion - �����⊮, end�⊮, maketitle�^�⊮, Completion - �⊮���� +@node Arbitrary completion, end�⊮, maketitle�^�⊮, Completion @comment node-name, next, previous, up @section �����⊮ -@cindex �����⊮[�������ق���] +@cindex �����⊮[�������ق���] @cindex prefix SPC ���āA���܂ŏq�ׂ��T�^�I�� La@TeX{} �R�}���h�`���̕⊮���͂�p�����ɁA�� @@ -749,14 +751,14 @@ @table @kbd @item [prefix] SPC - @dots{} �����⊮ + @dots{} �����⊮ @end table @noindent ����͂���΁A�S�Ă̕⊮���̒������v������̂��I�΂�J�[�\���ʒu�ɑ}�� ����܂��B -@node end�⊮, Accent mark completion - �A�N�Z���g�L���⊮, Arbitrary completion - �����⊮, Completion - �⊮���� +@node end�⊮, Accent mark completion, Arbitrary completion, Completion @comment node-name, next, previous, up @section end�⊮ @cindex end�⊮[end�ق���] @@ -769,31 +771,31 @@ @table @kbd @item [prefix] e - @dots{} end �⊮ + @dots{} end �⊮ @end table @noindent - �Ƃ��邱�ƂŁA���݊J���Ă���‹����� \end{} ������܂��B + �Ƃ��邱�ƂŁA���݊J���Ă���‹����� \end{} ������܂��B -@node Accent mark completion - �A�N�Z���g�L���⊮, Image completion - �����L���C���[�W�⊮, end�⊮, Completion - �⊮���� +@node Accent mark completion, Image completion, end�⊮, Completion @comment node-name, next, previous, up @section �A�N�Z���g�L���⊮ -@cindex �A�N�Z���g�L���⊮[��������Ƃ������ق���] +@cindex �A�N�Z���g�L���⊮[��������Ƃ������ق���] @cindex prefix a -@cindex ����[�����Ԃ�] +@cindex ����[�����ӂ�] �����̃A�N�Z���g�L��(@code{\`@{o@}}�Ȃ�)����͂��鎞�́A @table @kbd @item [prefix] a - @dots{} �A�N�Z���g�L������ + @dots{} �A�N�Z���g�L������ @end table @noindent �������ƁA�~�j�o�b�t�@�� @example - 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b + 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b @end example @noindent @@ -801,30 +803,30 @@ ���ĉ������B����ƕҏW�o�b�t�@�ɁA @example - \`@{@} + \`@{@} @end example @noindent ��������A�J�[�\����@{@}���Ɉʒu����̂ŁA����Ɉꕶ�����͂��鎖�ŁA @example - \`@{o@} + \`@{o@} @end example @noindent ����������A�J�[�\����@{@}�̊O�ɖ߂�܂��B -@node Image completion - �����L���C���[�W�⊮, Greek letter completion - �M���V�������⊮, Accent mark completion - �A�N�Z���g�L���⊮, Completion - �⊮���� +@node Image completion, Greek letter completion, Accent mark completion, Completion @comment node-name, next, previous, up @section �����L���C���[�W�⊮ -@cindex �����L���C���[�W�⊮[�����������������߁[���ق���] -@cindex �C���[�W�⊮[���߁[���ق���] +@cindex �����L���C���[�W�⊮[�����������������߂����ق���] +@cindex �C���[�W�⊮[���߂����ق���] @cindex ; -@cindex �������[�h[�����������[��] -@cindex ���[�₶�邵] -@cindex ��[������] +@cindex �������[�h[��������������] +@cindex ���[�₵�邵] +@cindex ��[������] @cindex leftarrow -@cindex ��[�ނ��񂾂�] +@cindex ��[�ނ��񂽂�] ��ɐ������[�h�Ŏg�p�����A���⃰�Ȃǂ̋L�����[���I�ɕ\������L�[���� �ŁALa@TeX{} �R�}���h����͂ł��܂��B����͖쒹���g�́u�������[�h�v�ł̂� @@ -860,7 +862,7 @@ ���͂̓r����TAB�������ƁA����܂œ��͂��������Ŏn�܂���̈ꗗ���\������� ���B�����ŖړI�� La@TeX{} �R�}���h�܂ŃJ�[�\�����ړ����ēxTAB���������Ƃ� ���� La@TeX{} �R�}���h���o�b�t�@�ɑ}������܂��B -@cindex ;���g[;������] +@cindex ;���g[;������] �ǂ̃L�[���͂ɂǂ̋L�����Ή����Ă��邩�S�Ēm�肽�����́A@kbd{;}�������� ����Ƀ��^�[���L�[�������Ă��������B�ȉ��̗�́A@kbd{;<}�Ɖ��������TAB @@ -888,10 +890,10 @@ �Ƃ��Ă��������B @cindex YaTeX-math-sign-alist-private -@node Greek letter completion - �M���V�������⊮, , Image completion - �����L���C���[�W�⊮, Completion - �⊮���� +@node Greek letter completion, , Image completion, Completion @comment node-name, next, previous, up @section �M���V�������⊮ -@cindex �M���V�������⊮[���肵������ق���] +@cindex �M���V�������⊮[���肵������ق���] @cindex / ������A�����‹�����@kbd{/}�������ƃM���V���������̓��[�h�ɓ���܂��B @@ -906,7 +908,7 @@ �Ƃɂ��A�����I�ɃC���[�W�⊮�ɓ��邱�Ƃ��ł��܂��B�܂��A���̎��ɂǂ̂悤 �ȏ�ԂŐ����‹�������Ɏ��s�����������A���������B -@node Commenting out - �R�����g�A�E�g, Cursor jump - �J�[�\���W�����v, Completion - �⊮����, Top +@node Commenting out, Cursor jump, Completion, Top @comment node-name, next, previous, up @chapter �R�����g�A�E�g @cindex �R�����g�A�E�g[���߂�Ƃ�����] @@ -921,9 +923,9 @@ @table @kbd @item [prefix] > - @dots{} ���W������ % �ŃR�����g�A�E�g + @dots{} ���W������ % �ŃR�����g�A�E�g @item [prefix] < - @dots{} ���W������ % �̃R�����g���O�� + @dots{} ���W������ % �̃R�����g���O�� @end table @noindent @@ -931,9 +933,9 @@ @table @kbd @item [prefix] . - @dots{} ���݂̃p���O���t���R�����g�A�E�g + @dots{} ���݂̃p���O���t���R�����g�A�E�g @item [prefix] , - @dots{} ���݂̃p���O���t�̃R�����g���O�� + @dots{} ���݂̃p���O���t�̃R�����g���O�� @end table @noindent @@ -949,9 +951,9 @@ @table @kbd @item [prefix] > - @dots{} @code{\begin@{@}}�`@code{\end@{@}} �S�ăR�����g�A�E�g + @dots{} @code{\begin@{@}}�`@code{\end@{@}} �S�ăR�����g�A�E�g @item [prefix] < - @dots{} @code{\begin@{@}}�`@code{\end@{@}} �S�ăR�����g���O�� + @dots{} @code{\begin@{@}}�`@code{\end@{@}} �S�ăR�����g���O�� @end table @noindent @@ -959,9 +961,9 @@ @table @kbd @item [prefix] . - @dots{} @code{\begin@{@}} �� @code{\end@{@}} ���R�����g�A�E�g + @dots{} @code{\begin@{@}} �� @code{\end@{@}} ���R�����g�A�E�g @item [prefix] , - @dots{} @code{\begin@{@}} �� @code{\end@{@}} �̃R�����g���O�� + @dots{} @code{\begin@{@}} �� @code{\end@{@}} �̃R�����g���O�� @end table �́A�Ή����� @code{\begin} �� @code{\end} 2�s�������A�R�����g����̑Ώۂ� @@ -970,17 +972,17 @@ ���@code{\begin@{@}}�`@code{\end@{@}}���[�h�ŃR�����g�@�\�������Ă��܂��� �Œ��ӂ��ĉ������B -@node Cursor jump - �J�[�\���W�����v, Modifying/Deleting - �ύX/�폜, Commenting out - �R�����g�A�E�g, Top +@node Cursor jump, Modifying/Deleting, Commenting out, Top @comment node-name, next, previous, up @chapter �J�[�\���W�����v -@cindex �J�[�\���W�����v[���[���邶����] +@cindex �J�[�\���W�����v[�������邵����] @cindex prefix g @code{\begin@{@}} �� @code{\end@{@}} �̍s�ɃJ�[�\�������킹�A @table @kbd @item [prefix] g - @dots{} �Ή�����I�u�W�F�N�g�ɃW�����v + @dots{} �Ή�����I�u�W�F�N�g�ɃW�����v @end table @noindent @@ -995,9 +997,9 @@ @table @kbd @item [prefix] ^ - @dots{} ���C���t�@�C���ɃW�����v + @dots{} ���C���t�@�C���ɃW�����v @item [prefix] 4 ^ - @dots{} �ʃE�B���h�E�Ń��C���t�@�C���ɃW�����v + @dots{} �ʃE�B���h�E�Ń��C���t�@�C���ɃW�����v @end table @noindent @@ -1007,15 +1009,15 @@ @table @kbd @item M-C-a - @dots{} �‹��̐擪(@code{\begin})�փW�����v + @dots{} �‹��̐擪(@code{\begin})�փW�����v @item M-C-e - @dots{} �‹��̖���(@code{\end})�փW�����v + @dots{} �‹��̖���(@code{\end})�փW�����v @item M-C-@@ - @dots{} �‹��S�̂��}�[�N + @dots{} �‹��S�̂��}�[�N @end table -@cindex �‹��̐擪��[���񂫂傤�̂���Ƃ���] -@cindex �‹��̖�����[���񂫂傤�̂܂‚т�] -@cindex �‹����}�[�N[���񂫂傤���܁[��] +@cindex �‹��̐擪��[���񂫂悤�̂���Ƃ���] +@cindex �‹��̖�����[���񂫂悤�̂܂‚Ђ�] +@cindex �‹����}�[�N[���񂫂悤���܂���] @cindex M-C-a @cindex M-C-e @cindex M-C-@@ @@ -1023,10 +1025,10 @@ ��L�̃R�}���h�͒ʏ��@kbd{[prefix]}�L�[�ł͂Ȃ�@kbd{META}�L�[���v���t�B�N �X�Ƃ��ċ@�\����̂ł����Ӊ������B -@node Modifying/Deleting - �ύX/�폜, Filling item - item�̌�����, Cursor jump - �J�[�\���W�����v, Top +@node Modifying/Deleting, Filling item, Cursor jump, Top @comment node-name, next, previous, up @chapter �ύX/�폜 -@cindex �ύX/�폜[�ւ񂱂�/��������] +@cindex �ύX/�폜[�ւ񂱂�/��������] @cindex prefix c @cindex prefix k @@ -1035,9 +1037,9 @@ @table @kbd @item [prefix] c - @dots{} �J�[�\���ʒu�� La@TeX{} �R�}���h�̕ύX + @dots{} �J�[�\���ʒu�� La@TeX{} �R�}���h�̕ύX @item [prefix] k - @dots{} �J�[�\���ʒu�� La@TeX{} �R�}���h�̍폜 + @dots{} �J�[�\���ʒu�� La@TeX{} �R�}���h�̍폜 @end table @noindent @@ -1047,8 +1049,8 @@ @kbd{[prefix] c} �́A@code{\begin@{@}} �܂��� @code{\end@{@}} �̂���ꏊ�� �N������ƁA�‹����̕ύX���s���܂��B@kbd{[prefix] k} �͋N������ʒu�ɂ�� ���̂悤�ȓ�����s���܂��B -@cindex �‹����̕ύX[���񂫂傤�߂��̂ւ񂱂�] -@cindex �‹��̍폜[���񂫂傤�̂�������] +@cindex �‹����̕ύX[���񂫂悤�߂��̂ւ񂱂�] +@cindex �‹��̍폜[���񂫂悤�̂�������] @example @@ -1067,15 +1069,15 @@ �ĉ������B @example - ���̃e�L�X�g: [prefix] k C-u [prefix] k - �{��\footnote@{�r��@}�ł��B �{���r���ł��B �{���ł��B - ��(�J�[�\���ʒu) + ���̃e�L�X�g: [prefix] k C-u [prefix] k + �{��\footnote@{�r��@}�ł��B �{���r���ł��B �{���ł��B + ��(�J�[�\���ʒu) @end example -@node Filling item - item�̌�����, Local dictionary - ���[�J������, Modifying/Deleting - �ύX/�폜, Top +@node Filling item, Local dictionary, Modifying/Deleting, Top @comment node-name, next, previous, up @chapter item�̌����� -@cindex item�̌�����[item�̂������낦] +@cindex item�̌�����[item�̂������낦] @cindex prefix i itemize �‹����ɂ���@code{\item}�̍���(����)�������s�ɓn��ꍇ�ɁA�� @@ -1083,14 +1085,14 @@ @table @kbd @item [prefix] i - @dots{} item�̌����� + @dots{} item�̌����� @end table @noindent �ɂ���āA���� item �̃C���f���g�̐[���ɉ����� fill ����܂��B�Ȃ��ANTT jTeX ���g�p���Ă���ꍇ�ɂ́ALisp �ϐ�@code{NTT-jTeX}��@code{t}�ɃZ�b�g�� �ĉ������B -@cindex NTT-jTeX[���ʂĂ��[�Ă��[�����[�Ă���] +@cindex NTT-jTeX[���ʂĂ����Ă����������Â�] ���̂Ƃ��A�ϐ�@code{YaTeX-item-regexp}�̒l(�W���ł� @code{"\\\\item"})�� ���ڎw��R�}���h�̐��K�\���Ƃ��Č����Ɏg�p���܂��Bitemize �‹��ŁA�Ǝ��̃R @@ -1099,20 +1101,20 @@ @cindex YaTeX-item-regexp @lisp - (setq YaTeX-item-regexp - "\\(\\\\item\\)\\|\\(\\\\underlineitem\\)") + (setq YaTeX-item-regexp + "\\(\\\\item\\)\\|\\(\\\\underlineitem\\)") @end lisp @noindent ���̕ϐ��̎w��̎d�����悭������Ȃ��ꍇ�́A�Ǝ��̍��ڗ񋓃R�}���h�̖��O�� @code{@code{"\item"}�Ŏn�܂���̂ɂ��ĉ�����(�Ⴆ��"\itembf"})�B -@node Local dictionary - ���[�J������, Includeonly - �����includeonly, Filling item - item�̌�����, Top +@node Local dictionary, Includeonly, Filling item, Top @comment node-name, next, previous, up @chapter ���[�J������ -@cindex ���[�J������[��[���邶����] +@cindex ���[�J������[�남���邵����] @cindex .yatexrc -@cindex �ւ�Ȃ���[�ւ�Ȃ���] +@cindex �ςȒP��[�ւ�Ȃ���] �⊮���͗p�̌��͎O��ނ̎�������\������Ă��܂��B��‚� @file{yatex.el}�ɑg�ݍ��܂ꂽ�u�W�������v�A������‚̓��[�U���l�I�ɏ�p @@ -1135,32 +1137,32 @@ ���ɂ�@file{~/.emacs}�ȂǂŁA @lisp - (setq YaTeX-nervous nil) + (setq YaTeX-nervous nil) @end lisp @cindex YaTeX-nervous @noindent �Ƃ��ĉ������B -@node Includeonly - �����includeonly, Where am I? - ���͂ǂ�?, Local dictionary - ���[�J������, Top +@node Includeonly, Where am I?, Local dictionary, Top @comment node-name, next, previous, up @chapter �����includeonly -@cindex �����includeonly[�����Ă�includeonly] +@cindex �����includeonly[���‚Ă�includeonly] @cindex includeonly �t�@�C���𕪊����ĕ��͂���͂��Ă��鎞�ɂ́A���C���t�@�C������ @example - \includeonly@{���ݕҏW���̃t�@�C����@} + \includeonly@{���ݕҏW���̃t�@�C����@} @end example @noindent �̂悤�ɏ����Ă������ƂŁA�^�C�v�Z�b�g�̎��Ԃ�ߖ�ł��܂����A������Ƒ��� �t�@�C�����蒼�����������ɂ� -@cindex ���̃t�@�C���̎蒼��[�ق��̂ӂ�����̂ĂȂ���] +@cindex ���̃t�@�C���̎蒼��[�ق��̂ӂ�����̂ĂȂ���] @example - \includeonly@{������Ǝ蒼���������t�@�C����@} + \includeonly@{������Ǝ蒼���������t�@�C����@} @end example @noindent @@ -1169,7 +1171,7 @@ ���‚��܂��B @example - A)dd R)eplace %)comment? + A)dd R)eplace %)comment? @end example @noindent @@ -1178,26 +1180,26 @@ @code{\includeonly} �̍s���R�����g�A�E�g���Ė��������������ɂ́A@kbd{%}�� ���ꂼ�ꉟ���ĉ������B -@node Where am I? - ���͂ǂ�?, Intelligent newline - ���܂������s, Includeonly - �����includeonly, Top +@node Where am I?, Intelligent newline, Includeonly, Top @comment node-name, next, previous, up @chapter ���͂ǂ�? -@cindex ���͂ǂ�?[���܂͂ǂ�] +@cindex ���͂ǂ�?[���܂͂Ƃ�] @cindex prefix & -@cindex ���G��tabular[�ӂ����‚�tabular] +@cindex ���G��tabular[�ӂ����‚�tabular] ���ڐ��̑��� tabular �Ȃǂ��������񏑂��Ă���Ɖ��̕��̍s�ŁA���܏����� ���錅���ǂ��ɑΉ�����̂��킩��Ȃ��Ȃ��Ă��܂����Ƃ�����܂��B�Ⴆ�΁A�� ���̂悤�� tabular �ɂ����āA @example - \begin@{tabular@}{|c|c|c|c|c|c|c|c|}\hline - ����&����&��&�Z��&�d�b&FAX&�A�Ȑ�&�A�Ȑ�d�b\\ \hline - ����Y & 6 & 223 & ���l�s�`�k����g & xxx-yyy & - zzz-www & �g���K & 9876-54321 \\ - ���g���m & 2 & \multicolumn@{2@}@{c|@}@{�����Ȃ�@} - &&&(???) - \\ \hline - \end@{tabular@} + \begin@{tabular@}{|c|c|c|c|c|c|c|c|}\hline + ����&����&��&�Z��&�d�b&FAX&�A�Ȑ�&�A�Ȑ�d�b\\ \hline + ����Y & 6 & 223 & ���l�s�`�k����g & xxx-yyy & + zzz-www & �g���K & 9876-54321 \\ + ���g���m & 2 & \multicolumn@{2@}@{c|@}@{�����Ȃ�@} + &&&(???) + \\ \hline + \end@{tabular@} @end example @noindent @@ -1205,16 +1207,16 @@ @table @kbd @item [prefix] & - @dots{} ���݂̃J�����\�� + @dots{} ���݂̃J�����\�� @end table -@cindex ���݂̃J�����\��[���񂴂��̂���ނЂ傤��] +@cindex ���݂̃J�����\��[���񂳂��̂���ނЂ悤��] �������ƃJ�[�\���ʒu�̃J�������ǂ̍��ڂɊY�����邩���~�j�o�b�t�@�ɕ\������ ���Btabular/array�‹��̑�1�s�ڂ����ږ��̕��тƂ݂Ȃ��đΉ�������̂�T���� ���B�������ږ��Ƃ��ĕʂ̂��̂�^�������ꍇ�́A�s����@code{%}�ɂ��ă_�~�[�� ���ڕ��т�����Ă����Ɨǂ��ł��傤�B -@node Intelligent newline - ���܂������s, Online help - �I�����C���w���v, Where am I? - ���͂ǂ�?, Top +@node Intelligent newline, Online help, Where am I?, Top @comment node-name, next, previous, up @chapter ���܂������s @cindex ���܂������s[���܂����������傤] @@ -1225,7 +1227,7 @@ @table @kbd @item ESC RET - @dots{} ���܂������s + @dots{} ���܂������s @end table @noindent @@ -1237,15 +1239,15 @@ @itemize @item @code{tabular}, @code{tabular*}, @code{array} - �J������-1 ������ @code{&} �� @code{\\}�B�K�v�ɉ����� @code{\hline} + �J������-1 ������ @code{&} �� @code{\\}�B�K�v�ɉ����� @code{\hline} @item @code{tabbing} - ��s�ڂŒ�`���Ă��� @code{\=} �Ɠ������� @code{\>}�B + ��s�ڂŒ�`���Ă��� @code{\=} �Ɠ������� @code{\>}�B @item @code{itemize}, @code{enumerate}, @code{description}, @code{list} - @code{\item} �܂��� @code{item[]} + @code{\item} �܂��� @code{item[]} @end itemize tabular �‹��̗�̂悤�ɁA�{�@�\�͊e�‹��̈�s�ڂ̓��e���Q�l�ɂ��ē��삷 @@ -1259,12 +1261,12 @@ ���ł��傤�B�֐� @code{YaTeX-intelligent-newline-itemize} �̒�`�Ȃǂ��Q�l �ɂ��Ă��������B -@node Online help - �I�����C���w���v, Cooperation with other packages - ���p�b�P�[�W�Ƃ̘A�g, Intelligent newline - ���܂������s, Top +@node Online help, Cooperation with other packages, Intelligent newline, Top @comment node-name, next, previous, up @chapter �I�����C���w���v -@cindex �I�����C���w���v[����炢��ւ��] +@cindex �I�����C���w���v[����炢��ւ��] @cindex apropos -@cindex �L�[���[�h����[���[��[�ǂ��񂳂�] +@cindex �L�[���[�h����[�����킠�Ƃ��񂳂�] @cindex prefix ? @cindex prefix / @@ -1273,14 +1275,14 @@ @table @kbd @item [prefix] ? - @dots{} �I�����C���w���v + @dots{} �I�����C���w���v @item [prefix] / - @dots{} �I�����C��apropos + @dots{} �I�����C��apropos @end table @section �I�����C���w���v -@cindex �O���[�o���w���v[����[�΂�ւ��] -@cindex �v���C�x�[�g�w���v[�Ղ炢�ׁ[�Ƃւ��] +@cindex �O���[�o���w���v[���남�͂�ւ��] +@cindex �v���C�x�[�g�w���v[�ӂ炢�ւ��Ƃւ��] �u�I�����C���w���v�v�́A��ʓI�� La@TeX{} �R�}���h(�f�t�H���g�ŃJ�[�\�� �ʒu�̃R�}���h)�ɑ΂��������ׂ̃o�b�t�@�ɕ\�����܂��B���̎��Q�Ƃ����w @@ -1306,14 +1308,14 @@ �΂���������������Ȃ�΂��Ў��܂ł��̐����������艺�����B����̔z�z�Ɋ܂� �����Ǝv���܂��B -@node Cooperation with other packages - ���p�b�P�[�W�Ƃ̘A�g, Customizations - �J�X�^�}�C�Y, Online help - �I�����C���w���v, Top +@node Cooperation with other packages, Customizations, Online help, Top @comment node-name, next, previous, up @chapter ���p�b�P�[�W�Ƃ̘A�g -@cindex ���p�b�P�[�W�Ƃ̘A�g[���ς����[���Ƃ̂�񂯂�] +@cindex ���p�b�P�[�W�Ƃ̘A�g[���͂‚������Ƃ̂�񂯂�] @section gmhist @cindex gmhist -@cindex �R�}���h�q�X�g��[���܂�ǂЂ��Ƃ�] +@cindex �R�}���h�q�X�g��[���܂�ƂЂ��Ƃ�] @cindex �q�X�g��[�Ђ��Ƃ�] @file{gmhist.el}��@file{gmhist-mh.el} �����[�h���Ă���ꍇ�A�v�������[�R @@ -1327,28 +1329,28 @@ @file{min-out.el} (@code{outline-minor-mode}) �Ɩ쒹��g�ݍ��킹�Ďg���� �Ƃ��������”\�ł��B�ݒ�̕��@�Ɋւ��Ă�@file{yatexm-o.el}���������������B -@node Customizations - �J�X�^�}�C�Y, Etc - ���̑�, Cooperation with other packages - ���p�b�P�[�W�Ƃ̘A�g, Top +@node Customizations, Etc, Cooperation with other packages, Top @comment node-name, next, previous, up @chapter �J�X�^�}�C�Y -@cindex �J�X�^�}�C�Y[�������܂���] -@cindex �L�[�A�T�C��[���[��������] +@cindex �J�X�^�}�C�Y[�������܂���] +@cindex �L�[�A�T�C��[������������] �쒹�̓���𐧌䂷���X�̕ϐ���Ǝ��ɐݒ肷�邱�Ƃɂ��A�⊮�� �͂��N������L�[�A�T�C����ς�����A�‹����̕⊮��������ɏ[���� ���邱�ƂȂǂ��ł��܂��B @menu -* Lisp variables - lisp �ϐ�:: -* Add-in functions - �t���֐�(�A�h�C���֐�):: +* Lisp variables:: lisp �ϐ� +* Add-in functions:: �t���֐�(�A�h�C���֐�) @end menu -@node Lisp variables - lisp �ϐ�, Add-in functions - �t���֐�(�A�h�C���֐�), Customizations - �J�X�^�}�C�Y, Customizations - �J�X�^�}�C�Y +@node Lisp variables, Add-in functions, Customizations, Customizations @comment node-name, next, previous, up @section lisp �ϐ� -@cindex prefix�L�[�ύX[prefix���[�ւ񂱂�] +@cindex prefix�L�[�ύX[prefix�����ւ񂱂�] �Ⴆ�� prefix �L�[�� @kbd{C-c} �ȊO�̃L�[�ɂ������ꍇ�́A -@code{YaTeX-prefix }�� prefix �L�[�ɂ������V���{�����`���Ă��������B���� +@code{YaTeX-prefix}�� prefix �L�[�ɂ������V���{�����`���Ă��������B���� �ɁA�u@kbd{C-c �p��}�v�Ƃ����L�[�o�C���h�͓Ǝ��̊֐������蓖�ĂĂ���̂Ŏg �������Ȃ��B���̂悤�Ȏ��́A@code{YaTeX-inhibit-prefix-letter} �� @code{t} �ɐݒ肷�邱�Ƃɂ��A@kbd{C-c �p���c}�̃o�C���h���S�āA�Ή�����@kbd{C-c @@ -1357,184 +1359,183 @@ �g���ĉ������B)�B @menu -* All customizable variables - �J�X�^�}�C�Y�ϐ��ꗗ:: -* Sample definitions - �J�X�^�}�C�Y�ϐ��ݒ��:: -* Hook variables - hook�ϐ�:: -* Hook file - hook�p�t�@�C��:: +* All customizable variables:: �J�X�^�}�C�Y�ϐ��ꗗ +* Sample definitions:: �J�X�^�}�C�Y�ϐ��ݒ�� +* Hook variables:: hook�ϐ� +* Hook file:: hook�p�t�@�C�� @end menu -@node All customizable variables - �J�X�^�}�C�Y�ϐ��ꗗ, Sample definitions - �J�X�^�}�C�Y�ϐ��ݒ��, Lisp variables - lisp �ϐ�, Lisp variables - lisp �ϐ� +@node All customizable variables, Sample definitions, Lisp variables, Lisp variables @comment node-name, next, previous, up @subsection �J�X�^�}�C�Y�ϐ��ꗗ -@cindex �J�X�^�}�C�Y�ϐ��ꗗ[�������܂����ւ񂷂��������] +@cindex �J�X�^�}�C�Y�ϐ��ꗗ[�������܂����ւ񂷂��������] yatex-mode �ɂ����鎟�̕ϐ����J�X�^�}�C�Y�”\�ł��B@file{~/.emacs} �� @code{setq} ���Ă����΁A������̒�`���D�悳��܂��B���ʂ̒��̓f�t�H���g�l �ł��B -@table @samp -@item YaTeX-prefix - +@defvar YaTeX-prefix yatex-mode ���̃v���t�B�N�X�L�[(@kbd{C-c}) +@end defvar -@item YaTeX-inhibit-prefix-letter - +@defvar YaTeX-inhibit-prefix-letter prefix �L�[�̒���̃L�[�o�C���h��@kbd{�p��}�̂��̂�@kbd{C-�p��}�ɕύX (@code{nil}) +@end defvar -@item YaTeX-fill-prefix - +@defvar YaTeX-fill-prefix �{�����������̍s���ɑ}������ړ������Ȃ킿 fill-prefix (@code{""(nil)}) +@end defvar -@item YaTeX-open-lines - +@defvar YaTeX-open-lines \begin{�‹�}��\end{�‹�}�̂������̋󔒍s�� (0) +@end defvar -@item YaTeX-user-completion-table - +@defvar YaTeX-user-completion-table �w�K����La@TeX{}�R�}���h�ۑ��t�@�C����(@code{"~/.yatexrc"}) +@end defvar -@item YaTeX-kanji-code - +@defvar YaTeX-kanji-code �������쐬���鎞�̊����R�[�h1=Shift JIS, 2=JIS, 3=EUC(2 (MS-DOS�ł�1)) +@end defvar -@item YaTeX-item-regexp - +@defvar YaTeX-item-regexp item�̌������̎��ɗp����Aitem�̐��K�\��(@code{"\\\\item"}) +@end defvar -@item tex-command - +@defvar tex-command La@TeX{}�^�C�v�Z�b�^�R�}���h�� (@code{"jlatex"}) +@end defvar -@item dvi2-command - +@defvar dvi2-command �v�������[�A�R�}���h��(@code{"xdvi -geo +0+0 -s 4 -display (getenv"DISPLAY")"}) +@end defvar -@item dviprint-command-format - +@defvar dviprint-command-format dvi�t�@�C���̈���Ɏg����R�}���h��(@code{"dvi2ps %f %t %s | lpr"}) +@end defvar -@item dviprint-from-format - +@defvar dviprint-from-format ���@code{%f}�ɑ�������J�n�y�[�W�w�菑���A@code{%b} ���J�n�y�[�W�ԍ��ɕ� ���(@code{"-f %b"}) +@end defvar -@item dviprint-to-format - +@defvar dviprint-to-format @code{%t} �ɑ�������I���y�[�W�w�菑���A@code{%e}���I���y�[�W�ԍ��ɕς�� (@code{"-t %e"}) +@end defvar -@item section-name - +@defvar section-name �ŏ���section�^�⊮�̋K��l(@code{"documentstyle"}) +@end defvar -@item env-name - +@defvar env-name �ŏ���begin�^�⊮�̋K��l(@code{"document"}) +@end defvar -@item fontsize-name - +@defvar fontsize-name �ŏ���large�^�⊮�̋K��l(@code{"large"}) +@end defvar -@item single-command - +@defvar single-command +@end defvar �ŏ���maketitle�^�⊮�̋K��l(@code{"maketitle"}) -@item YaTeX-need-nonstop +@defvar YaTeX-need-nonstop @code{\nonstopmode@{@}}�������I�ɕt�����邩(@code{nil}) +@end defvar -@item latex-warning-regexp - +@defvar latex-warning-regexp latex�R�}���h�̏o�͂���E�H�[�j���O�s�̐��K�\��(@code{"line.* [0-9]*"}) +@end defvar -@item latex-error-regexp - +@defvar latex-error-regexp �������G���[�s�̐��K�\��(@code{"l\\.[1-9][0-9]*"}) +@end defvar -@item latex-dos-emergency-message - +@defvar latex-dos-emergency-message MS-DOS��œ��삷�� latex �R�}���h���A�G���[�ɂ���~����Ƃ��o�͂��郁�b �Z�[�W (@code{"Emergency stop"}) +@end defvar -@item latex-message-kanji-code - +@defvar latex-message-kanji-code jlatex �R�}���h�̏o�͂��郁�b�Z�[�W�̊����R�[�h.�^�C�v�Z�b�g�o�b�t�@ �̏o�͂������鎞�́A�����ݒ肷��(2, Nemacs�ł̂ݗL��) +@end defvar -@item NTT-jTeX - +@defvar NTT-jTeX NTT-j@TeX{}�g�p��@code{t}�ɂ���(@code{nil}) +@end defvar -@item YaTeX-item-regexp - +@defvar YaTeX-item-regexp item���R�}���h�̐��K�\��(@code{"\\\\(sub\\)*item"}) +@end defvar -@item YaTeX-nervous - +@defvar YaTeX-nervous ���[�J��������p���鎞 @code{t} (@code{t}) +@end defvar -@item YaTeX-sectioning-regexp - +@defvar YaTeX-sectioning-regexp �Z�N�V������؂�ݒ�R�}���h�̐��K�\�� (@code{"part\\|chapter\\|\\(sub\\)*\\(section\\|paragraph\\)"}) +@end defvar -@item YaTeX-fill-inhibit-environments - +@defvar YaTeX-fill-inhibit-environments fill ��}�~����‹����̃��X�g(@code{'("verbatim" "tabular")}) +@end defvar -@item YaTeX-uncomment-once - +@defvar YaTeX-uncomment-once �̈�uncomment�ōs���̕�����@code{%}��S�č폜���邩(@code{nil}) +@end defvar -@item YaTeX-close-paren-always - +@defvar YaTeX-close-paren-always �J�����ʂ̓��͂ŏ�ɕ‚����ʂ���͂���(@code{t}) +@end defvar -@item YaTeX-auto-math-mode - +@defvar YaTeX-auto-math-mode �������[�h�̐؂�ւ��������I�ɍs���B(@code{nil}) +@end defvar -@item YaTeX-default-pop-window-height - +@defvar YaTeX-default-pop-window-height 1��ʂ̎��Ƀ^�C�v�Z�b�g�o�b�t�@�����߂č쐬���鎞�̍����B���l�ōs���A���� �������Emacs�E�B���h�E�ɑ΂���S����(10)�B +@end defvar -@item YaTeX-help-file - +@defvar YaTeX-help-file ���p�w���v�t�@�C��(@file{$EMACS/etc/YATEXHLP.jp}) +@end defvar -@item YaTeX-help-file-private - +@defvar YaTeX-help-file-private �l�p�w���v�t�@�C��(@file{"~/YATEXHLP.jp"}) +@end defvar -@item YaTeX-no-begend-shortcut - +@defvar YaTeX-no-begend-shortcut @kbd{[prefix] b ??} �̃V���[�g�J�b�g���g�킸�A@kbd{[prefix] b} �����ŕ⊮ ���͂ɓ���(@kbd{nil}) -@end table +@end defvar -@node Sample definitions - �J�X�^�}�C�Y�ϐ��ݒ��, Hook variables - hook�ϐ�, All customizable variables - �J�X�^�}�C�Y�ϐ��ꗗ, Lisp variables - lisp �ϐ� +@node Sample definitions, Hook variables, All customizable variables, Lisp variables @comment node-name, next, previous, up @subsection �J�X�^�}�C�Y�ϐ��ݒ�� -@cindex �ݒ��[�����Ă��ꂢ] +@cindex �ݒ��[���‚Ă��ꂢ] ���Ƃ��΁Aprefix �L�[�Ƃ���@kbd{ESC}���g�p���A�V���ȕ⊮�����i�[����t�@ �C�����A@file{~/src/emacs/yatexrc} �ɂ��A�s���� prefix ���^�u������‚ɕ� �������Ƃ��́A @lisp - (setq YaTeX-prefix "\e" - YaTeX-user-completion-table "~/src/emacs/yatexrc" - YaTeX-fill-prefix " ") + (setq YaTeX-prefix "\e" + YaTeX-user-completion-table "~/src/emacs/yatexrc" + YaTeX-fill-prefix " ") @end lisp @noindent �� @file{~/.emacs} �ɉ����܂��B -@node Hook variables - hook�ϐ�, Hook file - hook�p�t�@�C��, Sample definitions - �J�X�^�}�C�Y�ϐ��ݒ��, Lisp variables - lisp �ϐ� +@node Hook variables, Hook file, Sample definitions, Lisp variables @comment node-name, next, previous, up @subsection hook�ϐ� -@cindex hook�ϐ�[hook�ϐ�] +@cindex hook�ϐ�[hook�ւ񂷂�] @cindex yatex-mode-hook @cindex yatex-mode-load-hook @@ -1547,8 +1548,8 @@ �̂悤�ɐݒ肵�܂��B @lisp - (setq yatex-mode-hook - '(lambda () (outline-minor-mode t))) + (setq yatex-mode-hook + '(lambda () (outline-minor-mode t))) @end lisp @noindent @@ -1559,14 +1560,14 @@ �}�����܂��B @lisp - (setq yatex-mode-load-hook - '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) + (setq yatex-mode-load-hook + '(lambda() (YaTeX-define-begend-key "ba" "abstract"))) @end lisp �Ȃ��A�V���ȃL�[�̒�`�ɂ́A�֐� @code{YaTeX-define-key} @code{YaTeX-define-begend-key}�𗘗p����悤�ɂ��Ă��������B -@node Hook file - hook�p�t�@�C��, , Hook variables - hook�ϐ�, Lisp variables - lisp �ϐ� +@node Hook file, , Hook variables, Lisp variables @comment node-name, next, previous, up @subsection hook�p�t�@�C�� @@ -1575,7 +1576,7 @@ �������̎��Ɏ����I�Ƀ��[�h���܂��B -@node Add-in functions - �t���֐�(�A�h�C���֐�), , Lisp variables - lisp �ϐ�, Customizations - �J�X�^�}�C�Y +@node Add-in functions, , Lisp variables, Customizations @comment node-name, next, previous, up @section �t���֐�(�A�h�C���֐�) @@ -1583,7 +1584,7 @@ �邽�߂̊֐����쐬���邱�Ƃ��ł��܂��B���̊֐��̍쐬���@��A�g�ݍ��ݕ��@�� �ւ��ẮA@code{yatexadd.doc} ���������������B -@node Etc - ���̑�, Copying - ��舵��, Customizations - �J�X�^�}�C�Y, Top +@node Etc, Copying, Customizations, Top @comment node-name, next, previous, up @chapter ���̑� @@ -1594,7 +1595,7 @@ ���邱�ƂŁA���Ȃ��� La@TeX{} �X�^�C���ɂ������쒹�ւƈ���Ă������Ƃł��� ���B -@node Copying - ��舵��, , Etc - ���̑�, Top +@node Copying, Concept Index, Etc, Top @comment node-name, next, previous, up @chapter ��舵�� @@ -1613,6 +1614,19 @@ �L���Y�� @end flushright +@node Concept Index, , Copying, Top +@comment node-name, next, previous, up +@unnumbered ���� +@printindex cp + +@c �J�X�^�}�C�Y�ϐ������������ƕ�������ꍇ�ɂ̓R�����g�A�E�g���O��!!! +@c @node Variable Index +@c @comment node-name, next, previous, up +@c @unnumbered �J�X�^�}�C�Y�ϐ����� +@c @printindex vr + +@contents + @bye @c Local Variables: diff --git a/help/YATEXHLP.jp b/help/YATEXHLP.jp index 34d9819..be45216 100644 --- a/help/YATEXHLP.jp +++ b/help/YATEXHLP.jp @@ -1044,6 +1044,13 @@ alpha "Foo94" �̂悤�ȃ^�O���‚��� abbrv ���҂̃t�@�[�X�g�l�[���A���s���A���Ж����ȗ������ +thebibliography +\begin{thebibliography} \bibitem{�A�C�e��}�c \end{thebibliography} +�Q�l�����f�[�^�̓o�^�‹����J�n����B +�f�[�^�� \bibitem �R�}���h�ɂ���ēo�^����B +\bibitem �R�}���h�̗p�@�͈ȉ��̒ʂ�B + + bibitem \bibitem{NAME} \bibitem[LABEL]{NAME} \bibitem{NAME}�̏����ł́ANAME�ŎQ�Ƃ���A[1],[2] �̂悤�Ȍ`�ň��p�L���� diff --git a/yatex.el b/yatex.el index 9702c15..534053e 100644 --- a/yatex.el +++ b/yatex.el Binary files differ diff --git a/yatex.new b/yatex.new index 56ae645..7a0d7ac 100644 --- a/yatex.new +++ b/yatex.new @@ -1,6 +1,11 @@ Yet Another tex-mode for Emacs yatex.el �e�o�[�W�����̕ύX�_�ɂ‚��āB +1.51 ���j���[�o�[�ւ̃��j���[�o�^�B + YaTeX-fill-item(C-c C-i) �� YaTeX-indent-line (C-i)�������Ȃ����B + hilit19�����[�h���Ă����ƃZ�N�V������؂肪�ڗ��‚悤�ɐF���t���B + YaTeX-generate-simple �̃o�O�t�B�N�X�B + 1.50 YaTeX-math ���[�h�̋L���p prefix �� , ���� ; �ɕς���(����!)�B �C���[�W�⊮�̈ꗗ�\���L�[�� RET ���� TAB �ɕς���(����!)�B [prefix] / �� YaTeX-apropos �̒lj��B diff --git a/yatex19.el b/yatex19.el new file mode 100644 index 0000000..5464e93 --- /dev/null +++ b/yatex19.el @@ -0,0 +1,261 @@ +;;; -*- Emacs-Lisp -*- +;;; YaTeX facilities for Emacs 19 +;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp] +;;; Last modified Sat Sep 17 12:53:23 1994 on figaro +;;; $Id$ + +;;; $B$H$j$"$($:(B hilit19 $B$r;H$C$F$$$k;~$K?'$,IU$/$h$&$K$7$F(B +;;; $B%a%K%e!<%P!<$G$4$K$g$4$K$g$G$-$k$h$&$K$7$?$@$1!#(B +;;; $B$$$C$?$$C/$,%a%K%e!<%P!<;H$C$F(BLaTeX$B%=!<%9=q$/$s$@$m$&$+(B? +;;; $B$^$"$$$$$dN}=,N}=,!#8e$m$NJ}$K$A$g$C$H%3%a%s%H$"$j!#(B + +(defun YaTeX-19-define-sub-menu (map vec &rest bindings) + "Define sub-menu-item in MAP at vector VEC as BINDINGS. +BINDINGS is a form with optional length: (symbol title binding). +When you defined menu-bar keymap such like: + (define-key foo-map [menu-bar foo] (make-sparse-keymap \"foo menu\")) +and you want to define sub menu for `foo menu' as followings. + foo -> menu1 (calling function `func1') + menu2 (doing interactive call `(func2 ...)' +Call this function like this: + (YaTeX-19-define-sub-menu foo-map [menu-bar foo] + '(m1 \"Function 1\" func1) + '(m2 \"Function 2\" (lambda () (interactive) (func2 ...)))) +where + `m1' and `m2' are the keymap symbol for sub-menu of `[menu-bar foo]. + `Funtion 1' and `Function 2' are the title strings for sub-menu. +" + (let ((i 0) (vec2 (make-vector (1+ (length vec)) nil))) + (while (< i (length vec)) + (aset vec2 i (aref vec i)) + (setq i (1+ i))) + (setq bindings (reverse bindings)) + (mapcar + (function + (lambda (bind) + (aset vec2 (1- (length vec2)) (car bind)) ;set menu-symbol + (define-key map vec2 + (cons (car (cdr bind)) + (car (cdr (cdr bind))))))) + bindings))) + +;; Menu for Typeset relating processes ---------------------------------------- +(define-key YaTeX-mode-map [menu-bar yatex] + (cons "YaTeX" (make-sparse-keymap "YaTeX"))) +(define-key YaTeX-mode-map [menu-bar yatex process] + (cons "Process" (make-sparse-keymap "Process"))) +(YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex process] + '(buffer "LaTeX" (lambda () (interactive) (YaTeX-typeset-menu nil ?j))) + '(kill "Kill LaTeX" (lambda () (interactive) (YaTeX-typeset-menu nil ?k))) + '(bibtex "BibTeX" (lambda () (interactive) (YaTeX-typeset-menu nil ?b))) + '(makeindex "makeindex" (lambda () (interactive) (YaTeX-typeset-menu nil ?i))) + '(preview "Preview" (lambda () (interactive) (YaTeX-typeset-menu nil ?p))) + '(lpr "lpr" (lambda () (interactive) (YaTeX-typeset-menu nil ?l))) + '(lpq "lpq" (lambda () (interactive) (YaTeX-typeset-menu nil ?q))) +) + +;; Help for LaTeX ------------------------------------------------------------ +(YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex] + '(sephelp "--") + '(help "Help on LaTeX commands" YaTeX-help) + '(apropos "Apropos on LaTeX commands" YaTeX-apropos)) + +;; Switch modes -------------------------------------------------------------- +(define-key YaTeX-mode-map [menu-bar yatex switch] + (cons "Switching YaTeX's modes" (make-sparse-keymap "modes"))) +(or YaTeX-auto-math-mode + (define-key YaTeX-mode-map [menu-bar yatex switch math] + '("Toggle math mode" . (lambda () (interactive) + (YaTeX-switch-mode-menu nil ?t))))) +(define-key YaTeX-mode-map [menu-bar yatex switch mod] + '("Toggle modify mode" . (lambda () (interactive) + (YaTeX-switch-mode-menu nil ?m)))) + +;; % menu -------------------------------------------------------------------- +(define-key YaTeX-mode-map [menu-bar yatex percent] + (cons "Edit %# notation" (make-sparse-keymap "Edit %# notation"))) +(YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex percent] + '(! "Change LaTeX typesetter(%#!)" + (lambda () (interactive) (YaTeX-%-menu nil nil ?!))) + '(begend "Set %#BEGIN-%#END on region" + (lambda () (interactive) (YaTeX-%-menu nil nil ?b))) + '(lpr "Change LPR format" + (lambda () (interactive) (YaTeX-%-menu nil nil ?l)))) + +;; What position ------------------------------------------------------------- +(YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex] + '(what "What column in tabular" YaTeX-what-column)) + +;; Jump cursor --------------------------------------------------------------- +(define-key YaTeX-mode-map [menu-bar yatex jump] + (cons "Jump cursor" + (make-sparse-keymap "Jump cursor"))) +(YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex jump] + '(corres "Goto corersponding position" YaTeX-goto-corresponding-*) + '(main "Visit main source" (lambda () (interactive) (YaTeX-visit-main))) + '(main-other "Visit main source other window" YaTeX-visit-main-other-window) + ) + +;; =========================================================================== +(define-key YaTeX-mode-map [menu-bar yatex sepcom] + '("---" . nil)) + +;; Comment/Uncomment --------------------------------------------------------- +(YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex] + '(comment "Comment region or environment" YaTeX-comment-region) + '(uncomment "Unomment region or environment" YaTeX-uncomment-region) + '(commentp "Comment paragraph" YaTeX-comment-paragraph) + '(uncommentp "Unomment paragraph" YaTeX-uncomment-paragraph) + '(sepcom "--" nil) +) + + +;; =========================================================================== +;; Change/Kill/Fill +(YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex] + '(change "Change macros" YaTeX-change-*) + '(kill "Kill macros" YaTeX-kill-*) + '(fillitem "Fill \\item" YaTeX-fill-item) + '(newline "Newline" YaTeX-intelligent-newline) + '(sepchg "--" nil) +) + +;; Menu for completions ------------------------------------------------------ + + +;;;(YaTeX-19-define-sub-menu +;;; YaTeX-mode-map [menu-bar yatex] +;;; '(secr "Section-type command on region" YaTeX-make-section-region) +;;; '(sec "Section-type command" YaTeX-make-section)) + +(define-key YaTeX-mode-map [menu-bar yatex sectionr] + (cons "Section-type region(long name)" + (make-sparse-keymap "Enclose region with section-type macro"))) +(define-key YaTeX-mode-map [menu-bar yatex section] + (cons "Sectio-type(long name)" + (make-sparse-keymap "Section-type macro"))) +(let ((sorted-section + (sort + (delq nil + (mapcar (function (lambda (s) + (if (> (length (car s)) 5) + (car s)))) + (append section-table user-section-table))) + 'string<))) + (apply 'YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex section] + (mapcar (function (lambda (secname) + (list (intern secname) secname + (list 'lambda () + (list 'interactive) + (list 'YaTeX-make-section + nil nil nil secname))))) + sorted-section)) + (apply 'YaTeX-19-define-sub-menu + YaTeX-mode-map [menu-bar yatex sectionr] + (mapcar (function (lambda (secname) + (list (intern secname) secname + (list 'lambda () + (list 'interactive) + (list 'YaTeX-make-section + nil + (list 'region-beginning) + (list 'region-end) + secname))))) + sorted-section))) + +(define-key YaTeX-mode-map [menu-bar yatex envr] + (cons "Environment region" (make-sparse-keymap "Environment region"))) +(define-key YaTeX-mode-map [menu-bar yatex env] + (cons "Environment" (make-sparse-keymap "Environment"))) +(let (prev envname) + (mapcar + (function + (lambda (envalist) + (setq envname (car envalist)) + (define-key-after + (lookup-key YaTeX-mode-map [menu-bar yatex env]) + (vector (intern envname)) + (cons envname + (list 'lambda () (list 'interactive) + (list 'YaTeX-insert-begin-end + envname nil))) + prev) + (define-key-after + (lookup-key YaTeX-mode-map [menu-bar yatex envr]) + (vector (intern envname)) + (cons envname + (list 'lambda () (list 'interactive) + (list 'YaTeX-insert-begin-end + envname t))) + prev) + (setq prev (intern envname)))) + (sort (append env-table user-env-table) + '(lambda (x y) (string< (car x) (car y)))))) + +;; Highlightening +;; $B%m!<%+%k$J%^%/%m$rFI$_9~$s$@8e(B redraw $B$9$k$H(B +;; $B%m!<%+%k%^%/%m$r(B keyword $B$H$7$F8w$i$;$k(B(keyword$B$8$c$^$:$$$+$J!D(B)$B!#(B +(defvar YaTeX-hilit-pattern-adjustment + (list + ;;\def $B$,(B define $B$J$s$@$+$i(B new* $B$b(B define $B$G$7$g$&!#(B + '("\\\\\\(re\\)?new\\(environment\\|command\\){" "}" define) + '("\\\\new\\(length\\|theorem\\|counter\\){" "}" define) + ;;$B%;%/%7%g%s%3%^%s%I$,C1$J$k%-!<%o!<%I$C$F$3$H$O$J$$$G$7$g$&!#(B + (list + (concat "\\\\\\(" YaTeX-sectioning-regexp "\\){") "}" + 'sectioning)) + "Adjustment for hilit19's LaTeX hilit pattern.") +(defvar YaTeX-hilit-sectioning-face + 'yellow/cornflowerblue) +(defun YaTeX-19-collect-macro () + (cond + ((and (featurep 'hilit19) (fboundp 'hilit-translate)) + (hilit-translate sectioning YaTeX-hilit-sectioning-face) + (setq hilit-patterns-alist ;Remove at the first time. + (delq 'yatex-mode hilit-patterns-alist) + hilit-patterns-alist + (cons + (cons 'yatex-mode + (append + YaTeX-hilit-pattern-adjustment + (cdr (assq 'latex-mode hilit-patterns-alist)) + (list + (list + (concat "\\\\\\(" + (mapconcat + (function (lambda (s) (regexp-quote (car s)))) + (append user-section-table tmp-section-table) + "\\|") + "\\){") + "}" 'keyword)))) + hilit-patterns-alist))))) +(YaTeX-19-collect-macro) +(defun YaTeX-hilit-recenter (arg) + "Collect current local macro and hilit-recenter." + (interactive "P") + (YaTeX-19-collect-macro) + (hilit-recenter arg)) +(if (fboundp 'hilit-recenter) ;Replace hilit-recenter with + (mapcar (function (lambda (key) ;YaTeX-hilit-recenter in yatex-mode + (define-key YaTeX-mode-map key 'YaTeX-hilit-recenter))) + (where-is-internal 'hilit-recenter))) + +;;; reverseVideo $B$K$7$F(B hilit-background-mode $B$r(B 'dark +;;; $B$K$7$F$$$k?M$O?t<0$J$I$,0E$/$J$j$9$.$F8+$E$i$$$+$b$7$l$J$$!#(B +;;; $Bl=j$ND>8e$KCV$/$H$A$g$C(B +;;; $B$H$O$^$7!#(B +;;; (if (eq hilit-background-mode 'dark) +;;; (hilit-translate +;;; string 'mediumspringgreen +;;; formula 'khaki +;;; label 'yellow-underlined)) + +(provide 'yatex19) diff --git a/yatexadd.el b/yatexadd.el index efb1612..f188214 100644 --- a/yatexadd.el +++ b/yatexadd.el @@ -2,7 +2,7 @@ ;;; YaTeX add-in functions. ;;; yatexadd.el rev.9 ;;; (c )1991-1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp] -;;; Last modified Mon Jul 25 00:04:43 1994 on figaro +;;; Last modified Mon Aug 22 14:19:39 1994 on figaro ;;; $Id$ ;;; @@ -99,6 +99,10 @@ (YaTeX:read-position "htbp") ) +(fset 'YaTeX:figure 'YaTeX:table) +(fset 'YaTeX:figure* 'YaTeX:table) + + (defun YaTeX:description () "Truly poor service:-)" (setq single-command "item[]") diff --git a/yatexenv.el b/yatexenv.el index e1be830..c7c946a 100644 --- a/yatexenv.el +++ b/yatexenv.el @@ -2,7 +2,7 @@ ;;; YaTeX environment-specific functions. ;;; yatexenv.el ;;; (c ) 1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp] -;;; Last modified Mon Jul 11 02:01:18 1994 on 98fa +;;; Last modified Tue Sep 20 01:35:46 1994 on figaro ;;; $Id$ ;;; diff --git a/yatexgen.el b/yatexgen.el index e8e5498..a905872 100644 --- a/yatexgen.el +++ b/yatexgen.el @@ -1,8 +1,8 @@ ;;; -*- Emacs-Lisp -*- ;;; YaTeX add-in function generator. -;;; yatexgen.el rev.2 +;;; yatexgen.el rev.3 ;;; (c )1991-1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp] -;;; Last modified Fri Jul 8 00:46:09 1994 on figaro +;;; Last modified Tue Sep 20 01:34:46 1994 on figaro ;;; $Id$ (require 'yatex) @@ -432,7 +432,7 @@ (while (string< "" (setq cand (read-string (format "Item[%d](RET to exit): " i)))) - (setq cands (concat cands (format "(""%s"")\n" cand)) + (setq cands (concat cands (format "(\"%s\")\n" cand)) i (1+ i)) (insert cand "\n")) (kill-buffer buf))) @@ -450,33 +450,33 @@ ) (defun YaTeX-generate-create-read-string (&optional nth) (concat - "(read-string """ + "(read-string \"" (read-string (if nth (format "Prompt for argument#%d: " nth) "Prompt: ")) - ": ""\n" - """" (read-string "Default: ") """" + ": \"\n" + "\"" (read-string "Default: ") "\"" ")\n") ) (defun YaTeX-generate-create-completing-read (&optional nth) (concat - "(completing-read """ + "(completing-read \"" (read-string (if nth (format "Prompt for argument#%d: " nth) "Prompt: ")) - ": ""\n" + ": \"\n" (format "'%s\n" (YaTeX-generate-read-completion-table)) "nil " (format "%s)" (y-or-n-p "Require match? "))) ) (defun YaTeX-generate-create-read-file-name (&optional nth) (concat - "(read-file-name """ + "(read-file-name \"" (read-string (if nth (format "Prompt for argument#%d: " nth) "Prompt: ")) - ": "" nil nil t """")\n") + ": \" nil nil t \"\")\n") ) (defun YaTeX-generate-create-read-oneof (&optional nth readpos) (concat (if readpos - "(YaTeX:read-position """ - "(YaTeX:read-oneof """) - (read-string "Acceptable characters: " "lcr") """)\n") + "(YaTeX:read-position \"" + "(YaTeX:read-oneof \"") + (read-string "Acceptable characters: " "lcr") "\")\n") ) (defun YaTeX-generate-option-type (command) (let ((func (format "YaTeX:%s" command)) leftp @@ -491,41 +491,41 @@ (cond ;;Read string ((eq type 'string) - (concat """" (setq leftp (read-string "Left parenthesis: " "{")) - """\n" + (concat \"\" (setq leftp (read-string "Left parenthesis: " "{")) + \""\n" (YaTeX-generate-create-read-string) - """" (YaTeX-generate-corresponding-paren leftp) """" + \"\" (YaTeX-generate-corresponding-paren leftp) \"\" )) ;;Completing-read ((eq type 'completion) - (concat """" (setq leftp (read-string "Left parenthesis: " "{")) - """\n" + (concat \"\" (setq leftp (read-string "Left parenthesis: " "{")) + \""\n" (YaTeX-generate-create-completing-read) - """" (YaTeX-generate-corresponding-paren leftp) """") + \"\" (YaTeX-generate-corresponding-paren leftp) \"\") ) ((eq type 'file) - (concat """" (setq leftp (read-string "Left parenthesis: " "{")) - """\n" + (concat \"\" (setq leftp (read-string "Left parenthesis: " "{")) + \""\n" (YaTeX-generate-create-read-file-name) - """" (YaTeX-generate-corresponding-paren leftp) """") + \"\" (YaTeX-generate-corresponding-paren leftp) \"\") ) ((eq type 'oneof) (YaTeX-generate-create-read-oneof nil t) ) ((eq type 'option) - (concat "(let ((op (read-string """ + (concat "(let ((op (read-string \"" (read-string "Prompt: ") - ": "")))\n" - "(if (string< """" op)\n" - " (concat ""["" op ""]"")\n" - " """"))\n") + ": \")))\n" + "(if (string< \"\" op)\n" + " (concat \"[\" op \"]\")\n" + " \"\"))\n") ) ((eq type 'coord) - (concat "(YaTeX:read-coordinates """ + (concat "(YaTeX:read-coordinates \"" (read-string "Prompt for coordinates: ") - ": """) + ": \")\n") ) ((eq type 'macro) (error "not yet supported") diff --git a/yatexhlp.el b/yatexhlp.el index 53105eb..cdcf61f 100644 --- a/yatexhlp.el +++ b/yatexhlp.el @@ -2,15 +2,17 @@ ;;; YaTeX helper with LaTeX commands and macros. ;;; yatexhlp.el ;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp] -;;; Last modified Fri Jul 1 17:03:23 1994 on VFR +;;; Last modified Tue Sep 20 01:35:12 1994 on figaro ;;; $Id$ -(let ((help-file - (concat "YATEXHLP." - (cond (YaTeX-japan "jp") - (t "eng"))))) +(let ((help-file (concat "YATEXHLP." + (cond (YaTeX-japan "jp") + (t "eng")))) + (help-dir + (cond (YaTeX-emacs-19 (expand-file-name "../etc" exec-directory)) + (t exec-directory)))) (defvar YaTeX-help-file - (expand-file-name help-file exec-directory) + (expand-file-name help-file help-dir) "*Help file of LaTeX/TeX commands or macros.") (defvar YaTeX-help-file-private (expand-file-name (concat "~/" help-file)) diff --git a/yatexlib.el b/yatexlib.el index 3f0f7d6..580ea6c 100644 --- a/yatexlib.el +++ b/yatexlib.el @@ -2,7 +2,7 @@ ;;; YaTeX library of general functions. ;;; yatexlib.el ;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp] -;;; Last modified Fri Jul 8 00:44:41 1994 on figaro +;;; Last modified Fri Sep 16 01:50:34 1994 on figaro ;;; $Id$ ;;;###autoload @@ -53,7 +53,9 @@ (file-name-nondirectory file)) buf) (if (file-exists-p file) - (progn (find-file file) (current-buffer)) + (funcall + (if setbuf 'find-file-noselect 'find-file) + file) (message "%s was not found in this directory." file) nil))) ) diff --git a/yatexprc.el b/yatexprc.el index bc45a95..5c20948 100644 --- a/yatexprc.el +++ b/yatexprc.el @@ -2,7 +2,7 @@ ;;; YaTeX process handler. ;;; yatexprc.el ;;; (c )1993-1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp] -;;; Last modified Sun Jul 24 01:24:08 1994 on figaro +;;; Last modified Fri Sep 16 01:50:36 1994 on figaro ;;; $Id$ (require 'yatex) diff --git a/yatexsec.el b/yatexsec.el index 4ee1c57..2ee0a54 100644 --- a/yatexsec.el +++ b/yatexsec.el @@ -2,7 +2,7 @@ ;;; YaTeX sectioning browser. ;;; yatexsec.el ;;; (c ) 1994 by HIROSE Yuuji [yuuji@ae.keio.ac.jp] -;;; Last modified Thu Jul 7 01:26:26 1994 on 98fa +;;; Last modified Tue Sep 20 01:35:32 1994 on figaro ;;; $Id$ (defvar YaTeX-sectioning-level