summaryrefslogtreecommitdiff
blob: 49e55b608f1d7b609219ee82537f2c60d76a4560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
--- a/docs/yahtmle.tex
+++ b/docs/yahtmle.tex
@@ -1,4 +1,4 @@
-\def\lang{eng} % -*- texinfo -*- for Texinfo V.3.1 
+@c \def\lang{eng} % -*- texinfo -*- for Texinfo V.3.1 
 \input texinfo
 @setfilename yahtmle
 @settitle Yet Another html-mode for Emacs
@@ -14,10 +14,9 @@
 
 @titlepage
 @sp 10
-@center
 @subtitle Yet Another html-mode for emacs
 @title // yahtml //
-%@subtitle // yahtml //
+@c @subtitle // yahtml //
 @author @copyright{} 1994-2012 by    HIROSE, Yuuji [yuuji@@yatex.org]
 @end titlepage
 
--- a/docs/yahtmlj.tex
+++ b/docs/yahtmlj.tex
@@ -1,4 +1,4 @@
-\def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
+@c \def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
 \input texinfo
 @setfilename yahtmlj
 @settitle Yet Another html-mode for Emacs
@@ -14,7 +14,6 @@
 
 @titlepage
 @sp 10
-@center
 @subtitle Yet Another html-mode for emacs
 @title �wHTML���x
 @subtitle // yahtml //
--- a/docs/yatexe.tex
+++ b/docs/yatexe.tex
@@ -1,4 +1,4 @@
-\def\lang{jp} % -*- texinfo -*-
+@c \def\lang{jp} % -*- texinfo -*-
 \input texinfo.tex
 @setfilename yatexe
 @settitle Yet Another tex-mode for Emacs
@@ -14,7 +14,6 @@
 
 @titlepage
 @sp 10
-@center
 @subtitle Yet Another tex-mode for emacs
 @title Wild Bird
 @subtitle // YaTeX //
@@ -713,7 +712,7 @@
 @item M-x YaTeX-section-overview
         @dots{} Generate *Sectioning Lines* buffer
 @end table
-@cindex{Generate the listing of sectioning units}
+@cindex Generate the listing of sectioning units
 from the LaTeX source buffer.  In this listing buffer, typing @kbd{u} on
 the sectioning command shifts up the corresponding sectioning command in
 source text and @kbd{d} shifts down.  After marking lines in the listing
@@ -1133,7 +1132,7 @@
 @node Invoking image processor, Jump to main file, Jump to corresponding object, Cursor jump
 @comment  node-name,  next,  previous,  up
 @section Invoking image processor
-@cindex{Drawing tool invocation}
+@cindex Drawing tool invocation
 
 `image-including line' described above means such lines as
 @code{\epsfile@{file=foo.ps@}}.  If you type @kbd{[prefix] g} on that
@@ -1756,44 +1755,44 @@
 @end defvar
 
 @defvar YaTeX-cmd-gimp
-Command name of GIMP (code{"gimp"})
+Command name of GIMP (@code{"gimp"})
 @end defvar
 @defvar YaTeX-cmd-tgif
-Command name of tgif (code{"tgif"})
+Command name of tgif (@code{"tgif"})
 @end defvar
 @defvar YaTeX-cmd-inkscape
-Command name of Inkscape (code{"inkscape"})
+Command name of Inkscape (@code{"inkscape"})
 @end defvar
 @defvar YaTeX-cmd-dia
-Command name of Dia (code{"dia"})
+Command name of Dia (@code{"dia"})
 @end defvar
 @defvar YaTeX-cmd-ooo
-Command name of OpenOffice.org/LibreOffice (code{"soffice"})
+Command name of OpenOffice.org/LibreOffice (@code{"soffice"})
 @end defvar
 @defvar YaTeX-cmd-gs
-Command name of Ghostscript (code{"gs"})
+Command name of Ghostscript (@code{"gs"})
 @end defvar
 @defvar YaTeX-cmd-dvips
-Command name of dvips (code{"dvips"})
+Command name of dvips (@code{"dvips"})
 @end defvar
 @defvar YaTeX-cmd-displayline
 Command name of displayline
-(code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
+(@code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
 @end defvar
 @defvar YaTeX-cmd-edit-ps
-Command name for editing PostScript files(Value of code{"YaTeX-cmd-gimp"})
+Command name for editing PostScript files(Value of @code{"YaTeX-cmd-gimp"})
 @end defvar
 @defvar YaTeX-cmd-edit-pdf
-Command name for editing PDF files(Value of code{"YaTeX-cmd-ooo"})
+Command name for editing PDF files(Value of @code{"YaTeX-cmd-ooo"})
 @end defvar
 @defvar YaTeX-cmd-edit-ai
-Command name for editing `.ai' files(Value of code{"YaTeX-cmd-inkscape"})
+Command name for editing `.ai' files(Value of @code{"YaTeX-cmd-inkscape"})
 @end defvar
 @defvar YaTeX-cmd-edit-svg
-Command name for editing SVG files(Value of code{"YaTeX-cmd-inkscape"})
+Command name for editing SVG files(Value of @code{"YaTeX-cmd-inkscape"})
 @end defvar
 @defvar YaTeX-cmd-edit-images
-Command name for editing image files(Value of code{"YaTeX-cmd-gimp"})
+Command name for editing image files(Value of @code{"YaTeX-cmd-gimp"})
 @end defvar
 
 @defvar YaTeX-need-nonstop
@@ -2289,9 +2288,9 @@
 @table @kbd
 @item [F]
 YaTeX:read-position
-@itemx [A]
+@item [A]
 Character list which can show up in the brackets
-@itemx [D]
+@item [D]
    Return the location specifier such as `[htb]'.  When
 nothing is entered, omit [] itself.  If the possible characters
 are "htbp", call this function as
@@ -2299,9 +2298,9 @@
 
 @item [F]
 YaTeX:read-coordinates
-@itemx [A]
+@item [A]
 Base prompt, X-axis prompt, Y-axis prompt     (each optional)        
-@itemx [D]
+@item [D]
   Read the coordinates with the prompt ``BasePrompt X-axisPrompt:'' for
 X-axis, ``BasePrompt Y-axisPrompt:'' for Y-axis, and return it in the form 
 of ``(X,Y)''.  The default prompts are @code{Dimension}, @code{X},
@@ -2309,9 +2308,9 @@
 
 @item [F]
 YaTeX:check-completion-type
-@itemx [A]
+@item [A]
 One of the symbols: 'begin, 'section, or 'maketitle
-@itemx [D]
+@item [D]
   Check the current completion type is specified one and cause error if
 not. The variable @code{YaTeX-current-completion-type} holds the symbol
 according to the current completion type.
--- a/docs/yatexj.tex
+++ b/docs/yatexj.tex
@@ -1,4 +1,4 @@
-\def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
+@c \def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
 \input texinfo
 @setfilename yatexj
 @settitle Yet Another tex-mode for Emacs
@@ -19,7 +19,6 @@
 
 @titlepage
 @sp 10
-@center
 @subtitle Yet Another tex-mode for emacs
 @title �w�쒹�x
 @subtitle // YaTeX //
@@ -1146,7 +1145,7 @@
 @section ���ʓ��͕⏕
 @cindex ���ʓ��͕⏕[���‚��ɂ䂤��悭�ق���]
 
-  3��ނ��銇�� () {} [] �̊J�����ʂ���ꂽ�Ƃ��ɕ‚����ʂ������I�ɓ���܂��B
+  3��ނ��銇�� () @{@} [] �̊J�����ʂ���ꂽ�Ƃ��ɕ‚����ʂ������I�ɓ���܂��B
 @code{\} �̒���ɂ� @code{[} ������ƍs�𕪂��ăC���f���g�𑵂��A
 �������͂ɔ����܂��B���̑� La@TeX{} �̃}�N���ɉ����Ċ��ʂ̒ލ��̎�ꂽ
 ��Ԃɓ����܂��B�J�����ʂ��̂��̂�1�‚������ꂽ���Ƃ��� @kbd{C-q} ��
@@ -1965,44 +1964,44 @@
 @end defvar
 
 @defvar YaTeX-cmd-gimp
-GIMP���N������R�}���h (code{"gimp"})
+GIMP���N������R�}���h (@code{"gimp"})
 @end defvar
 @defvar YaTeX-cmd-tgif
-tgif���N������R�}���h (code{"tgif"})
+tgif���N������R�}���h (@code{"tgif"})
 @end defvar
 @defvar YaTeX-cmd-inkscape
-Inkscape���N������R�}���h (code{"inkscape"})
+Inkscape���N������R�}���h (@code{"inkscape"})
 @end defvar
 @defvar YaTeX-cmd-dia
-Dia���N������R�}���h (code{"dia"})
+Dia���N������R�}���h (@code{"dia"})
 @end defvar
 @defvar YaTeX-cmd-ooo
-OpenOffice.org�܂���LibreOffice���N������R�}���h (code{"soffice"})
+OpenOffice.org�܂���LibreOffice���N������R�}���h (@code{"soffice"})
 @end defvar
 @defvar YaTeX-cmd-gs
-Ghostscript���N������R�}���h (code{"gs"})
+Ghostscript���N������R�}���h (@code{"gs"})
 @end defvar
 @defvar YaTeX-cmd-dvips
-dvips���N������R�}���h(�‹��ɂ���Ă�pdvips�Ȃ�) (code{"dvips"})
+dvips���N������R�}���h(�‹��ɂ���Ă�pdvips�Ȃ�) (@code{"dvips"})
 @end defvar
 @defvar YaTeX-cmd-displayline
 displayline���N������R�}���h
-(code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
+(@code{"/Applications/Skim.app/Contents/SharedSupport/displayline"})
 @end defvar
 @defvar YaTeX-cmd-edit-ps
-PostScript�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l)
+PostScript�t�@�C����ҏW����R�}���h (�ϐ�@code{"YaTeX-cmd-gimp"}�̒l)
 @end defvar
 @defvar YaTeX-cmd-edit-pdf
-PDF�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-ooo"}�̒l)
+PDF�t�@�C����ҏW����R�}���h (�ϐ�@code{"YaTeX-cmd-ooo"}�̒l)
 @end defvar
 @defvar YaTeX-cmd-edit-ai
-.ai�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l)
+.ai�t�@�C����ҏW����R�}���h (�ϐ�@code{"YaTeX-cmd-inkscape"}�̒l)
 @end defvar
 @defvar YaTeX-cmd-edit-svg
-SVG�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-inkscape"}�̒l)
+SVG�t�@�C����ҏW����R�}���h (�ϐ�@code{"YaTeX-cmd-inkscape"}�̒l)
 @end defvar
 @defvar YaTeX-cmd-edit-images
-���̑��摜�t�@�C����ҏW����R�}���h (�ϐ�code{"YaTeX-cmd-gimp"}�̒l)
+���̑��摜�t�@�C����ҏW����R�}���h (�ϐ�@code{"YaTeX-cmd-gimp"}�̒l)
 @end defvar
 
 @defvar YaTeX-need-nonstop