annotate docs/yatexe.tex @ 69:807c1e7e68b7

yahtml-escape-chars-region Translate <>"& to entity reference. And inverse translation to above. yahtml-translate-hyphens-when-comment-region yahtml-prefer-upcase-attributes Inquire .htaccess file to determine the file-coding-system. Completions for StyleSheet. ---yahtml--- Auto insert of \), \|, \] after corresponding \(, \| \]. [prefix] c for \right\left parens.
author yuuji
date Thu, 15 Jul 1999 04:58:26 +0000
parents 0eb6997bee16
children 44e3a5e1e883
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1 \def\lang{jp} % -*- texinfo -*-
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2 \input texinfo.tex
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
3 @setfilename yatexe
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
4 @settitle Yet Another tex-mode for Emacs
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
5
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
6 @iftex
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
7 @c @syncodeindex fn cp
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
8 @syncodeindex vr cp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
9 @end iftex
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
10
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
11 @titlepage
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
12 @sp 10
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
13 @center
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
14 @subtitle Yet Another tex-mode for emacs
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
15 @title Wild Bird
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
16 @subtitle // YaTeX //
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
17 @author @copyright{} 1991-1996 by HIROSE, Yuuji [yuuji@@gentei.org]
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
18 @end titlepage
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
19
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
20 @node Top, What is YaTeX?, (dir), (dir)
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
21 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
22 @cindex Demacs
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
23 @cindex Mule
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
24 @cindex LaTeX
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
25 @cindex YaTeX
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
26
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
27 @menu
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
28 * What is YaTeX?::
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
29 * Main features:: What YaTeX can do
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
30 * Installation:: Guide to install
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
31 * Typesetting:: Call typesetting processes
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
32 * %#notation::
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
33 * Completion:: Input LaTeX commands with completion
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
34 * Local dictionaries:: Directory dependent completion
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
35 * Commenting out:: Commenting/uncommenting text
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
36 * Cursor jump:: Jumping to related position
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
37 * Changing and Deleting:: Changing/deleting certain unit of text
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
38 * Filling:: Filling an item or paragraph
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
39 * Updation of includeonly:: Free from maintaining includeonly
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
40 * What column:: Check what table-column the cursor belong
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
41 * Intelligent newline:: Guess requisites of new line
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
42 * Online help:: On-line documentation of LaTeX
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
43 * Browsing file hierarchy:: Walking through file hierarchy
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
44 * Cooperation with other packages:: Work well with gmhist, min-out
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
45 * Customizations:: How to breed `Wild Bird'
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
46 * Etcetera:: YaTeX is acquisitive.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
47 * Copying:: Redistribution
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
48
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
49 --- The Detailed Node Listing ---
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
50
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
51 Typesetting
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
52
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
53 * Calling typesetter::
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
54 * Calling previewer::
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
55 * Printing out::
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
56
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
57 %# notation
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
58
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
59 * Changing typesetter::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
60 * Static region for typesetting::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
61 * Lpr format::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
62 * Editing %# notation::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
63
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
64 Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
65
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
66 * Begin-type completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
67 * Section-type completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
68 * Large-type completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
69 * Maketitle-type completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
70 * Arbitrary completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
71 * End completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
72 * Accent completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
73 * Image completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
74 * Greek letters completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
75
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
76 Section-type completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
77
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
78 * view-sectioning::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
79
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
80 Cursor jump
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
81
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
82 * Jump to corresponding object::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
83 * Invoking image processor::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
84 * Jump to main file::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
85 * Jumping around the environment::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
86 * Jumping to last completion position::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
87
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
88 Changing and Deleting
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
89
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
90 * Changing LaTeX commands::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
91 * Killing LaTeX commands::
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
92
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
93 Customizations
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
94
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
95 * Lisp variables::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
96 * Add-in functions::
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
97 * Add-in generator::
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
98
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
99 Lisp variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
100
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
101 * All customizable variables::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
102 * Sample definitions::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
103 * Hook variables::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
104 * Hook file::
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
105
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
106 Procedure
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
107
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
108 * How the add-in function works::
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
109 * How the function is called::
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
110 * Useful functions for creating add-in::
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
111 * Contribution::
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
112
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
113 How the add-in function works
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
114
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
115 * Defining option-add-in::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
116 * Defining argument-add-in::
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
117 @end menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
118
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
119 @node What is YaTeX?, Main features, Top, Top
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
120 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
121 @chapter What is YaTeX?
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
122
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
123 YaTeX automates typesetting and previewing of LaTeX and enables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
124 completing input of LaTeX mark-up command such as
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
125 @code{\begin@{@}}..@code{\end@{@}}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
126
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
127 YaTeX also supports Demacs which runs on MS-DOS(386), Mule (Multi
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
128 Language Enhancement to GNU Emacs), and latex on DOS.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
129
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
130 @node Main features, Installation, What is YaTeX?, Top
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
131 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
132 @chapter Main features
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
133
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
134 @itemize
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
135 @item Invocation of typesetter, previewer and related programs(@kbd{C-c t})
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
136 @item Typesetting on static region which is independent from point
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
137 @item Semiautomatic replacing of @code{\includeonly}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
138 @item Jumping to error line(@kbd{C-c '})
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
139 @item Completing-read of La@TeX{} commands such as @code{\begin@{@}},
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
140 @code{\section} etc.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
141 (@kbd{C-c b}, @kbd{C-c s}, @kbd{C-c l}, @kbd{C-c m})
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
142 @item Enclosing text into La@TeX{} environments or commands
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
143 (@kbd{C-u} @var{AboveKeyStrokes})
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
144 @item Displaying the structure of text at entering sectioning commands
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
145 @item Lump shifting of sectioning commands (@ref{view-sectioning})
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
146 @item Learning unknown/new La@TeX{} commands for the next completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
147 @item Argument reading with a guide for complicated La@TeX{} commands
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
148 @item Generating argument-readers for new/unsupported commands(@file{yatexgen})
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
149 @item Quick changing or deleting of La@TeX{} commands(@kbd{C-c c}, @kbd{C-c k})
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
150 @item Jumping from and to inter-file, begin<->end, ref<->label(@kbd{C-c g})
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
151 @item Blanket commenting out or uncommenting
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
152 (@kbd{C-c >}, @kbd{C-c <}, @kbd{C-c ,}, @kbd{C-c .})
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
153 @item Easy input of accent mark, math-mode's commands and Greek letters
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
154 (@kbd{C-c a}, @kbd{;}, @kbd{:})
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
155 @item Online help for the popular La@TeX{} commands
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
156 (@kbd{C-c ?}, @kbd{C-c /})
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
157 @item Document files hierarchy browser (@kbd{C-c d})
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
158 @end itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
159
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
160 @node Installation, Typesetting, Main features, Top
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
161 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
162 @chapter Installation
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
163 @cindex installation
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
164 @cindex .emacs
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
165 @cindex auto-mode-alist
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
166 @cindex autoload
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
167
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
168 Put next two expressions into your @file{~/.emacs}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
169
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
170 @lisp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
171 (setq auto-mode-alist
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
172 (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
173 (autoload 'yatex-mode "yatex" "Yet Another La@TeX{} mode" t)
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
174 @end lisp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
175
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
176 Next, add certain path name where you put files of YaTeX to your
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
177 load-path. If you want to put them in @file{~/src/emacs}, write
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
178
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
179 @lisp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
180 (setq load-path
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
181 (cons (expand-file-name "~/src/emacs") load-path))
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
182 @end lisp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
183
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
184 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
185 in your @file{~/.emacs}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
186
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
187 Then, yatex-mode will be automatically loaded when you visit a
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
188 file which has extension @file{.tex}. If yatex-mode is successfully
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
189 loaded, mode string on mode line will be turned to "YaTeX".
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
190
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
191
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
192 @node Typesetting, %#notation, Installation, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
193 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
194 @chapter Typesetting
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
195 @cindex typesetting
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
196 @cindex previewer
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
197 @cindex typesetter
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
198 @cindex latex
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
199 @cindex printing out
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
200
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
201 The prefix key stroke of yatex-mode is @kbd{C-c} (Press 'C' with Control
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
202 key) by default. If you don't intend to change the prefix key stroke,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
203 assume all @kbd{[prefix]} as @kbd{C-c} in this document. These key
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
204 strokes execute typeset or preview command.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
205
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
206 @table @kbd
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
207 @item [prefix] t j
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
208 @dots{} invoke latex
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
209 @item [prefix] t r
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
210 @dots{} invoke latex on region
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
211 @item [prefix] t k
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
212 @dots{} kill current typesetting process
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
213 @item [prefix] t b
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
214 @dots{} invoke bibtex
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
215 @item [prefix] t p
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
216 @dots{} preview
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
217 @item [prefix] t l
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
218 @dots{} lpr dvi-file
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
219 @item [prefix] t s
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
220 @dots{} search current string on xdvi-remote
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
221 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
222
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
223 @menu
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
224 * Calling typesetter::
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
225 * Calling previewer::
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
226 * Printing out::
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
227 @end menu
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
228
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
229 @node Calling typesetter, Calling previewer, Typesetting, Typesetting
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
230 @comment node-name, next, previous, up
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
231 @section Calling typesetter
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
232
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
233 Typing @kbd{[prefix] t j}, the current editing window will be divided
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
234 horizontally when you invoke latex command, and log message of La@TeX{}
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
235 typesetting will be displayed in the other window; called typesetting
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
236 buffer. The typesetting buffer automatically scrolls up and traces
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
237 La@TeX{} warnings and error messages. If you see latex stopping by an
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
238 error, you can send string to latex in the typesetting buffer.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
239
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
240 If an error stops the La@TeX{} typesetting, this key stroke will
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
241 move the cursor to the line where La@TeX{} error is detected.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
242
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
243 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
244 @item [prefix] '
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
245 @itemx ([prefix]+single quotation)
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
246
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
247 @dots{} jump to the previous error or warning
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
248 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
249
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
250 If you find a noticeable error, move to the typesetting buffer and move
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
251 the cursor on the line of error message and type @kbd{SPACE} key. This
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
252 makes the cursor move to corresponding source line.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
253
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
254 Since @kbd{[prefix] tr} pastes the region into the file
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
255 @file{texput.tex} in the current directory, you should be careful of
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
256 overwriting. The method of specification of the region is shown in the
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
257 section @xref{%#notation}.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
258
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
259 The documentstyle for typeset-region is the same as that of editing
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
260 file if you edit one file, and is the same as main file's if you
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
261 edit splitting files.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
262
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
263 @node Calling previewer, Printing out, Calling typesetter, Typesetting
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
264 @comment node-name, next, previous, up
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
265 @section Calling previewer
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
266
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
267 @kbd{[prefix] t p} invokes the TeX previewer. And if you are using
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
268 xdvi-remote, which can be controled from other terminals, @kbd{[prefix] t
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
269 s} enables you to search current string at the cursor on the running xdvi
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
270 window. You can get xdvi with `-remote feature' from;
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
271 @code{ftp://ftp.ae.keio.ac.jp/pub/text/xdvi/xdvi-remote}.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
272
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
273 @node Printing out, , Calling previewer, Typesetting
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
274 @comment node-name, next, previous, up
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
275 @section Printing out
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
276
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
277 When you type @code{[preifx] t l}, YaTeX asks you the range of
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
278 dvi-printing by default. You can skip this by invoking it with
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
279 universal-argument as follows:
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
280
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
281 @example
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
282 C-u [prefix] tl
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
283 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
284
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
285 @node %#notation, Completion, Typesetting, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
286 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
287 @chapter %# notation
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
288 @cindex %# notation
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
289
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
290 You can control the typesetting process by describing @code{%#}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
291 notations in the source text.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
292
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
293 @menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
294 * Changing typesetter::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
295 * Static region for typesetting::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
296 * Lpr format::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
297 * Editing %# notation::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
298 @end menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
299
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
300 @node Changing typesetter, Static region for typesetting, %#notation, %#notation
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
301 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
302 @section To change the `latex' command or to split a source text.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
303 @cindex typesetter
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
304
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
305 To change the typesetting command, write
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
306
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
307 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
308 %#!latex-big
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
309 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
310
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
311 @noindent
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
312 anywhere in the source text. This is useful for changing
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
313 typesetter.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
314
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
315 @node Splitting input files, Static region for typesetting, Changing typesetter, %#notation
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
316 @comment node-name, next, previous, up
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
317
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
318 And if you split the source text and
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
319 edit subfile that should be included from main text.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
320
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
321 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
322 %#!latex main.tex
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
323 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
324
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
325 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
326 will be helpful to execute latex on main file from sub text buffer. Since
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
327 this command line after @kbd{%#!} will be sent to shell literally, next
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
328 description makes it convenient to use ghostview as dvi-previewer.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
329
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
330 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
331 %#!latex main ; dvi2ps main.dvi > main
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
332 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
333
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
334 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
335 Note that YaTeX assumes the component before the last period of
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
336 the last word in this line as base name of the main La@TeX{} source.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
337
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
338 To make best use of the feature of inter-file jumping by
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
339 @kbd{[prefix] g} (see @ref{Cursor jump}), take described below into
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
340 consideration.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
341
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
342 @itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
343 @item You can put split texts in sub directory, but not in
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
344 sub directory of sub directory.
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
345 @item In the main text, specify the child file name with relative path name
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
346 such as \include{chap1/sub}, when you include the file in
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
347 a sub-directory.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
348 @item In a sub-text, write @code{%#!latex main.tex} even if @file{main.tex}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
349 is in the parent directory(not %#!latex ../main.tex).
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
350 @end itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
351
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
352 @node Static region for typesetting, Lpr format, Changing typesetter, %#notation
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
353 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
354 @section Static region
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
355 @cindex static region
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
356 @cindex Fixed region
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
357
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
358 Typeset-region by @kbd{[prefix] tr} passes the region between point and
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
359 mark to typesetting command by default. But when you want to typeset
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
360 static region, enclose the region by @code{%#BEGIN} and @code{%#END} as
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
361 follows.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
362
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
363 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
364 %#BEGIN
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
365 TheRegionYouWantToTypesetManyTimes
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
366 %#END
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
367 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
368
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
369 This is the rule of deciding the region.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
370
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
371 @enumerate
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
372 @item
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
373 If there exists %#BEGIN before point,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
374
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
375 @enumerate
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
376 @item
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
377 If there exists %#END after %#BEGIN,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
378 @itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
379 @item From %#BEGIN to %#END.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
380 @end itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
381
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
382 @item
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
383 If %#END does not exist after %#BEGIN,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
384 @itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
385 @item From %#BEGIN to the end of buffer.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
386 @end itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
387 @end enumerate
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
388
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
389 @item
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
390 If there does not exist %#BEGIN before point,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
391 @itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
392 @item Between point and mark(standard method of Emacs).
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
393 @end itemize
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
394 @end enumerate
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
395
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
396 It is useful to write @code{%#BEGIN} in the previous line of \begin and
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
397 @code{%#END} in the next line of \@code{end} when you try complex
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
398 environment such as `tabular' many times. It is also useful to put only
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
399 @code{%#BEGIN} alone at the middle of very long text. Do not forget to
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
400 erase @code{%#BEGIN} @code{%#END} pair.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
401
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
402 @node Lpr format, Editing %# notation, Static region for typesetting, %#notation
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
403 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
404 @section Lpr format
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
405 @cindex lpr format
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
406
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
407 Lpr format is specified by three Lisp variables. Here are the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
408 default values of them.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
409
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
410 @table @code
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
411 @item (1)dviprint-command-format
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
412 @code{"dvi2ps %f %t %s | lpr"}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
413 @item (2)dviprint-from-format
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
414 @code{"-f %b"}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
415 @item (3)dviprint-to-format
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
416 @code{"-t %e"}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
417 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
418
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
419 On YaTeX-lpr, @code{%s} in (1) is replaced by the file name of main
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
420 text, @code{%f} by contents of (2), %t by contents of (3). At these
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
421 replacements, @code{%b} in (2) is also replaced by the number of beginning
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
422 page, @code{%e} in (3) is replaced by the number of ending page. But
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
423 @code{%f} and @code{%t} are ignored when you omit the range of print-out
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
424 by @kbd{C-u [prefix] tl}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
425
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
426 If you want to change this lpr format temporarily, put a command
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
427 such as follows somewhere in the text:
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
428
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
429 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
430 %#LPR dvi2ps %f %t %s | 4up -page 4 | texfix | lpr -Plp2
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
431 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
432
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
433 And if you want YaTeX not to ask you the range of printing
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
434 out, the next example may be helpful.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
435
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
436 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
437 %#LPR dvi2ps %s | lpr
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
438 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
439
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
440 @node Editing %# notation, , Lpr format, %#notation
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
441 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
442 @section Editing %# notation
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
443
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
444 To edit @code{%#} notation described above, type
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
445
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
446 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
447 @item [prefix] %
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
448 @dots{} editing %# notation menu
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
449 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
450
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
451 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
452 and select one of the entry of the menu as follows.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
453
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
454 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
455 !)Edit-%#! B)EGIN-END-region L)Edit-%#LPR
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
456 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
457
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
458 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
459 Type @kbd{!} to edit @code{%#!} entry, @code{b} to enclose the region with
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
460 @code{%#BEGIN} and @code{%#END}, and @code{l} to edit @code{%#LPR} entry.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
461 When you type @kbd{b}, all @code{%#BEGIN} and @code{%#END} are
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
462 automatically erased.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
463
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
464 @node Completion, Local dictionaries, %#notation, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
465 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
466 @chapter Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
467 @cindex completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
468
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
469 YaTeX makes it easy to input the La@TeX{} commands. There are several
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
470 kinds of completion type, begin-type, section-type, large-type, etc...
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
471
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
472 @menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
473 * Begin-type completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
474 * Section-type completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
475 * Large-type completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
476 * Maketitle-type completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
477 * Arbitrary completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
478 * End completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
479 * Accent completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
480 * Image completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
481 * Greek letters completion::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
482 @end menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
483
33
56f7676ed8ca Change the document for YaTeX-nervous.
yuuji
parents: 28
diff changeset
484 @node Begin-type completion, Section-type completion, Completion, Completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
485 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
486 @section Begin-type completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
487 @cindex begin-type completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
488 @cindex environment
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
489 @cindex prefix b
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
490
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
491 "Begin-type completion" completes commands of @code{\begin@{env@}} ...
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
492 @code{\end@{env@}}. All of the begin-type completions begin with this key
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
493 sequence.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
494
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
495 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
496 @item [prefix] b
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
497 @dots{} start begin-type completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
498 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
499
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
500 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
501 An additional key stroke immediately completes a frequently used
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
502 La@TeX{} @code{\begin@{@}}...@code{\@code{end}@{@}} environment.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
503
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
504 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
505 @item [prefix] b c
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
506 @dots{} @code{\begin@{center@}...\end@{center@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
507 @item [prefix] b d
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
508 @dots{} @code{\begin@{document@}...\end@{document@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
509 @item [prefix] b D
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
510 @dots{} @code{\begin@{description@}...\end@{description@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
511 @item [prefix] b e
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
512 @dots{} @code{\begin@{enumerate@}...\end@{enumerate@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
513 @item [prefix] b E
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
514 @dots{} @code{\begin@{equation@}...\end@{equation@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
515 @item [prefix] b i
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
516 @dots{} @code{\begin@{itemize@}...\end@{itemize@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
517 @item [prefix] b l
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
518 @dots{} @code{\begin@{flushleft@}...\end@{flushleft@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
519 @item [prefix] b m
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
520 @dots{} @code{\begin@{minipage@}...\end@{minipage@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
521 @item [prefix] b t
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
522 @dots{} @code{\begin@{tabbing@}...\end@{tabbing@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
523 @item [prefix] b T
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
524 @dots{} @code{\begin@{tabular@}...\end@{tabular@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
525 @item [prefix] b^T
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
526 @dots{} @code{\begin@{table@}...\end@{table@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
527 @item [prefix] b p
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
528 @dots{} @code{\begin@{picture@}...\end@{picture@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
529 @item [prefix] b q
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
530 @dots{} @code{\begin@{quote@}...\end@{quote@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
531 @item [prefix] b Q
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
532 @dots{} @code{\begin@{quotation@}...\end@{quotation@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
533 @item [prefix] b r
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
534 @dots{} @code{\begin@{flushright@}...\end@{flushright@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
535 @item [prefix] b v
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
536 @dots{} @code{\begin@{verbatim@}...\end@{verbatim@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
537 @item [prefix] b V
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
538 @dots{} @code{\begin@{verse@}...\end@{verse@}}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
539 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
540
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
541 Any other La@TeX{} environments are made by completing-read of the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
542 Emacs function.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
543
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
544 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
545 @item [prefix] b SPACE
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
546 @dots{} begin-type completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
547 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
548
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
549 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
550 The next message will show up in the minibuffer
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
551
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
552 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
553 Begin environment(default document):
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
554 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
555
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
556 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
557 by typing @kbd{[prefix] b}. Put the wishing environment with completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
558 in the minibuffer, and @code{\begin@{env@}}...\@code{\end@{env@}} will be
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
559 inserted in the La@TeX{} source text. If the environment you want to put
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
560 does not exist in the YaTeX completion table, it will be registered in the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
561 user completion table. YaTeX automatically saves the user completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
562 table in the user dictionary file at exiting of emacs.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
563
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
564 At the completion of certain environments, the expected initial entry will
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
565 automatically inserted such as @code{\item} for @code{itemize}
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
566 environment. If you don't want the entry, it can be removed by undoing.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
567
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
568 If you want to enclose some paragraphs which have already been
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
569 written, invoke the begin-type completion with changing the case
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
570 of @kbd{b} of key sequence upper(or invoke it with universal argument
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
571 by @kbd{C-u} prefix).
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
572 @cindex enclose region into environment
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
573
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
574 The following example encloses a region with `description'
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
575 environment.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
576
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
577 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
578 @item [prefix] B D
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
579 @itemx (or ESC 1 [prefix] b D)
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
580 @itemx (or C-u [prefix] b D)
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
581
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
582 @dots{} begin-type completion for region
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
583 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
584
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
585 This enclosing holds good for the completing input by @kbd{[prefix] b
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
586 SPC}. @kbd{[prefix] B SPC} enclose a region with the environment selected
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
587 by completing-read.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
588
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
589 @node Section-type completion, Large-type completion, Begin-type completion, Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
590 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
591 @section Section-type completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
592 @cindex section-type completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
593 @cindex prefix s
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
594
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
595 "Section-type completion" completes section-type commands which take an
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
596 argument or more such as @code{\section@{foo@}}. To invoke section-type
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
597 completion, type
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
598
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
599 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
600 @item [prefix] s
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
601 @dots{} section-type completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
602 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
603
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
604 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
605 then the prompt
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
606
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
607 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
608 (C-v for view) \???@{@} (default documentstyle):
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
609 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
610
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
611 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
612 will show up in the minibuffer. Section-type La@TeX{} commands are
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
613 completed by space key, and the default value is selected when you
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
614 type nothing in the minibuffer.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
615
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
616 Next,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
617
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
618 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
619 \section@{???@}:
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
620 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
621
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
622 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
623 prompts you the argument of section-type La@TeX{} command. For
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
624 example, the following inputs
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
625
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
626 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
627 \???@{@} (default documentstyle): section
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
628 \section{???}: Hello world.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
629 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
630
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
631 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
632 will insert the string
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
633
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
634 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
635 \section@{Hello world.@}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
636 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
637
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
638 in your La@TeX{} source. When you neglect argument such as
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
639
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
640 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
641 (C-v for view) \???@{@} (default section): vspace*
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
642 \vspace*@{???@}:
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
643 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
644
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
645 YaTeX puts
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
646
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
647 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
648 \vspace*@{@}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
649 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
650
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
651 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
652 and move the cursor in the braces.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
653
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
654 In La@TeX{} command, there are commands which take more than one
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
655 arguments such as @code{\addtolength{\topmargin}{8mm}}. To complete these
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
656 commands, invoke section-type completion with universal argument as,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
657 @cindex number of argument
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
658
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
659 @example
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
660 C-u 2 [prefix] s (or ESC 2 [prefix] s)
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
661 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
662
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
663 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
664 and make answers in minibuffer like this.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
665
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
666 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
667 (C-v for view) \???@{@} (default vspace*): addtolength
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
668 \addtolength@{???@}: \topmargin
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
669 Argument 2: 8mm
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
670 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
671
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
672 @code{\addtolength} and the first argument @code{\topmargin} can be typed
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
673 easily by completing read. Since YaTeX also learns the number of
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
674 arguments of section-type command and will ask that many arguments in
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
675 future completion, you had better tell the number of arguments to YaTeX at
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
676 the first completion of the new word. But you can change the number of
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
677 arguments by calling the completion with different universal argument
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
678 again.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
679
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
680
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
681 Invoking section-type completion with @code{[Prefix] S} (Capital `S')
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
682 includes the region as the first argument of section-type command.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
683
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
684 The section/large/maketitle type completion can work at the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
685 prompt for the argument of other section-type completion.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
686 Nested La@TeX{} commands are efficiently read with the recursive
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
687 completion by typing YaTeX's completion key sequence in the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
688 minibuffer.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
689
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
690 @menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
691 * view-sectioning::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
692 @end menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
693
33
56f7676ed8ca Change the document for YaTeX-nervous.
yuuji
parents: 28
diff changeset
694 @node view-sectioning, , Section-type completion, Section-type completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
695 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
696 @subsection view-sectioning
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
697 @cindex view sectioning
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
698 @cindex outline
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
699
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
700 In the minibuffer at the prompt of section-type command completion,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
701 typing @kbd{C-v} shows a list of sectioning commands in source text(The
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
702 line with @code{<<--} mark is the nearest sectioning command). Then,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
703 default sectioning command appears in the minibuffer. You can go up/down
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
704 sectioning command by typing @kbd{C-p}/@kbd{C-n}, can scrolls up/down the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
705 listing buffer by @kbd{C-v}/@kbd{M-v}, and can hide sectioning commands
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
706 under certain level by 0 through 6. Type @kbd{?} in the minibuffer of
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
707 sectioning prompt for more information.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
708
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
709 You can generate this listing buffer (@code{*Sectioning Lines*} buffer)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
710 by typing
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
711 @table @kbd
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
712 @item M-x YaTeX-section-overview
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
713 @dots{} Generate *Sectioning Lines* buffer
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
714 @end table
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
715 @cindex{Generate the listing of sectioning units}
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
716 from the LaTeX source buffer. In this listing buffer, typing @kbd{u} on
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
717 the sectioning command shifts up the corresponding sectioning command in
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
718 source text and @kbd{d} shifts down. After marking lines in the listing
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
719 buffer, typing @kbd{U} shifts up all sectioning commands in the region,
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
720 and @kbd{U} shifts down. Here are all the key bindings of
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
721 @code{*Sectioning Lines*} buffer.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
722
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
723 @table @kbd
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
724 @item SPC
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
725 @dots{} Jump to corresponding source line
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
726 @item .
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
727 @dots{} Display corresponding source line
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
728 @item u
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
729 @dots{} Shift up a sectioning line
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
730 @item d
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
731 @dots{} Shift down a sectioning line
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
732 @item U
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
733 @dots{} Shift up sectioning lines in region
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
734 @item D
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
735 @dots{} Shift down sectioning lines in region
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
736 @item 0@dots{}6
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
737 @dots{} Hide sectioning commands whose level is lower than n
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
738 @end table
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
739
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
740
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
741 @node Large-type completion, Maketitle-type completion, Section-type completion, Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
742 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
743 @section Large-type completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
744
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
745 "Large-type completion" inputs the font or size changing
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
746 descriptions such as @code{@{\large @}}. When you type
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
747
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
748 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
749 @item [prefix] l
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
750 @dots{} large-type completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
751 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
752
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
753 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
754 the message in the minibuffer
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
755
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
756 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
757 @{\??? @} (default large):
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
758 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
759
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
760 prompts prompts you large-type command with completing-read. There are
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
761 TeX commands to change fonts or sizes, @code{it}, @code{huge} and so on,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
762 in the completion table.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
763
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
764 Region-based completion is also invoked by changing the letter after
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
765 prefix key stroke as @kbd{[prefix] L}. It encloses the region by braces
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
766 with large-type command.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
767
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
768 @node Maketitle-type completion, Arbitrary completion, Large-type completion, Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
769 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
770 @section Maketitle-type completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
771 @cindex maketitle-type completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
772
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
773 We call it "maketitle-type completion" which completes commands such as
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
774 @code{\maketitle}. Take notice that maketitle-type commands take no
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
775 arguments. Then, typing
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
776
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
777 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
778 @item [prefix] m
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
779 @dots{} maketitle-type completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
780 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
781
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
782 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
783 begins maketitle-completion. Above mentioned method is true for
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
784 maketitle-completion, and there are La@TeX{} commands with no
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
785 arguments in completion table.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
786
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
787 @node Arbitrary completion, End completion, Maketitle-type completion, Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
788 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
789 @section Arbitrary completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
790 @cindex arbitrary completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
791
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
792 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
793 You can complete certain La@TeX{} command anywhere without typical
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
794 completing method as described, by typing
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
795
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
796 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
797 @item [prefix] SPC
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
798 @dots{} arbitrary completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
799 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
800
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
801 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
802 after the initial string of La@TeX{} command that is preceded by @code{\}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
803
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
804 @node End completion, Accent completion, Arbitrary completion, Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
805 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
806 @section End completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
807 @cindex end completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
808
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
809 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
810 YaTeX automatically detects the opened environment and close it with
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
811 \@code{\end@{environment@}}. Though proficient YaTeX users never fail to
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
812 make environment with begin-type completion, some may begin an environment
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
813 manually. In that case, type
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
814
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
815 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
816 @item [prefix] e
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
817 @dots{} @code{end} completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
818 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
819
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
820 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
821 at the end of the opened environment.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
822
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
823 @node Accent completion, Image completion, End completion, Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
824 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
825 @section Accent completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
826 @cindex accent completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
827
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
828 When you want to write the European accent marks(like @code{\`@{o@}}),
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
829
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
830 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
831 @item [prefix] a
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
832 @dots{} accent completion
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
833 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
834
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
835 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
836 shows the menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
837
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
838 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
839 1:` 2:' 3:^ 4:" 5:~ 6:= 7:. u v H t c d b
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
840 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
841
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
842 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
843 in the minibuffer. Chose one character or corresponding numeric,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
844 and you will see
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
845
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
846 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
847 \`{}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
848 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
849
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
850 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
851 in the editing buffer with the cursor positioned in braces. Type
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
852 one more character `o' for example, then
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
853
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
854 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
855 \`{o}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
856 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
857
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
858 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
859 will be completed, and the cursor gets out from braces.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
860
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
861 @node Image completion, Greek letters completion, Accent completion, Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
862 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
863 @section Image completion of mathematical sign
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
864 @cindex image completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
865 @cindex math-mode
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
866 @cindex sigma
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
867 @cindex leftarrow
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
868 @cindex ;
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
869
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
870 Arrow marks, sigma mark and those signs mainly used in the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
871 TeX's math environment are completed by key sequences which
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
872 imitate the corresponding symbols graphically. This completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
873 only works in the math environment. YaTeX automatically detects
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
874 whether the cursor located in math environment or not, and
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
875 change the behavior of key strokes @kbd{;} and @kbd{:}.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
876
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
877 By the way, we often express the leftarrow mark by `<-' for example.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
878 Considering such image, you can write @code{\leftarrow} by typing @kbd{<-}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
879 after @kbd{;} (semicolon) as a prefix. In the same way,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
880 @code{\longleftarrow} (@code{<--}) is completed by typing @kbd{;<--},
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
881 infinity mark which is imitated by @code{oo} is completed by typing
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
882 @kbd{;oo}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
883
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
884 Here are the sample operations in YaTeX math-mode.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
885
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
886 @example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
887 INPUT Completed La@TeX{} commands
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
888 ; < - @code{\leftarrow}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
889 ; < - - @code{\longleftarrow}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
890 ; < - - > @code{\longleftrightarrow}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
891 ; o @code{\circ}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
892 ; o o @code{\infty}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
893 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
894
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
895 In any case, you can quit from image completion and can move
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
896 to the next editing operation if the La@TeX{} command you want is
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
897 shown in the buffer.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
898
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
899 @code{;} itself in math-environment is inserted by @kbd{;;}. Typing
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
900 @kbd{TAB} in the midst of image completion shows all of the La@TeX{}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
901 commands that start with the same name as string you previously typed in.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
902 In this menu buffer, press @kbd{RET} after moving the cursor (by @kbd{n},
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
903 @kbd{p}, @kbd{b}, @kbd{f}) to insert the La@TeX{} command.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
904
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
905 To know all of the completion table, type @kbd{TAB} just after @kbd{;}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
906 And here is the sample menu by @kbd{TAB} after @kbd{;<}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
907
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
908 @example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
909 KEY LaTeX sequence sign
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
910 < \leq <
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
911 ~
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
912 << \ll <<
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
913 <- \leftarrow <-
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
914 <= \Leftarrow <=
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
915 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
916
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
917 You can define your favorite key-vs-sequence completion table in the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
918 Emacs-Lisp variable @code{YaTeX-math-sign-alist-private}. See also
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
919 @file{yatexmth.el} for the information of the structure of this variable.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
920
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
921 @node Greek letters completion, , Image completion, Completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
922 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
923 @section Greek letters completion
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
924 @cindex Greek letters completion
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
925 @cindex :
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
926
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
927 Math-mode of YaTeX provides another image completion, Greek letters
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
928 completion in the same method. After prefix @kbd{:}, typing @kbd{a} makes
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
929 @code{\alpha}, @kbd{b} makes @code{\beta} and @kbd{g} makes @code{\gamma}
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
930 and so on. First, type @kbd{:TAB} to know all the correspondence of
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
931 alphabets vs. Greek letters.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
932
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
933 If you will find @kbd{;} or @kbd{:} doesn't work in correct position of
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
934 math environment, it may be a bug of YaTeX. Please send me a bug report
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
935 with the configuration of your text, and avoid it temporarily by typing
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
936 @kbd{;} or @kbd{:} after universal-argument(@kbd{C-u}) which forces
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
937 @kbd{;} and @kbd{:} to work as math-prefix.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
938
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
939 @node Local dictionaries, Commenting out, Completion, Top
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
940 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
941 @chapter Local dictionaries
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
942 @cindex local dictionaries
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
943 @cindex nervous users
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
944
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
945 Tables for completion consist of three dictionaries; `standard
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
946 dictionary' built in @file{yatex.el}, `user dictionary' for your common
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
947 private commands, and `local dictionary' that is effective in a certain
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
948 directory.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
949
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
950 When you input the command unknown to YaTeX at a completion in the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
951 minibuffer, YaTeX asks you with the following prompt;
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
952
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
953 @example
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
954 `foo' is not in table. Register into: U)serDic L)ocalDic N)one D)iscad
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
955 @end example
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
956
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
957 @noindent
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
958 In this menu, typing @kbd{u} updates your `user dictionary', @kbd{l}
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
959 updates your local dictionary, @kbd{n} updates only on-memory dictionary
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
960 which go through only current Emacs session, and @kbd{d} updates no
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
961 dictionary and throws the new word away.
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
962
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
963 If you find this switching feature meaningless and bothersome, put the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
964 next expression into your @file{~/.emacs}
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
965
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
966 @lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
967 (setq YaTeX-nervous nil)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
968 @end lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
969
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
970 @node Commenting out, Cursor jump, Local dictionaries, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
971 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
972 @chapter Commenting out
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
973 @cindex commenting out
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
974 @cindex prefix >
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
975 @cindex prefix <
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
976 @cindex prefix ,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
977 @cindex prefix .
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
978
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
979 You may want to comment out some region.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
980
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
981 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
982 @item [prefix] >
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
983 @dots{} comment out region by %
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
984 @item [prefix] <
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
985 @dots{} uncomment region
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
986 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
987
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
988 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
989 cause an operation to the region between point and mark.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
990
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
991 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
992 @item [prefix] .
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
993 @dots{} comment out current paragraph
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
994 @item [prefix] ,
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
995 @dots{} uncomment current paragraph
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
996 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
997
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
998 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
999 comments or uncomments the paragraph where the cursor belongs.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1000 This `paragraph' means the region marked by the function
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1001 mark-paragraph, bound to @kbd{ESC h} by default. It is NOT
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1002 predictable what will happen when you continuously comment out
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1003 some paragraph many times.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1004
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1005 You can also comment out an environment between @code{\begin} and
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1006 @code{\end}, or a @code{\begin}-\@code{\end} pair themselves, by making the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1007 following key strokes on the line where @code{\begin@{@}} or
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1008 @code{\end@{@}} exists.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1009
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1010 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1011 @item [prefix] >
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1012 @dots{} comment out from \begin to \@code{end}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1013 @item [prefix] <
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1014 @dots{} uncomment from \begin to \@code{end}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1015 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1016
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1017 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1018 comment whole the contents of environment. Moreover,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1019
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1020 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1021 @item [prefix] .
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1022 @dots{} comment out \begin and \@code{end}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1023 @item [prefix] ,
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1024 @dots{} uncomment \begin and \@code{end}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1025 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1026
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1027 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1028 (un)comments out only environment declaration: @code{\begin@{@}} and
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1029 @code{\end@{@}}. NOTE that even if you intend to comment out some region,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1030 invoking @kbd{[prefix] >} on the @code{\begin},@code{\end} line decides to
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1031 work in `commenting out from @code{\begin} to @code{\end}' mode.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1032
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1033
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1034 @node Cursor jump, Changing and Deleting, Commenting out, Top
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1035 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1036 @chapter Cursor jump
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1037 @cindex cursor jump
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1038 @cindex prefix g
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1039
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1040
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1041 @menu
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1042 * Jump to corresponding object::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1043 * Invoking image processor::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1044 * Jump to main file::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1045 * Jumping around the environment::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1046 * Jumping to last completion position::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1047 @end menu
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1048
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1049 @node Jump to corresponding object, Invoking image processor, Cursor jump, Cursor jump
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1050 @comment node-name, next, previous, up
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1051 @section Jump to corresponding object
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1052
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1053 Typing
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1054
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1055 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1056 @item [prefix] g
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1057 @dots{} go to corresponding object
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1058 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1059
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1060 @noindent
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1061 in a certain place move the cursor to the place corresponding to the
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1062 La@TeX{} command of last place. YaTeX recognize the followings as pairs
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1063 that have relation each other.
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1064
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1065 @itemize @bullet
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1066 @item @code{\begin@{@}} <-> @code{\end@{@}}
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1067 @item @code{%#BEGIN} <-> @code{%#END}
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1068 @item On the image-including line -> corresponding viewer or drawing tool
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1069 @item @code{\label@{@}} <-> @code{\ref@{@}}
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1070 @item @code{\include(\input)} -> included file
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1071 @item @code{\bibitem@{@}} <-> @code{\cite@{@}}
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1072 @end itemize
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1073
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1074 On a @code{\begin},@code{\end} line, typing @kbd{[prefix] g} moves the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1075 cursor to the corresponding @code{\end},@code{\begin} line, if its partner
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1076 really exists. The behavior on the line @code{%#BEGIN} and @code{%#END}
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1077 are the same. Note that if the correspondent of @code{label/ref} or
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1078 @code{cite/bibitem} exists in another file, that file have to be opened to
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1079 make a round trip between references by @kbd{[prefix] g}.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1080
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1081 If you type @code{[prefix] g} on the line of @code{\include@{chap1@}},
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1082 typically in the main text, YaTeX switches buffer to @file{chap1.tex}.
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1083
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1084 @table @kbd
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1085 @item [prefix] 4 g
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1086 @dots{} go to corresponding object in other window
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1087 @end table
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1088
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1089 @noindent
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1090 do the same job as @kbd{[prefix] g} except it's done in other window.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1091 Note that this function doesn't work on @code{begin/end},
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1092 @code{%#BEGIN/%#END} pairs because it is meaningless.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1093
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1094 @node Invoking image processor, Jump to main file, Jump to corresponding object, Cursor jump
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1095 @comment node-name, next, previous, up
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1096 @section Invoking image processor
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1097 @cindex{Drawing tool invocation}
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1098
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1099 `image-including line' described above means such lines as
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1100 @code{\epsfile@{file=foo.ps@}}. If you type @kbd{[prefix] g} on that
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1101 line, YaTeX automatically searches source of `foo.ps' and invokes image
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1102 viewer or drawing tool correspoinding to it. For example; if you draw
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1103 an image foo.obj with Tgif and enclose its product named foo.eps by
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1104 @code{\epsfile} command. Typing @kbd{[prefix] g} on @code{\epsfile} line
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1105 make YaTeX invoke @code{tgif foo.obj}. How a processor is choosen is as
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1106 follows.
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1107
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1108 @enumerate
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1109 @item
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1110 If there is an expression matching with one of the pattern
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1111 defined in @code{YaTeX-processed-file-regexp-alist}, extract file name
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1112 from regexp group surrounded by \\(\\). (Which group corresponds is
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1113 written in the cdr part of each list.) If no matches were found, do
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1114 nothing.
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1115 @item
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1116 If there is a pattern as `%PROCESSOR' which is defined in the variable
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1117 @code{YaTeX-file-processor-alist}, call that processor giving the
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1118 file name with corresponding extension.
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1119 @item
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1120 If not, check the existence of each file which is supplied the
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1121 extension in the cdr part of each list of
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1122 @code{YaTeX-file-processor-alist}. If any, call the corresponding
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1123 image viewer or drawing tool.
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1124 @end enumerate
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1125
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1126 @node Jump to main file, Jumping around the environment, Invoking image processor, Cursor jump
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1127 @comment node-name, next, previous, up
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1128 @section Jump to main file
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1129
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1130 Typing
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1131
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1132 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1133 @item [prefix] ^
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1134 @dots{} visit main file
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1135 @item [prefix] 4^
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1136 @dots{} visit main file in other buffer
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1137 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1138 @cindex prefix ^
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1139 @cindex prefix 4 ^
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1140
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1141 in a sub text switch the buffer to the main text specified by
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1142 @code{%#!} notation.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1143
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1144 @node Jumping around the environment, Jumping to last completion position, Jump to main file, Cursor jump
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1145 @comment node-name, next, previous, up
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1146 @section Jumping around the environment
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1147
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1148 And these are the functions which work on the current La@TeX{}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1149 environment:
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1150
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1151 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1152 @item M-C-a
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1153 @dots{} beginning of environment
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1154 @item M-C-e
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1155 @dots{} @code{end} of environment
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1156 @item M-C-@@
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1157 @dots{} mark environment
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1158 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1159 @cindex M-C-a
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1160 @cindex M-C-e
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1161 @cindex M-C-@@
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1162
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1163 @node Jumping to last completion position, , Jumping around the environment, Cursor jump
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1164 @comment node-name, next, previous, up
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1165 @section Jumping to last completion position
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1166
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1167 YaTeX always memorize the position of completion into register @code{3}.
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1168 So every time you make a trip to any other part of text other than you are
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1169 writing, you can return to the editing paragraph by calling
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1170 register-to-point with argument YaTeX-current-position-register, which is
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1171 achieved by typing @kbd{C-x j 3}(by default).
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1172
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1173 @node Changing and Deleting, Filling, Cursor jump, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1174 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1175 @chapter Changing and Deleting
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1176
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1177 These functions are for change or deletion of La@TeX{} commands
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1178 already entered.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1179
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1180 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1181 @item [prefix] c
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1182 @dots{} change La@TeX{} command
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1183 @item [prefix] k
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1184 @dots{} kill La@TeX{} command
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1185 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1186 @cindex prefix c
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1187 @cindex prefix k
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1188
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1189 @menu
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1190 * Changing LaTeX commands::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1191 * Killing LaTeX commands::
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1192 @end menu
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1193
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1194 @node Changing LaTeX commands, Killing LaTeX commands, Changing and Deleting, Changing and Deleting
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1195 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1196 @section Changing La@TeX{} commands
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1197
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1198 @kbd{[prefix] c} can change the various (La)@TeX{} commands. This can
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1199 change the followings.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1200 @itemize @bullet
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1201 @item Environment names
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1202 @item Section-type commands
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1203 @item Argument of section-type commands
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1204 @item Optional parameters (enclosed by []) of section-type commands
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1205 @item Font/size designators
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1206 @item Math-mode's maketitle-type commands that can be inputted with
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1207 image completion
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1208 @end itemize
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1209
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1210 Typing @kbd{[prefix] c} on one of above objects you want to change
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1211 brings a suitable reading function sometimes with completion.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1212 Note: If you want to change the argument of section-type command that
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1213 contains other La@TeX{} commands, type @kbd{[prefix] c} either of
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1214 surrounding braces of the argument in order to make YaTeX ignore the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1215 internal La@TeX{} sequences as an object of changing. Anyway, it is
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1216 very difficult to know which argument position the cursor belongs because
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1217 the La@TeX{} commands can be nested and braces can freely emerge. So keep
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1218 it mind to put the cursor on a brace when you are thinking of changing a
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1219 complicated argument.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1220
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1221 @node Killing LaTeX commands, , Changing LaTeX commands, Changing and Deleting
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1222 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1223 @section Killing La@TeX{} commands
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1224 @cindex Killing La@TeX{} commands
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1225
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1226 @kbd{[prefix] k} kills the La@TeX{} commands sometimes with their
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1227 arguments. Following table illustrates the correspondence of the invoking
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1228 position and what is killed.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1229
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1230 @example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1231 [Invoking position] [action]
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1232 \begin, \end line kill \begin,\end pairs
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1233 %#BEGIN, %#END line kill %#BEGIN,%#END pairs
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1234 on a Section-type command kill section-type command
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1235 on a parenthesis kill parentheses
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1236 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1237
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1238 Note that when killing @code{\begin, \end} or @code{%#BEGIN, %#END} pair,
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1239 the lines @code{\begin, \end} or @code{%#BEGIN, %#END} exist will be
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1240 killed entirely. So take care not to create any line that contains more
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1241 than one @code{\begin} or so.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1242
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1243 While all operations above are to kill `containers' which surround some
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1244 text, universal argument (@kbd{C-u}) for these commands kills not only
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1245 `containers' but also `contents' of them. See below as a sample.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1246
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1247 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1248 Original text: [prefix] k C-u [prefix] k
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1249 Main \footnote@{note@} here. Main note here. Main here.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1250 ~(cursor)
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1251 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1252
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1253 @node Filling, Updation of includeonly, Changing and Deleting, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1254 @comment node-name, next, previous, up
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1255 @chapter Filling
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1256 @cindex filling
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1257
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1258 @section Filling an item
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1259 @cindex filling an item
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1260 @cindex prefix i
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1261
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1262 To fill a term (descriptive sentences) of @code{\item}, type
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1263
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1264 @c @table @kbd
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1265 @c @item [prefix] i
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1266 @c @dots{} fill item
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1267 @c @end table
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1268 @table @kbd
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1269 @item M-q
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1270 @dots{} fill item
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1271 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1272
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1273 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1274 on that item.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1275
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1276 YaTeX uses the value of the variable @code{YaTeX-item-regexp} as the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1277 regular expression to search item header in itemize environment.
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1278 If you make a newcommand to itemize terms(e.g. @code{\underlineitem}), put
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1279
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1280 @lisp
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1281 (setq YaTeX-item-regexp
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1282 "\\(\\\\\\(sub\\)*item\\)\\|\\(\\\\underlineitem\\)")
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1283 @end lisp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1284 @cindex YaTeX-item-regexp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1285
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1286 in your @file{~/.emacs}. If you are not familiar with regular expression
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1287 for Emacs-Lisp, name a newcommand for `itemize' beginning with
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1288 @code{\item} such as @code{\itembf}, not @code{\bfitem}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1289
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1290 This function reformats the @code{\item} into `hang-indented' style.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1291 For example:
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1292
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1293 @example
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1294 itemize, enumerate environment:
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1295 >
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1296 >\item[foo] `foo' is the typical word for describing an
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1297 > arbitrarily written....
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1298 description environment:
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1299 > \item[bar] When the word `for' is used as an arbitrarily
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1300 > word, `bar' is bound to follow it.
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1301 @end example
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1302
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1303 Note that the indent depth of an @code{\item} word and its descriptive
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1304 paragraph are the same in latter case. If you want to use different
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1305 depth, invoke fill-paragraph at the beginning of non-whitespace
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1306 character(see below).
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1307
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1308 @section Filling paragraph
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1309 @cindex Filling paragraph
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1310 @cindex M-q
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1311
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1312 Fill-paragraph is little bit adapted for La@TeX{} sources. It retains from
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1313 filling in certain environments where formatting leads to a disaster such
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1314 as verbatim, tabular, or so. And it protects @code{\verb} expressions
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1315 from being folded (The variable @code{YaTeX-verb-regexp} controls this).
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1316 Besides, putting cursor on the first occurrence of non-whitespace
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1317 character on a line changes the fill-prefix temporarily to the depth of
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1318 the line.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1319
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1320 @node Updation of includeonly, What column, Filling, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1321 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1322 @chapter Updation of @code{\includeonly}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1323 @cindex includeonly
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1324
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1325 When you edit splitting source texts, the notation
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1326
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1327 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1328 \includeonly@{CurrentEditingFileName@}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1329 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1330
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1331 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1332 in the main file reduces the time of typesetting. If you want
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1333 to hack other file a little however, you have to rewrite it to
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1334
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1335 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1336 \includeonly@{OtherFileNameYouWantToFix@}
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1337 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1338
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1339 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1340 in the main file. YaTeX automatically detects that the current
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1341 edited text is not in includeonly list and prompts you
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1342
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1343 @example
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1344 A)dd R)eplace %)comment?
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1345 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1346
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1347 in the minibuffer. Type @kbd{a} if you want to add the current file name
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1348 to @code{\includeonly} list, @kbd{r} to replace \@code{includeonly} list
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1349 by the current file, and type @kbd{%} to comment out the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1350 @code{\includeonly} line.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1351
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1352 @node What column, Intelligent newline, Updation of includeonly, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1353 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1354 @chapter What column?
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1355 @cindex what column
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1356 @cindex complex tabular
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1357 @cindex prefix &
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1358
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1359 We are often get tired of finding the corresponding column in
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1360 large tabulars. For example,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1361
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1362 @example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1363 \begin@{tabular@}@{|c|c|c|c|c|c|c|c|@}\hline
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1364 Name&Position&Post No.&Addr.&Phone No.&FAX No.&
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1365 Home Addr.&Home Phone\\ \hline
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1366 Thunder Bird & 6 & 223 & LA & xxx-yyy &
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1367 zzz-www & Japan & 9876-54321 \\
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1368 & 2 & \multicolumn@{2@}@{c|@}@{Unknown@}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1369 &&&(???)
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1370 \\ \hline
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1371 \end@{tabular@}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1372 @end example
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1373
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1374 Suppose you have the cursor located at @code{(???)} mark, can you tell
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1375 which column it is belonging at once? Maybe no. In such case,
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1376 type
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1377
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1378 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1379 @item [prefix] &
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1380 @dots{} What column
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1381 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1382
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1383 @noindent
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1384 in that position. YaTeX tells you the column header of the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1385 current field. Since YaTeX assumes the first line of tabular
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1386 environment as a row of column headers, you can create a row of
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1387 virtual column headers by putting them in the first line and
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1388 commenting that line with @code{%}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1389
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1390 @node Intelligent newline, Online help, What column, Top
28
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1391 @comment node-name, next, previous, up
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1392 @chapter Intelligent newline
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1393 @cindex Intelligent newline
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1394 @cindex ESC RET
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1395 @cindex M-C-m
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1396
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1397 At the end of begin-type completion of tabular[*], array, itemize,
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1398 enumerate or tabbing environment, or typing
28
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1399
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1400 @table @kbd
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1401 @item ESC RET
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1402 @dots{} Intelligent newline
28
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1403 @end table
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1404
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1405 @noindent
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1406 in these environments inserts the contents corresponding to the current
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1407 environment in the next line. (At the begin-type completion, this
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1408 contents can be removed by `undo'.) In @code{tabular} environment, for
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1409 example, @kbd{ESC RET} inserts the certain number of @code{&} and trailing
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1410 @code{\\}, and @code{\hline} if other @code{\hline} is found in backward.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1411 Here are the list of contents vs. environments.
28
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1412
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1413 @itemize
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1414 @item @code{tabular}, @code{tabular*}, @code{array}
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1415
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1416 Corresponding number of @code{&} and @code{\\}.
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1417 And @code{\hline} if needed.
28
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1418
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1419 @item @code{tabbing}
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1420
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1421 The same number of @code{\>} as @code{\=} in the first line.
28
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1422
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1423 @item @code{itemize}, @code{enumerate}, @code{description}, @code{list}
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1424
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1425 @code{\item} or @code{item[]}.
28
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1426 @end itemize
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1427
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1428 Note that since this function works seeing the contents of the first
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1429 line, please call this after the second line if possible.
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1430
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1431 If you want to apply these trick to other environments, @code{foo}
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1432 environment for example, define the function named
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1433 @code{YaTeX-intelligent-newline-foo} to insert corresponding contents.
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1434 That function will be called at the beginning of the next line after the
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1435 newline is inserted to the current line. Since the function
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1436 @code{YaTeX-indent-line} is designed to indent the current line properly,
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1437 calling this function before your code to insert certain contents must be
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1438 useful. See the definition of the function
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1439 @code{YaTeX-intelligent-newline-itemize} as an example.
0f8b77d22c8a Add docs on intelligent-newline.
yuuji
parents: 20
diff changeset
1440
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1441 @node Online help, Browsing file hierarchy, Intelligent newline, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1442 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1443 @chapter Online help
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1444 @cindex online help
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1445 @cindex prefix ?
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1446 @cindex prefix /
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1447 @cindex apropos
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1448 @cindex keyword search
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1449
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1450 YaTeX provides you the online help with popular La@TeX{} commands.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1451
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1452 Here are the key strokes for the online help.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1453
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1454 @table @kbd
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1455 @item [prefix] ?
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1456 @dots{} Online help
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1457 @item [prefix] /
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1458 @dots{} Online apropos
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1459 @end table
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1460
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1461 @section Online help
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1462
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1463 `Online help' shows the documentation for the popular La@TeX{}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1464 commands(defaults to the commands on the cursor) in the next buffer.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1465 There are two help file, `global help' and `private help'. The former
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1466 file contains the descriptions on the standard La@TeX{} command and is
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1467 specified its name by variable @code{YaTeX-help-file}. Usually, the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1468 global help file should be located in public space (@code{$EMACSEXECPATH}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1469 by default) and should be world writable so that anyone can update it to
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1470 enrich its contents. The latter file contains descriptions on
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1471 non-standard or personal command definitions and is specified by
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1472 @code{YaTeX-help-file-private}. This file should be put into private
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1473 directory.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1474
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1475 @section Online apropos
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1476
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1477 `Online apropos' is an equivalent of GNU Emacs's apropos. It
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1478 shows all the documentations that contains the keyword entered by
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1479 the user.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1480
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1481 @section When no descriptions are found...
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1482
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1483 If there is no description on a command in help files, YaTeX
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1484 requires you to write a description on that command. If you are
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1485 willing to do, determine which help file to add and write the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1486 description on it referring your manual of (La)TeX. Please send
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1487 me your additional descriptions if you describe the help on some
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1488 standard commands. I might want to include it in the next
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1489 distribution.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1490
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1491 @node Browsing file hierarchy, Cooperation with other packages, Online help, Top
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1492 @comment node-name, next, previous, up
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1493 @chapter Browsing file hierarchy
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1494 @cindex hierarchy
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1495 @cindex browsing
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1496
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1497 When you are editing multi-file source, typing
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1498
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1499 @table @kbd
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1500 @item [prefix] d
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1501 @dots{} browse file hierarchy
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1502 @end table
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1503
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1504 @noindent
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1505 asks you the parent-most file (which may be defaulted) and displays the
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1506 documentation hierarchy in the next window. In this buffer, the following
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1507 commands are available.
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1508
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1509 @table @kbd
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1510 @item n
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1511 @dots{} move to the next line and show its contents
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1512 @item p
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1513 @dots{} move to the previous line and show its contents
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1514 @item N
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1515 @dots{} move to the next file in the same inclusion level
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1516 @item P
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1517 @dots{} move to the previous file in the same inclusion level
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1518 @item j
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1519 @dots{} move to the next line
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1520 @item k
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1521 @dots{} move to the previous line
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1522 @item u
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1523 @dots{} move to the parent file
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1524 @item .
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1525 @dots{} show the current files contents in the next window
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1526 @item SPC
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1527 @dots{} scroll up the current file window
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1528 @item DEL, b
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1529 @dots{} scroll down the current file window
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1530 @item <
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1531 @dots{} show the beginning of the current file
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1532 @item >
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1533 @dots{} show the end of the current file
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1534 @item >
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1535 @dots{} return to the previous postion after @kbd{<} or @kbd{>}
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1536 @item RET, g
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1537 @dots{} open the current file in the next window
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1538 @item mouse-2
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1539 @dots{} same as RET(available only with window system)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1540 @item o
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1541 @dots{} other window
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1542 @item 1
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1543 @dots{} delete other windows
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1544 @item -
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1545 @dots{} shrink hierarchy buffer window
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1546 @item +
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1547 @dots{} enlarge hierarchy buffer window
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1548 @item ?
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1549 @dots{} describe mode
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1550 @item q
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1551 @dots{} quit
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1552 @end table
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1553
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1554 Note that operations on the file contents in the next window do not work
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1555 correctly when you close the corresponding file.
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1556
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1557 @node Cooperation with other packages, Customizations, Browsing file hierarchy, Top
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1558 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1559 @chapter Cooperation with other packages
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1560
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1561 YaTeX works better with other brilliant packages.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1562
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1563 @section gmhist
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1564 @cindex gmhist
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1565 @cindex command history
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1566 @cindex minibuffer history
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1567
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1568 When you are loading @file{gmhist.el} and @file{gmhist-mh.el}, you can
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1569 use independent command history list at the prompt of preview command
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1570 (@kbd{[prefix] tp}) and print command (@kbd{[prefix] tl}). On each
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1571 prompt, you can enter the previous command line string repeatedly by
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1572 typing @kbd{M-p}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1573
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1574 @section min-out
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1575 @cindex min-out
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1576
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1577 @file{min-out}, the outline minor mode, can be used in yatex-mode
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1578 buffers. If you want to use it with YaTeX, please refer the
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1579 file @file{yatexm-o.el} as an example.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1580
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1581 @node Customizations, Etcetera, Cooperation with other packages, Top
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1582 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1583 @chapter Customizations
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1584 @cindex customizations
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1585
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1586 You can customize YaTeX by setting Emacs-Lisp variables and by making
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1587 add-in functions.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1588
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1589 @menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1590 * Lisp variables::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1591 * Add-in functions::
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1592 * Add-in generator::
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1593 @end menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1594
33
56f7676ed8ca Change the document for YaTeX-nervous.
yuuji
parents: 28
diff changeset
1595 @node Lisp variables, Add-in functions, Customizations, Customizations
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1596 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1597 @section Lisp variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1598 @cindex customizable variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1599
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1600 You can change the key assignments or make completion more comfortable
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1601 by setting the values of various variables which control the movement of
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1602 yatex-mode.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1603
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1604 For example, if you want to change the prefix key stroke from @kbd{C-c}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1605 to any other sequence, set YaTeX-prefix to whatever you want to use. If
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1606 you don't want to use the key sequence @kbd{C-c letter} which is assumed
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1607 to be the user reserved sequence in Emacs world, set
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1608 @code{YaTeX-inhibit-prefix-letter} to @code{t}, and all of the default key
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1609 bind of @kbd{C-c letter} will turn to the corresponding @kbd{C-c C-letter}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1610 (but the region based completions that is invoked with @kbd{C-c
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1611 Capital-letter} remain valid, if you want to disable those bindings, set
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1612 that variable to 1 instead of @code{t}).
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1613
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1614 @menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1615 * All customizable variables::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1616 * Sample definitions::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1617 * Hook variables::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1618 * Hook file::
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1619 @end menu
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1620
33
56f7676ed8ca Change the document for YaTeX-nervous.
yuuji
parents: 28
diff changeset
1621 @node All customizable variables, Sample definitions, Lisp variables, Lisp variables
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1622 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1623 @subsection All customizable variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1624 @cindex all customizable variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1625
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1626 Here are the customizable variables of yatex-mode. Each value setq-ed
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1627 in @file{~/.emacs} is preferred and that of defined in @file{yatex.el} is
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1628 neglected. Parenthesized contents stands for the default value. When you
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1629 are to change some of these variables, see more detailed documentation of
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1630 the variable by @kbd{M-x describe-variable}.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1631
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1632 @defvar YaTeX-prefix
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1633 Prefix key stroke (@kbd{C-c})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1634 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1635
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1636 @defvar YaTeX-inhibit-prefix-letter
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1637 Change key stroke from @kbd{C-c letter} to @kbd{C-c C-letter} (@code{nil})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1638 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1639
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1640 @defvar YaTeX-fill-prefix
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1641 Fill-prefix used in yatex-mode (@code{nil})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1642 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1643
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1644 @defvar YaTeX-user-completion-table
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1645 Name of user dictionary where learned completion table will be stored.
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1646 (@code{"~/.yatexrc"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1647 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1648
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1649 @defvar tex-command
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1650 La@TeX{} typesetter command (@code{"latex"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1651 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1652
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1653 @defvar dvi2-command
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1654 Preview command (@code{"xdvi -geo +0+0 -s 4"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1655 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1656
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1657 @defvar dviprint-command-format
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1658 Command format to print dvi file (@code{"dvi2ps %f %t %s | lpr"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1659 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1660
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1661 @defvar dviprint-from-format
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1662 Start page format of above %f. %b will turn to start page (@code{"-f %b"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1663 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1664
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1665 @defvar dviprint-to-format
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1666 End page format of above %t. %e will turn to @code{end} page (@code{"-t %e"})
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1667 @end defvar
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1668
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1669 @defvar makeindex-command
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1670 Default makeindex command (@code{"makeindex"} (@code{"makeind"} on MS-DOS))
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1671 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1672
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1673 @defvar section-name
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1674 Initial default value at the first section-type completion
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1675 (@code{"documentstyle"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1676 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1677
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1678 @defvar env-name
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1679 Initial default value at the first begin-type completion (@code{"document"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1680 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1681
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1682 @defvar fontsize-name
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1683 Ditto of large-type (@code{"large"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1684 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1685
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1686 @defvar single-command
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1687 Ditto of maketitle-type (@code{"maketitle"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1688 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1689
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1690 @defvar YaTeX-need-nonstop
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1691 Put @code{\nonstopmode@{@}} or not (@code{nil})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1692 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1693
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1694 @defvar latex-warning-regexp
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1695 Regular expression of warning message latex command puts out
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1696 (@code{"line.* [0-9]*"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1697 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1698
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1699 @defvar latex-error-regexp
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1700 Regular expression of error message (@code{"l\\.[1-9][0-9]*"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1701 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1702
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1703 @defvar latex-dos-emergency-message
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1704 Message latex command running on DOS puts at abort (@code{"Emergency stop"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1705 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1706
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1707 @defvar YaTeX-item-regexp
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1708 Regular expression of item command (@code{"\\\\item"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1709 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1710
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1711 @defvar YaTeX-verb-regexp
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1712 Regexp of verb family. Omit \\\\. (@code{"verb\\*?\\|path"})
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1713 @end defvar
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1714
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1715 @defvar YaTeX-nervous
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1716 T for using local dictionary (@code{t})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1717 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1718
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1719 @defvar YaTeX-sectioning-regexp
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1720 Regexp of La@TeX{} sectioning command
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1721 (@code{"\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\*?\\)\\b"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1722 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1723
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1724 @defvar YaTeX-fill-inhibit-environments
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1725 Inhibit fill in these environments
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1726 (@code{'("tabular" "tabular*" "array" "picture" "eqnarray" "eqnarray*" "equation" "math" "displaymath" "verbatim" "verbatim*")})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1727 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1728
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1729 @defvar YaTeX-uncomment-once
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1730 T for deleting all preceding @code{%} (@code{nil})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1731 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1732
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1733 @defvar YaTeX-close-paren-always
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1734 T for always close all parenthesis automatically, @code{nil} for only eol
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1735 (@code{t})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1736 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1737
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1738 @defvar YaTeX-auto-math-mode
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1739 Switch math-mode automatically (@code{t})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1740 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1741
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1742 @defvar YaTeX-math-key-list-private
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1743 User defined alist, math-mode-prefix vs completion alist
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1744 used in image completion (@code{nil}). See @file{yatexmth.el}
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1745 for the information about how to define a completion alist.
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1746 @end defvar
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1747
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1748 @defvar YaTeX-default-pop-window-height
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1749 Initial height of typesetting buffer when one-window.
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1750 Number for the lines of the buffer, numerical string for
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1751 the percentage of the screen-height. @code{nil} for half height (10)
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1752 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1753
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1754 @defvar YaTeX-help-file
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1755 Global online help file name (@file{$EMACS/etc/YATEXHLP.jp})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1756 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1757
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1758 @defvar YaTeX-help-file-private
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1759 Private online help file name (@file{"~/YATEXHLP.jp"})
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1760 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1761
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1762 @defvar YaTeX-no-begend-shortcut
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1763 Disable [prefix] b ?? shortcut (@code{nil)}
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1764 @end defvar
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1765
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1766 @defvar YaTeX-hilit-pattern-adjustment-private
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1767 List of the list that contain the regular expression and the symbol of
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1768 logical meaning of the string that matches the pattern. See also the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1769 value from @code{(assq 'yatex-mode hilit-patterns-alist)} and the value of
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1770 @code{YaTeX-hilit-pattern-adjustment-default} (and even the document of
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1771 hilit19.el).
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1772 @end defvar
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1773
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1774 @defvar YaTeX-sectioning-level
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1775 Alist of LaTeX's sectioning command vs its height.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1776 @end defvar
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1777
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1778 @defvar YaTeX-hierarchy-ignore-heading-regexp
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1779 @code{YaTeX-display-hierarchy} searches for sectioning command first, and
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1780 comment line secondary as a file headings. In latter case, ignore lines
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1781 that match with regular expression of this variable. Default value of
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1782 this variable is RCS header expressions and mode specifying line `-*- xxxx
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1783 -*'.
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1784 @end defvar
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1785
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1786 @defvar YaTeX-skip-default-reader
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1787 Non-nil for this variable skips the default argument reader of
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1788 section-type command when add-in function for it is not defined
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1789 (@code{nil})
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1790 @end defvar
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1791
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1792 @defvar YaTeX-create-file-prefix-g
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1793 When typing @kbd{prefix g} on the @code{\include} line,
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1794 open the target file even if the file doesn't exist (@code{nil})
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1795 @end defvar
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1796
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1797 @defvar YaTeX-simple-messages
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1798 Simplyfy messages of various completions (@code{nil})
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1799 @end defvar
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1800
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1801 @defvar YaTeX-hilit-sectioning-face
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1802 When hilit19 and yatex19 is active, YaTeX colors the sectioning commands.
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1803 This variable specifies the foreground and background color of
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1804 @code{\part} macro. The default value is @code{'(yellow/dodgerblue
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1805 yellow/slateblue)}. The first element of this list is for the screen when
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1806 @code{hilit-background-mode} is @code{'light}, and the second element is
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1807 for @code{'dark}. You should specify both color as `forecolor/backcolor'.
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1808 @end defvar
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1809
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1810 @defvar YaTeX-hilit-sectioning-attenuation-rate
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1811 When color mode, this variable specifies how much attenuate the color
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1812 density of @code{\subparagraph} compared with that of @code{\chapter}
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1813 (@code{'(15 40)}) See also @code{YaTeX-hilit-sectioning-face}.
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1814 @end defvar
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1815
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1816 @defvar YaTeX-use-AMS-LaTeX
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1817 If you use AMS-LaTeX, set to @code{t} (@code{nil})
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1818 @end defvar
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1819
65
df0bf1465254 *** empty log message ***
yuuji
parents: 60
diff changeset
1820 @defvar YaTeX-template-file
df0bf1465254 *** empty log message ***
yuuji
parents: 60
diff changeset
1821 File name which is automatically inserted at creation
df0bf1465254 *** empty log message ***
yuuji
parents: 60
diff changeset
1822 (@code{~/work/template.tex})
df0bf1465254 *** empty log message ***
yuuji
parents: 60
diff changeset
1823 @end defvar
df0bf1465254 *** empty log message ***
yuuji
parents: 60
diff changeset
1824
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1825 @node Sample definitions, Hook variables, All customizable variables, Lisp variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1826 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1827 @subsection Sample definitions
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1828 @cindex prefix key stroke
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1829 @cindex fill-prefix
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1830
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1831 For instance, to change the prefix key stroke to @kbd{ESC}, and name of
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1832 the user dictionary @file{~/src/emacs/yatexrc}, and set @code{fill-prefix}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1833 to single TAB character, add the following @code{setq} to @file{~/.emacs}.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1834
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1835 @lisp
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1836 (setq YaTeX-prefix "\e"
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1837 YaTeX-user-completion-table "~/src/emacs/yatexrc"
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1838 YaTeX-fill-prefix " ")
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1839 @end lisp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1840
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1841 @node Hook variables, Hook file, Sample definitions, Lisp variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1842 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1843 @subsection Hook variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1844 @cindex hook variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1845
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1846 More customizations will be done by the hook-function defined in
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1847 hook-variable @code{yatex-mode-hook}. This is useful to define a shortcut
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1848 key sequence to enter some environments other than @code{document} and
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1849 @code{enumerate} etc. The following statement defines @code{[prefix] ba}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1850 to enter @code{\begin@{abstract@}} ... @code{=end@{abstract@}}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1851 immediately.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1852
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1853 @lisp
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1854 (setq yatex-mode-hook
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1855 '(lambda() (YaTeX-define-begend-key "ba" "abstract")))
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1856 @end lisp
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1857
46
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1858 You should use functions @code{YaTeX-define-key}, or
cd1b63102eed Support Mule2
yuuji
parents: 33
diff changeset
1859 @code{YaTeX-define-begend-key} to define all the key sequences of
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1860 yatex-mode.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1861
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1862 @node Hook file, , Hook variables, Lisp variables
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1863 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1864 @subsection Hook file
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1865 @cindex hook file
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1866
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1867 You can stuff all of YaTeX related expressions into a file named
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1868 @file{yatexhks.el} if you have a lot of codes. YaTeX automatically load
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1869 this file at the initialization of itself. Using @file{yatexhks.el}
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1870 makes @code{yatex-mode-load-hook} unnecessary.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1871
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1872 @node Add-in functions, Add-in generator, Lisp variables, Customizations
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1873 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1874 @section Add-in functions
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1875 @cindex add-in functions
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1876 @cindex yatexadd.el
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1877
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1878 You can easily define a function to input detailed arguments
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1879 with completion according to La@TeX{} environments or commands.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1880
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1881 @c @node What is add-in functions?, , Add-in functions, Add-in functions
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1882 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1883 @subsection What is add-in functions?
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1884 @cindex tabular
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1885
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1886 When you input @code{tabular} environment, don't you think ``I want
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1887 YaTeX to complete its argument toward my favorite one such as
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1888 @code{@{|c|c|c|@}}...''? Yes, you can define the function to complete
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1889 arguments for any environment and any La@TeX{} commands.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1890
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1891 @subsection Procedure
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1892
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1893 Here is the procedure to define add-in functions.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1894 @enumerate
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1895 @item
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1896 Define the function
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1897 @item
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1898 Put the function into @file{yatexhks.el}
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1899 @end enumerate
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1900
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1901 @menu
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1902 * How the add-in function works::
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1903 * How the function is called::
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1904 * Useful functions for creating add-in::
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1905 * Contribution::
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1906 @end menu
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1907
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1908 @node How the add-in function works, How the function is called, Add-in functions, Add-in functions
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1909 @comment node-name, next, previous, up
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1910 @subsection How the add-in function works
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1911
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1912 There are two kinds of add-in. @dfn{Option add-in} returns the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1913 La@TeX{}'s optional parameters such as optional strings after
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1914 @code{\begin@{ENV@}}, optional strings between a section-type command
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1915 and its first argument, and optional strings just after type
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1916 maketitle-type command. The following illustrates the name of add-in
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1917 functions, where underlined strings are generated by add-in functions.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1918
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1919 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1920 \begin{table}[ht] (Function name: YaTeX:table)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1921 ~~~~
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1922 \put(100,200){} (Function name: YaTeX:put)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1923 ~~~~~~~~~
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1924 \sum_{i=0}^{n} (Function name: YaTeX:sum)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1925 ~~~~~~~~~~
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1926 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1927
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1928 Obviously, the function name is decided by concatenating the prefix
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1929 `YaTeX:' and La@TeX{} command's name.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1930
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1931 Another add-in type is @dfn{argument add-in}, which completes arguments
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1932 for section-type commands.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1933
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1934 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1935 \newcommand{\foo}{bar} (Function name: YaTeX::newcommand)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1936 ~~~~ ~~~
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1937 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1938
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1939 When the section-type command is inputted, the function named by
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1940 concatenating `YaTeX::' and section-type command, is called automatically
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1941 with an integer argument which indicates which argument of section-type
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1942 command is being read. Thus the add-in should determine the
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1943 job referring the value of its argument.
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1944
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1945 @menu
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1946 * Defining option-add-in::
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1947 * Defining argument-add-in::
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1948 @end menu
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1949
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1950 @node Defining option-add-in, Defining argument-add-in, How the add-in function works, How the add-in function works
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1951 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1952 @subsubsection Defining `option add-in'
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1953
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1954 If you want @code{@{|c|c|c|@}} for all @code{tabular} environment,
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1955
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1956 @lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1957 (defun YaTeX:tabular ()
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1958 "{|c|c|c|}")
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1959 @end lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1960
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1961 @noindent
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1962 is enough. If you want more complicated format, define as below.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1963
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1964 @lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1965 (defun YaTeX:tabular ()
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1966 "@{@@@{\\vrule width 1pt\\ @}|||@@@{\\ \\vrule width 1pt@}@}")
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1967 @end lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1968
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1969 @noindent
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1970 Note that the character @code{\} must be described as @code{\\} in
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1971 Emacs-Lisp. The next example reads the tabular format from keyboard.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1972 @lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1973 (defun YaTeX:tabular ()
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1974 (concat "{" (read-string "Rule: ") "}"))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1975 @end lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1976
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
1977 @node Defining argument-add-in, , Defining option-add-in, How the add-in function works
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1978 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1979 @subsubsection Defining `argument add-in'
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1980
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1981 This section describes how to define the add-in function for
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1982 @code{\newcommand}.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1983
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1984 The first argument of @code{\newcommand} begins always with @code{\}.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1985 The second argument is usually so complex that we can not edit them in the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1986 minibuffer. Here is the created function considering this.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1987
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1988 @lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1989 (defun YaTeX::newcommand (n) ;n is argument position
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1990 (cond
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1991 ((= n 1) ;1st argument is macro name
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1992 (read-string "Command: " "\\")) ;initial input `\'
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1993 ((= n 2) "") ;do nothing when reading arg#2
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1994 (t nil)))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1995 @end lisp
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1996
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1997 Note that when the `argument add-in' function return `nil', normal
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1998 argument reader will be called.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1999
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2000 @node How the function is called, Useful functions for creating add-in, How the add-in function works, Add-in functions
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2001 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2002 @subsection How the function is called
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2003
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2004 YaTeX calls the add-in functions for specified begin-type, section-type,
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2005 and maketitle-type command, if any. `Option add-in' functions for
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2006 begin-type are called when @code{\begin@{ENV@}} has been inserted,
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2007 functions for section-type are called just before input of the first
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2008 argument, and functions for maketitle-type is called after maketitle-type
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2009 command has been inserted. `Argument add-in' functions are called at each
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2010 entry of arguments for section-type commands.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2011
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2012 @node Useful functions for creating add-in, Contribution, How the function is called, Add-in functions
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2013 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2014 @subsection Useful functions for creating add-in
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2015
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2016 Many add-in functions for typical La@TeX{} commands are defined in
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2017 @file{yatexadd.el}. Those are also useful as references. Here are the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2018 short descriptions on useful functions, where [F] means function, [A]
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2019 means arguments, [D] means description.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2020
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2021 @table @kbd
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2022 @item [F]
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2023 YaTeX:read-position
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2024 @itemx [A]
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2025 Character list which can show up in the brackets
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2026 @itemx [D]
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2027 Return the location specifier such as `[htb]'. When
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2028 nothing is entered, omit [] itself. If the possible characters
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2029 are "htbp", call this function as
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2030 @code{(YaTeX:read-position "htbp")}
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2031
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2032 @item [F]
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2033 YaTeX:read-coordinates
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2034 @itemx [A]
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2035 Base prompt, X-axis prompt, Y-axis prompt (each optional)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2036 @itemx [D]
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2037 Read the coordinates with the prompt ``BasePrompt X-axisPrompt:'' for
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2038 X-axis, ``BasePrompt Y-axisPrompt:'' for Y-axis, and return it in the form
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2039 of ``(X,Y)''. The default prompts are @code{Dimension}, @code{X},
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2040 @code{Y} respectively.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2041
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2042 @item [F]
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2043 YaTeX:check-completion-type
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2044 @itemx [A]
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2045 One of the symbols: 'begin, 'section, or 'maketitle
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2046 @itemx [D]
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2047 Check the current completion type is specified one and cause error if
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2048 not. The variable @code{YaTeX-current-completion-type} holds the symbol
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2049 according to the current completion type.
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2050 @end table
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2051
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2052 @node Contribution, , Useful functions for creating add-in, Add-in functions
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2053 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2054 @subsection Contribution
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2055
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2056 If you make your own pretty function and you let it be in public, please
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2057 send me the function. I'm going to include it in the next release.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2058
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2059 @node Add-in generator, , Add-in functions, Customizations
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2060 @comment node-name, next, previous, up
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2061 @section Add-in generator
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2062
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2063 First, don't forget to read the section of add-in functions @ref{Add-in
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2064 functions}. If you easily understand how to define them, there's no need
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2065 to read this section. But being not familiar with Emacs-Lisp, when you
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2066 don't have clear idea what to do, this section describes how to get YaTeX
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2067 make add-in function.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2068
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2069 There are two methods of generation. One is for fully interactive
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2070 generator for beginners and another requires little knowledge of
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2071 Emacs-Lisp.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2072
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2073 @subsection Generator for beginners
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2074 The former generator is called by
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2075 @center @kbd{M-x YaTeX-generate}
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2076
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2077 @noindent
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2078 strokes. All you have to do is follow the guidances. Defying them may cases
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2079 the disaster (I wonder what is it???). So when you make some mistake, it
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2080 is recommendable to type @kbd{C-g} and start afresh.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2081
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2082 @subsection Simple generator
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2083
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2084 The latter generator is invoked by the next sequence.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2085 @center @kbd{M-x YaTeX-generate-simple}
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2086 This generator can make both ``option add-in'' and ``argument add-in''
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2087 (@emph{refer the section add-in functions}
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 65
diff changeset
2088 @ref{How the add-in function works}), whereas @code{YaTeX-generate}
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2089 cannot make ``argument addin''.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2090
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2091 For example, assume you have the LaTeX command as follows.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2092
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2093 @example
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2094 \epsinput[t](250,50){hoge.eps}{plain}{Picture of foo}
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2095 (A) (B) (1) (2) (3)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2096 (A)Optional parameter to specify the position
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2097 One of t(top), b(bottom), l(left), r(right)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2098 (B)Maximum size of frame
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2099 (1)1st argument is filename of EPS file
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2100 (2)2nd argument indicates
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2101 plain do nothing
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2102 frame make frame around image
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2103 dframe make double-frame around image
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2104 for included EPS file.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2105 (3)Caption for the picture
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2106 @end example
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2107
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2108 Now get start with generation. Typing @kbd{M-x YaTeX-generate-simple}
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2109 brings the prompt:
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2110 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2111 (O)ption? (A)rgument?
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2112 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2113
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2114 @subsubsection Generating ``option add-in''
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2115 @cindex option add-in
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2116
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2117 Since (A), (B) above are optional argument, all we have to do to
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2118 complete them is define the option add-in for them. Let's generate the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2119 function to complete (A).
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2120
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2121 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2122 M-x YaTeX-generate-simple RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2123 epsinput RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2124 o
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2125 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2126
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2127 @noindent
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2128 Typing as above leads the next prompt.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2129
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2130 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2131 Read type(1): (S)tring (C)omplete (F)ile ([)option (P)osition co(O)rd. (q)uit
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2132 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2133
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2134 @noindent
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2135 This asks that ``Which type is the completion style of 1st argument?''.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2136 Here are the possible completion style.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2137
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2138 @table @code
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2139 @item String
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2140 read plain string
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2141 @item Complete
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2142 read with completion
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2143 @item File
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2144 read file name
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2145 @item Option
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2146 read optional string (if string omitted, omit [] too)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2147 @item Position
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2148 read positional option (like [htbp])
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2149 @item Coord.
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2150 read coordinates
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2151 @item Quit
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2152 quit from generating
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2153 @end table
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2154
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2155 Since (A) is the optional argument to specify the location of included
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2156 EPS file, the completion style is @code{Position}, and the possible
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2157 characters are t, b, l, and r. To tell these information to generator,
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2158 operate as follows.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2159
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2160 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2161 Read type(1).... p
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2162 Acceptable characters: tblr RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2163 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2164
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2165 (B) is coordinate. So its completion style is coOrd. We want a prompt
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2166 meaning ``Maximum size'' when completion.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2167
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2168 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2169 Read type(2).... o
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2170 Prompt for coordinates: Max size RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2171 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2172
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2173 That's all for optional argument. Select quit.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2174
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2175 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2176 Read type(3).... q
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2177 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2178
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2179 Then the generated option add-in function for \epsinput will be shown in
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2180 the next window.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2181
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2182 @subsubsection Generating ``argument add-in''
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2183 @cindex argument add-in
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2184
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2185 Next, create the argument add-in. The arguments for \epsinput are EPS
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2186 file name, framing style, and caption string in sequence.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2187
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2188 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2189 M-x YaTeX-generate-simple RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2190 epsinput RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2191 a
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2192 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2193
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2194 Above key strokes bring the prompt that asks the number of argument.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2195 Answer it with 3.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2196
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2197 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2198 How many arguments?: 3 RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2199 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2200
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2201 Then the generator asks the completion style and prompt for completion.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2202 Answer them. @kbd{f} for FileName and prompt string.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2203
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2204 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2205 Read type(1).... f
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2206 Prompt for argument#1 EPS file name RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2207 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2208
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2209 The second argument is one of selected symbol. So the completion type
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2210 is @code{Completion}.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2211
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2212 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2213 Read type(2).... c
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2214 Prompt for argument#2 Include style RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2215 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2216
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2217 Then all the candidates ready to be read. Type single RET after
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2218 entering all.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2219
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2220 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2221 Item[1](RET to exit): plain RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2222 Item[2](RET to exit): frame RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2223 Item[3](RET to exit): dframe RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2224 Item[4](RET to exit): RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2225 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2226
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2227 The following prompt asks whether the entered string must belong to
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2228 candidates or not. In this case, since the argument must be one of
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2229 @code{plain}, @code{frame}, and @code{dframe}, type @code{y}.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2230
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2231 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2232 Require match? (y or n) y
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2233 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2234
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2235 The last argument is the caption string for which any completion is
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2236 needed.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2237
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2238 @display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2239 Read type(3).... s
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2240 Prompt for argument#3 Caption RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2241 default: Figure of RET
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2242 @end display
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2243
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2244 Finally we'll get the argument add-in in the next window.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2245
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2246 @subsection Contribution
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2247
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2248 If you get your own pretty function and you let it be in public, please
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2249 steel yourself in the happy atmosphere and do not send me the function.
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2250 I do know it is not fine because it is generated by yatexgen:-p.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2251
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2252 @node Etcetera, Copying, Customizations, Top
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2253 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2254 @chapter Etcetera
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2255
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2256 The standard completion tables provided in @file{yatex.el} contain a
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2257 few La@TeX{} commands I frequently use. This is to lessen the key
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2258 strokes to complete entire word, because too many candidates
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2259 rarely used often cause too many hits. Therefore always try to
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2260 use completion in order to enrich your dictionary, and you will
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2261 also find `Wild Bird' growing suitable for your La@TeX{} style.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2262
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2263 The package name `Wild Bird' is the English translation of Japanese
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2264 title `Yachou', which is a trick on words of Japanese.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2265
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2266 @node Copying, , Etcetera, Top
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2267 @comment node-name, next, previous, up
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2268 @chapter Copying
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2269
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2270 This program is distributed as a free software. You can
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2271 redistribute this software freely but with NO warranty to anything
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2272 as a result of using this software. However, any reports and
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2273 suggestions are welcome as long as I feel interests in this
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2274 software. My possible e-mail address is `yuuji@@gentei.org'.
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2275 (up to May.1999 at least) And there is mailing list for YaTeX.
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2276 Although the common language is Japanese, questions in English will be
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2277 welcome. To join the ML, send the mail whose subject is `append' to
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
2278 the address `yatex-control@@jaist.ac.jp'. If you have some
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
2279 question, please ask to `yatex-request@@jaist.ac.jp'.
20
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2280
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2281 The specification of this software will be surely modified
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2282 (depending on my feelings) without notice :-p.
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2283
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2284
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2285 @flushright
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2286 HIROSE Yuuji
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2287 @end flushright
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2288 @bye
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2289
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2290 Local variables:
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2291 mode: texinfo
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2292 fill-prefix: nil
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2293 fill-column: 74
b6127058e365 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2294 End:

yatex.org