comparison docs/yahtmle @ 205:5a16b237416f dev

RCS-Checked in as 1.75
author yuuji@gentei.org
date Thu, 12 Jan 2012 12:24:40 +0900
parents 2638644ff9a0
children d467c0fb6083
comparison
equal deleted inserted replaced
204:1de7ae500ca4 205:5a16b237416f
1 Info file: yahtmle, -*-Text-*- 1 Info file: yahtmle, -*-Text-*-
2 produced by `texinfo-format-buffer' 2 produced by `texinfo-format-buffer'
3 from file `yahtmle.tex' 3 from file `yahtmle.tex'
4 using `texinfmt.el' version 2.42 of 7 Jul 2006. 4 using `texinfmt.el' version 2.38 of 3 July 1998.
5
6
7
8
5 9
6  10 
7 File: yahtmle, Node: Top, Next: Intro, Prev: (dir), Up: (dir) 11 File: yahtmle, Node: Top, Next: Intro, Prev: (dir), Up: (dir)
8 12
9 * Menu: 13 * Menu:
39 43
40 Installing yahtml 44 Installing yahtml
41 ***************** 45 *****************
42 * Menu: 46 * Menu:
43 47
44 * Setting up yahtml:: 48 * Setting up yahtml::
45 * Setting environments for weblint browsers and image viewers:: 49 * Setting environments for weblint browsers and image viewers::
46 * Setting environment variables for WWW pages:: 50 * Setting environment variables for WWW pages::
47 51
48 52
49  53 
50 File: yahtmle, Node: Setting up yahtml, Next: Setting environments for weblint browsers and image viewers, Prev: Installation, Up: Installation 54 File: yahtmle, Node: Setting up yahtml, Next: Setting environments for weblint browsers and image viewers, Prev: Installation, Up: Installation
51 55
158 162
159 Completion for elements that do not have end tags and require only 163 Completion for elements that do not have end tags and require only
160 attributes. Possible completions are, <img>, <input>. 164 attributes. Possible completions are, <img>, <input>.
161 165
162 `[prefix] l (YaTeX large-type completion)' 166 `[prefix] l (YaTeX large-type completion)'
163 ... 167 ...
164 168
165 <big> 〜 </big> 169 <big> 〜 </big>
166 170
167 Similar to begin-type completion but used for elements that start and 171 Similar to begin-type completion but used for elements that start and
168 end on a single line. 172 end on a single line.
203 Changing and Deleting 207 Changing and Deleting
204 ********************* 208 *********************
205 209
206 * Menu: 210 * Menu:
207 211
208 * Changing tags in pairs:: 212 * Changing tags in pairs::
209 * Changing entities:: 213 * Changing entities::
210 * URLencoding of strings within region:: 214 * URLencoding of strings within region::
211 215
212 216
213  217 
214 File: yahtmle, Node: Changing tags in pairs, Next: Changing entities, Prev: Changing and Deleting, Up: Changing and Deleting 218 File: yahtmle, Node: Changing tags in pairs, Next: Changing entities, Prev: Changing and Deleting, Up: Changing and Deleting
215 219
252 256
253 URLencoding of strings within region 257 URLencoding of strings within region
254 ==================================== 258 ====================================
255 259
256 `[prefix] #' 260 `[prefix] #'
257 ... encode chars that needs to be URLencoded within region 261 ... encode chars that needs to be URLencoded within region
258 262
259 263
260  264 
261 File: yahtmle, Node: td-enclosure/tr-enclosure, Prev: URLencoding of strings within region, Up: Changing and Deleting 265 File: yahtmle, Node: td-enclosure/tr-enclosure, Prev: URLencoding of strings within region, Up: Changing and Deleting
262 266
263 td-enclosure/tr-enclosure 267 td-enclosure/tr-enclosure
264 ========================= 268 =========================
265 If you wan to convert series of field into <td>...</td> repetitions for 269 If you wan to convert series of field into <td>...</td> repetitions for
266 table element, td-enclosure or tr-enclosure is convenient. 270 table element, td-enclosure or tr-enclosure is convenient.
267 271
268 `[prefix] '} ... Enclose each field in a region into 272 `[prefix] '}
269 <td>...</td>'s. `[prefix] ]' ... Enclose each line in a region into 273
270 <tr>...</tr>'s, with every line converted to <td>...</td> repetition. 274 ... Enclose each field in a region into <td>...</td>'s.
271 They presume white space as field separator by default. To change this, 275 `[prefix] ]'
272 enter other delimiting character for a query. You can convert CSV, for 276
273 example, into table by specifying comma(,) as a delimiter. 277 ... Enclose each line in a region into <tr>...</tr>'s, with every
278 line converted to <td>...</td> repetition. They presume white space as
279 field separator by default. To change this, enter other delimiting
280 character for a query. You can convert CSV, for example, into table by
281 specifying comma(,) as a delimiter.
274 282
275 If you want to enclose fields with th, call with universal-argument 283 If you want to enclose fields with th, call with universal-argument
276 (`C-u'). Enter `th' to enclose fields with <th>...</th>. The special 284 (`C-u'). Enter `th' to enclose fields with <th>...</th>. The special
277 answer `thd' means that enclose the only first column with th, and the 285 answer `thd' means that enclose the only first column with th, and the
278 rest with td. 286 rest with td.
284 CSS(Style Sheets) Support 292 CSS(Style Sheets) Support
285 ************************* 293 *************************
286 294
287 * Menu: 295 * Menu:
288 296
289 * CSS-class completion:: 297 * CSS-class completion::
290 * Reread CSS definition:: 298 * Reread CSS definition::
291 299
292 300
293  301 
294 File: yahtmle, Node: CSS-class completion, Next: Reread CSS definition, Prev: CSS Support, Up: CSS Support 302 File: yahtmle, Node: CSS-class completion, Next: Reread CSS definition, Prev: CSS Support, Up: CSS Support
295 303
307 class like this; 315 class like this;
308 316
309 .caution { font-size: 120%; background-color: 0xc00000;} 317 .caution { font-size: 120%; background-color: 0xc00000;}
310 318
311 when you input any tags via completing-read, yahtml prompts you to input 319 when you input any tags via completing-read, yahtml prompts you to input
312 class name. If this is bothering, typing `C-j' instead of 320 class name. If this is bothering, typing `C-j' instead of `RET' (or
313 `RET' (or `C-m') cancels the next prompt to class name completion. 321 `C-m') cancels the next prompt to class name completion.
314 322
315 323
316  324 
317 File: yahtmle, Node: Reread CSS definition, Prev: CSS-class completion, Up: CSS Support 325 File: yahtmle, Node: Reread CSS definition, Prev: CSS-class completion, Up: CSS Support
318 326
351 -- Variable: yahtml-www-browser 359 -- Variable: yahtml-www-browser
352 Browser to view external pages with `[prefix]g'. (netscape) 360 Browser to view external pages with `[prefix]g'. (netscape)
353 361
354 -- Variable: yahtml-kanji-code 362 -- Variable: yahtml-kanji-code
355 Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If AddType 363 Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If AddType
356 text/html; charset=xxx" .html is written in .htaccess, this will 364 "text/html; charset=xxx" .html is written in .htaccess, this will
357 override yahtml-kanji-code. 365 override yahtml-kanji-code.
358 366
359 -- Variable: yahtml-fill-column 367 -- Variable: yahtml-fill-column
360 Columns to auto-fill (72) 368 Columns to auto-fill (72)
361 369
483 Index 491 Index
484 ***** 492 *****
485 493
486 * Menu: 494 * Menu:
487 495
488 * Customize: Customizations. (line 5) 496 * Customize: Customizations. 4.
489 * Demacs: Intro. (line 5) 497 * Demacs: Intro. 4.
490 * Key Assign: Customizations. (line 5) 498 * Key Assign: Customizations. 4.
491 * LaTeX: Intro. (line 5) 499 * LaTeX: Intro. 4.
492 * Mule: Intro. (line 5) 500 * Mule: Intro. 4.
493 * yahtml: Intro. (line 5) 501 * yahtml: Intro. 4.
502
503
504
505
494  506 
495 Tag table: 507 Tag table:
496 Node: Top147 508 Node: Top148
497 Node: Intro724 509 Node: Intro725
498 Node: Installation1122 510 Node: Installation1123
499 Node: Setting up yahtml1388 511 Node: Setting up yahtml1404
500 Node: Setting environments for weblint browsers and image viewers2179 512 Node: Setting environments for weblint browsers and image viewers2195
501 Node: Setting environment variables for WWW pages2875 513 Node: Setting environment variables for WWW pages2891
502 Node: Command Invocation3846 514 Node: Command Invocation3862
503 Node: Completion4274 515 Node: Completion4290
504 Node: Jump5790 516 Node: Jump5807
505 Node: Changing and Deleting6270 517 Node: Changing and Deleting6287
506 Node: Changing tags in pairs6502 518 Node: Changing tags in pairs6538
507 Node: Changing entities6997 519 Node: Changing entities7033
508 Node: URLencoding of strings within region7533 520 Node: URLencoding of strings within region7569
509 Node: td-enclosure/tr-enclosure7836 521 Node: td-enclosure/tr-enclosure7870
510 Node: CSS Support8772 522 Node: CSS Support8836
511 Node: CSS-class completion8983 523 Node: CSS-class completion9062
512 Node: Reread CSS definition9836 524 Node: Reread CSS definition9915
513 Node: Customizations10111 525 Node: Customizations10190
514 Node: All customizable variables10387 526 Node: All customizable variables10466
515 Node: Hook variables14154 527 Node: Hook variables14234
516 Node: Copying14280 528 Node: Copying14360
517 Node: Concept Index15071 529 Node: Concept Index15151
518  530 
519 End tag table 531 End tag table

yatex.org